/*
Theme Name: Flozen Theme
Theme URI: https://demo.nasatheme.com/flozen-intro/
Author: NasaTheme
Author URI: https://nasatheme.com
Documentation URI: https://demo.nasatheme.com/docs/flozen/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Version: 1.4.6
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
License: https://themeforest.net/licenses
License URI: https://themeforest.net/licenses
Text Domain: flozen-theme
*/
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------------------------------------------------------------------
1. Assets - Reset
2. Global Variables
3. Header
4. Footer
5. Pages - Blog
6. Categories
7. Product
8. Cart Wishlist page
9. Checkout page
10. Sliders
11. Banners
12. Popup
13. Shortcodes
14. Widgets
15. Responsive for mobile
16. Foundation Elements
17. Main Menu
18. CSS Others element
19. CSS Poftfolio
20. Slick slider
21. Foundation elements
22. Login Register Form
23. Overwrite CSS

Please don't edit this file directly. Consider using a Child Theme (http://codex.wordpress.org/Child_Themes)
------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

p a {
  color: #000;
}
p a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#submit,
button,
.button,
input[type="submit"] {
  letter-spacing: 2px;
}

body #submit,
body button,
body .button,
body input[type="submit"] {
  padding: 13px 35px;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #fdce07;
  border-color: #fdce07;
  border-width: 1px;
  color: #000;
  text-transform: capitalize;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 14.5px;
}

body {
  background: white;
  color: #333e48;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.vertical-align {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 82.75862em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.68966em;
  margin-right: -0.68966em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.68966em;
  padding-right: 0.68966em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.68966em;
    padding-right: 0.68966em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width: 52.96552em) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

@media only screen and (min-width: 52.96552em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small {
    display: inherit !important;
  }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 70.62069em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 99.31034em) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.68966em;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.68966em 1.37931em;
  }
  [class*="block-grid-"] > li.nasa-collapse {
    padding: 0;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-1 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-2 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-3 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-4 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-5 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-6 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-7 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-8 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-9 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-10 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-11 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.68966em 1.37931em;
  }
  .small-block-grid-12 > li.nasa-collapse {
    padding: 0;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 52.96552em) {
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-1 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-2 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-3 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-4 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-5 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-6 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-7 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-8 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-9 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-10 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-11 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.68966em 1.37931em;
  }
  .large-block-grid-12 > li.nasa-collapse {
    padding: 0;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
p.lead {
  font-size: 1.24138em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #4d4d4d;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

a {
  color: #333e48;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.6;
  margin-bottom: 1.37931em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.96552em;
  line-height: 1.35;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.1931em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 75%;
  color: #4d4d4d;
  line-height: 0;
}

h1 {
  font-size: 1.24138em;
}

h2 {
  font-size: 1.10345em;
}

h3 {
  font-size: 1.31034em;
}

h4 {
  font-size: 1.10345em;
}

h5 {
  font-size: 1.17241em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #eeeeee;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 75%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.37931em;
  list-style-position: inside;
  font-family: inherit;
}

ul, ol {
  margin-left: 0;
}
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

ul li ul,
ul li ol {
  margin-left: 1.37931em;
  margin-bottom: 0;
  font-size: 1em;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

ol li ul,
ol li ol {
  margin-left: 1.37931em;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.82759em;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333e48;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

blockquote {
  margin: 0 0 1.37931em;
  padding: 0.62069em 1.37931em 0 1.31034em;
  border-left: 5px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.89655em;
  color: #333333;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #333333;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #4d4d4d;
}

.vcard {
  display: inline-block;
  margin: 0 0 1.37931em 0;
  padding: 0.68966em 0.82759em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1.03448em;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.06897em;
}

@media only screen and (min-width: 52.96552em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 1.93103em;
  }

  h2 {
    font-size: 1.7931em;
  }

  h3 {
    font-size: 1.65517em;
  }

  h4 {
    font-size: 1.44828em;
  }
}
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
#submit, button, .button, input[type="submit"] {
  border: 2px solid;
  text-transform: capitalize;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1.10345em;
  padding-right: 1.98621em;
  padding-bottom: 1.17241em;
  padding-left: 1.98621em;
  font-size: 1.03448em;
  background-color: #333333;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit:hover, #submit:focus, button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.secondary, button.secondary, .button.secondary, input[type="submit"].secondary {
  background-color: #f46e6d;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.secondary:hover, #submit.secondary:focus, button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.white, button.white, .button.white, input[type="submit"].white {
  background-color: white;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.white:hover, button.white:hover, .button.white:hover, input[type="submit"].white:hover {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.success, button.success, .button.success, input[type="submit"].success {
  background-color: #5cb85c;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.success:hover, #submit.success:focus, button.success:hover, button.success:focus, .button.success:hover, .button.success:focus, input[type="submit"].success:hover, input[type="submit"].success:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.alert, button.alert, .button.alert, input[type="submit"].alert {
  background-color: #c60f13;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.alert:hover, #submit.alert:focus, button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus, input[type="submit"].alert:hover, input[type="submit"].alert:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.large, button.large, .button.large, input[type="submit"].large {
  padding-top: 1.24138em;
  padding-right: 2.23448em;
  padding-bottom: 1.31034em;
  padding-left: 2.23448em;
  font-size: 1.10345em;
}
#submit.small, button.small, .button.small, input[type="submit"].small {
  padding-top: 0.58621em;
  padding-right: 1.05517em;
  padding-bottom: 0.65517em;
  padding-left: 1.05517em;
  font-size: 1.03448em;
}
#submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
  padding-top: 0.55172em;
  padding-right: 0.9931em;
  padding-bottom: 0.62069em;
  padding-left: 0.9931em;
  font-size: 0.68966em;
}
#submit.expand, button.expand, .button.expand, input[type="submit"].expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
#submit.left-align, button.left-align, .button.left-align, input[type="submit"].left-align {
  text-align: left;
  text-indent: 0.82759em;
}
#submit.right-align, button.right-align, .button.right-align, input[type="submit"].right-align {
  text-align: right;
  padding-right: 0.82759em;
}
#submit.radius, button.radius, .button.radius, input[type="submit"].radius {
  border-color: #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.round, button.round, .button.round, input[type="submit"].round {
  border-color: #aaaaaa;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
#submit.disabled, #submit[disabled], button.disabled, button[disabled], .button.disabled, .button[disabled], input[type="submit"].disabled, input[type="submit"][disabled] {
  background-color: #aaaaaa;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background-color: #aaaaaa;
}
#submit.disabled.secondary, #submit[disabled].secondary, button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary, input[type="submit"].disabled.secondary, input[type="submit"][disabled].secondary {
  background-color: #f46e6d;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.disabled.secondary:hover, #submit.disabled.secondary:focus, #submit[disabled].secondary:hover, #submit[disabled].secondary:focus, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus, input[type="submit"].disabled.secondary:hover, input[type="submit"].disabled.secondary:focus, input[type="submit"][disabled].secondary:hover, input[type="submit"][disabled].secondary:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.disabled.secondary:hover, #submit.disabled.secondary:focus, #submit[disabled].secondary:hover, #submit[disabled].secondary:focus, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus, input[type="submit"].disabled.secondary:hover, input[type="submit"].disabled.secondary:focus, input[type="submit"][disabled].secondary:hover, input[type="submit"][disabled].secondary:focus {
  background-color: #f46e6d;
}
#submit.disabled.white, #submit[disabled].white, button.disabled.white, button[disabled].white, .button.disabled.white, .button[disabled].white, input[type="submit"].disabled.white, input[type="submit"][disabled].white {
  background-color: #eeeeee;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.disabled.white:hover, #submit[disabled].white:hover, button.disabled.white:hover, button[disabled].white:hover, .button.disabled.white:hover, .button[disabled].white:hover, input[type="submit"].disabled.white:hover, input[type="submit"][disabled].white:hover {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.disabled.success, #submit[disabled].success, button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success, input[type="submit"].disabled.success, input[type="submit"][disabled].success {
  background-color: #5cb85c;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
  background-color: #5cb85c;
}
#submit.disabled.alert, #submit[disabled].alert, button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert, input[type="submit"].disabled.alert, input[type="submit"][disabled].alert {
  background-color: #c60f13;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
  color: white;
  border-color: #333333;
  background: black;
}
#submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
  background-color: #c60f13;
}

#submit, button, .button, input[type="submit"] {
  padding-top: 1.10345em;
  padding-bottom: 1.10345em;
}
#submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
  padding-top: 0.55172em;
  padding-bottom: 0.55172em;
}
#submit.small, button.small, .button.small, input[type="submit"].small {
  padding-top: 0.58621em;
  padding-bottom: 0.58621em;
}
#submit.large, button.large, .button.large, input[type="submit"].large {
  padding-top: 1.27586em;
  padding-bottom: 1.27586em;
}

@media only screen {
  #submit.radius, button.radius, .button.radius, input[type="submit"].radius {
    border-color: #aaaaaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #submit.round, button.round, .button.round, input[type="submit"].round {
    border-color: #aaaaaa;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 52.96552em) {
  #submit, button, .button, input[type="submit"] {
    display: inline-block;
  }
}
a.secondary.trans-button:hover {
  background-color: #f46e6d;
}

a.alert.trans-button:hover {
  background-color: #c60f13;
}

a.success.trans-button:hover {
  background-color: #5cb85c;
}

.button.success.trans-button {
  color: #5cb85c;
}

.button.alert.trans-button {
  color: #c60f13;
}

.secondary.trans-button {
  color: #f46e6d;
}

.trans-button {
  margin-top: 10px;
  background-color: transparent !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 100%;
  border-style: solid;
  padding: 8px 15px;
}
.trans-button:hover {
  color: #fff !important;
}
.trans-button.hover-primary {
  background-color: #fdce07 !important;
  color: #fff;
  border-color: #fdce07;
}
.trans-button.hover-primary:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000;
}
.trans-button.hover-white {
  color: #FFF;
  border-color: #fff;
}
.trans-button.hover-white:hover {
  color: #000 !important;
  background-color: #FFF !important;
}
.trans-button.hover-gray {
  color: #555;
  border-color: #555;
}
.trans-button.hover-gray:hover {
  color: #fff;
  background-color: #555 !important;
}
.trans-button.primary {
  background-color: #fdce07 !important;
  color: #fff !important;
  border-color: #fdce07;
}
.trans-button.active {
  background-color: #fdce07 !important;
  color: #fff !important;
  border-color: #fdce07;
}

.facebook-button {
  background-color: #3a589d !important;
}

.rev_slider_wrapper .type-label-2 {
  background: #fdce07;
  height: 5em;
  text-align: center;
  width: 5em;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
}

.rev_slider_wrapper .type-label-2 .sale {
  line-height: 6px;
}

.rev_slider_wrapper .type-label-2 span {
  display: block;
  font-size: 60%;
}

form {
  margin: 0 0 0.96552em;
}

form .row .row {
  margin: 0 -0.48276em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.48276em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.48276em;
}

label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.2069em;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 0.96552em 0;
  padding: 0.62069em 0;
}

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.37931em;
  line-height: 2.37931em;
}

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.34483em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.34483em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.prefix.radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
span.postfix.radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.89655em;
  margin: 0 0 0.96552em 0;
  padding: 0.48276em;
  height: 2.68966em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 0.96552em 0;
}

input[type="file"] {
  width: 100%;
}

fieldset {
  border: solid 1px #dddddd;
  padding: 1.37931em;
  margin: 1.24138em 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.2069em;
  margin: 0;
  margin-left: -0.2069em;
}

.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error label,
label.error {
  color: #c60f13;
}

.error small,
small.error {
  display: block;
  padding: 0.41379em 0.27586em;
  margin-top: -1.31034em;
  margin-bottom: 0.96552em;
  font-size: 0.82759em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

.woocommerce-invalid input, .woocommerce-invalid input,
input.woocommerce-invalid,
.woocommerce-invalid textarea,
textarea.woocommerce-invalid {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.woocommerce-invalid input:focus, .woocommerce-invalid input:focus,
input.woocommerce-invalid:focus,
.woocommerce-invalid textarea:focus,
textarea.woocommerce-invalid:focus {
  background: #fafafa;
  border-color: #999999;
}

.woocommerce-invalid label,
label.woocommerce-invalid {
  color: #c60f13;
}

.woocommerce-invalid small,
small.woocommerce-invalid {
  display: block;
  padding: 0.41379em 0.27586em;
  margin-top: -1.31034em;
  margin-bottom: 0.96552em;
  font-size: 0.82759em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.37931em;
  position: relative;
  padding: 0.75862em 1.44828em 0.82759em 0.75862em;
  font-size: 0.96552em;
  background-color: #fdce07;
  border-color: #cfa802;
  color: white;
}
.alert-box .close {
  font-size: 1.51724em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.48276em;
  right: 0.34483em;
  color: #333333;
  opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.alert-box.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #5cb85c;
  border-color: #449d44;
  color: white;
}
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
.alert-box.secondary {
  background-color: #f46e6d;
  border-color: #f03f3e;
  color: white;
}

.pagination {
  display: block;
  height: 1.65517em;
  margin-left: -0.34483em;
}
.pagination li {
  display: block;
  float: left;
  height: 1.65517em;
  color: #222222;
  font-size: 0.96552em;
  margin-left: 0.34483em;
}
.pagination li a {
  display: block;
  padding: 0.06897em 0.48276em 0.06897em;
  color: #999999;
}
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
.pagination li.current a {
  background: #fdce07;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #fdce07;
}

.pagination-centered {
  text-align: center;
}
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

table {
  margin-bottom: 1.37931em;
  width: 100%;
}
table thead,
table tfoot {
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.55172em 0;
  font-size: 1em;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.62069em 0em;
  font-size: 1.06897em;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.24138em;
}

table th {
  font-weight: bold;
}

table td, table th {
  padding: 0px 10px 15px;
  text-align: left;
}

table tr:last-child {
  border-bottom: 0;
}

.inline-list {
  margin: 0 auto 17px auto;
  margin-left: -22px;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}
.inline-list > li > * {
  display: block;
}

@font-face {
  font-family: "nasa-font";
  src: url("assets/font-nasa/nasa-font.eot");
  src: url("assets/font-nasa/nasa-font.eot?#iefix") format("embedded-opentype"), url("assets/font-nasa/nasa-font.woff") format("woff"), url("assets/font-nasa/nasa-font.ttf") format("truetype"), url("assets/font-nasa/nasa-font.svg#nasa-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-nasa-"],
[class*=" icon-nasa-"] {
  display: inline-block;
  font-family: "nasa-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.added .icon-nasa-like:before,
.nasa-added .icon-nasa-like:before {
  content: "\65";
}

.icon-nasa-compare:before {
  content: "\61";
}

.icon-nasa-headphone:before {
  content: "\63";
}

.icon-nasa-cart:before {
  content: "\64";
}

.icon-nasa-liked:before {
  content: "\65";
}

.icon-nasa-refresh:before {
  content: "\33";
}

.icon-nasa-cart-2:before {
  content: "\34";
}

.icon-nasa-3column:before {
  content: "\38";
}

.icon-nasa-4column:before {
  content: "\39";
}

.icon-nasa-5column:before {
  content: "\21";
}

.icon-nasa-compare-2:before {
  content: "\22";
}

.icon-nasa-list:before {
  content: "\23";
}

.icon-nasa-like:before {
  content: "\66";
}

.icon-nasa-sale-2:before {
  content: "\62";
}

.icon-nasa-like-hand:before {
  content: "\67";
}

.icon-nasa-car:before {
  content: "\68";
}

.icon-nasa-location:before {
  content: "\69";
}

.icon-nasa-credit:before {
  content: "\6a";
}

.icon-nasa-99:before {
  content: "\6b";
}

.icon-nasa-sale:before {
  content: "\6c";
}

.icon-nasa-search:before {
  content: "\6d";
}

.icon-nasa-cart-3:before {
  content: "\6e";
}

.icon-nasa-compare-3:before {
  content: "\6f";
}

.icon-nasa-compare-4:before {
  content: "\70";
}

.icon-nasa-headset:before {
  content: "\71";
}

.icon-nasa-cart-4:before {
  content: "\72";
}

.icon-nasa-icons-1:before {
  content: "\73";
}

.icon-nasa-left-arrow:before {
  content: "\74";
}

.icon-nasa-right-arrow:before {
  content: "\75";
}

.icon-nasa-icons-4:before {
  content: "\76";
}

.icon-nasa-wishlist:before {
  content: "\77";
}

.icon-nasa-icons-6:before {
  content: "\78";
}

.icon-nasa-icons-8:before {
  content: "\7a";
}

.icon-nasa-icons-10:before {
  content: "\42";
}

.icon-nasa-close:before {
  content: "\43";
}

.icon-nasa-icons-12:before {
  content: "\44";
}

.icon-nasa-99-1:before {
  content: "\45";
}

.icon-nasa-car-2:before {
  content: "\46";
}

.icon-nasa-icons-15:before {
  content: "\47";
}

.icon-nasa-compare-1:before {
  content: "\48";
}

.icon-nasa-icons-17:before {
  content: "\49";
}

.icon-nasa-icons-18:before {
  content: "\4a";
}

.icon-nasa-icons-19:before {
  content: "\4b";
}

.icon-nasa-mouse:before {
  content: "\4c";
}

.icon-nasa-icons-21:before {
  content: "\4d";
}

.icon-nasa-computer:before {
  content: "\4e";
}

.icon-nasa-compare-5:before {
  content: "\4f";
}

.icon-nasa-sale-1:before {
  content: "\50";
}

.icon-nasa-car-1:before {
  content: "\51";
}

.icon-nasa-play:before {
  content: "\52";
}

.icon-nasa-check:before {
  content: "\41";
}

.icon-nasa-close-1:before {
  content: "\53";
}

.icon-nasa-check-1:before {
  content: "\54";
}

.icon-nasa-close-2:before {
  content: "\55";
}

.icon-nasa-icons-11:before {
  content: "\56";
}

.icon-nasa-icons-12-1:before {
  content: "\79";
}

.icon-nasa-if-search:before {
  content: "\57";
}

.icon-nasa-expand:before {
  content: "\58";
}

.icon-nasa-icons-plus:before {
  content: "\59";
}

.icon-nasa-icons-menu:before {
  content: "\5a";
}

.icon-nasa-icons-minus:before {
  content: "\30";
}

.icon-nasa-6column:before {
  content: "\31";
}

.icon-nasa-2column:before {
  content: "\32";
}

.icon-nasa-like-love-streamline:before {
  content: "\35";
}

.icon-nasa-1column:before {
  content: "\36";
}

.icon-nasa-fruit:before {
  content: "\37";
}

.icon-nasa-diet:before {
  content: "\24";
}

.icon-nasa-orange:before {
  content: "\25";
}

.icon-nasa-parsley:before {
  content: "\26";
}

.icon-nasa-onion:before {
  content: "\27";
}

.icon-nasa-banana:before {
  content: "\28";
}

.icon-nasa-potatoes:before {
  content: "\29";
}

.icon-nasa-raspberry:before {
  content: "\2a";
}

.icon-nasa-healthy-food:before {
  content: "\2b";
}

.icon-nasa-meat:before {
  content: "\2c";
}

.icon-nasa-fish:before {
  content: "\2d";
}

.icon-nasa-fast-food:before {
  content: "\2e";
}

.icon-nasa-tomato:before {
  content: "\2f";
}

@font-face {
  font-family: "nasa-font-2";
  src: url("assets/font-nasa-v2/nasa-font-2.eot");
  src: url("assets/font-nasa-v2/nasa-font-2.eot?#iefix") format("embedded-opentype"), url("assets/font-nasa-v2/nasa-font-2.woff") format("woff"), url("assets/font-nasa-v2/nasa-font-2.ttf") format("truetype"), url("assets/font-nasa-v2/nasa-font-2.svg#nasa-font-2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-v2-nasa-"],
[class*=" icon-v2-nasa-"] {
  display: inline-block;
  font-family: "nasa-font-2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-v2-nasa-move:before {
  content: "\41";
}

.icon-v2-nasa-rocket:before {
  content: "\42";
}

.icon-v2-nasa-compare-6:before {
  content: "\43";
}

.icon-v2-nasa-expand:before {
  content: "\69";
}

.icon-v2-nasa-icons-plus:before {
  content: "\6b";
}

.icon-v2-nasa-icons-minus:before {
  content: "\6c";
}

.icon-v2-nasa-check:before {
  content: "\6d";
}

.icon-v2-nasa-close-1:before {
  content: "\6e";
}

.icon-v2-nasa-check-1:before {
  content: "\6f";
}

.icon-v2-nasa-close-2:before {
  content: "\72";
}

.icon-v2-nasa-if-search-2199092:before {
  content: "\73";
}

.icon-v2-nasa-icons-15:before {
  content: "\74";
}

.icon-v2-nasa-right-arrow:before {
  content: "\75";
}

.icon-v2-nasa-left-arrow:before {
  content: "\76";
}

.icon-v2-nasa-icons-4:before {
  content: "\44";
}

.icon-v2-nasa-cart-4:before {
  content: "\45";
}

.icon-v2-nasa-icons-12:before {
  content: "\46";
}

.icon-v2-nasa-car-2:before {
  content: "\47";
}

.icon-v2-nasa-99-1:before {
  content: "\48";
}

.icon-v2-nasa-compare-1:before {
  content: "\55";
}

.icon-v2-nasa-techmarket-icons-11:before {
  content: "\66";
}

.icon-v2-nasa-wishlist:before {
  content: "\68";
}

.icon-v2-nasa-gift:before {
  content: "\62";
}

.icon-v2-nasa-simple-line-icons:before {
  content: "\64";
}

.icon-v2-nasa-headset:before {
  content: "\63";
}

.icon-v2-nasa-headset-sound-streamline:before {
  content: "\63";
}

.icon-v2-nasa-bubble:before {
  content: "\61";
}

.icon-v2-nasa-wishlist-filled:before {
  content: "\65";
}

.added .icon-v2-nasa-wishlist:before,
.nasa-added .icon-v2-nasa-wishlist:before {
  content: "\65";
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("assets/font-pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot");
  src: url("assets/font-pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefix") format("embedded-opentype"), url("assets/font-pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff") format("woff"), url("assets/font-pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf") format("truetype"), url("assets/font-pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
  content: "\e6aa";
}

.pe-7s-arc:before {
  content: "\e6ab";
}

.pe-7s-back-2:before {
  content: "\e6ac";
}

.pe-7s-bandaid:before {
  content: "\e6ad";
}

.pe-7s-car:before {
  content: "\e6ae";
}

.pe-7s-diamond:before {
  content: "\e6af";
}

.pe-7s-door-lock:before {
  content: "\e6b0";
}

.pe-7s-eyedropper:before {
  content: "\e6b1";
}

.pe-7s-female:before {
  content: "\e6b2";
}

.pe-7s-gym:before {
  content: "\e6b3";
}

.pe-7s-hammer:before {
  content: "\e6b4";
}

.pe-7s-headphones:before {
  content: "\e6b5";
}

.pe-7s-helm:before {
  content: "\e6b6";
}

.pe-7s-hourglass:before {
  content: "\e6b7";
}

.pe-7s-leaf:before {
  content: "\e6b8";
}

.pe-7s-magic-wand:before {
  content: "\e6b9";
}

.pe-7s-male:before {
  content: "\e6ba";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-next-2:before {
  content: "\e6bc";
}

.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

.pe-7s-pendrive:before {
  content: "\e6be";
}

.pe-7s-photo:before {
  content: "\e6bf";
}

.pe-7s-piggy:before {
  content: "\e6c0";
}

.pe-7s-plugin:before {
  content: "\e6c1";
}

.pe-7s-refresh-2:before {
  content: "\e6c2";
}

.pe-7s-rocket:before {
  content: "\e6c3";
}

.pe-7s-settings:before {
  content: "\e6c4";
}

.pe-7s-shield:before {
  content: "\e6c5";
}

.pe-7s-smile:before {
  content: "\e6c6";
}

.pe-7s-usb:before {
  content: "\e6c7";
}

.pe-7s-vector:before {
  content: "\e6c8";
}

.pe-7s-wine:before {
  content: "\e6c9";
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}

#ajax-loading {
  filter: alpha(opacity=100);
  opacity: 1;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 10px solid #e6e6e6;
  animation-name: pulse, fadeout;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#ajax-loading.absolute {
  position: absolute;
  left: 49%;
}

.black-window,
.white-window,
.transparent-desktop,
.transparent-window,
.transparent-mobile {
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 400;
}

.black-window,
.transparent-window,
.transparent-mobile {
  background: #000;
}
.black-window.nasa-transparent,
.transparent-window.nasa-transparent,
.transparent-mobile.nasa-transparent {
  background: transparent;
}

.white-window {
  background: #fff;
}
.white-window.nasa-transparent {
  background: transparent;
}

.transparent-desktop {
  background: transparent;
}

.nasa-transparent-topbar {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 400;
  background: transparent;
}

.nasa-tranparent,
.nasa-tranparent-filter {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 3;
}

.nasa-tranparent-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 9999;
}

.opacity {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background: #FFF;
}

.opacity-2 {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.opacity-3 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
  background: #FFF;
}
.opacity-3 .please-wait.type2 {
  top: 200px;
}

.product-page .div-toggle-sidebar.center {
  margin: 40px auto 0 auto;
}

.div-toggle-sidebar {
  display: none;
  position: fixed;
  z-index: 100;
  top: 40%;
  left: 0;
  text-align: center;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.div-toggle-sidebar a {
  background: #FFF;
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: block;
  padding: 10px 12px;
  color: #333e48;
  line-height: inherit;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.div-toggle-sidebar a i {
  font-size: 150%;
  display: block;
  color: inherit;
  margin-right: 0;
}
.div-toggle-sidebar a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-vitual-hidden {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@-webkit-keyframes nasa-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes nasa-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes nasa-spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes nasa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
.blockUI.blockOverlay {
  z-index: 1 !important;
}
.blockUI.blockOverlay:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #333;
  border-left: 1px solid #efefef;
  border-right: 1px solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin .5s linear infinite;
  -moz-animation: nasa-spin .5s linear infinite;
  -o-animation: nasa-spin .5s linear infinite;
  -ms-animation: nasa-spin .5s linear infinite;
  animation: nasa-spin .5s linear infinite;
}

.nasa-loader {
  position: absolute;
  z-index: 9;
  filter: alpha(opacity=60);
  opacity: 0.6;
  top: 50%;
  left: 50%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #333;
  border-left: 1px solid #efefef;
  border-right: 1px solid #333;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin .5s linear infinite;
  -moz-animation: nasa-spin .5s linear infinite;
  -o-animation: nasa-spin .5s linear infinite;
  -ms-animation: nasa-spin .5s linear infinite;
  animation: nasa-spin .5s linear infinite;
}
.nasa-loader.nasa-live-search-loader {
  z-index: 9999;
}

.nasa-login-register-warper {
  width: 100%;
  height: 1px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  top: 50%;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nasa-login-register-warper.nasa-active {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-login-register-warper #nasa-login-register-form {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #ccc;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-login-register-warper #nasa-login-register-form .nasa-form-logo-log {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}
.nasa-login-register-warper #nasa-login-register-form .nasa-form-logo-log .header_logo {
  max-height: 45px;
}
.nasa-login-register-warper #nasa-login-register-form .nasa-form-title {
  margin: 10px 0 25px 0;
  font-size: 140%;
}
.nasa-login-register-warper #nasa-login-register-form .nasa-form-content {
  margin: 10px 15% 35px 15%;
}
.nasa-login-register-warper #nasa-login-register-form .nasa-form-content #nasa_rememberme {
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.nasa-login-register-warper #nasa-login-register-form .nasa-form-content input[name="nasa_login"],
.nasa-login-register-warper #nasa-login-register-form .nasa-form-content input[name="nasa_register"] {
  width: 100%;
  margin-top: 10px;
}
.nasa-login-register-warper #nasa-login-register-form .login-register-close {
  position: absolute;
  right: -5px;
  top: -5px;
}
.nasa-login-register-warper #nasa-login-register-form .login-register-close a {
  font-size: 250%;
}
.nasa-login-register-warper #nasa-login-register-form .login-register-close a i:before {
  background: #efefef;
  color: #222;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-login-register-warper #nasa-login-register-form .login-register-close a:hover i:before {
  background: #fdce07;
}
.nasa-login-register-warper #nasa-login-register-form form label,
.nasa-login-register-warper #nasa-login-register-form form .form-row.row-submit {
  text-align: left;
}
.nasa-login-register-warper #nasa-login-register-form .nasa-switch-form {
  display: block;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-login-register-warper #nasa-login-register-form .nasa-switch-form a {
  color: #fdce07;
}
.nasa-login-register-warper #nasa-login-register-form #nasa_customer_login {
  overflow: hidden;
  position: relative;
}
.nasa-login-register-warper #nasa-login-register-form #nasa_customer_login .nasa_login-form {
  position: relative;
  left: 0;
}
.nasa-login-register-warper #nasa-login-register-form #nasa_customer_login .nasa_register-form {
  position: absolute;
  left: 100%;
}

#customer_login {
  overflow: hidden;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
#customer_login .nasa-form-title {
  margin-bottom: 20px;
}
#customer_login .login-form {
  position: relative;
  left: 0;
}
#customer_login .register-form {
  position: absolute;
  left: 100%;
}
#customer_login .row-submit {
  margin-top: 40px;
}
#customer_login .form-row > label {
  text-align: left;
}

#mobile-navigation .nasa-login-register-ajax .nasa-login-title {
  display: inline-block;
}

.header-icons > li .header-account .nasa-login-register-ajax .pe7-icon {
  margin-right: 0;
}

.woocommerce-MyAccount-content form #billing_first_name_field,
.woocommerce-MyAccount-content form #billing_last_name_field,
.woocommerce-MyAccount-content form #billing_phone_field,
.woocommerce-MyAccount-content form #billing_email_field {
  display: inline-block;
  padding-right: 0;
  width: 48%;
}

#nasa-viewed-sidebar-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#nasa-wishlist-sidebar-content {
  height: 100%;
}

#nasa-compare-sidebar-content {
  min-height: 120px;
}

.nasa-global-wishlist,
.added_to_cart.wc-forward {
  display: none;
}

.mini-cart {
  position: relative;
  line-height: 100%;
}
.mini-cart .cart-icon {
  position: relative;
  top: 0px;
}
.mini-cart .cart-icon:before {
  margin-left: 0;
}
.mini-cart .cart-icon:hover:before {
  color: #fdce07;
}
.mini-cart .cart-icon.icon-nasa-cart-3 {
  top: 2px;
}
.mini-cart .cart-icon.fa-shopping-bag, .mini-cart .cart-icon.fa-shopping-basket {
  top: -2px;
}
.mini-cart .products-number {
  color: #fdce07;
}
.mini-cart .amount {
  color: #333e48 !important;
}

.products-number,
.wishlist-number,
.compare-number {
  font-size: 85%;
}
.products-number .nasa-sl,
.wishlist-number .nasa-sl,
.compare-number .nasa-sl {
  position: absolute;
  background: #fdce07;
  color: #333e48;
  text-align: center;
  top: -12px;
  right: -8px;
  line-height: 100%;
  padding: 3px 2px 1px 2px;
  min-width: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.products-number .nasa-text,
.wishlist-number .nasa-text,
.compare-number .nasa-text {
  color: #333e48;
}

.woocommerce-order-details .wc-item-meta li {
  list-style: none;
}
.woocommerce-order-details .wc-item-meta li strong {
  float: left;
}

.shop_table {
  margin-top: 10px;
}
.shop_table thead {
  text-transform: uppercase;
  color: #222;
}
.shop_table thead tr {
  border-bottom: 2px solid #ECECEC;
}
.shop_table thead tr:last-child {
  border-bottom: 2px solid #ECECEC;
}
.shop_table tr.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #ECECEC;
}
.shop_table tr.nasa-no-border .nasa-total-condition-desc {
  margin-bottom: 0;
}
.shop_table tr .nasa-subtotal_free_shipping,
.shop_table tr .nasa-actions {
  font-size: 100%;
}
.shop_table .product-remove {
  width: 30px;
}
.shop_table .product-remove a {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.shop_table .product-remove a:before, .shop_table .product-remove a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 2px solid #222;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.shop_table .product-remove a:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.shop_table .product-remove a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop_table .product-quantity {
  width: 120px;
  text-align: center;
}
.shop_table tfoot th {
  font-size: 100%;
  letter-spacing: unset;
  color: #000;
}
.shop_table tfoot td {
  text-align: right;
  font-weight: bold;
}
.shop_table.order_details thead {
  border-bottom: 3px solid #eee;
}
.shop_table.order_details .product-total {
  text-align: right;
}
.shop_table .remove i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333e48;
  position: relative;
}
.shop_table .remove i:hover {
  color: #fdce07;
}
.shop_table .product-name {
  padding: 0;
  width: auto;
}
.shop_table.order_details tbody .product-name {
  padding: 8px 0;
}
.shop_table tbody .product-name {
  color: #444;
  padding: 8px 10px;
  font-size: 100%;
}
.shop_table tbody .product-name a {
  font-weight: bold;
}
.shop_table tbody .product-name a:hover {
  color: #000;
}
.shop_table tbody .product-name .variation {
  margin-top: 6px;
}
.shop_table tbody .product-name .mobile-price {
  padding-top: 5px;
}
.shop_table tbody .product-subtotal {
  color: #fdce07;
}
.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin: 0;
}
.shop_table .product-subtotal {
  font-weight: bold;
  text-align: right;
}
.shop_table .total {
  color: #222;
}
.shop_table .product-thumbnail {
  width: 70px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop_table .product-thumbnail img {
  width: 60px;
}
.shop_table dl.variation {
  margin: 0;
  font-size: 90%;
  opacity: 0.6;
}
.shop_table dl.variation dt {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}
.shop_table dl.variation dd {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.shop_table.my_account_orders tbody td {
  padding: 15px 5px 15px 0px;
}
.shop_table.my_account_orders tbody td a.button {
  margin-bottom: 0px;
}
.shop_table.my_account_orders tbody td a.button.view {
  padding: 0;
  margin: 0;
  color: #333e48;
  background: none !important;
  border: none;
}
.shop_table.my_account_orders tbody td a.button.view:hover {
  text-decoration: underline;
  color: #000 !important;
}
.shop_table .blockUI.blockOverlay {
  display: none !important;
}

.cart_totals {
  border: 3px solid #ECECEC;
  padding: 30px;
}
.cart_totals h2 {
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
  line-height: 1;
  font-size: 17px;
  text-transform: uppercase;
}
.cart_totals td {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  line-height: 1.5;
}
.cart_totals th {
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: unset;
  vertical-align: top;
  line-height: 1.5;
}
.cart_totals tr {
  border-bottom: 1px solid #ECECEC;
}
.cart_totals tr.cart-subtotal {
  font-weight: bold;
}
.cart_totals tr.cart-subtotal th {
  vertical-align: middle;
}
.cart_totals p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.cart_totals .order-total {
  vertical-align: middle;
  font-size: 120%;
}
.cart_totals .order-total th {
  vertical-align: middle;
}
.cart_totals .order-total td {
  font-size: 130%;
  font-weight: 800;
  color: #fdce07;
}
.cart_totals .checkout-button {
  width: 100%;
}

.shipping {
  font-weight: normal;
}
.shipping #shipping_method {
  margin-bottom: 0;
}
.shipping #shipping_method li {
  list-style: none;
  line-height: inherit;
  padding: 0 0 10px 0;
}
.shipping #shipping_method li input {
  display: inline;
  margin: 0 5px 0 0;
}
.shipping #shipping_method li input[type="radio"] {
  position: relative;
  top: 1px;
}
.shipping #shipping_method li label {
  display: inline;
}
.shipping #shipping_method li:last-child {
  padding-bottom: 0;
}
.shipping a.shipping-calculator-button {
  display: block;
  width: 100%;
}
.shipping .woocommerce-shipping-calculator {
  margin-bottom: 0;
}
.shipping .shipping-calculator-form {
  padding-top: 20px;
}
.shipping .shipping-calculator-form select,
.shipping .shipping-calculator-form input {
  padding: 10px;
  display: block;
}
.shipping .shipping-calculator-form .select2-container {
  height: 42px;
}
.shipping .shipping-calculator-form .select2-container--default .select2-selection--single {
  border-color: #ccc;
  text-align: left;
}
.shipping .shipping-calculator-form p {
  margin-bottom: 10px;
}
.shipping .shipping-calculator-form p input {
  margin-bottom: 0;
}

.quantity {
  width: 70px;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  top: -1px;
}
.quantity .minus,
.quantity .plus {
  border: 2px solid #ccc;
  display: block;
  overflow: hidden;
  width: 21px;
  line-height: 18px;
  height: 21px;
  position: absolute;
  text-align: center;
  padding: 0;
  left: auto;
  right: 1px;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.quantity .minus:hover,
.quantity .plus:hover {
  background: #efefef;
}
.quantity .minus {
  bottom: 0;
  border-top: none;
}
.quantity .plus {
  top: 0;
}
.quantity .input-text.qty {
  border: 2px solid #CCC;
  height: 42px;
  padding: 0;
  line-height: 42px;
  width: 50px;
  display: inline-block;
  margin: 0;
  text-align: center;
  color: #fb0000;
  font-weight: bold;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.coupon h3 {
  margin-bottom: 7px;
  padding-bottom: 10px;
}

.cart-sidebar .cart_totals table {
  border-collapse: collapse;
  border: 1px solid #ececec;
}
.cart-sidebar .cart_totals td {
  border: 1px solid #ececec;
}
.cart-sidebar .cart_totals th {
  border: 1px solid #ececec;
}
.cart-sidebar .button {
  margin-bottom: 10px;
}
.cart-sidebar .widget-title {
  padding-bottom: 10px;
}
.cart-sidebar .checkout-button {
  margin-bottom: 30px;
  margin-left: 0;
}

.cross-sells {
  margin-top: 20px;
}
.cross-sells ul {
  margin-left: 0;
}
.cross-sells .row > .columns {
  padding: 0;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .cart-empty {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.woocommerce-cart .cart-empty.woocommerce-info {
  background: transparent;
  margin-bottom: 0;
}
.woocommerce-cart .cart-empty .nasa-extra-empty {
  display: block;
  width: 100%;
  font-size: 14.5px;
  color: #888888;
  font-weight: normal;
}
.woocommerce-cart .cart-empty .nasa-extra-empty:first-child {
  margin-top: 5px;
}
.woocommerce-cart .cart-empty:before {
  font-family: "nasa-font";
  content: "\34";
  color: #ccc;
  display: block;
  font-size: 400%;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}

.woocommerce address br {
  margin-top: 10px;
}

.nasa-static-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  z-index: 9998;
  max-width: 80%;
  width: 500px;
  padding: 75px 80px;
  right: -510px;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nasa-static-sidebar.nasa-active {
  right: 0;
}
.nasa-static-sidebar#nasa-quickview-sidebar {
  padding: 25px;
  width: 600px;
  right: -610px;
  direction: ltr;
  max-width: 90%;
}
.nasa-static-sidebar#nasa-quickview-sidebar .product-lightbox-inner {
  padding: 30px 0;
}
.nasa-static-sidebar#nasa-quickview-sidebar.nasa-active {
  right: 0;
}
.nasa-static-sidebar.style-1 {
  background: #FFF;
  color: #333e48;
}
.nasa-static-sidebar.style-1 a {
  color: #333;
}
.nasa-static-sidebar.style-1 a.nasa-sidebar-return-shop {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
.nasa-static-sidebar.style-1 a.nasa-sidebar-return-shop:hover {
  background-color: #fdce07;
  border-color: #fdce07;
  color: #FFF;
}
.nasa-static-sidebar.style-2 {
  background: #222;
  color: #fff;
}
.nasa-static-sidebar.style-2 .nasa-sidebar-close .nasa-sidebar-tit {
  color: #FFF;
}
.nasa-static-sidebar.style-2 .info-wishlist .add-to-cart-wishlist .button-in-wishlist .cart-icon {
  color: #FFF;
}
.nasa-static-sidebar.style-2 .price .amount {
  color: #FFF !important;
}
.nasa-static-sidebar.style-2 .wishlist_sidebar .button-in-wishlist .add_to_cart_text {
  color: #aaa;
}
.nasa-static-sidebar.style-2 .wishlist_sidebar .button-in-wishlist .add_to_cart_text:before {
  color: #aaa;
}
.nasa-static-sidebar.style-2 .wishlist_sidebar .button-in-wishlist:hover {
  color: #fdce07;
  border-color: transparent;
}
.nasa-static-sidebar.style-2 .wishlist_sidebar .button-in-wishlist:hover .add_to_cart_text {
  border-color: #fdce07;
  color: #fdce07;
}
.nasa-static-sidebar.style-2 .wishlist_sidebar .button-in-wishlist:hover .add_to_cart_text:before {
  color: #fdce07;
}
.nasa-static-sidebar .nasa-sidebar-close a {
  display: none;
  color: inherit;
  padding: 10px;
  float: right;
  line-height: 300%;
  position: absolute;
  right: 20px;
  top: 0;
}
.nasa-static-sidebar .nasa-sidebar-tit {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 230%;
  font-weight: bold;
}
.nasa-static-sidebar .nasa-sidebar-tit.nasa-tit-viewed {
  display: block;
  padding: 0 10px;
}
.nasa-static-sidebar .empty {
  margin: 30px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 110%;
  color: #777;
  font-weight: bold;
}
.nasa-static-sidebar .empty .nasa-empty-icon {
  font-size: 900%;
  display: block;
  margin-bottom: 20px;
  color: #ccc;
}
.nasa-static-sidebar .empty .nasa-sidebar-return-shop {
  margin: 40px 0 0 0;
  display: block;
  color: #fff;
}
.nasa-static-sidebar .empty.woocommerce-mini-cart__empty-message .nasa-empty-icon {
  padding-top: 25px;
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a,
.nasa-static-sidebar .wishlist_table .product-remove a {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:before, .nasa-static-sidebar .widget_shopping_cart_content .product-remove a:after,
.nasa-static-sidebar .wishlist_table .product-remove a:before,
.nasa-static-sidebar .wishlist_table .product-remove a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  border-top: 2px solid #555;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:before,
.nasa-static-sidebar .wishlist_table .product-remove a:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:after,
.nasa-static-sidebar .wishlist_table .product-remove a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:hover:before,
.nasa-static-sidebar .wishlist_table .product-remove a:hover:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:hover:after,
.nasa-static-sidebar .wishlist_table .product-remove a:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:hover:before, .nasa-static-sidebar .widget_shopping_cart_content .product-remove a:hover:after,
.nasa-static-sidebar .wishlist_table .product-remove a:hover:before,
.nasa-static-sidebar .wishlist_table .product-remove a:hover:after {
  border-color: #000;
}
.nasa-static-sidebar .widget_shopping_cart_content {
  padding-bottom: 30px;
}
.nasa-static-sidebar .widget_shopping_cart_content .hide-in-cart-sidebar {
  display: none;
}
.nasa-static-sidebar .widget_shopping_cart_content .nasa-total-condition-wrap {
  margin: 0;
}
.nasa-static-sidebar .widget_shopping_cart_content .nasa-total-condition-desc {
  margin-bottom: 15px;
  text-align: initial;
}
.nasa-static-sidebar .widget_shopping_cart_content .cart_list {
  margin: 20px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-item {
  margin-top: 30px;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-item.nasa-gift-item-in-cart {
  margin-top: 10px;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-item:first-child {
  margin-top: 15px;
}
.nasa-static-sidebar .widget_shopping_cart_content .cart_list_product_img img {
  border: 1px solid #ddd;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info {
  margin-left: 10px;
  line-height: 150%;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info .cart_list_product_quantity {
  margin-top: 5px;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info a:hover {
  color: #0062bd;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info .variation {
  margin-bottom: 0;
  line-height: 100%;
  margin-top: 5px;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info .variation dt,
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info .variation dd {
  display: inline-block;
  margin-bottom: 0;
}
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info .variation dt p,
.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info .variation dd p {
  line-height: 100%;
  margin-bottom: 0;
}
.nasa-static-sidebar .widget_shopping_cart_content .minicart_total_checkout {
  margin: 10px 0 20px 0;
  font-size: 140%;
}
.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart {
  margin: 10px 0;
  padding: 5px 0 0 0;
}
.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart a {
  font-size: 12px;
  margin-top: 15px;
  width: 100%;
  border: none;
  background: #fdce07 !important;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: none 200ms ease;
  -ms-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}
.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart a.checkout {
  background: #666 !important;
  color: #FFF !important;
}
.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart a.checkout:hover {
  background: #000 !important;
}
.nasa-static-sidebar .wishlist_sidebar {
  padding-bottom: 30px;
}
.nasa-static-sidebar .wishlist_sidebar .woocommerce-message {
  display: none;
}
.nasa-static-sidebar .wishlist_sidebar a {
  color: inherit;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table {
  margin: 10px 0;
  width: 100%;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table tr {
  border-bottom: none;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table td {
  padding: 20px 0;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table td.product-remove {
  vertical-align: top;
  padding: 15px 0 0 10px;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table:last-child {
  border-bottom: none;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table:first-child td {
  padding: 10px 0 20px 0;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table:first-child td.product-remove {
  padding: 10px 0 0 10px;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table .nasa-wishlist-title {
  font-weight: 600;
  font-size: 100%;
  margin-bottom: 8px;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table .nasa-wishlist-title a {
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table .nasa-wishlist-title a:hover {
  color: #0062bd;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table .wishlist-in-stock {
  color: #5cb85c;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table .button-in-wishlist {
  margin: 10px 0 0 0;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  border: 1px solid;
  background: transparent !important;
  border-color: #aaa !important;
  color: #333e48 !important;
  font-size: 90%;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.nasa-static-sidebar .wishlist_sidebar .wishlist_table .button-in-wishlist:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #000 !important;
  border-color: #000 !important;
}

.variation .variation-row {
  display: block;
  width: 100%;
  color: #a5a5a5;
  font-size: 90%;
}
.variation .variation-row p {
  margin: 0;
  text-transform: capitalize;
}

.nasa-product-empty.products-number .nasa-sl, .nasa-product-empty.wishlist-number .nasa-sl, .nasa-product-empty.compare-number .nasa-sl {
  background-color: #cecece !important;
}

#nasa-init-viewed {
  display: block;
  text-align: center;
  position: fixed;
  z-index: 100;
  bottom: 140px;
  right: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 150%;
  background: #fff;
  color: #333e48;
  filter: alpha(opacity=70);
  opacity: 0.7;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -moz-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -ms-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -o-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#nasa-init-viewed:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
  background: #f5f5f5;
}
#nasa-init-viewed.style-2 {
  background: #000;
  color: #FFF;
}
#nasa-init-viewed.style-2:hover {
  background: #666;
}
#nasa-init-viewed i {
  display: block;
  line-height: 45px;
}
#nasa-init-viewed .nasa-init-viewed-text {
  display: none;
}
#nasa-init-viewed .item-product-widget {
  visibility: visible !important;
}

.nasa-viewed-product-sc .li_wapper {
  margin: 0 0 10px 0;
}
.nasa-viewed-product-sc .item-product-widget.nasa-list-type-1 a .overlay,
.nasa-viewed-product-sc .item-product-widget.nasa-list-type-1 .product-interactions .quick-view {
  -webkit-transition: none 200ms ease;
  -ms-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}
.nasa-viewed-product-sc .item-product-widget .product-meta {
  padding: 5px 5px 10px 5px;
}

.nasa_yith_wishlist_premium-wrap .wishlist-title {
  margin: 30px 0;
}
.nasa_yith_wishlist_premium-wrap .woocommerce table.wishlist_table {
  font-size: 100%;
}
.nasa_yith_wishlist_premium-wrap .shop_table .product-thumbnail img,
.nasa_yith_wishlist_premium-wrap .wishlist_table .product-thumbnail img {
  padding: 0 !important;
  margin-left: 0;
}
.nasa_yith_wishlist_premium-wrap .wishlist_table tr td, .nasa_yith_wishlist_premium-wrap .wishlist_table tr th.wishlist-delete, .nasa_yith_wishlist_premium-wrap .wishlist_table tr th.product-checkbox {
  text-align: left;
}
.nasa_yith_wishlist_premium-wrap .yith-wcwl-share {
  padding-bottom: 20px;
}
.nasa_yith_wishlist_premium-wrap .product-remove {
  text-align: center;
}

.nasa-after-add-to-cart-popup {
  position: relative;
  background: #fff;
  width: 800px;
  max-width: 90%;
  margin: auto;
  padding: 30px;
  text-align: left;
}
.nasa-after-add-to-cart-popup .nasa-table-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.nasa-after-add-to-cart-popup .nasa-table-wrap.nasa-active {
  visibility: visible;
  opacity: 1;
}
.nasa-after-add-to-cart-popup .product-item {
  visibility: inherit !important;
  animation-duration: inherit !important;
  animation-delay: inherit !important;
  animation-name: inherit !important;
}
.nasa-after-add-to-cart-popup .nasa-slider.products-group {
  z-index: unset;
}

.after-add-to-cart-shop_table {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.after-add-to-cart-shop_table.shop_table {
  visibility: visible;
  opacity: 1;
}

.nasa-title-after-add-to-cart {
  font-weight: 800;
  margin-bottom: 20px;
}

.nasa-after-add-to-cart-subtotal {
  font-size: 110%;
  font-weight: 800;
  color: #000;
}

.nasa-after-add-to-cart-subtotal-price {
  font-size: 120%;
  color: #fdce07;
}

.nasa-update-cart-popup.nasa-disable {
  opacity: 0.7;
  cursor: not-allowed;
  background: transparent !important;
  color: #333e48 !important;
  border-color: #333e48 !important;
}
.nasa-update-cart-popup.nasa-disable:hover {
  background: transparent !important;
  color: #333e48 !important;
  border-color: #333e48 !important;
}

.nasa-total-condition {
  width: 100%;
  position: relative;
  background: #EDEDED;
  height: 15px;
  line-height: 15px;
  font-size: 80%;
  margin-top: 25px;
}

.nasa-total-condition-hin {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  line-height: inherit;
  color: #333e48;
  text-align: center;
  font-weight: bold;
  -webkit-transition: width 500ms ease;
  -ms-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}

.nasa-subtotal-condition {
  background: #fdce07;
  position: relative;
  z-index: 1;
  color: #FFF;
  line-height: inherit;
  width: 2px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  -webkit-transition: width 500ms ease;
  -ms-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}

.nasa-total-condition-desc {
  max-width: 550px;
  margin: 15px auto 30px auto;
  text-align: center;
  line-height: 1.4;
}
.nasa-total-condition-desc a {
  font-weight: bold;
  text-decoration: underline;
}
.nasa-total-condition-desc a:hover {
  color: #000;
}
.nasa-total-condition-desc strong {
  color: #000;
}
.nasa-total-condition-desc .woocommerce-Price-amount {
  color: #fdce07;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .nasa-after-add-to-cart-buttons .button {
    width: 100%;
  }
  .nasa-after-add-to-cart-buttons .nasa-update-cart-popup {
    margin-bottom: 20px;
  }

  .nasa-after-add-to-cart-popup .nasa-slide-style-product-carousel .nasa-shortcode-title-slider {
    font-size: 125%;
    line-height: 30px;
  }
}
.wide-nav {
  margin-bottom: 0;
}

.nav-dropdown {
  top: 100%;
  left: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
  z-index: 9999;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  pointer-events: none;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.vertical-menu-wrapper .nav-dropdown {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

li.menu-item:hover > .nav-dropdown {
  z-index: 99999;
}

.active .nav-dropdown {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  top: 65px;
}

.header-nav > li.menu-item .nav-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-item.sale-label > a:after {
  content: "sale";
  display: inline-block;
  background-color: #86b854;
  width: 38px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 85%;
  color: #fff;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.menu-item.new-label > a:after {
  content: "new";
  display: inline-block;
  background-color: #7db62e;
  width: 38px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 85%;
  color: #fff;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.menu-item.hot-label > a:after {
  content: "hot";
  display: inline-block;
  background-color: #F96A67;
  width: 38px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 85%;
  color: #fff;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.nav-dropdown > ul,
.nav-dropdown > .row,
.nav-dropdown-inner {
  position: relative;
}

.nav-dropdown > ul {
  margin: 0px;
}

.menu-item > a i.nasa-has-items-child {
  visibility: hidden;
}
.menu-item .nasa-open-child {
  visibility: hidden;
  display: none;
}

.nasa-nav-sc-mega-menu .nav-wrapper .root-item > a .nasa-has-items-child {
  display: none;
}

.default-menu > .nav-dropdown {
  margin-top: -15px;
}

.nasa-megamenu {
  position: inherit !important;
}
.nasa-megamenu.fullwidth > .nav-dropdown {
  width: 82.75862em;
  max-width: 100%;
}
.nasa-megamenu > .nav-dropdown {
  text-align: left;
  background: none;
  left: 0px;
  font-size: 100%;
  overflow: hidden;
  background: transparent;
}
.nasa-megamenu > .nav-dropdown > ul {
  position: static;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #FFF;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item {
  float: left;
  border: none;
  position: relative;
  padding-left: 35px;
  height: 100%;
  padding-bottom: 30px;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item a {
  line-height: 28px;
  display: block;
  position: relative;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item a.hidden-tag {
  display: none;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item .sub-menu a {
  padding: 0px 0px 2px 15px;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item .sub-menu a:hover {
  text-decoration: none;
  padding-left: 18px;
  color: #fdce07;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item > a {
  text-transform: capitalize;
  padding: 35px 0 15px 15px;
  font-size: 130%;
  font-weight: bold;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item > a img {
  padding-top: 10px;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item > .hr-nasa-megamenu {
  display: none;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item.has_widget_item {
  padding: 0px;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item.has_widget_item > .hr-nasa-megamenu {
  display: none;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item.has_widget_item img {
  padding: 30px 30px 15px 0px;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item .menu-item {
  width: 100%;
}
.nasa-megamenu > .nav-dropdown > ul .menu-item {
  background: none;
}
.nasa-megamenu .megatop {
  position: relative;
  z-index: 999;
}
.nasa-megamenu .nasa-absolute {
  position: absolute !important;
  padding: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
}
.nasa-megamenu .nasa-absolute a {
  position: absolute !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
}
.nasa-megamenu .nasa-absolute .nasa-text-menu {
  display: none;
}
.nasa-megamenu .nasa-absolute img {
  position: absolute !important;
  padding: 0 !important;
  z-index: 0;
  cursor: default;
  max-width: 100%;
  max-height: 100%;
}
.nasa-megamenu .nasa-absolute.nasa-top img {
  top: 0;
}
.nasa-megamenu .nasa-absolute.nasa-bottom img {
  bottom: 0;
}
.nasa-megamenu .nasa-absolute.nasa-left img {
  left: 0;
}
.nasa-megamenu .nasa-absolute.nasa-right img {
  right: 0;
}

.nav-wrapper ul {
  padding: 0;
  margin: 0;
}
.nav-wrapper .header-nav {
  margin-bottom: -15px;
}
.nav-wrapper .menu-item {
  display: inline-block;
  list-style: none;
  position: relative;
}
.nav-wrapper .default-menu ul {
  position: absolute;
}
.nav-wrapper .default-menu .menu-item {
  width: 200px;
}
.nav-wrapper .default-menu .menu-item a {
  display: block;
  padding: 5px 0px;
  line-height: 25px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nav-wrapper .default-menu .menu-item a:hover {
  padding-left: 0px;
}
.nav-wrapper .default-menu > .nav-dropdown {
  text-align: left;
  font-size: 100%;
}
.nav-wrapper .default-menu > .nav-dropdown .sub-menu {
  padding: 20px 0px 20px 30px;
}
.nav-wrapper .default-menu > .nav-dropdown .sub-menu .menu-item ul {
  top: -21px;
  left: 100%;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nav-wrapper .default-menu > .nav-dropdown .sub-menu .menu-parent-item > a:after {
  float: right;
  font-family: "FontAwesome";
  content: "\f105";
  filter: alpha(opacity=30);
  opacity: 0.3;
  margin-right: 20px;
}
.nav-wrapper .default-menu > .nav-dropdown ul {
  background: #FFF;
  border: 1px solid #ececec;
}
.nav-wrapper .default-menu > .nav-dropdown ul .menu-item:hover > .nav-column-links > ul {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav-wrapper .nasa-megamenu > .nav-dropdown {
  left: 0;
  margin-top: 0;
  width: 100%;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  width: 5402px;
  max-width: 5402px;
  left: -2101px;
  padding: 0;
  border: 1px solid #ececec;
  background: #FFF;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul {
  margin: 0 auto;
  border: none;
  max-width: 1200px;
  background: transparent;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item {
  padding-left: 10px;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item > a {
  padding: 35px 15px 15px 15px;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item .sub-menu a {
  padding: 0px 15px 2px 15px;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item .sub-menu a:hover {
  padding-left: 18px;
}
.nav-wrapper .root-item {
  width: auto;
  padding-bottom: 15px;
}
.nav-wrapper .root-item a:hover {
  color: #fdce07;
}
.nav-wrapper .root-item .nasa-open-child {
  display: none;
}
.nav-wrapper .root-item > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 40px 15px 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 115%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nav-wrapper .root-item > a .fa,
.nav-wrapper .root-item > a .pe7-icon {
  display: block;
  font-size: 170%;
}
.nav-wrapper .root-item > a .pe7-icon {
  font-weight: bold;
}
.nav-wrapper .root-item > a .nasa-text-menu {
  position: relative;
}
.nav-wrapper .root-item > a .nasa-text-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 2px solid #333e48;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-wrapper .root-item > a .nasa-has-items-child {
  display: none;
}
.nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
  display: inline-block;
  visibility: visible;
  position: absolute;
  right: 20px;
  top: 18px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 135%;
}
.nav-wrapper .root-item:hover > a, .nav-wrapper .root-item.current-menu-ancestor > a, .nav-wrapper .root-item.current-menu-item > a {
  color: #333e48;
}
.nav-wrapper .root-item:hover > a:hover, .nav-wrapper .root-item.current-menu-ancestor > a:hover, .nav-wrapper .root-item.current-menu-item > a:hover {
  color: #282828;
  cursor: pointer;
}
.nav-wrapper .root-item:hover > a .nasa-text-menu:after, .nav-wrapper .root-item.current-menu-ancestor > a .nasa-text-menu:after, .nav-wrapper .root-item.current-menu-item > a .nasa-text-menu:after {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-wrapper .root-item:hover.menu-parent-item:after, .nav-wrapper .root-item.current-menu-ancestor.menu-parent-item:after, .nav-wrapper .root-item.current-menu-item.menu-parent-item:after {
  color: #333e48;
}
.nav-wrapper .root-item:hover .nav-dropdown {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nasa-bg-dark .nav-wrapper .root-item > a {
  color: #FFF;
}
.nasa-bg-dark .nav-wrapper .root-item > a:hover {
  color: #FFF;
}
.nasa-bg-dark .nav-wrapper .root-item.menu-parent-item:after {
  color: #FFF;
}
.nasa-bg-dark .nav-wrapper .root-item:hover > a, .nasa-bg-dark .nav-wrapper .root-item.current-menu-ancestor > a, .nasa-bg-dark .nav-wrapper .root-item.current-menu-item > a {
  color: #FFF;
}
.nasa-bg-dark .nav-wrapper .root-item:hover > a .nasa-text-menu:after, .nasa-bg-dark .nav-wrapper .root-item.current-menu-ancestor > a .nasa-text-menu:after, .nasa-bg-dark .nav-wrapper .root-item.current-menu-item > a .nasa-text-menu:after {
  border-color: #FFF;
}
.nasa-bg-dark .nav-wrapper .nasa-megamenu > .nav-dropdown {
  left: 0;
  padding: 0 10px;
}

.header-fullwidth .nasa-megamenu.fullwidth > .nav-dropdown {
  width: 100%;
}

.vertical-menu-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  max-width: none;
}

.nasa-menu-vertical-header {
  margin-right: 40px;
  width: 280px;
  background: #fdce07;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.nasa-menu-vertical-header .vertical-menu-wrapper {
  padding: 5px 0px;
}
.nasa-menu-vertical-header .vertical-menu-wrapper > li > a {
  padding: 6px 0 !important;
  border-bottom: 1px solid #ddd;
}

.nasa-vertical-header {
  cursor: pointer;
}
.nasa-vertical-header .section-title {
  margin-bottom: 0;
  font-weight: 700;
  border: none;
}
.nasa-vertical-header.vertical-menu .section-title {
  padding: 15px 15px 16px 15px;
  border-top: 1px solid transparent;
  font-size: 110%;
  color: #333e48;
}
.nasa-vertical-header .vertical-menu-container {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: -1px;
  border: none;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-vertical-header .vertical-menu-container.nasa-allways-show {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: unset;
}
.nasa-vertical-header .vertical-menu-container.nasa-allways-show .vertical-menu-wrapper {
  border-width: 0;
  border-top-width: 1px;
}
.nasa-vertical-header:hover .vertical-menu-container {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: unset;
}
.nasa-vertical-header .vertical-menu-wrapper .root-item {
  padding: 0 20px;
}
.nasa-vertical-header .vertical-menu-wrapper .root-item > a {
  padding: 5px 10px 5px 0px;
}
.nasa-vertical-header .vertical-menu-wrapper .root-item > a:before, .nasa-vertical-header .vertical-menu-wrapper .root-item > a:after {
  display: none;
}
.nasa-vertical-header .vertical-menu-wrapper .menu-item-has-children.root-item > a > i.nasa-has-items-child {
  top: 10px;
}

.nasa-allways-show {
  display: none;
}
.nasa-allways-show.nasa-active {
  display: block;
}

.vertical-menu.nasa-allways-show-warp {
  min-width: 279px;
}
.vertical-menu.nasa-shortcode-menu {
  position: relative;
}
.vertical-menu.nasa-shortcode-menu .vertical-menu-container {
  position: relative;
}
.vertical-menu.nasa-shortcode-menu .section-title {
  margin-bottom: 0;
  border-color: #fdce07;
  background: #fdce07;
  color: #000;
  font-weight: bold;
  font-size: 110%;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 20px 14px 20px;
}
.vertical-menu .section-title {
  padding: 12px 20px;
  margin-top: 0;
  vertical-align: middle;
  color: #333;
  font-size: 100%;
  position: relative;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.vertical-menu .section-title:before {
  content: "\49";
  font-family: "nasa-font";
  margin-right: 10px;
  padding-left: 5px;
  font-size: 100%;
  color: inherit;
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: inherit;
}

.vertical-menu-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  background: #FFF;
  border: 2px solid #fdce07;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.vertical-menu-wrapper .root-item {
  padding: 0 15px;
  position: relative !important;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.vertical-menu-wrapper .root-item > a {
  display: block;
  padding: 7px 5px;
  text-transform: none;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.vertical-menu-wrapper .root-item:hover > a {
  color: #000;
  font-weight: 700;
}
.vertical-menu-wrapper .root-item:hover > a > i {
  color: #000;
}
.vertical-menu-wrapper .root-item:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.vertical-menu-wrapper .root-item:last-child > a {
  border-bottom: none;
}
.vertical-menu-wrapper .root-item .nav-dropdown {
  top: 12px;
  left: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  pointer-events: visible;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.vertical-menu-wrapper .root-item .nav-dropdown ul {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.vertical-menu-wrapper .root-item .nav-dropdown ul.sub-menu li {
  list-style: none;
}
.vertical-menu-wrapper .root-item .nav-dropdown ul.sub-menu li.megatop.image-mega-menu {
  padding: 0 20px 0 0 !important;
  margin: 0 !important;
}
.vertical-menu-wrapper .root-item .nav-dropdown ul.sub-menu li .nav-column-links .sub-menu {
  margin-left: 0;
  margin-right: 0;
}
.vertical-menu-wrapper .root-item .nav-dropdown ul.sub-menu li.has_widget_item {
  margin-bottom: 0;
}
.vertical-menu-wrapper .root-item.nasa-megamenu {
  position: static !important;
}
.vertical-menu-wrapper .root-item.nasa-megamenu .menu-item.menu-item-has-children a > .nasa-has-items-child {
  visibility: hidden;
}
.vertical-menu-wrapper .root-item.nasa-megamenu .nav-dropdown {
  top: 1px;
  border: none;
  padding: 0;
}
.vertical-menu-wrapper .root-item.nasa-megamenu .nav-dropdown > ul {
  margin: 0;
}
.vertical-menu-wrapper .root-item.nasa-megamenu .nav-dropdown > ul > .menu-item.megatop {
  height: 100%;
  border: 1px solid transparent;
}
.vertical-menu-wrapper .root-item.nasa-megamenu .nav-dropdown > ul > .menu-item.megatop > a {
  padding: 20px 0 5px 15px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu .nav-dropdown > ul > .menu-item.megatop > a img {
  padding-top: 0px;
  padding-right: 25px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu:hover .nav-dropdown {
  visibility: inherit;
  display: block;
}
.vertical-menu-wrapper .root-item.nasa-megamenu.cols-2 > .nav-dropdown {
  width: 600px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu.cols-3 > .nav-dropdown {
  width: 700px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu.cols-4 > .nav-dropdown {
  width: 800px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu.cols-5 > .nav-dropdown {
  width: 940px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu.fullwidth.cols-2 > .nav-dropdown, .vertical-menu-wrapper .root-item.nasa-megamenu.fullwidth.cols-3 > .nav-dropdown, .vertical-menu-wrapper .root-item.nasa-megamenu.fullwidth.cols-4 > .nav-dropdown, .vertical-menu-wrapper .root-item.nasa-megamenu.fullwidth.cols-5 > .nav-dropdown {
  width: 900px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu .nav-dropdown {
  width: 920px;
}
.vertical-menu-wrapper .root-item.nasa-megamenu:hover .nav-dropdown {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.vertical-menu-wrapper .root-item.default-menu ul {
  position: absolute;
}
.vertical-menu-wrapper .root-item.default-menu .menu-item {
  width: 183px;
}
.vertical-menu-wrapper .root-item.default-menu .menu-item a {
  display: block;
  padding: 5px 15px 5px 0;
  line-height: 25px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.vertical-menu-wrapper .root-item.default-menu .menu-item a:hover {
  padding-left: 2px;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown {
  text-align: left;
  font-size: 100%;
  padding-left: 5px;
  margin-left: -3px;
  height: 50px;
  width: 200px;
  background: transparent;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown > ul .menu-item {
  position: relative;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu {
  padding: 10px 0 10px 15px;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu .menu-item ul {
  top: 0px;
  left: 100%;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown ul {
  background: #FFF;
  border: 1px solid #ececec;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown > ul .menu-item > .nav-column-links > ul {
  top: -11px;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown > ul .menu-item:hover > .nav-column-links > ul {
  visibility: inherit;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.vertical-menu-wrapper .root-item.default-menu:hover .nav-dropdown {
  visibility: inherit;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.vertical-menu-wrapper .root-item > a {
  font-size: 105%;
  position: relative;
}
.vertical-menu-wrapper .root-item > a.nasa-active {
  color: #fdce07;
}
.vertical-menu-wrapper .root-item:last-child > a:after {
  display: none;
}
.vertical-menu-wrapper .root-item .nasa-root-cat-header {
  font-size: 110%;
  font-weight: bold;
  border-bottom: none;
  padding-left: 30px;
  padding-top: 25px;
}
.vertical-menu-wrapper .root-item.nasa_odd {
  background: none;
}
.vertical-menu-wrapper .menu-item-has-children a > i.nasa-has-items-child {
  visibility: visible;
  position: absolute;
  right: 15px;
  top: 10px;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.vertical-menu-wrapper .menu-item-has-children a:hover > i.nasa-has-items-child {
  filter: alpha(opacity=100);
  opacity: 1;
}
.vertical-menu-wrapper .menu-item-has-children.root-item > a > i.nasa-has-items-child {
  right: 0px;
}
.vertical-menu-wrapper .nasa-megamenu > .nav-dropdown > ul > .menu-item {
  padding-left: 20px;
}

.nasa-menu-item-icon {
  min-width: 25px;
  display: inline-block;
}
.nasa-menu-item-icon.nasa-icon:before {
  position: relative;
  top: 2px;
}

.nasa-menu-ver-align-right.vertical-menu.nasa-shortcode-menu .section-title {
  text-align: right;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item > a {
  text-align: right;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item > a:before {
  left: auto;
  right: 10px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item > a:after {
  left: auto;
  right: 14px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item > a > i.nasa-has-items-child {
  right: auto;
  left: 0;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item > a > i.nasa-has-items-child:before {
  content: "\f104";
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.nasa-megamenu .nav-dropdown {
  left: auto;
  right: 100%;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.nasa-megamenu > .nav-dropdown {
  text-align: right;
  margin: 0;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.nasa-megamenu > .nav-dropdown > ul > .menu-item {
  float: right;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.nasa-megamenu > .nav-dropdown > ul > .menu-item.megatop {
  padding-right: 35px;
  padding-left: 5px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu .nav-dropdown {
  left: auto;
  right: 100%;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu .nav-dropdown > ul {
  left: auto;
  right: 5px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown {
  text-align: right;
  padding-left: 0;
  margin-left: 0;
  padding-right: 5px;
  margin-right: -3px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown a {
  padding: 5px 0 5px 15px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown a:hover {
  padding-right: 3px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu {
  padding: 10px 15px 10px 5px;
  margin: 0;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu .menu-item a > .nasa-has-items-child {
  right: auto;
  left: 15px;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu .menu-item a > .nasa-has-items-child:before {
  content: "\f104";
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu .menu-item ul {
  left: auto;
  right: 100%;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown > ul .menu-item:hover > .nav-column-links > ul {
  left: auto;
}
.nasa-menu-ver-align-right.nasa-vertical-header .vertical-menu-wrapper .root-item > a {
  padding: 5px 0 5px 10px;
  text-align: right;
}
.nasa-menu-ver-align-right .nasa-megamenu > .nav-dropdown > ul > .menu-item .sub-menu a:hover {
  padding-left: 15px;
  padding-right: 3px;
}

.boxed .nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  width: 82.75862em;
}

#nasa-menu-sidebar-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -510px;
  z-index: 9999;
  text-align: left;
  max-height: 100%;
  width: 500px;
  max-width: 80%;
  background: #000;
  -webkit-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
#nasa-menu-sidebar-content.nasa-active {
  left: 0;
}
#nasa-menu-sidebar-content .nasa-mobile-nav-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
  direction: rtl;
  padding: 15px;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-languages {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  float: unset !important;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-languages .nasa-list-languages {
  width: 100%;
  position: relative;
  visibility: unset;
  opacity: unset;
  display: unset;
  border: unset;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies {
  width: 100%;
  max-width: 100%;
  z-index: 999;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency > ul {
  position: relative;
  display: none;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies.nasa-active .wcml-dropdown li.wcml-cs-active-currency > ul {
  display: block;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies .wcml-cs-submenu li a {
  color: #333e48;
  padding: 5px 10px;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies .wcml-cs-submenu li a:hover {
  color: #333e48;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies .wcml-cs-submenu li:last-child a {
  border-bottom: none;
}
#nasa-menu-sidebar-content #mobile-navigation ul {
  margin: 0;
  padding: 0;
}
#nasa-menu-sidebar-content #mobile-navigation ul[class*="block-grid-"] > li {
  width: 100%;
}
#nasa-menu-sidebar-content #mobile-navigation > li > a {
  text-transform: uppercase;
}
#nasa-menu-sidebar-content #mobile-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#nasa-menu-sidebar-content #mobile-navigation li.nasa-hello-acc,
#nasa-menu-sidebar-content #mobile-navigation li .nasa-open-child {
  display: none;
}
#nasa-menu-sidebar-content #mobile-navigation li a {
  font-size: 100%;
  color: #ccc;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #333;
}
#nasa-menu-sidebar-content #mobile-navigation li a i {
  margin-right: 8px;
}
#nasa-menu-sidebar-content #mobile-navigation li a:hover {
  color: #fff;
}
#nasa-menu-sidebar-content #mobile-navigation li a.accordion {
  position: absolute;
  height: 32px;
  width: 32px;
  right: 0;
  top: 5px;
  border-bottom: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#nasa-menu-sidebar-content #mobile-navigation li a.accordion:before, #nasa-menu-sidebar-content #mobile-navigation li a.accordion:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  top: 16px;
  right: 15px;
  border-top: 1px solid #888;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#nasa-menu-sidebar-content #mobile-navigation li a.accordion:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#nasa-menu-sidebar-content #mobile-navigation li.li_accordion.active > a.accordion:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#nasa-menu-sidebar-content #mobile-navigation li.current-menu-item > a {
  color: #fff;
  font-weight: bold;
}
#nasa-menu-sidebar-content #mobile-navigation li.nasa-megamenu {
  position: relative !important;
}
#nasa-menu-sidebar-content #mobile-navigation li .nasa-select-language {
  padding: 5px 10px;
  background: #000;
  color: #FFF;
  border-color: #FFF;
  text-transform: uppercase;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item > .nav-dropdown-mobile {
  padding-left: 10px;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account {
  text-transform: uppercase;
  padding: 25px 0;
  font-weight: bold;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account .nasa-subitem-acc {
  text-transform: none;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account .heading-account {
  color: #fff;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account .heading-account i {
  margin-right: 4px;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account .heading-account hr {
  border: none;
  border-bottom: 1px solid #333;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account a.center {
  display: block;
  text-align: center;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account a span {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-account a span.nasa-login-title {
  top: 0;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-heading {
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 10px 10px 10px;
  color: #FFF;
  font-weight: bold;
  clear: both;
}
#nasa-menu-sidebar-content #mobile-navigation .menu-item-heading .fa-bars {
  margin-right: 10px;
}
#nasa-menu-sidebar-content.nasa-light #mobile-navigation .nasa-select-languages .nasa-list-languages,
#nasa-menu-sidebar-content.nasa-light #mobile-navigation .nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency > ul {
  border: none;
}
#nasa-menu-sidebar-content.nasa-light-new, #nasa-menu-sidebar-content.nasa-light {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-account .heading-account,
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-heading, #nasa-menu-sidebar-content.nasa-light #mobile-navigation .menu-item-account .heading-account,
#nasa-menu-sidebar-content.nasa-light #mobile-navigation .menu-item-heading {
  color: #333e48;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-account .heading-account hr, #nasa-menu-sidebar-content.nasa-light #mobile-navigation .menu-item-account .heading-account hr {
  border-color: #aaa;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a, #nasa-menu-sidebar-content.nasa-light #mobile-navigation li a {
  color: #333e48;
  border-color: #efefef;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.current-menu-item > a, #nasa-menu-sidebar-content.nasa-light #mobile-navigation li.current-menu-item > a {
  color: #000;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-languages .nasa-list-languages,
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency > ul, #nasa-menu-sidebar-content.nasa-light #mobile-navigation .nasa-select-languages .nasa-list-languages,
#nasa-menu-sidebar-content.nasa-light #mobile-navigation .nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency > ul {
  border: none;
}
#nasa-menu-sidebar-content.nasa-light-new .nasa-mobile-nav-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-heading {
  padding: 20px 20px 19px 20px;
  border-bottom: 1px solid #efefef;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: inherit;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a.accordion {
  z-index: 1;
  height: 43px;
  width: 42px;
  top: 0;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a.accordion:before, #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a.accordion:after {
  top: 21px;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.root-item.li_accordion.active {
  padding-bottom: 5px;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.root-item.li_accordion.active a {
  border-color: transparent;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.root-item.li_accordion.active li a.accordion {
  height: 39px;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.root-item.li_accordion.active li a.accordion:before, #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.root-item.li_accordion.active li a.accordion:after {
  top: 16px;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.nasa-select-languages a.accordion {
  width: 100%;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown {
  width: 100%;
  max-width: 100%;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown .wcml-cs-item-toggle:after {
  display: none;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown .wcml-cs-submenu {
  visibility: unset;
  position: unset;
  top: unset;
  right: unset;
  left: unset;
  border-top: unset;
  padding: 0;
  z-index: 101;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown .wcml-cs-submenu li {
  border: unset;
  border-width: unset;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown li {
  background: unset;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown li a {
  border: unset;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown .wcml-spinner {
  right: 50%;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-account {
  padding: 0;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-account .heading-account {
  display: none;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-account a {
  font-size: 100%;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-account a.accordion {
  border: none;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nav-dropdown-mobile {
  background: inherit;
  position: relative;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nav-dropdown-mobile li a {
  border-color: transparent;
  padding-top: 5px;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nav-dropdown-mobile li a.accordion {
  top: 0;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-languages {
  padding-bottom: 0;
  margin-bottom: 0;
  z-index: unset;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-languages .nasa-list-languages {
  width: 100%;
  position: unset;
  display: unset;
  visibility: unset;
  opacity: unset;
  background: unset;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-languages .nasa-list-languages .nasa-item-lang a {
  color: #333e48;
  font-size: 100%;
  display: block;
  padding: 5px 20px 10px 20px;
  border-bottom: 1px solid transparent;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-languages .nasa-list-languages .nasa-item-lang a:hover {
  color: #333e48;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-languages .nasa-list-languages .nasa-item-lang:last-child a {
  border-bottom: none;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .nasa-select-languages.nasa-active .nasa-list-languages {
  display: block;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation > .li_accordion.active {
  background: #f6f6f6;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation > .li_accordion.active a {
  border-color: transparent;
}

.nasa-core-deactived .header-type-3 .nasa-elements-wrap {
  background: #efefef;
}

.nasa-wp-simple-nav-menu li {
  position: relative;
}
.nasa-wp-simple-nav-menu li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -16px;
  background: #FFF;
  z-index: 1;
  background: #FFF;
  border: 1px solid #ececec;
  padding: 15px 15px 15px 30px;
  width: 270px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-wp-simple-nav-menu li > .sub-menu li {
  width: 100%;
}
.nasa-wp-simple-nav-menu li > .sub-menu li > .sub-menu {
  top: 0;
  left: 100%;
}
.nasa-wp-simple-nav-menu li > .sub-menu a {
  display: block;
  padding: 5px 0px;
  line-height: 25px;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-wp-simple-nav-menu li > .sub-menu a:hover {
  color: #000;
  font-weight: 600;
}
.nasa-wp-simple-nav-menu li:hover > .sub-menu {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-wp-simple-nav-menu > li {
  display: inline-block;
  padding-bottom: 15px;
  line-height: 56px;
  height: 71px;
}
.nasa-wp-simple-nav-menu > li > a {
  padding: 15px 40px 15px 0;
  font-size: 115%;
  font-weight: 500;
  line-height: 56px;
  position: relative;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-wp-simple-nav-menu > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 40px;
  border-top: 2px solid #333e48;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-wp-simple-nav-menu > li.current-menu-parent > a:after, .nasa-wp-simple-nav-menu > li.current-menu-item > a:after, .nasa-wp-simple-nav-menu > li:hover > a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.nasa-wp-simple-nav-menu > li.menu-item-has-children > a:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e688";
  position: absolute;
  opacity: 0.6;
  font-size: 135%;
  right: 20px;
}
.nasa-wp-simple-nav-menu.vertical-menu-wrapper > li {
  display: block !important;
}

.mobile-menu {
  display: none;
}
.mobile-menu.nasa-header-mobile-layout {
  display: block;
}

#top-bar ul,
.setting-switcher ul {
  line-height: 2;
  margin: 0;
}
#top-bar ul li,
.setting-switcher ul li {
  list-style: none;
  display: inline-block;
}

.topbar-menu-container ul li a .nasa-icon {
  position: relative;
  top: 3px;
  font-weight: 500;
  margin-right: 5px;
  font-size: 130%;
}

.top-bar .nasa-menus-account .sub-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  padding: 10px 0 0 0;
  width: 200px;
  border: 1px solid #ececec;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.top-bar .nasa-menus-account .nasa-subitem-acc {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.top-bar .nasa-menus-account .nasa-subitem-acc:after {
  display: none;
}
.top-bar .nasa-menus-account .menu-item {
  position: relative;
  padding-bottom: 7px;
}
.top-bar .nasa-menus-account .menu-item:hover .sub-menu {
  z-index: 399;
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.top-bar .nasa-menus-account .nasa-hello-acc {
  font-weight: bold;
  padding: 5px 20px;
  color: #333e48;
  text-transform: none;
  font-size: 105%;
}
.top-bar .nasa-menus-account .nasa-hello-acc:hover {
  color: #333e48;
}
.top-bar .nasa-menus-account .woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #ececec;
  padding: 5px 15px;
  margin-top: 10px;
}
.top-bar .nasa-menus-account .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e67a";
  display: inline-flex;
  margin: 0 5px;
  font-size: 110%;
  position: relative;
  top: 2px;
  color: inherit;
  font-weight: normal;
  line-height: 1;
}

.nasa-topbar-wrap {
  position: relative;
}
.nasa-topbar-wrap .nasa-icon-toggle {
  display: none;
  position: absolute;
  z-index: 1;
  left: 25px;
  bottom: -30px;
  height: 31px;
  background: #FFF;
}
.nasa-topbar-wrap.nasa-topbar-toggle .nasa-icon-toggle {
  display: inline-block;
  border: 1px solid #efefef;
  border-top: none;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
}
.nasa-topbar-wrap.nasa-topbar-toggle .nasa-icon-toggle i {
  font-size: 180%;
}
.nasa-topbar-wrap.nasa-topbar-toggle .nasa-icon-toggle i.nasa-topbar-down {
  display: none;
}
.nasa-topbar-wrap.nasa-topbar-toggle.nasa-topbar-hide #top-bar {
  margin-top: -42px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.nasa-topbar-wrap.nasa-topbar-toggle.nasa-topbar-hide .nasa-icon-toggle i.nasa-topbar-down {
  display: inline-block;
}
.nasa-topbar-wrap.nasa-topbar-toggle.nasa-topbar-hide .nasa-icon-toggle i.nasa-topbar-up {
  display: none;
}
.nasa-topbar-wrap.nasa-topbar-toggle.nasa-topbar-hide .nasa-icon-toggle:hover {
  color: #333;
}

.nasa-elements-wrap {
  position: relative;
  z-index: 3;
}
.nasa-elements-wrap:hover {
  z-index: 399;
}

.nasa-header-transparent .nasa-topbar-wrap .nasa-icon-toggle {
  left: 0;
}
.nasa-header-transparent .nasa-topbar-wrap.nasa-topbar-toggle .nasa-icon-toggle {
  background-color: #bdbdbd;
  color: #FFF;
}

.menu-header-margin-top-0 .nasa-bg-dark {
  margin-top: 5px;
}

#top-bar {
  position: relative;
  margin-top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 3px 0px 2px 0;
  height: 42px;
  background: #FFF;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#top-bar .left-text {
  line-height: 2.5;
}
#top-bar .right-text {
  line-height: 2;
  font-size: 100%;
}
#top-bar .topbar-menu-container {
  padding-top: 3px;
}
#top-bar .header-icons {
  float: none;
}
#top-bar .header-icons > li {
  float: none;
  font-size: 100%;
  margin-left: 0;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
#top-bar .header-icons > li span {
  margin: 0;
}
#top-bar .header-icons > li a .nasa-icon {
  font-size: 130%;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#top-bar .header-icons > li a .nasa-icon.icon-nasa-refresh:before {
  content: "\33";
}
#top-bar .header-icons > li:last-child:after {
  content: " ";
  margin: 0px 18px 0 20px;
  height: 11px;
  color: #D8D8D8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}

.header-icons {
  list-style: none;
  margin: 8px 0 5px 0;
  float: right;
}
.header-icons > li {
  line-height: 100%;
  position: relative;
  margin-left: 30px;
  display: inline-block;
}
.header-icons > li.nasa-icon-search {
  position: static;
}
.header-icons > li.nasa-icon-compare a .nasa-icon {
  position: relative;
  top: 2px;
}
.header-icons > li.first {
  margin-left: 0;
}
.header-icons > li a {
  position: relative;
  height: 22px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.header-icons > li a .nasa-icon {
  font-size: 125%;
  position: relative;
}
.header-icons > li a .nasa-icon.icon-nasa-wishlist, .header-icons > li a .nasa-icon.icon-v2-nasa-wishlist {
  top: 2px;
}
.header-icons > li a:hover i {
  color: #fdce07;
}
.header-icons > li .header-account .pe7-icon {
  font-size: 160%;
  font-weight: bold;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.header-icons > li .nasa-product-empty .nasa-sl {
  display: none;
}

.topbar-menu-container {
  float: left;
}
.topbar-menu-container > ul {
  float: left;
}
.topbar-menu-container ul {
  display: inline-block;
}
.topbar-menu-container ul.nasa-topbar-menu li:last-child:after {
  display: inherit;
}
.topbar-menu-container ul.nasa-topbar-menu li a .nasa-open-child {
  display: none;
}
.topbar-menu-container ul li:after {
  content: " ";
  margin: 0px 15px;
  height: 11px;
  color: #D8D8D8;
  display: inline-block;
  border-left: 1px solid transparent;
  position: relative;
  top: 1px;
}
.topbar-menu-container ul li:last-child:after {
  display: none;
}
.topbar-menu-container ul li a:hover {
  color: #fdce07;
}
.topbar-menu-container ul li a i {
  font-weight: 500;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: inherit;
}
.topbar-menu-container ul.header-multi-languages li:after {
  display: none;
}

.header-account {
  display: inline-block;
}
.header-account ul li {
  list-style: none;
  display: inline-block;
}
.header-account ul li:last-child {
  border-right: none;
}
.header-account ul li:last-child:after {
  display: none;
}
.header-account ul li span {
  margin-right: 6px;
  vertical-align: middle;
}
.header-account ul li:after {
  content: "|";
  padding: 0px 8px;
  height: 3px;
  color: #DDD;
}
.header-account ul li:hover {
  color: #fdce07;
}
.header-account ul li a:hover {
  color: #fdce07;
}

.nasa-search-space {
  position: static;
  min-width: 25px;
  width: 100%;
  top: 0px;
}
.nasa-search-space .search-icon {
  margin-bottom: 3px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nasa-search-space .search-icon .circle {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
  background-color: white;
  z-index: 1;
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-search-space .search-icon .handle {
  position: absolute;
  background-color: #4d4d4d;
  top: 10px;
  left: 0px;
  width: 20px;
  height: 1px;
  display: block;
  transform: rotate(45deg);
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nasa-search-space .search-icon .handle:after {
  content: "";
  background-color: #4d4d4d;
  width: 20px;
  height: 1px;
  display: block;
  float: right;
  z-index: -1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-search-space .search-icon.open .circle {
  transform: scale(0.02);
  transform-origin: 30% 40%;
  background: white;
  border-color: white;
}
.nasa-search-space .search-icon.open .handle:after {
  transform-origin: center center;
  transform: rotate(90deg);
}
.nasa-search-space .pe-7s-close {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-search-space.black_bg {
  height: 100%;
}
.nasa-search-space.black_bg .icon {
  background: #000;
  color: #fff;
}
.nasa-search-space.black_bg .nasa-ajaxsearchform-container .icon {
  display: none;
}
.nasa-search-space .nasa-show-search-form {
  z-index: 10;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nasa-search-space .nasa-show-search-form .search-wrapper {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nasa-search-space .nasa-show-search-form .search-wrapper .nasa-notice-empty {
  font-size: 125%;
  position: absolute;
  left: 0;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide {
  height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-show {
  visibility: visible;
  overflow: unset;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 100;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-show .nasa-close-search {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-show .search-wrapper {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative {
  position: relative;
  border-bottom: 2px solid #999;
  background: transparent;
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative .search-wrapper form .twitter-typeahead input[name="s"] {
  padding-right: 55px;
  padding-left: 0px;
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative .search-wrapper form .twitter-typeahead input.tt-hint {
  padding: 0 55px 0 0;
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative .search-wrapper form .nasa-icon-submit-page {
  left: auto;
  right: 0;
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative .search-wrapper form .nasa-icon-submit-page:before {
  line-height: 44px;
  text-align: right;
}
.nasa-search-space .nasa-show-search-form .nasa-close-search {
  position: absolute;
  right: 80px;
  top: 60px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.nasa-search-space .nasa-show-search-form .nasa-close-search i {
  font-size: 310%;
}
.nasa-search-space .nasa-show-search-form .search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-height: 580px;
  background: #FFF;
}
.nasa-search-space .nasa-show-search-form .search-wrapper .nasa-search-form-warp {
  position: relative;
  height: 100%;
  max-height: 580px;
  background: #FFF;
  padding: 95px 10px 0 10px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.nasa-search-space .nasa-show-search-form .search-wrapper form {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.nasa-search-space .nasa-show-search-form .search-wrapper form input[name="s"] {
  margin: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  height: 44px;
  padding-right: 0;
  padding-left: 0;
}
.nasa-search-space .nasa-show-search-form .search-wrapper form input[name="s"]:focus {
  background: none;
}
.nasa-search-space .nasa-show-search-form .search-wrapper form .twitter-typeahead {
  position: relative;
  border: none;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}
.nasa-search-space .nasa-show-search-form .search-wrapper form .twitter-typeahead input[name="s"] {
  margin: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  height: 44px;
  padding-right: 0;
  padding-left: 0;
  font-size: 200%;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-search-space .nasa-show-search-form .search-wrapper form .twitter-typeahead input[name="s"]:focus {
  background: none;
}
.nasa-search-space .nasa-show-search-form .search-wrapper form .twitter-typeahead input.tt-hint {
  font-size: 200%;
  font-weight: 600;
  padding: 0;
  height: 43px;
  color: #999;
  background: transparent !important;
  border-bottom: 1px solid transparent;
}
.nasa-search-space .tt-menu {
  width: 100%;
  min-height: 300px;
  background: #FFF;
  padding: 0;
  left: 0;
  display: block !important;
}
.nasa-search-space .tt-menu .tt-dataset {
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
.nasa-search-space .tt-menu .item-search {
  display: inline-block;
  float: left;
  width: 20%;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.nasa-search-space .tt-menu .item-search:nth-of-type(5n+1) {
  clear: both;
}
.nasa-search-space .tt-menu .item-search a {
  display: block;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.nasa-search-space .tt-menu .item-search a p {
  font-size: 105%;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: block;
  line-height: 1.3;
  color: #0062bd;
}
.nasa-search-space .tt-menu .item-search a img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.nasa-search-space .tt-menu .item-search a .nasa-item-title-search {
  text-align: left;
  margin-top: 0px;
}
.nasa-search-space .nasa-search-desktop .tt-menu {
  position: relative !important;
}
.nasa-search-space .nasa-search-desktop .tt-menu .item-search {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nasa-search-space .nasa-search-desktop .tt-menu .item-search.nasa-showed {
  visibility: inherit;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-search-space .nasa-search-desktop .nasa-icon-submit-page {
  visibility: hidden;
  opacity: 0;
}

.nasa-hotkeys-search {
  display: none;
}

.hotline-wrapper h5 {
  line-height: 38px;
  margin: 0;
  display: inline-flex;
}
.hotline-wrapper i {
  font-size: 190%;
  line-height: 40px;
}

.fixed-already .hotline-wrapper h5 {
  line-height: 44px;
}

.setting-dropdown .nav-dropdown {
  top: 60px !important;
  right: 0px;
  width: 200px;
  padding: 25px;
}
.setting-dropdown.active .nav-dropdown {
  top: 50px !important;
}

.header-wrapper {
  position: relative;
}
.header-wrapper.nasa-header-transparent {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.header-wrapper.nasa-header-transparent #top-bar {
  background-color: transparent;
}
.header-wrapper.nasa-header-transparent #masthead {
  background-color: transparent;
}
.header-wrapper.nasa-header-transparent #masthead .nasa-search-space .nasa-show-search-form .search-wrapper form .twitter-typeahead,
.header-wrapper.nasa-header-transparent .nasa-search-space .nasa-show-search-form .search-wrapper form .twitter-typeahead input[name="s"] {
  background-color: transparent;
}

.nasa-left-main-header {
  width: 75%;
}

.nasa-right-main-header {
  width: 25%;
}

.logo-wrapper {
  line-height: 40px;
}

#masthead .logo-wrapper .logo a img {
  max-height: 95px;
}

.mobile-menu .logo-wrapper .header_logo,
.fixed-already #masthead .logo-wrapper a img {
  max-height: 25px;
}

#masthead {
  position: relative;
  background-color: #fff;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding: 20px 0;
  -webkit-transition: top 600ms ease;
  -ms-transition: top 600ms ease;
  -moz-transition: top 600ms ease;
  -o-transition: top 600ms ease;
  transition: top 600ms ease;
}
#masthead .row.nasa-hide-for-mobile .logo-wrapper {
  float: left;
  line-height: 55px;
  position: relative;
}
#masthead .row.nasa-hide-for-mobile .logo-wrapper h1 {
  margin: 0;
}
#masthead .header-container .logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}
#masthead .header-container .logo-wrapper.nasa-hide-for-desk {
  display: none;
}
#masthead .header-container .logo-wrapper .logo {
  height: 100%;
  display: inline-block;
}
#masthead .header-container .logo-wrapper .logo a {
  display: block;
  margin: 0;
  font-weight: bold;
  width: 100%;
  color: #fdce07;
}
#masthead .header-container .logo-wrapper .logo a img {
  height: auto;
  width: auto;
}
#masthead .header-container .wide-nav {
  display: table-cell;
  vertical-align: middle;
}
#masthead .header-container .wide-nav li {
  list-style: none;
}

.header-transparent #masthead {
  background: transparent;
}
.header-transparent #masthead .logo-wrapper {
  z-index: 2;
}
.header-transparent .nasa-ajaxsearchform input {
  background: transparent;
}

.header-type-1 #masthead .header-container .logo-wrapper .logo a {
  font-size: 100%;
}
.header-type-1 #masthead .nasa-search-space {
  top: 0;
}
.header-type-1 #masthead .nasa-search-space .nasa-show-search-form .search-wrapper form .twitter-typeahead {
  background: #FFF;
}
.header-type-1 .header-icons {
  line-height: 44px;
}

.header-type-2 .nasa-share li,
.header-type-2 .nasa-follow {
  font-size: 140%;
}
.header-type-2 .search-icon {
  line-height: 44px;
}
.header-type-2 .search-icon .nasa-icon {
  font-size: 150%;
  position: relative;
  top: 5px;
}
.header-type-2 .search-icon .nasa-label-search {
  font-weight: bold;
}
.header-type-2 .search-icon:hover .nasa-label-search {
  text-decoration: underline;
}

.header-type-2 #masthead,
.header-type-3 #masthead {
  padding-bottom: 0;
}

.header-type-3 .nasa-elements-wrap {
  border: none;
  border-left: none;
  border-right: none;
  margin-top: 20px;
}
.header-type-3 .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-flex;
  color: #333e48;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-type-3 .search-icon .nasa-icon {
  font-size: 150%;
  margin: -5px 5px 0 0;
}
.header-type-3 .search-icon:hover .nasa-label-search {
  text-decoration: underline;
}
.header-type-3 .fixed-already .header-icons {
  margin: 10px 0 5px 0;
}
.header-type-3 .nasa-megamenu > .nav-dropdown {
  margin-top: 0;
}
.header-type-3 .nav-wrapper .nasa-megamenu > .nav-dropdown {
  padding-left: 10px;
  padding-right: 10px;
}
.header-type-3 .nasa-menu-vertical-header {
  padding-top: 1px;
}

.boxed .wide-nav {
  left: auto;
  right: auto;
}

.boxed .wide-nav.stuck {
  left: auto;
  right: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search-wrapper {
    color: #c00;
  }

  ::i-block-chrome,
  .someClass {
    color: #000;
  }
}
.nasa-search-sticky-wrap {
  padding-left: 25px;
}

.nasa-filter-cat-topbar {
  position: relative;
  z-index: 3;
}
.nasa-filter-cat-topbar .nasa-icon-cat-topbar {
  min-width: 100px;
}
.nasa-filter-cat-topbar .nasa-icon-cat-topbar a {
  left: 0;
  top: 0;
  border: 2px solid #e2e2e2;
  display: block;
  color: #3b3c40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-filter-cat-topbar .nasa-icon-cat-topbar a i {
  font-size: 130%;
  height: 44px;
  line-height: 44px;
  margin: 0 6px 0px 10px;
}
.nasa-filter-cat-topbar .nasa-icon-cat-topbar a span {
  position: relative;
  top: -3px;
  font-size: 90%;
}
.nasa-filter-cat-topbar .nasa-icon-cat-topbar:hover a {
  color: #000;
  background: #f6f6f6;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-top-bar-baby #top-bar {
  position: relative;
}
.nasa-top-bar-baby #top-bar:before, .nasa-top-bar-baby #top-bar:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  border-top: 1px dashed #FFF;
}
.nasa-top-bar-baby #top-bar:before {
  top: 5px;
}
.nasa-top-bar-baby #top-bar:after {
  bottom: 4px;
}

.nasa-header-sticky .sticky-wrapper {
  width: 100%;
}
.nasa-header-sticky .sticky-wrapper.fixed-already {
  position: fixed;
  top: -500px;
  left: 0;
  z-index: 399;
  background: #fff;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nasa-header-sticky .sticky-wrapper.fixed-already.fixed-trasition {
  top: 0;
}
.nasa-header-sticky .sticky-wrapper.fixed-already .nasa-top-cat-filter-wrap {
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
}
.nasa-header-sticky .sticky-wrapper.fixed-already #masthead,
.nasa-header-sticky .sticky-wrapper.fixed-already .site-header {
  padding-top: 0;
  padding-bottom: 0;
}
.nasa-header-sticky .sticky-wrapper.fixed-already .logo {
  line-height: 44px;
}
.nasa-header-sticky .sticky-wrapper.fixed-already .nasa-allways-show.nasa-active {
  display: none;
}
.nasa-header-sticky .sticky-wrapper.fixed-already .nasa-vertical-header:hover .nasa-allways-show.nasa-active,
.nasa-header-sticky .sticky-wrapper.fixed-already .nasa-vertical-header:hover .vertical-menu-container {
  display: block;
}
.nasa-header-sticky.header-type-2 .sticky-wrapper.fixed-already .nasa-elements-wrap {
  margin-top: 5px;
}
.nasa-header-sticky.header-type-3 .sticky-wrapper.fixed-already .nasa-elements-wrap-bg {
  margin-top: 0;
}

.header-multi-languages > li {
  float: left;
}

.nasa-select-currencies {
  width: auto;
  max-width: 200px;
}
.nasa-select-currencies .wcml-spinner {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -7px;
}
.nasa-select-currencies .wcml-dropdown {
  width: auto;
}
.nasa-select-currencies .wcml-dropdown ul {
  width: 100%;
}
.nasa-select-currencies .wcml-dropdown a.wcml-cs-item-toggle {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: inherit;
  display: block;
  max-width: 100%;
}
.nasa-select-currencies .wcml-dropdown a.wcml-cs-item-toggle:after {
  display: none;
}
.nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: -7px;
  border: none;
  background-color: transparent;
  max-width: 100%;
}
.nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency li {
  border: none;
  background-color: transparent;
  width: 100%;
}
.nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency li a {
  visibility: inherit;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency > ul {
  position: absolute;
  z-index: 401;
  top: 100%;
  left: 0;
  right: auto;
  display: block;
  min-width: 150px;
  padding: 5px 0;
  border: 1px solid #ececec;
  background: #fff;
  pointer-events: none;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nasa-select-currencies:hover .wcml-dropdown li.wcml-cs-active-currency > ul, .nasa-select-currencies.nasa-active .wcml-dropdown li.wcml-cs-active-currency > ul {
  pointer-events: unset;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nasa-select-languages {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: -7px;
}
.nasa-select-languages .nasa-current-lang img {
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.nasa-select-languages .nasa-list-languages {
  position: absolute;
  z-index: 401;
  top: 100%;
  left: 0;
  display: block;
  min-width: 150px;
  padding: 5px 0;
  border: 1px solid #ececec;
  background: #fff;
  pointer-events: none;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nasa-select-languages .nasa-list-languages .nasa-item-lang {
  visibility: inherit;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.nasa-select-languages .nasa-list-languages .nasa-item-lang a img {
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.nasa-select-languages:hover .nasa-list-languages, .nasa-select-languages.nasa-active .nasa-list-languages {
  pointer-events: unset;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.wpb_animate_when_almost_visible {
  visibility: hidden;
}
.wpb_animate_when_almost_visible.animated {
  visibility: visible;
}

.wow.animated {
  visibility: visible;
}

.primary-color {
  color: #fdce07;
}

.nasa-relative,
.nasa_load_ajax {
  position: relative;
}

.nasa-absolute {
  position: absolute;
}

.nasa-absolute-focus {
  position: absolute !important;
}

.nasa-fixed {
  position: fixed;
}

.nasa-fixed-focus {
  position: fixed !important;
}

.nasa-static {
  position: static;
}

.nasa-static-focus {
  position: static !important;
}

.nasa-block {
  display: block !important;
}

.nasa-fullwidth {
  width: 100% !important;
}

.nasa-display-table {
  display: table;
}

.nasa-success {
  color: #5cb85c;
}

.nasa-error {
  color: #c60f13;
}

.nasa-wrap-border {
  border: 1px solid #eee;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nasa-bold {
  font-weight: 600;
}

.nasa-bold-700 {
  font-weight: 700;
}

.nasa-bold-800 {
  font-weight: 800;
}

.nasa-bold-900 {
  font-weight: 900;
}

.nasa-width-5 {
  width: 5%;
}

.nasa-width-10 {
  width: 10%;
}

.nasa-width-15 {
  width: 15%;
}

.nasa-width-20 {
  width: 20%;
}

.nasa-width-25 {
  width: 25%;
}

.nasa-width-30 {
  width: 30%;
}

.nasa-width-35 {
  width: 35%;
}

.nasa-width-40 {
  width: 40%;
}

.nasa-width-45 {
  width: 45%;
}

.nasa-width-50 {
  width: 50%;
}

.nasa-width-55 {
  width: 55%;
}

.nasa-width-60 {
  width: 60%;
}

.nasa-width-65 {
  width: 65%;
}

.nasa-width-70 {
  width: 70%;
}

.nasa-width-75 {
  width: 75%;
}

.nasa-width-80 {
  width: 80%;
}

.nasa-width-85 {
  width: 85%;
}

.nasa-width-90 {
  width: 90%;
}

.nasa-width-95 {
  width: 80%;
}

.nasa-leading {
  font-size: 300% !important;
}

.nasa-ignore-margin {
  margin: 0 !important;
}

.nasa-close-search {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type="submit"].nasa-icon-submit-page {
  padding: 8px 20px;
}

.nasa-min-height {
  min-height: 1px;
}

.nasa-transition {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa_load_ajax {
  filter: alpha(opacity=50);
  opacity: 0.5;
  border: 1px solid #efefef;
  background: #FAFAFA;
}

.nasa-dark-fog {
  background: #333;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.nasa-light-fog {
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#nasa-before-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 9999999;
}
#nasa-before-load .nasa-relative {
  width: 100%;
  left: 0;
  top: 45%;
}

.screen-reader-text {
  display: none;
  position: relative;
  height: auto;
  width: 100%;
  font-size: 125%;
  filter: alpha(opacity=60);
  opacity: 0.6;
  margin-bottom: 20px;
}

.nasa-form-search-post .screen-reader-text {
  margin-bottom: 10px;
}

.nasa-search-desktop .screen-reader-text {
  display: block;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  overflow-y: scroll;
  background-color: transparent;
}
body.bg-full-size {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.boxed {
  background-color: #555;
}
body.boxed #wrapper {
  max-width: 82.75862em;
  margin: 0 auto;
  overflow-x: hidden;
}
body.boxed #masthead .header-container .logo-wrapper {
  display: block;
}
body.full-width #wrapper {
  width: 100%;
}

#wrapper {
  position: relative;
}

.container-wrap {
  padding: 30px 0 10px;
  *zoom: 1;
}
.container-wrap:before, .container-wrap:after {
  content: " ";
  display: table;
}
.container-wrap:after {
  clear: both;
}

.page .container-wrap {
  padding: 10px 0 10px;
}
.page .container-wrap.page-shopping-cart, .page .container-wrap.page-checkout {
  padding-top: 0;
}

.row.container {
  margin-bottom: 30px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.align_right {
  text-align: right;
}

.pe7-icon {
  font-size: 130%;
}

.width-fluid > .row,
.width-fluid > .row > .large-12 {
  width: 100% !important;
  min-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nasa-toggle-mobile_icons {
  display: none;
}

.row.divided .columns {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.row.divided .columns:last-child {
  border: 0;
}

.row.collapse {
  display: inline-block;
}
.row.collapse.hidden-tag {
  display: none;
}

.top-divider {
  border-top: 1px solid #eeeeee;
}

.uppercase {
  text-transform: uppercase;
}

.thin-font {
  font-weight: normal;
  font-weight: 300;
}

p:empty {
  display: none;
}

table {
  width: 100%;
}

.star-rating {
  text-align: left;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.3em;
  width: 5.7em;
  font-family: 'FontAwesome';
  margin: 0 auto;
}
.star-rating:before {
  content: "\f006   \f006   \f006   \f006   \f006";
  color: #aaa;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-weight: normal;
}
.star-rating span:before {
  content: "\f005   \f005   \f005   \f005   \f005";
  white-space: nowrap;
  color: #FF9C00;
  top: 0;
  position: absolute;
  left: 0;
}

.product-details .collapses-title.active a {
  background: transparent;
}

.nasa-paginations-warp {
  position: relative;
}
.nasa-paginations-warp:hover {
  z-index: 3;
}

.nasa-pagination ul {
  margin-bottom: 0;
}
.nasa-pagination ul li {
  display: inline-block;
  list-style: none;
}
.nasa-pagination ul li .pe7-icon {
  font-size: 130%;
  vertical-align: middle;
}
.nasa-pagination.style-1 {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  padding: 5px 5px 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-pagination.style-1 .page-sumary {
  display: inline-block;
}
.nasa-pagination.style-1 .page-sumary p {
  line-height: 35px;
  margin-bottom: 0;
}
.nasa-pagination.style-1 .page-number {
  float: right;
  font-size: 100%;
}
.nasa-pagination.style-1 .page-number li a,
.nasa-pagination.style-1 .page-number li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.nasa-pagination.style-1 .page-number li a.current, .nasa-pagination.style-1 .page-number li a.nasa-current,
.nasa-pagination.style-1 .page-number li > span.current,
.nasa-pagination.style-1 .page-number li > span.nasa-current {
  background: #f6f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  font-weight: bold;
}
.nasa-pagination.style-1 .page-number li > span.nasa-page-more {
  width: auto;
}
.nasa-pagination.style-1 .page-number li a.prev, .nasa-pagination.style-1 .page-number li a.next {
  background: #f6f6f6;
  border-radius: 5px;
  width: 35px;
}
.nasa-pagination.style-1 .page-number li a.prev span, .nasa-pagination.style-1 .page-number li a.next span {
  font-weight: bold;
}
.nasa-pagination.style-1 .page-number li span.current,
.nasa-pagination.style-1 .page-number li a.current,
.nasa-pagination.style-1 .page-number li a.nasa-current,
.nasa-pagination.style-1 .page-number li a:hover {
  color: #fdce07;
}
.nasa-pagination.style-2 {
  margin-top: 30px;
}
.nasa-pagination.style-2 hr {
  width: 50%;
  padding-bottom: 25px;
  margin-top: 45px;
}
.nasa-pagination.style-2 .page-numbers {
  text-align: center;
  font-size: 100%;
}
.nasa-pagination.style-2 .page-numbers li {
  margin-right: 4px;
}
.nasa-pagination.style-2 .page-numbers a,
.nasa-pagination.style-2 .page-numbers li > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #444 !important;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.nasa-pagination.style-2 .page-numbers a.nasa-page-more,
.nasa-pagination.style-2 .page-numbers li > span.nasa-page-more {
  width: auto;
}
.nasa-pagination.style-2 .page-numbers span.current,
.nasa-pagination.style-2 .page-numbers a.current,
.nasa-pagination.style-2 .page-numbers a.nasa-current {
  background-color: #333;
  border-color: #333;
  color: #FFF !important;
}
.nasa-pagination.style-2 .page-numbers a:hover {
  text-decoration: underline;
}
.nasa-pagination.style-2 .page-numbers a:hover.current, .nasa-pagination.style-2 .page-numbers a:hover.nasa-current {
  text-decoration: none;
}
.nasa-pagination.style-2 .page-numbers a:hover.nasa-next > span, .nasa-pagination.style-2 .page-numbers a:hover.next > span {
  text-decoration: underline;
}

.nasa-footer-info-box {
  margin-top: 15px;
}

.nasa-footer-contact-title h5 {
  margin: 0;
  color: #fdce07;
}
.nasa-footer-contact-title h5 i {
  color: #FEDC00;
}

.nasa-footer-contact-us {
  margin-top: 15px;
}

.shortcode_tag_cloud .section-title {
  font-weight: 500;
}

.nasa-title {
  margin-bottom: 8px;
  position: relative;
}
.nasa-title .nasa-heading-title {
  margin-bottom: 0.1em;
  font-weight: 500;
}
.nasa-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
}
.nasa-title span.nasa-first-word {
  font-weight: bold !important;
  color: #fdce07;
}
.nasa-title .nasa-title-hr {
  display: none;
}
.nasa-title .nasa-title-desc {
  filter: alpha(opacity=90);
  opacity: 0.9;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.5;
  color: #878787;
}
.nasa-title.nasa-text-link {
  z-index: 10;
}
.nasa-title.text-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nasa-title.text-right:after {
  right: 0px !important;
  left: auto;
}
.nasa-title.hr-type-simple .nasa-title-wrap {
  position: relative;
  padding: 0 45px;
}
.nasa-title.hr-type-simple span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  font-weight: 800;
}
.nasa-title.hr-type-simple .nasa-title-hr {
  display: inline-block;
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 1;
  top: 50%;
  left: 0;
  border: none;
  border-top: 1px solid #333e48;
}
.nasa-title.hr-type-full .nasa-heading-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.nasa-title.hr-type-full span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin: 0;
}
.nasa-title.hr-type-full .nasa-title-hr {
  display: inline-block;
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 1;
  top: 50%;
  left: 0;
  border: none;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
}
.nasa-title.hr-type-full .nasa-title-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.nasa-title.hr-type-full .nasa-title-wrap.nasa-text-link-wrap .nasa-title-hr {
  border-color: #eeeeee;
}
.nasa-title.hr-type-under {
  margin-bottom: 20px;
}
.nasa-title.hr-type-under .nasa-heading-title .nasa-title-wrap {
  position: relative;
  padding: 0 0 10px 0;
}
.nasa-title.hr-type-under .nasa-heading-title .nasa-title-wrap span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0;
}
.nasa-title.hr-type-under .nasa-heading-title .nasa-title-wrap .nasa-title-hr {
  display: block;
  position: relative;
  width: 100%;
  margin: 6px 0 0 0;
  z-index: 1;
  left: 0;
  border: none;
  text-align: center;
}
.nasa-title.hr-type-under .nasa-heading-title .nasa-title-wrap .nasa-title-hr:before {
  display: block;
  width: 50px;
  margin: 0;
  content: "";
  border-top: 3px solid;
  border-color: #fdce07;
}
.nasa-title.hr-type-under.nasa-custom-color .nasa-heading-title .nasa-title-wrap .nasa-title-hr:before {
  border-color: inherit;
}
.nasa-title.hr-type-under.text-center .nasa-heading-title .nasa-title-wrap .nasa-title-hr:before {
  margin: 0 auto;
}
.nasa-title.hr-type-under.text-right .nasa-heading-title .nasa-title-wrap .nasa-title-hr:before {
  margin: 0 0 0 auto;
}
.nasa-title.hr-type-vertical {
  position: relative;
}
.nasa-title.hr-type-vertical .nasa-wrap {
  border-left: 3px solid #FEBA01;
  padding-left: 8px;
  margin-top: 8px;
  text-align: left;
}
.nasa-title.hr-type-vertical .nasa-heading-title {
  position: relative;
}
.nasa-title.hr-type-vertical h1.nasa-heading-title {
  top: -8px;
  margin-bottom: -8px;
}
.nasa-title.hr-type-vertical h2.nasa-heading-title {
  top: -7px;
  margin-bottom: -7px;
}
.nasa-title.hr-type-vertical h3.nasa-heading-title {
  top: -6px;
  margin-bottom: -6px;
}
.nasa-title.hr-type-vertical h4.nasa-heading-title {
  top: -5px;
  margin-bottom: -5px;
}
.nasa-title.hr-type-vertical h5.nasa-heading-title {
  top: -4px;
  margin-bottom: -4px;
}
.nasa-title.hr-type-vertical .nasa-title-desc {
  position: relative;
  bottom: -4px;
}
.nasa-title.hr-type-baby span {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 800;
}
.nasa-title.hr-type-baby .nasa-title-hr {
  display: block;
  position: relative;
  width: 120px;
  height: 7px;
  margin: 10px auto;
  background: url("assets/images/hr-type-baby.png") 0 0 no-repeat;
}
.nasa-title.hr-type-baby .nasa-title-wrap {
  position: relative;
}
.nasa-title.hr-type-baby.text-left .nasa-title-wrap .nasa-title-hr {
  margin-left: 0;
}
.nasa-title.hr-type-baby.text-right .nasa-title-wrap .nasa-title-hr {
  margin-right: 0;
}

.title-block {
  margin-bottom: 25px;
}
.title-block span {
  position: relative;
  padding-bottom: 12px;
}
.title-block .nasa-hr {
  margin-top: 0;
}

.heading-title {
  text-transform: uppercase;
}

.nasa-hr {
  display: block;
  height: 2px;
  background: #e8e8e8;
}
.nasa-hr.primary-color {
  background: #fdce07;
}
.nasa-hr.small {
  width: 20px;
}
.nasa-hr.medium {
  width: 60px;
}
.nasa-hr.large {
  width: 90px;
}
.nasa-hr.full {
  width: 100%;
}
.nasa-hr.text-center {
  margin: 0 auto;
}
.nasa-hr.text-right {
  float: right;
}

.bread {
  background: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0px;
}
.bread.nasa-breadcrumb-has-bg {
  border: none;
  padding: inherit;
}
.bread.nasa-breadcrumb-has-bg .breadcrumb-row h3, .bread.nasa-breadcrumb-has-bg .breadcrumb-row a, .bread.nasa-breadcrumb-has-bg .breadcrumb-row span {
  color: inherit;
}
.bread.nasa-breadcrumb-has-bg .breadcrumb-row a:hover {
  color: black;
}
.bread.nasa-breadcrumb-has-bg .row,
.bread.nasa-breadcrumb-has-bg .columns {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.bread .breadcrumb-row {
  float: none;
  z-index: 99;
  text-align: center;
  display: table-cell;
  width: 100%;
  height: 50px;
  vertical-align: middle;
}
.bread .breadcrumb-row h2 {
  display: block;
  float: none;
  font-size: 230%;
  font-weight: bold;
  color: inherit;
  margin: 0;
}
.bread .breadcrumb-row h2 a {
  color: inherit;
}
.bread .breadcrumb-row h3 {
  font-weight: normal;
  letter-spacing: 0;
  padding: 0px;
  margin: 0;
  font-size: 100%;
  color: inherit;
  display: block;
}
.bread .breadcrumb-row h3 span {
  color: inherit;
  line-height: 1.4;
}
.bread .breadcrumb-row h3 span.nasa-bread-single {
  margin: 0;
}
.bread .breadcrumb-row h3 a {
  color: inherit;
}
.bread .breadcrumb-row h3 .current,
.bread .breadcrumb-row h3 a:hover {
  text-decoration: underline;
}
.bread .back-history {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 100%;
}
.bread .back-history:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 9px;
  margin: 0 9px 0 0;
}

.nasa-size-guide-lightbox {
  text-align: center;
  position: relative;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-size-guide-lightbox.white-popup-block {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  position: relative;
}
.nasa-size-guide-lightbox.white-popup-block .mfp-close {
  width: 25px;
  height: 25px;
  line-height: 15px;
  top: 5px;
  right: 8px;
  background: transparent !important;
  color: #d6d6d6;
  font-size: 25px;
  outline: none;
  font-weight: 100;
}

#nasa-popup {
  text-align: center;
  position: relative;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#nasa-popup span {
  font-size: 100%;
  color: #666;
  line-height: 1.5;
}
#nasa-popup .checkbox-label {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
}
#nasa-popup .checkbox-label label {
  display: inline-block;
  position: relative;
  color: #666;
  margin-left: 8px;
  font-weight: 400;
}
#nasa-popup.white-popup-block {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  position: relative;
}
#nasa-popup.white-popup-block .mfp-close {
  width: 25px;
  height: 25px;
  line-height: 15px;
  top: 5px;
  right: 8px;
  background: transparent !important;
  color: #d6d6d6;
  font-size: 25px;
  outline: none;
  font-weight: 100;
}
#nasa-popup .nasa-logo-img img {
  max-height: 42px;
  margin: 40px auto 35px auto;
}
#nasa-popup p {
  margin-bottom: 0;
}
#nasa-popup .nasa-pp-right {
  padding: 0 25px;
}
#nasa-popup .nasa-pp-right .nasa-popup-wrap-content {
  padding-top: 20%;
}
#nasa-popup .nasa-pp-right .nasa-popup-wrap-content h3 {
  font-weight: 800;
  font-size: 2.4em;
}
#nasa-popup .wpcf7 {
  padding-top: 10px;
}
#nasa-popup .wpcf7 .wpcf7-form-control-wrap {
  margin: 0 auto;
  float: none;
  display: block;
}
#nasa-popup .wpcf7 .wpcf7-form-control-wrap input {
  background: none;
  border: none;
  border-bottom: 1px solid #CCC;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#nasa-popup .wpcf7 input[type="button"],
#nasa-popup .wpcf7 input[type="submit"] {
  width: 100%;
  margin: 0;
  background: #fdce07;
  border: none;
  outline: none;
  color: #fff !important;
  font-size: 85%;
  letter-spacing: 0.2em;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#nasa-popup .wpcf7 input[type="button"]:hover,
#nasa-popup .wpcf7 input[type="submit"]:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#nasa-popup .wpcf7 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
  background: #fff;
  width: 100%;
  margin: 0;
}
#nasa-popup .wpcf7 p {
  margin-bottom: 0;
}
#nasa-popup .wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  top: -10px;
  color: #fb0000;
}
#nasa-popup .wpcf7 .ajax-loader {
  display: none !important;
}
#nasa-popup .wpcf7 .wpcf7-not-valid {
  border-color: #fb0000;
}
#nasa-popup .wpcf7 div.wpcf7-mail-sent-ok {
  position: absolute;
  display: none !important;
}
#nasa-popup .nasa-popup-hr {
  display: none;
  margin: 30px 70px;
}

#nasa-newsletter-alert {
  position: fixed;
  top: 40%;
  z-index: 9999;
  display: block;
  width: 100%;
  text-align: center;
}
#nasa-newsletter-alert .wpcf7-mail-sent-ok {
  background: #FFF;
  display: inline-block;
  padding: 20px;
}

.mfp-wrap .nasa-bot-to-top {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mfp-wrap.mfp-ready.mfp-removing .nasa-bot-to-top,
.mfp-wrap.mfp-removing .nasa-bot-to-top {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.mfp-wrap.mfp-ready .nasa-bot-to-top {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -moz-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -ms-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -o-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.progress-bar {
  border: 1px solid #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  margin-bottom: 80px !important;
  position: relative;
}
.progress-bar .bar-label {
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -25px;
  text-transform: uppercase;
}
.progress-bar .bar-meter {
  display: block;
  height: 100%;
  width: 0;
  position: relative;
}
.progress-bar .bar-meter .bar-number {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -45px;
  right: -15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #666;
  text-align: center;
  line-height: 30px;
  color: #fdce07;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.search-icon {
  font-size: 16px;
}

button[disabled] {
  background-color: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

button.primary-color {
  color: #fff !important;
  border: none;
}

.woocommerce-notices-wrapper {
  position: fixed;
  min-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  cursor: pointer;
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.woocommerce-notices-wrapper:empty {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -o-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px);
}
.woocommerce-notices-wrapper ul {
  margin: 0;
}
.woocommerce-notices-wrapper .nasa-close-notice {
  display: inline-block;
  color: #FFF;
  font-size: 200%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.woocommerce-notices-wrapper .nasa-close-notice:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
}

.woocommerce-cart .woocommerce-notices-wrapper {
  position: relative;
  margin-bottom: 30px !important;
  z-index: unset;
}

.woocommerce-error {
  list-style: none;
  display: block;
  background: #c60f13;
  padding: 15px;
}
.woocommerce-error li {
  color: #FFF;
}
.woocommerce-error li:before {
  color: inherit;
  background: #c60f13;
  font-family: 'FontAwesome';
  content: "\f071";
  margin-right: 10px;
  position: relative;
  top: 1px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-message {
  padding: 15px;
  background: #5cb85c;
  display: block;
  color: #fff;
  font-size: 100%;
  position: relative;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-message a {
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: #FFF;
  text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-message a.button {
  position: absolute;
  top: 0;
  margin: 0;
  right: 15px;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 50px;
}
.woocommerce-MyAccount-content .woocommerce-message a.button:hover {
  text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-message:before {
  color: #FFF;
  background: transparent;
  padding: 3px;
  font-family: 'FontAwesome';
  display: inline-flex;
  content: "\f00c";
  margin-right: 10px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.single-product .woocommerce-message {
  margin-bottom: 0;
}

#top-link {
  display: none;
  background: #000;
  position: fixed;
  right: 35px;
  text-align: center;
  bottom: 20%;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  padding: 8px 8px 12px 10px;
  font-size: 20px;
  z-index: 99;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#top-link.active {
  display: block;
}

#top-link.active:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.entry-content > ul,
.entry-content > ol,
.tabs-inner ul,
.tabs-inner ol,
.accordian-inner ul,
.accordian-inner ol {
  padding-left: 20px;
}
.entry-content > ul.wp-block-gallery,
.entry-content > ol.wp-block-gallery,
.tabs-inner ul.wp-block-gallery,
.tabs-inner ol.wp-block-gallery,
.accordian-inner ul.wp-block-gallery,
.accordian-inner ol.wp-block-gallery {
  padding: 0;
  margin-left: 0;
}

ul.checkmarks li {
  margin-bottom: 10px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ececec;
  line-height: 110%;
}

ol.commentlist li {
  list-style: none;
}

.entry-content .commentlist {
  padding: 10px 0 0 0;
}

#content > ul {
  margin-left: 20px;
}

.tipr_content {
  color: #FFF;
  padding: 5px 10px 7px;
  text-align: center;
  font-size: 100%;
}

.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 99999;
}

.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -40px;
  z-index: 99999;
}

.tipr_point_top,
.tipr_point_bottom {
  position: relative;
  background: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: alpha(opacity=95);
  opacity: 0.95;
}

.tipr_point_top:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_point_top:after {
  border-top-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.tipr_point_bottom:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_point_bottom:after {
  border-bottom-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.select-wrapper {
  position: relative;
  overflow: hidden;
}
.select-wrapper:after {
  font-size: 150%;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 5px;
  font-family: 'Pe-icon-7-stroke';
  content: "\e688";
}
.select-wrapper select {
  padding: 5px 15px 5px 10px;
  border: 1px solid #e6e6e6;
  margin: 0;
  appearance: none;
  cursor: pointer;
  color: #333e48;
  background: transparent;
  position: relative;
}

.nasa_block .edit-link {
  display: none;
}

.columns > br,
.row > br {
  display: none;
}

.entry-content pre {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 30px;
  margin-top: 20px;
}

.catalog-mode-header {
  padding-top: 15px;
  text-align: right;
  float: right;
}

.catalog-mode-header > div {
  display: inline-block;
}

.catalog-mode-header input,
.catalog-mode-header form,
.catalog-mode-header button {
  margin: 0;
}

.no-prices span.amount,
.no-prices form.cart {
  display: none;
}

.catalog-product-text {
  padding-bottom: 15px;
}

.catalog-product-text .collapses {
  margin: 0;
}

.woocommerce-info {
  padding: 15px 0px;
}

.col_hover_focus > *,
.col_hover_fade > *,
.col_hover_blur > *,
.col_hover_grayscale > * {
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
}

#mobile-navigation .col_hover_focus > *,
#mobile-navigation .col_hover_fade > *,
#mobile-navigation .col_hover_blur > *,
#mobile-navigation .col_hover_grayscale > * {
  -webkit-transition: none 200ms ease;
  -ms-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}

.col_hover_focus:hover > * {
  filter: alpha(opacity=100);
  opacity: 1;
}

.col_hover_fade:hover > * {
  filter: alpha(opacity=100);
  opacity: 1;
}

.col_hover_grayscale > * {
  filter: alpha(opacity=70);
  opacity: 0.7;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.col_hover_grayscale:hover > * {
  filter: alpha(opacity=100);
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

.col_hover_blur > * {
  -webkit-filter: blur(3px);
}

.col_hover_blur:hover > * {
  -webkit-filter: blur(0px);
}

.square-round {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.square-round:hover {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.error404 .entry-content .search-wrapper {
  display: none;
}

.error404 .entry-content {
  margin-bottom: 90px;
}

.error404 .entry-content p {
  margin-bottom: 60px;
}

@-moz-document url-prefix() {
  .select-wrapper:after {
    display: none;
  }

  .quantity input[type=number] {
    -moz-appearance: textfield;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none;
  }
}
.font-large {
  font-size: 600% !important;
  line-height: 80%;
  margin: 15px 0px;
}

.font-xlarge {
  font-size: 900% !important;
  line-height: 80%;
  margin: 15px 0px;
}

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.nasa-color-white {
  color: #ffffff !important;
}

.nasa-color-black {
  color: #000000 !important;
}

.nasa-float-left {
  float: left;
}

.nasa-float-right {
  float: right;
}

.nasa-float-none {
  float: none !important;
}

.clearfix,
.nasa-clear-both {
  clear: both;
}

.nasa-clear-none {
  clear: none !important;
}

.nasa-invisible {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-invisible.nasa-down {
  height: 0;
}
.nasa-invisible.nasa-visible {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.margin-10-top {
  margin-top: -10px !important;
}

.margin-20-top {
  margin-top: -20px !important;
}

.margin-30-top {
  margin-top: -30px !important;
}

.margin-40-top {
  margin-top: -40px !important;
}

.margin-50-top {
  margin-top: -50px !important;
}

.margin-60-top {
  margin-top: -60px !important;
}

.margin-70-top {
  margin-top: -70px !important;
}

.margin-80-top {
  margin-top: -80px !important;
}

.margin-90-top {
  margin-top: -90px !important;
}

.margin-100-top {
  margin-top: -100px !important;
}

.margin-110-top {
  margin-top: -110px !important;
}

.margin-120-top {
  margin-top: -120px !important;
}

.margin-130-top {
  margin-top: -130px !important;
}

.margin-140-top {
  margin-top: -140px !important;
}

.margin-150-top {
  margin-top: -150px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-120 {
  margin-top: 120px !important;
}

.margin-top-140 {
  margin-top: 140px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-top-300 {
  margin-top: 300px !important;
}

.margin-top-310 {
  margin-top: 310px !important;
}

.margin-top-320 {
  margin-top: 320px !important;
}

.margin-top-330 {
  margin-top: 330px !important;
}

.margin-top-340 {
  margin-top: 340px !important;
}

.margin-top-350 {
  margin-top: 350px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.padding-right-120 {
  padding-right: 120px !important;
}

.padding-right-140 {
  padding-right: 140px !important;
}

.top-5 {
  top: 5px !important;
}

.top-10 {
  top: 10px !important;
}

.top-15 {
  top: 15px !important;
}

.top-20 {
  top: 20px !important;
}

.top-25 {
  top: 25px !important;
}

.top-30 {
  top: 30px !important;
}

.top-35 {
  top: 35px !important;
}

.top-40 {
  top: 40px !important;
}

.top-45 {
  top: 45px !important;
}

.top-50 {
  top: 50px !important;
}

.top-60 {
  top: 60px !important;
}

.top-70 {
  top: 70px !important;
}

.top-80 {
  top: 80px !important;
}

.top-100 {
  top: 100px !important;
}

.top-120 {
  top: 120px !important;
}

.top-140 {
  top: 140px !important;
}

.top-150 {
  top: 150px !important;
}

.top-200 {
  top: 200px !important;
}

.top-250 {
  top: 250px !important;
}

.top-300 {
  top: 300px !important;
}

.top-350 {
  top: 350px !important;
}

td.nasa-td-5 {
  width: 5%;
}

td.nasa-td-10 {
  width: 10%;
}

td.nasa-td-15 {
  width: 15%;
}

td.nasa-td-20 {
  width: 20%;
}

td.nasa-td-25 {
  width: 25%;
}

td.nasa-td-30 {
  width: 30%;
}

td.nasa-td-35 {
  width: 35%;
}

td.nasa-td-40 {
  width: 40%;
}

td.nasa-td-45 {
  width: 45%;
}

td.nasa-td-50 {
  width: 50%;
}

.nasa-bg-white {
  background: #fff;
}

.nasa-bg-black {
  background: #000;
}

.nasa-bg-gray {
  background: #e1e1e1;
}

.nasa-bg-primary {
  background: #fdce07;
}

.clear-both {
  clear: both;
}

.nasa-z-index-0 {
  z-index: 0 !important;
}

.nasa-z-index-1 {
  z-index: 1 !important;
}

.nasa-z-index-2 {
  z-index: 2 !important;
}

.nasa-z-index-3 {
  z-index: 3 !important;
}

.nasa-z-index-4 {
  z-index: 4 !important;
}

.nasa-z-index-5 {
  z-index: 5 !important;
}

.nasa-z-index-6 {
  z-index: 6 !important;
}

.nasa-z-index-7 {
  z-index: 7 !important;
}

.nasa-z-index-8 {
  z-index: 8 !important;
}

.nasa-z-index-9 {
  z-index: 9 !important;
}

.nasa-z-index-10 {
  z-index: 10 !important;
}

span.custom-icon-w-text {
  display: block;
  line-height: 1.8;
  margin-left: 12px;
}

span.custom-icon-w-text i {
  margin-right: 12px;
  vertical-align: top;
}

.columns span.custom-icon-w-text:last-of-type {
  margin-bottom: 26px;
}

span.custom-icon-w-text i.checked {
  color: #9FD355;
  font-size: 22px;
}

.solid-green,
.bar_green {
  background: #71BB6D !important;
}

.solid-red,
.bar_red {
  background: #E66F66 !important;
}

.solid-yellow {
  background: #FAB336 !important;
}

.solid-blue,
.bar_blue {
  background: #4F84C7 !important;
}

.solid-gray,
.bar_grey {
  background: #A2A2A2 !important;
}

.solid-gold {
  background: #C5AE87 !important;
}

.solid-pink {
  background: #EB9FCF !important;
}

.solid-purple {
  background: #9D75C2 !important;
}

@keyframes icon_slide_down {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-filter: blur(5px);
  }
}
@keyframes fadeout {
  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.load-more {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.load-more .load-more-text {
  position: relative;
  letter-spacing: 0px;
  color: #aaa;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.load-more .load-more-text.nasa-loadding {
  color: transparent;
}
.load-more:hover .load-more-text {
  color: #333;
}
.load-more:hover .load-more-text.nasa-loadding {
  color: transparent;
}
.load-more .load-more-content {
  border: none !important;
  background-color: #FFF !important;
}
.load-more .load-more-content:hover {
  color: #333e48 !important;
  border: none !important;
  background-color: #FFF !important;
}
.load-more.load-more-btn {
  cursor: pointer;
}
.load-more.load-more-btn.nasa-more-type-2:hover .load-more-content {
  color: #333e48 !important;
}
.load-more.end-product {
  color: #888;
  cursor: not-allowed;
  font-size: 100%;
  font-weight: 500;
}
.load-more.load-more-btn, .load-more.end-product {
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  font-size: 120%;
  font-weight: 500;
}

.hidden-tag,
.hide,
.nasa-show-less,
.nasa-hide-for-desk,
[class*="block-grid-"] > li.nasa-show-less,
.warpper-mobile-search {
  display: none;
}

.nasa-show-less.current-cat {
  display: block;
}

.inline-block {
  display: inline-block;
}

.required {
  color: #f00;
}

.nasa-pos-absolute {
  position: absolute;
}

.nasa-pos-relative {
  position: relative;
}

.nasa-over-hide {
  overflow: hidden;
}

.reset_price {
  float: right;
}

.nasa-bg-dark {
  background-color: #333;
  margin-top: 20px;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.nasa-radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

ul.instagram-pics {
  margin-bottom: 0;
}

.nasa-service-block {
  background: #ffffff;
  border: 1px solid #cccccc;
}

.nasa-not-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-radius: 0 !important;
}

.nasa-has-border-bottom {
  border-bottom: 1px solid #e8e8e8;
}
.nasa-has-border-bottom .nasa-hr {
  position: relative;
  bottom: -1px;
}

.columns.nasa-col:hover {
  z-index: 20;
}

.nasa-full-to-left,
.nasa-full-to-right {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.nasa-body-loaded .nasa-full-to-left,
.nasa-body-loaded .nasa-full-to-right {
  filter: alpha(opacity=100);
  opacity: 1;
}

.wpcf7 form {
  margin-bottom: 0;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wpcf7 .newletter-form-controls input[type="text"],
.wpcf7 .newletter-form-controls input[type="email"],
.wpcf7 .newletter-form-controls textarea {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wpcf7 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 72%;
  color: #fb0000;
}
.wpcf7 p {
  clear: both;
}

.nasa-hover-underline:hover {
  text-decoration: underline;
}

.nasa-underline {
  text-decoration: underline;
}

.color-white {
  color: #FFF;
}

.color-gray {
  color: gray;
}

.columns.nasa-less-left,
.column.nasa-less-left {
  padding-left: 0.45977em;
}
.columns.nasa-less-right,
.column.nasa-less-right {
  padding-right: 0.45977em;
}
.columns.padding-left-0,
.column.padding-left-0 {
  padding-left: 0;
}
.columns.padding-right-0,
.column.padding-right-0 {
  padding-right: 0;
}

.padding-side-15 {
  padding: 0 15px;
}

.section-element {
  position: relative;
  z-index: 0;
}
.section-element:hover {
  z-index: 1;
}
.section-element.nasa-unset-zindex {
  z-index: unset;
}
.section-element.nasa-unset-zindex:hover {
  z-index: unset;
}

.nasa-blog-paging {
  text-align: center;
}
.nasa-blog-paging ul.page-numbers {
  margin-top: 20px;
}
.nasa-blog-paging ul.page-numbers li {
  list-style: none;
  display: inline-block;
}
.nasa-blog-paging ul.page-numbers li span.page-numbers:hover {
  text-decoration: none;
}
.nasa-blog-paging ul.page-numbers li .page-numbers {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0 4px;
  font-weight: 600;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.nasa-blog-paging ul.page-numbers li .page-numbers.current {
  background: rgba(0, 0, 0, 0.04);
}
.nasa-blog-paging ul.page-numbers li .page-numbers:hover {
  text-decoration: underline;
}
.nasa-blog-paging ul.page-numbers li .page-numbers .nasa-icon {
  font-size: 200%;
  height: 40px;
  width: 40px;
  position: relative;
  top: 7px;
}

.nasa-blogs-relate {
  margin-top: 50px;
  border-top: 1px solid #efefef;
  padding-top: 35px;
}
.nasa-blogs-relate.nasa-slide-style-blogs .nasa-nav-carousel-wrap {
  top: 42px;
  width: 100%;
}
.nasa-blogs-relate.nasa-slide-style-blogs .nasa-nav-carousel-wrap .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
  margin-right: -3px;
}
.nasa-blogs-relate .group-blogs.nasa-blog-carousel .blog_item:hover .nasa-content-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nasa-blogs-relate .group-blogs.nasa-blog-carousel .blog_item:hover .nasa-content-group {
  border: none;
}
.nasa-blogs-relate .group-blogs.nasa-blog-carousel .blog_item .nasa-content-group {
  border: none;
}
.nasa-blogs-relate .group-blogs.nasa-blog-carousel .blog_item .blog-image {
  margin: 0 0 20px 0;
}
.nasa-blogs-relate .group-blogs.nasa-blog-carousel .blog_item .nasa-blog-info-slider {
  padding: 0;
}
.nasa-blogs-relate .group-blogs .nasa-blog-info-slider .blog_title {
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
}
.nasa-blogs-relate .group-blogs .nasa-blog-info-slider .blog_title h5 {
  font-size: 100%;
  font-weight: bold;
}
.nasa-blogs-relate .nasa-shortcode-title-slider {
  font-size: 210%;
  font-weight: 700;
}

.nasa-posts-masonry-isotope-item.nasa-item-normal .entry-header {
  margin-bottom: 0px;
}
.nasa-posts-masonry-isotope-item.nasa-item-normal .entry-header .info-wrap .meta-author {
  margin: 0;
}
.nasa-posts-masonry-isotope-item.nasa-item-normal .entry-header .info-wrap .meta-author:after {
  border: none;
  margin: 0 5px;
}
.nasa-posts-masonry-isotope-item.nasa-item-normal article.hentry {
  margin-bottom: 0px;
}
.nasa-posts-masonry-isotope-item.nasa-item-normal article.type-post {
  border-bottom: none;
  padding-bottom: 10px;
}
.nasa-posts-masonry-isotope-item.nasa-item-normal article.post .entry-header .entry-title {
  font-size: 140%;
  margin-bottom: 0px;
}

.nasa-item-blog-grid article.type-post {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
.nasa-item-blog-grid article.type-post.hentry.sticky {
  border-bottom: 3px solid #fdce07;
  padding-bottom: 25px;
  margin-top: 5px;
}
.nasa-item-blog-grid article.type-post.hentry.sticky .sticky-post {
  padding: 3px 25px;
}

.nasa-single-blog article.type-post {
  border-bottom: none;
}

article.type-product, article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
article.type-product.sticky .sticky-post, article.hentry.sticky .sticky-post {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #fdce07;
  color: #555;
  padding: 8px 30px;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
article.type-product.sticky .entry-image, article.hentry.sticky .entry-image {
  margin-bottom: 0;
}
article.type-product .entry-image, article.hentry .entry-image {
  margin-top: 40px;
}
article.type-product:first-child .entry-image, article.hentry:first-child .entry-image {
  margin-top: unset;
}
article.type-product .entry-content p, article.hentry .entry-content p {
  font-size: 100%;
  margin-bottom: 1.5em;
}
article.type-product .entry-content p.wp-caption-text, article.hentry .entry-content p.wp-caption-text {
  margin-bottom: 0;
}
article.type-product .entry-header .entry-title, article.hentry .entry-header .entry-title {
  font-size: 160%;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: bold;
  color: #333;
  overflow-wrap: break-word;
}
article.type-product .entry-header .entry-title.nasa-title-single-post, article.hentry .entry-header .entry-title.nasa-title-single-post {
  font-size: 230%;
}
article.type-product .entry-summary, article.hentry .entry-summary {
  line-height: 1.6;
}
article.type-product .entry-meta, article.hentry .entry-meta {
  padding: 10px 0;
  color: #888;
}
article.type-product .entry-meta a, article.hentry .entry-meta a {
  color: #000;
}
article.type-product .entry-meta a:hover, article.hentry .entry-meta a:hover {
  color: #333;
}
article.type-product .entry-readmore, article.hentry .entry-readmore {
  filter: alpha(opacity=90);
  opacity: 0.9;
  font-weight: bold;
  font-size: 90%;
}
article.type-product .entry-readmore:hover, article.hentry .entry-readmore:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
article table tr th, article table tr td {
  border: 1px solid #aaaaaa;
  padding: 0.55172em;
}
article table thead tr th, article table thead tr td, article table tbody tr th, article table tbody tr td, article table tfoot tr th, article table tfoot tr td {
  border: 1px solid #aaaaaa;
  padding: 0.55172em;
}
article address {
  margin-top: unset;
  margin-bottom: 1.37931em;
  line-height: 1.6;
}

.entry-header {
  margin-bottom: 15px;
}
.entry-header .meta-author {
  margin-top: 10px;
  font-size: 100%;
  text-align: center;
}
.entry-header .post-date-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  text-align: center;
  background: #fdce07;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.entry-header .post-date-wrapper:hover {
  background: #cfa802;
}
.entry-header .post-date {
  padding-top: 20px;
  text-align: center;
}
.entry-header .post-date span {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.entry-header .post-date .post-date-day {
  font-size: 250%;
}
.entry-header .post-date .post-date-month {
  font-size: 100%;
}
.entry-header .info-wrap .meta-author,
.entry-header .info-wrap .post-date,
.entry-header .info-wrap .comments-link {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0;
  position: relative;
}
.entry-header .info-wrap .meta-author i,
.entry-header .info-wrap .post-date i,
.entry-header .info-wrap .comments-link i {
  font-size: 120%;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.entry-header .info-wrap .meta-author:after,
.entry-header .info-wrap .post-date:after,
.entry-header .info-wrap .comments-link:after {
  content: " ";
  margin: 0px 10px;
  height: 11px;
  color: #D8D8D8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}
.entry-header .info-wrap .meta-author.no-after:after,
.entry-header .info-wrap .post-date.no-after:after,
.entry-header .info-wrap .comments-link.no-after:after {
  display: none;
}
.entry-header .info-wrap .meta-author:hover,
.entry-header .info-wrap .post-date:hover,
.entry-header .info-wrap .comments-link:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.single-post .entry-header {
  margin-bottom: 30px;
  margin-top: 5px;
}
.single-post .entry-image {
  text-align: center;
}
.single-post .entry-content > *:last-child {
  clear: both;
}

.entry-content .page-links {
  margin: 1.5em 0;
}

body.archive h1.page-title,
body.search-results h1.page-title {
  text-align: center;
  margin-bottom: 30px;
  color: #333e48;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
}

.entry-title {
  font-weight: bold;
}

.blog-list-style .entry-title {
  margin-top: -5px;
}

.type-page h1.entry-title,
.search-results .text-center h1.entry-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.type-page .text-center h1.entry-title,
.search-results .text-center h1.entry-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.entry-image {
  position: relative;
  margin: 0 0 25px;
}
.entry-image.nasa-blog-img-masonry-isotope {
  margin: 0 0 10px;
}
.entry-image.nasa-blog-img-masonry-isotope img {
  width: 100%;
}

.nasa-meta-categories {
  display: inline-block;
  margin: 0 auto;
  background: #fdce07;
  padding: 8px 15px;
  margin-bottom: 10px;
  letter-spacing: .3px;
  font-weight: bold;
  font-size: 12px;
}
.nasa-meta-categories a {
  color: inherit;
  text-transform: uppercase;
}
.nasa-meta-categories a:hover {
  color: #efefef;
}

.entry-meta.footer-entry-meta.single-footer-entry-meta {
  border-top: 1px solid #efefef;
  padding: 30px 0 0 0;
  margin-top: 15px;
}

.nasa-meta-tags {
  margin: 0 -4px;
}
.nasa-meta-tags a {
  display: inline-block;
  padding: 3px 10px;
  border: 2px solid #eee;
  margin: 2px 4px 6px 4px;
  color: #333e48 !important;
  -webkit-transition: border-color 200ms ease;
  -ms-transition: border-color 200ms ease;
  -moz-transition: border-color 200ms ease;
  -o-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}
.nasa-meta-tags a:hover {
  border-color: #333e48 !important;
}

.nasa-meta-social {
  margin: 0;
}
.nasa-meta-social .nasa-share {
  margin: 0 -10px;
  line-height: 34px;
}
.nasa-meta-social .nasa-share li {
  margin: 0 10px;
}

.nasa-post-navigation {
  margin-bottom: 35px;
  height: 80px;
  border-bottom: 1px solid #efefef;
}
.nasa-post-navigation .nasa-post-navigation-item {
  display: inline-block;
  float: left;
  height: 40px;
  min-height: 1px;
}
.nasa-post-navigation .nasa-post-prev,
.nasa-post-navigation .nasa-post-next {
  width: 45%;
}
.nasa-post-navigation .nasa-post-prev a,
.nasa-post-navigation .nasa-post-next a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.nasa-post-navigation .nasa-post-prev a:before, .nasa-post-navigation .nasa-post-prev a:after,
.nasa-post-navigation .nasa-post-next a:before,
.nasa-post-navigation .nasa-post-next a:after {
  -webkit-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.nasa-post-navigation .nasa-post-prev a:hover .nasa-post-title,
.nasa-post-navigation .nasa-post-next a:hover .nasa-post-title {
  color: #000;
}
.nasa-post-navigation .nasa-post-prev a:hover:before, .nasa-post-navigation .nasa-post-prev a:hover:after,
.nasa-post-navigation .nasa-post-next a:hover:before,
.nasa-post-navigation .nasa-post-next a:hover:after {
  color: #000;
  border-color: #000;
}
.nasa-post-navigation .nasa-post-prev a {
  text-align: left;
  padding-left: 50px;
  font-weight: 600;
}
.nasa-post-navigation .nasa-post-prev a:before {
  position: absolute;
  font-family: "nasa-font";
  content: "\7a";
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #aaa;
  color: #aaa;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-post-navigation .nasa-post-next a {
  text-align: right;
  padding-right: 50px;
  font-weight: 600;
}
.nasa-post-navigation .nasa-post-next a:after {
  position: absolute;
  font-family: "nasa-font";
  content: "\79";
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #aaa;
  color: #aaa;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-post-navigation .nasa-post-archive {
  width: 10%;
  text-align: center;
}
.nasa-post-navigation .nasa-post-archive a {
  display: block;
  width: 100%;
  color: #aaa;
}
.nasa-post-navigation .nasa-post-archive a .nasa-icon {
  font-size: 205%;
  line-height: 36px;
  padding: 0 5px;
  border: 2px solid;
}
.nasa-post-navigation .nasa-post-archive a:hover {
  color: #333;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-post-navigation .nasa-post-prev .nasa-post-label,
  .nasa-post-navigation .nasa-post-next .nasa-post-label {
    line-height: 40px;
  }
}
.entry-image img {
  height: auto;
}

.entry-summary {
  margin-top: 0px;
}

.entry-meta {
  padding: 15px 0;
  font-size: 100%;
}
.entry-meta.footer-entry-meta {
  border: none;
  line-height: 1.4;
}
.entry-meta span.divider {
  filter: alpha(opacity=50);
  opacity: 0.5;
  margin: 0 5px;
}
.entry-meta span.meta-author {
  font-size: 100%;
}

.entry-meta-footer {
  border-top: 1px dotted #ececec;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
  overflow: hidden;
}

.navigation-paging {
  width: 100%;
  overflow: hidden;
  font-size: 100%;
  margin-bottom: 50px;
}
.navigation-paging .nav-previous {
  float: right;
}
.navigation-paging .nav-next {
  float: left;
}
.navigation-paging a {
  color: black;
  display: block;
  border: 1px solid #ececec !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.navigation-paging a:hover {
  color: #fff;
  background-color: #fdce07;
}

.navigation-image a {
  color: black;
  display: block;
  border: 1px solid #ececec !important;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.navigation-image a:hover {
  color: #fff;
  background-color: #fdce07;
}

.navigation-image {
  margin-top: 15px;
}

.navigation-image > div {
  display: inline-block;
  margin-right: 10px;
}

.author-box {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}

.author-box p {
  font-size: 100%;
}

.author-box .author-name {
  margin: 0;
}

.author-box .author-title {
  text-transform: uppercase;
}

.post-date-wrapper {
  margin: 0 auto;
}

.blog header.entry-header .large-2.columns.text-center {
  margin-top: 8px;
}

.navigation-post {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.navigation-post a {
  padding: 30px 20px;
  display: block;
  width: 100%;
}
.navigation-post span {
  display: inline-block;
  margin: 0 5px;
  top: 1px;
  position: relative;
}
.navigation-post .nav-next {
  text-align: right;
  border-left: 1px solid #ddd;
}
.navigation-post > div {
  display: inline-block;
  width: 48%;
}

.gallery {
  margin-bottom: 30px;
}
.gallery a img {
  border: 0;
}

.gallery-item {
  margin-bottom: 0;
}
.gallery-item a img {
  cursor: pointer;
  cursor: zoom-in;
}

.alignnone {
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 1.7em;
  margin-bottom: 1.7em;
}

.alignright {
  float: right;
  margin-left: 1.7em;
  margin-bottom: 1.7em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

article.post .entry-content p .alignleft,
article.post .entry-content p .alignright {
  clear: both;
}

.post.sticky {
  border: 3px solid #fdce07;
  padding: 25px 30px;
  margin-top: 10px;
}

.post.sticky footer.entry-meta {
  border-bottom: 0;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
#tab-description p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 100%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog-list-style {
  margin-bottom: 30px;
}
.blog-list-style article {
  margin-bottom: 30px;
  margin-top: 40px;
}
.blog-list-style .entry-content {
  margin-top: 0;
}
.blog-list-style .entry-image {
  margin-top: 0;
}
.blog-list-style .post-date {
  top: 20px;
}
.blog-list-style:first-child article {
  margin-top: 10px;
}
.blog-list-style .cat-links a {
  text-transform: uppercase;
  color: #999;
  font-size: 100%;
}
.blog-list-style .info-wrap > a:last-child .meta-author:after,
.blog-list-style .info-wrap > a:last-child .post-date:after,
.blog-list-style .info-wrap > a:last-child .comments-link:after {
  display: none;
}
.blog-list-style .info-wrap .meta-author,
.blog-list-style .info-wrap .post-date,
.blog-list-style .info-wrap .comments-link {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.blog-list-style .info-wrap .meta-author i,
.blog-list-style .info-wrap .post-date i,
.blog-list-style .info-wrap .comments-link i {
  font-size: 120%;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.blog-list-style .info-wrap .meta-author:after,
.blog-list-style .info-wrap .post-date:after,
.blog-list-style .info-wrap .comments-link:after {
  content: " ";
  margin: 0px 10px;
  height: 11px;
  color: #D8D8D8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}
.blog-list-style .info-wrap .meta-author.no-after:after,
.blog-list-style .info-wrap .post-date.no-after:after,
.blog-list-style .info-wrap .comments-link.no-after:after {
  display: none;
}
.blog-list-style .info-wrap .meta-author:hover,
.blog-list-style .info-wrap .post-date:hover,
.blog-list-style .info-wrap .comments-link:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.comment-content > ul,
.comment-content > ol {
  margin-bottom: 20px;
}

.wp-caption {
  border: 1px solid #ddd;
  margin-bottom: 1.7em;
  max-width: 100%;
  background: #f6f6f6;
}

.post .entry-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  padding: 10px 5px;
  margin: 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {
  display: inline-block;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

.entry-attachment .attachment {
  margin-bottom: 15px;
}

.blog-share {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.blog .container-wrap, .single-post .container-wrap {
  margin-bottom: 40px;
}

.form-allowed-tags {
  font-size: 100%;
}

#comments ul li.comment,
#add_review ul li.comment {
  list-style: none;
  width: 100%;
}
#comments ul.children,
#add_review ul.children {
  margin-left: 35px;
}
#comments ol li.comment,
#add_review ol li.comment {
  list-style: none;
  width: 100%;
}
#comments .comments-title,
#add_review .comments-title {
  font-weight: bold;
  font-size: 150%;
}
#comments .comment-list > li,
#add_review .comment-list > li {
  margin-bottom: 0;
}
#comments .comment-list .pingback,
#add_review .comment-list .pingback {
  display: block;
}
#comments .comment-list .comment-inner,
#add_review .comment-list .comment-inner {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}
#comments .comment-list .comment-inner .reply a,
#add_review .comment-list .comment-inner .reply a {
  font-size: 120%;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
#comments .comment-list .comment-inner .reply a:hover,
#add_review .comment-list .comment-inner .reply a:hover {
  color: #333;
}
#comments .comment-list .fn,
#add_review .comment-list .fn {
  color: #333e48;
  font-weight: bold;
  font-size: 105%;
  font-style: normal;
}
#comments .comment-list .comment-meta.commentmetadata,
#add_review .comment-list .comment-meta.commentmetadata {
  color: #aaa;
  font-size: 90%;
  margin-top: 3px;
  float: right;
}
#comments .comment-list .comment-content,
#add_review .comment-list .comment-content {
  margin-top: 10px;
  padding-left: 95px;
}
#comments .comment-list .comment-content q,
#add_review .comment-list .comment-content q {
  font-style: italic;
}
#comments .comment-list .comment-content a,
#add_review .comment-list .comment-content a {
  word-wrap: break-word;
}
#comments .comment-list .comment:last-child,
#add_review .comment-list .comment:last-child {
  border: 0;
}
#comments .comment-list .bypostauthor,
#add_review .comment-list .bypostauthor {
  display: inline-block;
}
#comments .comment-list .comment-respond,
#add_review .comment-list .comment-respond {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input,
#comments #respond .comment-form-url input,
#add_review #respond .comment-form-author input,
#add_review #respond .comment-form-email input,
#add_review #respond .comment-form-url input {
  margin-bottom: 0;
}
#comments #respond .comment-form-author,
#comments #respond .comment-form-email,
#comments #respond .comment-form-url,
#add_review #respond .comment-form-author,
#add_review #respond .comment-form-email,
#add_review #respond .comment-form-url {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  float: left;
  padding: 0 5px;
}
#comments #respond .comment-form-author,
#add_review #respond .comment-form-author {
  padding-left: 0;
}
#comments #respond .comment-form-url,
#add_review #respond .comment-form-url {
  padding-right: 0;
}
#comments #respond .comment-form-cookies-consent,
#add_review #respond .comment-form-cookies-consent {
  display: block;
  width: 100%;
  clear: both;
}
#comments .children .comment,
#add_review .children .comment {
  border: 0;
}
#comments .reply a,
#add_review .reply a {
  color: #555555;
  font-size: 100%;
}
#comments textarea,
#add_review textarea {
  height: 100px;
  font-size: 100% !important;
}

.account-nav-wrap {
  width: 25%;
  float: left;
}

.woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 40px;
  float: right;
}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
  margin-right: 10px;
}

.page-wrapper.my-account {
  margin-top: 40px;
  margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation ul {
  margin: 0 -10px;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  width: 33.333333%;
  float: left;
  padding: 10px;
  text-align: center;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  background: #FFF;
  border: 1px solid #eeeeee;
  padding-bottom: 15px;
  color: #333e48;
  text-transform: none;
  letter-spacing: unset;
  font-size: 120%;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e632";
  display: block;
  margin: 0 5px;
  position: relative;
  top: unset;
  color: inherit;
  font-weight: normal;
  font-size: 290%;
  line-height: 60px;
  color: #ccc;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  background: #f6f6f6;
  color: #000;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover:before {
  color: #fdce07;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  display: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  background: #FFF;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 10px 0;
  display: block;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e632";
  display: inline-flex;
  margin: 0 5px;
  font-size: 110%;
  position: relative;
  top: 1px;
  color: inherit;
  font-weight: normal;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  color: #333;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:first-child a {
  border-top: 1px solid #eeeeee;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  background: #f6f6f6;
  border-right: 1px solid transparent;
  color: #333;
  padding: 10px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\e68f";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e69d";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e65c";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e638";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e605";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e67a";
}

td.order-actions {
  text-align: right;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.col2-set.addresses address {
  line-height: 150%;
}

.col2-set.addresses h3 {
  font-size: 120%;
  text-transform: uppercase;
}

.col2-set.addresses .edit {
  color: #fdce07;
}

.account-user {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border: 3px solid #eeeeee;
  padding: 15px;
}

.account-user .avatar {
  display: block;
  float: left;
  margin-right: 10px;
}

.account-user span {
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
}

.account-user span a {
  display: inline-block;
  margin-top: 4px;
  font-size: 60%;
}

.wishlist_table .product-thumbnail img {
  width: 114px !important;
  padding-left: 0;
  margin-left: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.page-featured-item #content > ul {
  margin-left: 0;
}

li.featured-item a {
  display: block;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

li.featured-item h3 {
  text-transform: uppercase;
  line-height: 95%;
  font-size: 100%;
  padding: 15px 15px 0;
}

.featured_item_cats {
  text-transform: uppercase;
  font-size: 100%;
  display: block;
  margin-bottom: 15px;
}

.featured_item_cats a {
  font-weight: bold;
}

.page-featured-item h1 {
  text-transform: uppercase;
}

.featured_item_image {
  overflow: hidden;
  position: relative;
}

li.featured-item img {
  width: 100%;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

li.featured-item:hover img {
  margin-top: -10px;
}

li.featured-item:hover a {
  background: #eee;
  padding-bottom: 10px;
}

li.featured-item.style_2:hover a {
  background-color: #fdce07;
  padding-bottom: 0;
}

li.featured-item.style_2 .hover-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

li.featured-item.style_2:hover .hover-text {
  filter: alpha(opacity=100);
  opacity: 1;
}

li.featured-item.style_2:hover img {
  margin-top: 0;
  -webkit-transform: scale(1.2);
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.page-featured-item .item-tags {
  text-transform: uppercase;
  font-size: 100%;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  margin-bottom: 15px;
}

.page-featured-item .item-tags span {
  font-weight: bold;
  margin-right: 10px;
}

.page-featured-item .social-icons {
  margin-bottom: 15px;
}

#back-to-site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-transform: uppercase;
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-weight: bold;
}

#back-to-site a {
  background: #000;
  padding: 5px;
  color: #FFF;
}

.entry-image-attachment {
  overflow: hidden;
  position: relative;
}

.entry-image-attachment img {
  display: block;
}

.hover-mask {
  overflow: hidden;
}

.hover-mask:after,
.hover-mask:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 50%;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hover-mask:hover:after,
.hover-mask:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  visibility: visible;
}

.hover-mask:after {
  left: auto;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.hover-mask:hover .icon-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  filter: alpha(opacity=100);
  opacity: 1;
}

.hover-mask .entry-image-attachment .icon-wrap {
  display: block;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 180%;
  z-index: 10;
}

.hover-mask:hover .entry-image-attachment .icon-wrap {
  filter: alpha(opacity=100);
  opacity: 1;
}

.hover-mask img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  margin-top: 10px;
}

.wpcf7 textarea {
  margin-bottom: 20px;
}

.content-with-text.contact-us div.fa {
  float: left;
  display: inline-block;
}
.content-with-text.contact-us .content-text {
  float: right;
  width: 80%;
  margin: 0 1em;
}
.content-with-text.contact-us .nasa-share li a span {
  padding: 7px;
}
.content-with-text.contact-us .phone-number {
  font-size: 16px;
  font-weight: bold;
}

#comments .comment-reply-title {
  font-weight: bold;
}

.nasa-search-post-no-result .nasa-search-form-warp form {
  margin: auto;
}
.nasa-search-post-no-result .nasa-search-form-warp form .twitter-typeahead {
  min-width: 300px;
}
.nasa-search-post-no-result .entry-header .entry-title {
  font-size: 250%;
}
.nasa-search-post-no-result .entry-header .nasa-icon {
  font-size: 700%;
  margin-bottom: 20px;
}
.nasa-search-post-no-result .nasa-search-desktop .screen-reader-text {
  display: none;
}
.nasa-search-post-no-result .entry-summary {
  line-height: 1.4;
}
.nasa-search-post-no-result .entry-content table th,
.nasa-search-post-no-result .entry-content table td {
  border: none;
  padding: 0;
}

.nasa-search-post-label {
  font-size: 115%;
  line-height: 1.5;
}

#nav-below {
  display: none;
}

.nasa-page-default .entry-header {
  margin-top: 40px;
  text-align: center;
}

.nasa-blog-btn {
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  font-size: 120%;
  font-weight: 500;
  color: #aaa;
  -webkit-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.nasa-blog-btn:hover {
  color: #333;
}

.post-page-numbers {
  display: inline-block;
  width: 30px;
  text-align: center;
  padding: 8px 0;
}
.post-page-numbers:hover {
  color: #fdce07;
  text-decoration: underline;
}
.post-page-numbers.current {
  font-weight: bold;
  background: #333;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.post-page-numbers.current:hover {
  color: #fff;
}

.woocommerce-form-track-order p {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.woocommerce-form-track-order p:first-child {
  margin-bottom: 40px;
}
.woocommerce-form-track-order p.form-row {
  max-width: 600px;
  text-align: unset;
}
.woocommerce-form-track-order p.form-row label {
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce-form-track-order p.form-row button {
  width: 100%;
  margin-top: 10px;
}

.nasa-results-page .entry-readmore {
  display: none;
}
.nasa-results-page .entry-summary p:last-child {
  margin-bottom: 0;
}

.comment-form-rating select[name="rating"] {
  height: 40px;
  padding: 0 10px;
  margin-top: 5px;
}

.nasa-page-default article.hentry:last-child {
  border-bottom: none;
}
.nasa-page-default .comment-form-rating .star-rating {
  margin: 10px 0;
}

article .nasa-shopping-cart-form table,
article .cart-collaterals table,
article .woocommerce-checkout table,
article .woocommerce-order-details table {
  border-color: transparent;
}
article .nasa-shopping-cart-form table thead tr th,
article .nasa-shopping-cart-form table thead tr td,
article .nasa-shopping-cart-form table tbody tr th,
article .nasa-shopping-cart-form table tbody tr td,
article .nasa-shopping-cart-form table tfoot tr th,
article .nasa-shopping-cart-form table tfoot tr td,
article .cart-collaterals table thead tr th,
article .cart-collaterals table thead tr td,
article .cart-collaterals table tbody tr th,
article .cart-collaterals table tbody tr td,
article .cart-collaterals table tfoot tr th,
article .cart-collaterals table tfoot tr td,
article .woocommerce-checkout table thead tr th,
article .woocommerce-checkout table thead tr td,
article .woocommerce-checkout table tbody tr th,
article .woocommerce-checkout table tbody tr td,
article .woocommerce-checkout table tfoot tr th,
article .woocommerce-checkout table tfoot tr td,
article .woocommerce-order-details table thead tr th,
article .woocommerce-order-details table thead tr td,
article .woocommerce-order-details table tbody tr th,
article .woocommerce-order-details table tbody tr td,
article .woocommerce-order-details table tfoot tr th,
article .woocommerce-order-details table tfoot tr td {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.page-no-sidebar .hentry .nasa-blog-img {
  text-align: center;
}

.nasa-category-page-wrap.nasa-invisible {
  visibility: hidden;
}
.nasa-category-page-wrap.nasa-invisible * {
  visibility: hidden !important;
}

#nasa-wrap-archive-loadmore p, #nasa-wrap-archive-loadmore a {
  display: block;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0 16px 0;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #888;
  font-size: 120%;
  font-weight: 500;
}
#nasa-wrap-archive-loadmore p:hover, #nasa-wrap-archive-loadmore a:hover {
  color: #282828 !important;
}
#nasa-wrap-archive-loadmore a.nasa-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#nasa-wrap-archive-loadmore a:hover {
  color: #333;
}
#nasa-wrap-archive-loadmore.nasa-infinite-shop {
  min-height: 1px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-bottom: 50px;
}
#nasa-wrap-archive-loadmore.nasa-infinite-shop p {
  margin-bottom: 0;
}
#nasa-wrap-archive-loadmore.nasa-infinite-shop .nasa-archive-loadmore {
  display: none;
}
#nasa-wrap-archive-loadmore p:hover {
  cursor: not-allowed;
}

.nasa_shop_description .nasa-cat-top,
.nasa_shop_description .page-description {
  padding-top: 20px;
}

.cat_bg {
  margin-bottom: 20px;
}

.filters-container {
  padding: 35px 0 20px 0;
}
.filters-container.top-bar-wrap-type-2 {
  padding: 35px 0;
}

.nasa-with-sidebar-classic .filters-container {
  padding: 30px 0;
}
.nasa-with-sidebar-classic .filters-container.nasa-empty-content {
  padding: 10px 0;
}
.nasa-with-sidebar-classic.nasa-with-no-sidebar .filters-container {
  padding: 0;
}
.nasa-with-sidebar-classic.nasa-with-no-sidebar form.nasa-style-hoz {
  margin: 20px 0;
}
.nasa-with-sidebar-classic form.nasa-style-hoz {
  margin-bottom: 0;
}

.nasa-topbar-change-view-wrap .filter-tabs {
  line-height: 46px;
}

.nasa-topbar-filter-wrap .sort-bar .select-wrapper select {
  line-height: 27px;
  direction: rtl;
}
.nasa-topbar-filter-wrap .sort-bar .select-wrapper:after {
  display: none;
}

.filter-tabs {
  margin-bottom: 0;
  line-height: 1;
  float: right;
}
.filter-tabs li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}
.filter-tabs li.productList {
  margin-right: 0;
}
.filter-tabs li.sort-bar-text {
  font-weight: bold;
}
.filter-tabs li i {
  border: none;
  background: none;
  padding: 0;
  line-height: 1.6;
  font-size: 150%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #aaa;
}
.filter-tabs li.active i, .filter-tabs li:hover i {
  color: #333e48;
}

.top-bar-wrap-type-2 .filter-tabs {
  float: none;
}
.top-bar-wrap-type-2 .nasa-topbar-change-view-wrap .filter-tabs {
  line-height: 44px;
}
.top-bar-wrap-type-2 .sort-bar .select-wrapper select {
  line-height: 24px;
}
.top-bar-wrap-type-2 .sort-bar .select-wrapper:after {
  top: 3px;
}

.nasa-change-view-layout-side-sidebar {
  text-align: center;
}
.nasa-change-view-layout-side-sidebar .filter-tabs {
  float: none;
  width: 100%;
  line-height: 38px;
}

.sort-bar {
  margin-bottom: 0;
  float: left;
}
.sort-bar .sort-bar-text {
  display: none !important;
  margin-right: 0px;
  font-weight: bold;
  list-style: none !important;
}
.sort-bar li {
  display: inline-flex;
  vertical-align: middle;
}
.sort-bar .woocommerce-result-count {
  display: none;
}
.sort-bar label {
  position: relative;
}
.sort-bar .select-wrapper {
  font-size: 100%;
  border: none;
}
.sort-bar .select-wrapper select {
  border: none;
  padding: 10px 5px;
  color: #333e48;
  font-weight: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: auto;
  position: relative;
  z-index: 1;
}
.sort-bar .select-wrapper select::-ms-expand {
  display: none;
}
.sort-bar .select-wrapper select option {
  padding: 0 15px;
  font-weight: normal;
}
.sort-bar .li-toggle-sidebar {
  display: none;
  float: left;
  position: absolute;
  left: 10px;
}
.sort-bar .li-toggle-sidebar a {
  display: block;
  border: 1px solid #AAA;
  padding: 5px 15px;
}

.nasa-sort-bar-layout-side-sidebar {
  text-align: right;
}
.nasa-sort-bar-layout-side-sidebar .sort-bar {
  float: none;
  width: 100%;
}

.showing_info_top {
  min-height: 1px;
}
.showing_info_top .woocommerce-result-count {
  margin: 0;
  line-height: 2.8;
}

.nasa-toggle-layout-side-sidebar .toggle-sidebar-shop {
  line-height: 2.6;
}
.nasa-toggle-layout-side-sidebar .toggle-sidebar-shop i {
  font-size: 95%;
}

.nasa-combo-slider .product-item.grid:hover .product-inner {
  border-radius: 0;
  box-shadow: none;
  position: relative;
  margin-bottom: 0;
}
.nasa-combo-slider .product-item.grid:hover .product-inner .nasa-product-bundle-btns .quick-view {
  visibility: visible;
}
.nasa-combo-slider .product-item.grid .price {
  display: none;
}
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view {
  border: 1px solid;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-color: white;
  padding: 5px 8px;
  color: #444444;
  border-color: #aaaaaa;
  transition: none;
  visibility: hidden;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view:hover {
  background-color: #fdce07;
  border-color: #fdce07;
  color: #fff;
}
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view .quick-view-icon .pe-icon {
  display: none;
}
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view .quick-view-icon .nasa-icon-text {
  display: block;
}

.products.nasa-product-main-aside .product-item {
  margin-top: 0;
}
.products.nasa-product-main-aside .product-item.grid {
  margin-bottom: 10px;
}
.products.nasa-product-main-aside .product-item .product-inner {
  padding: 15px 15px 10px 15px;
  background: #fff;
}
.products.grid li.product-warp-item {
  margin-bottom: 10px;
  margin-top: 6px;
  padding: 0 5px;
}
.products div.product-warp-item {
  margin-bottom: 10px;
  margin-top: 6px;
}
.products.nasa-main-content-warp {
  overflow: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.products.nasa-main-content-warp .product-outner {
  position: relative;
}
.products.nasa-main-content-warp:hover {
  background: transparent;
}
.products.nasa-main-content-warp:hover .product-inner {
  min-height: 100%;
  position: absolute;
  padding-bottom: -40px;
  width: 100%;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.products.nasa-main-content-warp:hover .nasa-sc-main-product .info .nasa-product-grid {
  display: block;
  position: relative;
}
.products.nasa-main-content-warp .nasa-sc-main-product {
  background: #fff;
  position: relative;
  margin-top: 0;
}
.products.nasa-main-content-warp .nasa-sc-main-product .name.nasa-main-content-title h3 {
  padding-top: 10px;
  font-size: 120%;
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-img {
  padding: 50px 50px 10px 50px;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs {
  padding: 10px 15%;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs .owl-item {
  padding: 0 10px;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs .owl-item a {
  display: inline-block;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs .owl-item a.active-thumbnail {
  border-bottom: 2px solid #ddd;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs .owl-item.active-thumbnail a {
  border-bottom: 2px solid #e9e9e9;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs .owl-nav {
  visibility: visible;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs .owl-nav .owl-prev,
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs .owl-nav .owl-next {
  filter: alpha(opacity=100);
  opacity: 1;
  top: -10px;
  font-size: 80%;
}
.products.nasa-main-content-warp .nasa-sc-main-product .info {
  position: relative;
  width: 100%;
  z-index: 13;
  background: #fff;
  margin-bottom: 10px;
  padding: 0px 10px 0 10px;
}
.products.nasa-main-content-warp .nasa-sc-main-product .info .nasa-product-grid {
  display: none;
  position: absolute;
}
.products.nasa-main-content-warp .nasa-sc-main-product .info .nasa-product-grid .product-interactions {
  text-align: center;
  padding: 5px 0 0 0;
  border-top: 1px solid #f1f0f0;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price {
  position: relative;
  height: 140px;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price .nasa-sc-p-price {
  position: absolute;
  font-size: 200%;
  bottom: 35px;
  left: 25px;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price .nasa-sc-p-price ins {
  float: left;
  margin-right: 10px;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price .nasa-sc-p-price del {
  font-size: 80%;
}
.products.nasa-main-content-warp .nasa-sc-main-product span.nasa-ofter-text {
  font-size: 120%;
  text-align: right;
  display: block;
  margin: 25px 20px;
  font-weight: 500;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-pdeal-countdown {
  float: right;
  margin-bottom: 35px;
}
.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  margin: 0 6px;
}

.product-warp-item .woocommerce-loop-category__title {
  font-size: 110%;
  margin-top: 10px;
}
.product-warp-item.product-category {
  text-align: center;
}
.product-warp-item.product-category img {
  border: 1px solid #efefef;
}

@media only screen and (min-width: 53.03448em) {
  .has-sidebar .products.list {
    margin-top: unset;
  }

  .products.list {
    margin-top: 15px;
  }
  .products.list .nasa-gift-featured-wrap {
    display: none;
  }
  .products.list .info .nasa-product-grid {
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
  }
  .products.list .row:first-child .product-warp-item:first-child .product-item {
    border-top: none;
  }
  .products.list .row .nasa-5-col.product-warp-item {
    width: 100%;
  }
  .products.list .product-warp-item {
    width: 100%;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list .product-warp-item.product-category {
    width: 20%;
  }
  .products.list .product-warp-item .nasa-hr-list-style {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eaeaea;
    margin: 25px 0;
  }
  .products.list .product-warp-item:first-child .nasa-hr-list-style {
    display: none;
  }
  .products.list .product-warp-item .product-item {
    margin: 0;
    overflow: hidden;
  }
  .products.list .product-warp-item .product-item .product-inner {
    padding: 0;
    position: relative;
    overflow: hidden;
    clear: both;
    display: block;
  }
  .products.list .product-warp-item .product-item .product-img-wrap {
    width: 20%;
    float: left;
    border: none;
    padding: 5px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .products.list .product-warp-item .product-item .product-img-wrap .main-img,
  .products.list .product-warp-item .product-item .product-img-wrap .back-img {
    width: 100%;
  }
  .products.list .product-warp-item .product-item .nasa-badges-wrap {
    left: 5px;
    top: 0;
  }
  .products.list .product-warp-item .product-item .nasa-product-grid.nasa-product-btn-clone {
    display: none;
  }
  .products.list .product-warp-item .product-item .nasa-product-list {
    display: block;
  }
  .products.list .product-warp-item .product-item .nasa-product-list .btn-link {
    border: 1px solid #ddd;
    background: #fff;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 120%;
    height: 35px;
    width: 90px;
    line-height: 35px;
    text-align: center;
    position: relative;
    display: inline-block;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-color 350ms ease;
    -ms-transition: border-color 350ms ease;
    -moz-transition: border-color 350ms ease;
    -o-transition: border-color 350ms ease;
    transition: border-color 350ms ease;
  }
  .products.list .product-warp-item .product-item .nasa-product-list .btn-link .nasa-icon {
    line-height: 34px;
  }
  .products.list .product-warp-item .product-item .nasa-product-list .btn-link:hover {
    border-color: #aaa;
  }
  .products.list .product-warp-item .product-item .nasa-product-list .product-interactions .btn-link.loading .nasa-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px auto auto -10px;
  }
  .products.list .product-warp-item .product-item .nasa-product-more-hover {
    width: 25%;
    padding-top: 5px;
    display: inline-block;
    float: right;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .products.list .product-warp-item .product-item .nasa-product-more-hover .nasa-product-grid .product-interactions .add-to-cart-btn,
  .products.list .product-warp-item .product-item .nasa-product-more-hover .nasa-product-grid .product-interactions .quick-view {
    width: 100%;
  }
  .products.list .product-warp-item .product-item .nasa-product-more-hover .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid,
  .products.list .product-warp-item .product-item .nasa-product-more-hover .nasa-product-grid .product-interactions .quick-view .nasa-icon-text {
    margin-right: 0;
    margin-left: 0;
  }
  .products.list .product-warp-item .product-item .nasa-product-more-hover .nasa-product-more-wrap-hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 15px;
  }
  .products.list .product-warp-item .product-item .nasa-product-more-hover .nasa-product-more-wrap-hover .nasa-product-content-nasa_image-wrap {
    padding: 0 15px;
  }
  .products.list .product-warp-item .product-item .product-info-wrap {
    float: left;
    width: 55%;
    margin-top: 0;
    padding-left: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info {
    position: relative;
    padding: 0 0 20px 0;
    text-align: left;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .name {
    font-size: 115%;
    padding: 5px 0;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .star-rating {
    display: block;
    padding-bottom: 15px;
    margin: 3px 0 8px 0;
    line-height: 1.3em;
    text-align: left;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .nasa-list-category {
    display: block;
    font-size: 100%;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .info_main {
    text-align: left;
    padding: 0;
    float: left;
    width: 100%;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .info_main .nasa-list-hr {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 5px 0;
    border: none;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .info_main .product-des {
    display: block;
    margin-bottom: 15px;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .info_main .product-des p {
    line-height: 1.6;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .info_main .product-des p:last-child {
    margin-bottom: 0;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .info .info_main .product-des ul {
    list-style: inside;
  }
  .products.list .product-warp-item .product-item .product-deals .nasa-sc-pdeal-countdown {
    top: auto;
    bottom: 5px;
    width: 20%;
  }
}
.columns.nasa-column-custom-2 .nasa-slider.nasa-thumbs-slide,
.columns.nasa-column-custom-4 div.nasa-custom-deal {
  border: 1px solid #e2e2e2;
  min-height: 365px;
}

.columns.nasa-column-custom-2:hover {
  z-index: 12;
}
.columns.nasa-column-custom-2:hover .nasa-slider.nasa-thumbs-slide {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
  border-color: transparent;
}
.columns.nasa-column-custom-2:hover .info .info_main {
  border-bottom: 1px solid #ddd;
}

.columns.nasa-column-custom-4 {
  width: 40%;
}
.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block {
  margin: 0;
}
.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-img {
  padding: 20px 0 20px 20px;
}
.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info {
  display: inline-block;
}
.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-product-deal-des {
  margin: 20px 0;
  max-height: 120px;
  overflow: hidden;
}
.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block .product-item .owl-carousel .owl-nav .owl-prev,
.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block .product-item .owl-carousel .owl-nav .owl-next {
  border: none;
  background: none;
  color: #ddd;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block:hover {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
}
.columns.nasa-column-custom-4 .nasa-sc-p-info {
  padding-top: 10px;
}
.columns.nasa-column-custom-4 .nasa-sc-p-img .price.nasa-sc-p-price {
  display: inline-block;
  font-size: 160%;
  position: relative;
  width: 100%;
  margin: 20px 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.columns.nasa-column-custom-4 .nasa-sc-p-img .price.nasa-sc-p-price del {
  color: #aaa;
  font-size: 75%;
  margin-left: 5px;
}
.columns.nasa-column-custom-4 .nasa-sc-p-img .price.nasa-sc-p-price ins {
  float: left;
}
.columns.nasa-column-custom-4 .nasa-sc-p-deal-countdown {
  position: relative;
  height: 50px;
  margin-top: 25px;
}
.columns.nasa-column-custom-4 .nasa-sc-p-deal-countdown .countdown-row.countdown-show4 {
  padding: 0;
}
.columns.nasa-column-custom-4 .nasa-sc-p-deal-countdown .countdown-row.countdown-show4 .countdown-section {
  padding: 0;
  width: 20%;
  line-height: 1;
  border: 2px solid #888888;
}
.columns.nasa-column-custom-4 .nasa-sc-p-deal-countdown .countdown-row.countdown-show4 .countdown-section .countdown-amount {
  color: #333e48;
}
.columns.nasa-column-custom-4 .nasa-sc-p-deal-countdown .countdown-row.countdown-show4 .countdown-section .countdown-period {
  font-size: 100%;
}
.columns.nasa-column-custom-4 .add-to-cart-btn a.quick-view {
  color: #333333;
}

.columns.nasa-column-custom-2 {
  width: 20%;
}
.columns.nasa-column-custom-2 .product-item .nasa-slider.nasa-thumbs-slide .content-img {
  padding: 60px 20px 50px;
  overflow: hidden;
}
.columns.nasa-column-custom-2 .info {
  height: 40px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.columns.nasa-column-custom-2 .info .info_main {
  padding-top: 2px;
  margin: 0 20px;
  height: 100%;
  z-index: 11;
}
.columns.nasa-column-custom-2 .info .price {
  position: relative;
  right: 0;
  font-size: 160%;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.columns.nasa-column-custom-2 .product-item p.name {
  width: 80%;
}
.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-item img {
  transform-style: flat;
}
.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-next:before, .columns.nasa-column-custom-2 .product-item .owl-carousel .owl-prev:before {
  font-size: 150%;
}
.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-nav .owl-prev,
.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-nav .owl-next {
  border: none;
  background: none;
  border-radius: none;
  color: #ddd;
  filter: alpha(opacity=0);
  opacity: 0;
  font-weight: bold;
}
.columns.nasa-column-custom-2:hover .info .nasa-product-grid {
  visibility: visible;
}
.columns.nasa-column-custom-2:hover .info .nasa-product-grid .product-interactions .btn-wishlist .wishlist-icon {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.columns.nasa-column-custom-2:hover .info .nasa-product-grid .product-interactions .compare-icon {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.columns.nasa-column-custom-2:hover .product-item .owl-carousel .owl-nav .owl-prev {
  left: 5px;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.columns.nasa-column-custom-2:hover .product-item .owl-carousel .owl-nav .owl-next {
  right: 5px;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.product-deals .onsale {
  display: none;
}

.product_list_widget .product-item-content .nasa-content-product-widget-custom {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  display: inline-block;
}
.product_list_widget .product-item-content .nasa-content-product-widget-custom .nasa-product-item-excerpt {
  height: 85px;
  overflow: hidden;
}
.product_list_widget .product-item-content .info .nasa-info-group-box .nasa-btn-showmore .button {
  transition: none;
}

.nasa-wrap-column div.li_wapper {
  margin-bottom: 20px;
}

.item-product-widget {
  position: relative;
  z-index: 1;
}
.item-product-widget:last-child {
  padding-bottom: 0;
}
.item-product-widget.row.nasa-list-type-1 {
  background: #fff;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.item-product-widget.row.nasa-list-type-1 .images .nasa-product-widget-image-wrap {
  position: relative;
  display: block;
}
.item-product-widget.row.nasa-list-type-1 .images .nasa-product-widget-image-wrap a .overlay {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget.row.nasa-list-type-1 .images .nasa-product-widget-image-wrap .product-interactions {
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  width: 100%;
  text-align: center;
}
.item-product-widget.row.nasa-list-type-1 .images .nasa-product-widget-image-wrap .product-interactions .quick-view {
  margin: -14px auto 0 auto;
  padding: 0;
  background: #FFF;
  border-color: #FFF;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  width: 29px;
  height: 29px;
  line-height: 35px;
  height: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget.row.nasa-list-type-1 .images .nasa-product-widget-image-wrap .product-interactions .quick-view .nasa-icon-text {
  display: none;
}
.item-product-widget.row.nasa-list-type-1 .images .nasa-product-widget-image-wrap .product-interactions .quick-view:hover {
  background: #fdce07;
  color: #FFF;
}
.item-product-widget.row.nasa-list-type-1:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.item-product-widget.row.nasa-list-type-1:hover .images .nasa-product-widget-image-wrap a .overlay {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background: #aaa;
}
.item-product-widget.row.nasa-list-type-1:hover .images .nasa-product-widget-image-wrap .product-interactions .quick-view {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.item-product-widget.row.nasa-list-type-extra {
  margin: 0 0 20px 0;
}
.item-product-widget.row .nasa-text-cat {
  font-size: 100%;
  color: #999;
  margin: 0 0 25px 0;
}
.item-product-widget.row .nasa-text-cat span a {
  display: inherit;
  border: none;
  color: #999;
  line-height: 1;
}
.item-product-widget.nasa-list-type-extra {
  background: #fff;
  padding: 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.item-product-widget.nasa-list-type-extra .images a {
  margin-left: 0;
}
.item-product-widget.nasa-list-type-extra .product-meta {
  position: relative;
}
.item-product-widget.nasa-list-type-extra .product-meta .price {
  font-size: 120%;
  margin-top: 15px;
  font-weight: 500;
}
.item-product-widget.nasa-list-type-extra .product-meta .price del {
  font-size: 90%;
}
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 999;
  width: auto;
}
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .quick-view {
  display: none;
}
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .btn-wishlist-main-list {
  border: none;
}
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .btn-wishlist-main-list:hover {
  background: none;
}
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .btn-wishlist-main-list:hover .pe-icon,
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .btn-wishlist-main-list:hover .nasa-icon {
  color: #fdce07;
}
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .btn-wishlist-main-list .btn-link .pe-icon,
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .btn-wishlist-main-list .btn-link .nasa-icon {
  font-size: 170%;
}
.item-product-widget.nasa-list-type-extra .product-meta .product-interactions .btn-wishlist-main-list .btn-link .nasa-icon-text {
  display: none;
}
.item-product-widget.nasa-item-widget-simple .nasa-text-cat {
  margin: 0 0 15px 0;
}
.item-product-widget.nasa-item-widget-simple .product-meta {
  padding: 10px;
}
.item-product-widget.nasa-item-widget-simple .info .nasa-info-group-box {
  top: -6px !important;
}
.item-product-widget.nasa-item-widget-simple .info .nasa-info-group-box .nasa-btn-group-custom {
  width: 100%;
  height: 40px;
}
.item-product-widget.nasa-list-type-main {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 0px;
}
.item-product-widget.nasa-list-type-main .images img {
  width: 167px;
}
.item-product-widget.nasa-list-type-main .product-title {
  font-size: 115%;
  line-height: 100%;
  padding-top: 15px;
}
.item-product-widget.nasa-list-type-main .star-rating {
  margin: 7px auto 0 auto;
}
.item-product-widget.nasa-list-type-main .price {
  text-align: center;
  font-size: 120%;
  margin: 10px 0;
  font-weight: 500;
}
.item-product-widget.nasa-list-type-main .price del {
  font-size: 90%;
}
.item-product-widget.nasa-list-type-main .product-interactions {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  width: auto;
}
.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  border: none;
}
.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist .nasa-icon-text {
  display: none;
}
.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist .pe-icon,
.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist .nasa-icon {
  font-size: 170%;
}
.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist:hover {
  background: none;
  border: none;
}
.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist:hover .pe-icon,
.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist:hover .nasa-icon {
  color: #fdce07;
}
.item-product-widget.nasa-list-type-main:hover .product-interactions .btn-wishlist {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-product-widget.nasa-hidden-showmore .product-meta {
  padding: 10px;
}
.item-product-widget.nasa-hidden-showmore .product-meta .nasa-text-cat {
  margin-bottom: 15px;
}
.item-product-widget.nasa-hidden-showmore .product-meta .price.nasa-special-custom {
  margin: 0;
}
.item-product-widget.nasa-hidden-showmore .nasa-info-group-box .nasa-btn-showmore {
  display: none;
}
.item-product-widget.nasa-hidden-showmore .nasa-info-group-box .nasa-btn-group-custom {
  width: 100%;
}
.item-product-widget.item-product-widget-special {
  padding-bottom: 20px;
}
.item-product-widget .images {
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget .images a {
  display: block;
  position: relative;
  text-align: center;
}
.item-product-widget .images a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
}
.item-product-widget .images .wapper-quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1px;
  height: 1px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget .images .wapper-quick-view .product-interactions {
  text-align: center;
}
.item-product-widget .images .wapper-quick-view .product-interactions .quick-view {
  position: absolute;
  top: -25px;
  left: -25px;
}
.item-product-widget .images:hover a .overlay {
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.item-product-widget .product-meta {
  overflow: hidden;
  padding: 0 5px 10px 5px;
  text-align: left;
}
.item-product-widget .product-meta .product-interactions {
  padding: 0;
  margin-top: 15px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.item-product-widget .product-meta .product-interactions .btn-link {
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-product-widget .product-meta .product-title {
  display: block;
  font-size: 105%;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 3px 0;
  letter-spacing: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget .product-meta .product-title:hover {
  color: #0062bd;
}
.item-product-widget .product-meta .star-rating {
  margin: 5px 0;
  font-size: 12px;
}
.item-product-widget .product-meta .price {
  line-height: 1.6;
  color: #333;
}
.item-product-widget .product-meta .price ins {
  background: inherit;
  text-decoration: none;
}
.item-product-widget .product-meta .price del .amount {
  font-size: 85%;
  font-weight: normal;
  text-decoration: line-through;
}
.item-product-widget .product-meta .price.nasa-special-custom {
  height: 20px;
  margin: 20px 0;
}
.item-product-widget .product-meta .added_to_cart.wc-forward {
  display: none !important;
}
.item-product-widget .product-meta .add-to-cart-list {
  font-size: 100%;
  margin-top: 10px;
  padding: 9px 10px;
  cursor: pointer;
  font-weight: bold;
}
.item-product-widget .product-meta .yith-wcwl-add-to-wishlist {
  display: none;
}
.item-product-widget .info {
  position: relative;
}
.item-product-widget .info .nasa-btn-showmore {
  position: absolute;
  left: 30px;
  width: 40%;
  top: 100%;
  visibility: hidden;
  height: 70px;
  margin-top: 20px;
}
.item-product-widget .info .nasa-btn-showmore.nasa-showmore-10 {
  left: 10px;
}
.item-product-widget .info .nasa-btn-showmore a.button.small.quick-view {
  transition: none;
}
.item-product-widget .info .nasa-btn-group-custom {
  position: absolute;
  right: 0;
  background: #FFF;
  width: 60%;
  visibility: hidden;
  height: 70px;
  top: 100%;
}
.item-product-widget .info .nasa-btn-group-custom .add-to-cart-btn,
.item-product-widget .info .nasa-btn-group-custom .btn-compare,
.item-product-widget .info .nasa-btn-group-custom .add-to-link {
  display: none;
}
.item-product-widget .info .nasa-btn-group-custom .btn-compare {
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
}
.item-product-widget .info .nasa-btn-group-custom .btn-compare .compare-icon {
  background: none;
  position: absolute;
  top: 25px;
  right: 20px;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.item-product-widget .info .nasa-btn-group-custom .btn-compare .compare-icon .pe-icon,
.item-product-widget .info .nasa-btn-group-custom .btn-compare .compare-icon .nasa-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.item-product-widget .info .nasa-btn-group-custom .btn-compare .compare-icon .nasa-icon-text {
  display: inline-block;
  cursor: pointer;
}
.item-product-widget .info .nasa-btn-group-custom .btn-wishlist {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-product-widget .info .nasa-btn-group-custom .btn-wishlist .wishlist-icon {
  background: none;
  position: absolute;
  top: 25px;
  left: 20px;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.item-product-widget .info .nasa-btn-group-custom .btn-wishlist .wishlist-icon .pe-icon,
.item-product-widget .info .nasa-btn-group-custom .btn-wishlist .wishlist-icon .nasa-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.item-product-widget .info .nasa-btn-group-custom .btn-wishlist .wishlist-icon .nasa-icon-text {
  display: inline-block;
  cursor: pointer;
}
.item-product-widget .info .nasa-btn-group-custom .quick-view:hover {
  background: none;
}
.item-product-widget .info .nasa-btn-group-custom .quick-view .nasa-icon-text {
  height: 22px;
  width: 30px;
  line-height: 155%;
  text-align: center;
  display: block;
  border: 1px solid #ddd;
  -webkit-border-radius: 45%;
  -moz-border-radius: 45%;
  border-radius: 45%;
}
.item-product-widget .info .nasa-btn-group-custom .quick-view .nasa-icon-text:before {
  content: '';
  font-size: 100%;
  color: #fdce07;
}
.item-product-widget .info .nasa-btn-group-custom .quick-view .nasa-icon-text:hover {
  background: #fdce07;
  border-color: #fdce07;
  color: #fff;
}
.item-product-widget .info .nasa-info-group-box {
  position: absolute;
  background: #FFF;
  border: 1px solid #ddd;
  border-top: none;
  height: 70px;
  width: 100%;
  visibility: hidden;
}
.item-product-widget .add-to-cart-btn {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-top: 30px;
}
.item-product-widget.nasa-list-type-1 .product-interactions .quick-view-icon:hover .pe-icon {
  color: #FFF;
}
.item-product-widget.nasa-list-type-2 {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  border: 1px solid transparent;
}
.item-product-widget.nasa-list-type-2 .images {
  margin-left: 0;
}
.item-product-widget.nasa-list-type-2 .images a {
  border: none;
}
.item-product-widget.nasa-list-type-2 .product-meta {
  padding-bottom: 20px;
  padding-right: 30px;
  height: 145px;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-title {
  margin-top: 10px;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-title a {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-title a:hover {
  color: #fdce07;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions {
  margin-top: 20px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .btn-wishlist,
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .quick-view {
  display: inline-block;
  background: transparent;
  border: none;
  color: #333e48;
  padding: 0;
  margin: 0;
  text-align: left;
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .btn-wishlist .nasa-icon-text,
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .quick-view .nasa-icon-text {
  margin-right: 3px;
  color: inherit;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .btn-wishlist .nasa-icon-text i,
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .quick-view .nasa-icon-text i {
  color: inherit;
  position: relative;
  top: 3px;
  font-size: 140%;
  font-weight: 600;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .btn-wishlist.added .nasa-icon-text i,
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .quick-view.added .nasa-icon-text i {
  position: relative;
  top: 0px;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .btn-wishlist:hover,
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .quick-view:hover {
  color: #ffffff;
}
.item-product-widget.nasa-list-type-2 .product-meta .product-interactions .nasa-space {
  display: inline-block;
  border-left: 1px solid #ddd;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  height: 10px;
}
.item-product-widget.nasa-list-type-2:hover .images a {
  border: none;
}
.item-product-widget.nasa-list-type-2:hover .product-meta .product-interactions {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-product-widget:hover {
  z-index: 12;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.item-product-widget:hover .product-meta .product-interactions {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-product-widget:hover .product-item-content {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
}
.item-product-widget:hover .product-item-content .info .nasa-info-group-box {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 15;
  top: -3px;
  box-shadow: 0px 5px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 5px 5px 2px #dddddd;
  -moz-box-shadow: 0px 5px 5px 2px #dddddd;
}
.item-product-widget:hover .product-item-content .info .nasa-info-group-box .nasa-btn-showmore {
  visibility: visible;
}
.item-product-widget:hover .product-item-content .info .nasa-info-group-box .nasa-btn-group-custom .btn-wishlist .wishlist-icon {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.item-product-widget:hover .product-item-content .info .nasa-info-group-box .nasa-btn-group-custom .compare-icon {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.item-product-widget:hover .wapper-quick-view {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-product-widget:hover .add-to-cart-btn {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.widget.woocommerce .product_list_widget li.li_wapper {
  margin-bottom: 35px;
}
.widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-meta .product-title {
  margin-bottom: 5px;
}
.widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-meta .product-title a {
  font-size: 95%;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: normal;
  border: none;
}
.widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-item-content .info .button.small {
  padding: 0;
}

.hide-cart-button .add_to_cart_button {
  display: none;
}

.woocommerce.widget_products .add-to-cart-btn {
  display: none;
}
.woocommerce.widget_products .item-product-widget .product-interactions {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.woocommerce.widget_products .item-product-widget .quick-view {
  display: none;
}
.woocommerce.widget_products .item-product-widget .btn-wishlist {
  border: none;
  float: right;
}
.woocommerce.widget_products .item-product-widget .btn-wishlist .nasa-icon-text {
  display: none;
}
.woocommerce.widget_products .item-product-widget .btn-wishlist .pe-icon,
.woocommerce.widget_products .item-product-widget .btn-wishlist .nasa-icon {
  font-size: 170%;
}
.woocommerce.widget_products .item-product-widget .btn-wishlist:hover {
  background: none;
  border: none;
}
.woocommerce.widget_products .item-product-widget .btn-wishlist:hover .pe-icon,
.woocommerce.widget_products .item-product-widget .btn-wishlist:hover .nasa-icon {
  color: #fdce07;
}

.widget .item-product-widget .images .quick-view {
  top: 30%;
  left: 35%;
}

.widget .product_list_widget {
  margin-top: 26px;
}

.added .pe-icon,
.added .nasa-icon {
  color: #5cb85c !important;
}
.added .pe-icon.cart-icon:before,
.added .nasa-icon.cart-icon:before {
  content: "\e66c";
  font-family: 'Pe-icon-7-stroke';
  line-height: 85%;
}
.added .nasa-icon-text.not-added {
  display: none;
}
.added .nasa-icon-text.has-added {
  display: inline-block;
}
.added.add-to-cart-grid .nasa-icon {
  position: relative;
  top: -1px;
}

.product_list_widget .nasa-list-type-main .product-interactions .btn-wishlist {
  top: 10px;
  margin-right: 0;
}
.product_list_widget .nasa-list-type-extra .product-interactions .btn-wishlist {
  top: 5px;
  margin-right: 0;
}
.product_list_widget .product-interactions .nasa-icon {
  font-size: 100%;
}
.product_list_widget .product-interactions .nasa-icon-text {
  position: relative;
  top: -1px;
}
.product_list_widget .product-interactions .add-to-cart-grid,
.product_list_widget .product-interactions .btn-wishlist,
.product_list_widget .product-interactions .quick-view {
  border: 1px solid #d7d7d7;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product_list_widget .product-interactions .quick-view {
  margin-right: 10px;
}
.product_list_widget .product-interactions .btn-wishlist {
  padding: 0;
  position: relative;
  top: 1.5px;
  border: none;
  float: right;
  margin-right: 10px;
}
.product_list_widget .product-interactions .btn-wishlist .wishlist-icon .nasa-icon {
  font-size: 150%;
}
.product_list_widget .product-interactions .btn-wishlist .wishlist-icon .nasa-icon-text {
  display: none;
}
.product_list_widget .product-interactions .btn-wishlist:hover {
  background: none;
  border: none;
}
.product_list_widget .product-interactions .quick-view {
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product_list_widget .product-interactions .quick-view:hover {
  background: #fdce07;
  border-color: #fdce07;
}
.product_list_widget .product-interactions .quick-view:hover .nasa-icon-text,
.product_list_widget .product-interactions .quick-view:hover .pe-icon,
.product_list_widget .product-interactions .quick-view:hover .nasa-icon {
  color: #FFF;
}
.product_list_widget .product-interactions .add-to-cart-grid .cart-icon {
  display: none;
}
.product_list_widget .product-interactions .add-to-cart-grid .add_to_cart_text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 100%;
}
.product_list_widget .product-interactions .add-to-cart-grid:hover {
  background: #fdce07;
  border-color: #fdce07;
}
.product_list_widget .product-interactions .add-to-cart-grid:hover .add_to_cart_text {
  color: #FFF;
}
.product_list_widget .product-interactions .add-to-cart-grid.added .add_to_cart_text {
  display: none;
}
.product_list_widget .product-interactions .add-to-cart-grid.added:before {
  content: "\f00c";
  font-family: "FontAwesome";
  line-height: 85%;
}

.woocommerce-resunasa-count,
.woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0;
}

.woocommerce-ordering,
.woocommerce-ordering .custom.dropdown,
.woocommerce-ordering select {
  margin: 0;
}

.nasa-products-page-wrap {
  margin-bottom: 40px;
}

.nasa-products-masonry-isotope .nasa-content-page-products {
  padding: 0;
}

.nasa-recommend-product .nasa-title {
  text-align: center;
  margin-bottom: 5px;
}
.nasa-recommend-product .nasa-title .nasa-separator {
  display: none;
}
.nasa-recommend-product .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap {
  width: 100%;
  top: -60px;
}
.nasa-recommend-product .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}
.nasa-recommend-product .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap .nasa-nav-carousel-div a span {
  left: -7px;
}

.nasa-text-hide {
  position: relative;
  color: #333e48;
  font-weight: bold;
}

.nasa-text-show {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  color: #333e48;
}

.nasa-with-sidebar-hide .nasa-text-show {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}
.nasa-with-sidebar-hide .nasa-text-hide {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}

.nasa-toogle-sidebar-classic {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
  line-height: 35px;
  padding: 0 40px 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-toogle-sidebar-classic:hover {
  border-color: #000;
  cursor: pointer;
}
.nasa-toogle-sidebar-classic:before, .nasa-toogle-sidebar-classic:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  right: 15px;
  top: 16px;
  border-top: 1px solid #333;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-toogle-sidebar-classic.nasa-hide:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 53.03448em) {
  html body .category-page.nasa-with-sidebar-classic .nasa-products-page-wrap,
  html body .category-page.nasa-with-sidebar-classic .col-sidebar {
    margin: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  html body .category-page.nasa-with-sidebar-classic .col-sidebar {
    padding-bottom: 15px;
  }
  html body .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .col-sidebar {
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  html body .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .col-sidebar.left {
    margin-left: -25%;
  }
  html body .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .col-sidebar.right {
    margin-right: -25%;
  }
  html body .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .nasa-products-page-wrap {
    width: 100%;
  }
  html body .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .nasa-products-page-wrap.left {
    padding-right: 10px;
  }
  html body .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .nasa-products-page-wrap.right {
    padding-left: 10px;
  }

  .nasa-change-layout,
  .change-view-label {
    margin: 0 8px;
    display: inline-block;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }

  .nasa-change-layout:hover, .nasa-change-layout.active {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: underline;
  }

  .nasa-change-view-layout-side-sidebar {
    display: inline-block;
  }
}
html body .category-page.nasa-with-sidebar-classic .order-change-view-wrap-classic {
  position: relative;
  height: 38px;
  padding-left: 2px;
  padding-right: 2px;
  float: right;
  display: none;
}
html body .category-page.nasa-with-sidebar-classic .filter-tabs {
  line-height: 38px;
}
html body .category-page.nasa-with-sidebar-classic .nasa-change-view-layout-side-sidebar .filter-tabs {
  display: inline-block;
}
html body .category-page.nasa-with-sidebar-classic .nasa-sort-bar-layout-side-sidebar {
  display: inline-block;
  float: right;
}
html body .category-page.nasa-with-sidebar-classic .nasa-sort-bar-layout-side-sidebar .select-wrapper:before {
  content: "";
  border-left: 1px solid #888;
  height: 15px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 2px;
}
html body .category-page.nasa-with-sidebar-classic .nasa-sort-bar-layout-side-sidebar:first-child .select-wrapper:before {
  display: none;
}

.nasa-products-page-wrap {
  position: relative;
}
.nasa-products-page-wrap .nasa-progress-bar-load-shop {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nasa-products-page-wrap .nasa-progress-bar-load-shop .nasa-progress-per {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #000;
  -webkit-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.nasa-products-page-wrap .nasa-progress-bar-load-shop .nasa-progress-per.nasa-loaded {
  width: 100%;
}
.nasa-products-page-wrap .nasa-progress-bar-load-shop.nasa-loading {
  visibility: visible;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.nasa-products-page-wrap .nasa-progress-bar-load-shop.nasa-loading .nasa-progress-per {
  width: 100%;
  -webkit-transition: all 950ms ease;
  -ms-transition: all 950ms ease;
  -moz-transition: all 950ms ease;
  -o-transition: all 950ms ease;
  transition: all 950ms ease;
}

@media only screen and (min-width: 53.03448em) {
  .widget .nasa-top-cat-filter-wrap .nasa-current-note,
  .widget.woocommerce .nasa-top-cat-filter-wrap .nasa-current-note {
    position: absolute;
  }
  .widget .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item > .children,
  .widget.woocommerce .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item > .children {
    display: block;
    padding-bottom: 0;
  }

  .nasa-top-cat-filter-wrap-mobile {
    display: none;
  }

  .nasa-top-cat-filter-wrap {
    width: 100%;
    min-height: 115px;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: #FFF;
    text-align: center;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .25s ease-out, opacity .3s .25s ease-out, -webkit-transform .3s .25s ease-out;
    -moz-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .25s ease-out, opacity .3s .25s ease-out, -moz-transform .3s .25s ease-out;
    -ms-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .25s ease-out, opacity .3s .25s ease-out, -ms-transform .3s .25s ease-out;
    -o-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .25s ease-out, opacity .3s .25s ease-out, -o-transform .3s .25s ease-out;
    transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .25s ease-out, opacity .3s .25s ease-out, transform .3s .25s ease-out;
  }
  .nasa-top-cat-filter-wrap.nasa-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap.nasa-pos-relative {
    position: relative;
    min-height: auto;
  }
  .nasa-top-cat-filter-wrap .nasa-close-filter-cat {
    position: absolute;
    right: 0;
    top: 8px;
  }
  .nasa-top-cat-filter-wrap .nasa-close-filter-cat i {
    font-size: 300%;
  }
  .nasa-top-cat-filter-wrap .nasa-current-note {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    list-style: none;
    border: 1px solid #333e48;
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-top-cat-filter-wrap .cat-item {
    display: inline-block;
  }
  .nasa-top-cat-filter-wrap .cat-item > a {
    display: block;
    padding: 20px 25px 10px 25px;
  }
  .nasa-top-cat-filter-wrap .cat-item .accordion {
    display: none;
  }
  .nasa-top-cat-filter-wrap .cat-item > .children {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 1px 0 0 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    background: #FFF;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item {
    border: none;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item > a {
    text-transform: capitalize;
    font-size: 110%;
    padding: 18px 25px 15px 25px;
    font-weight: 500;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item.nasa-current-top > .children {
    visibility: inherit;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item.nasa-current-top .nasa-current-child > .children {
    visibility: inherit;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    position: relative;
    min-height: 70px;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item {
    position: static;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item > .children {
    display: block;
    padding: 0 0 35px 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item:hover > .children {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item.root-item.nasa-current-top > .children {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item.root-item.nasa-current-top .nasa-current-child > .children {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item.root-item:hover.nasa-current-top > .children {
    visibility: inherit;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item.root-item:hover.nasa-current-top .nasa-current-child > .children {
    visibility: inherit;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap .nasa-top-cat-filter {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .nasa-top-cat-filter-wrap .cat-item-none {
    line-height: 55px;
  }
}
@media only screen and (max-width: 52.96552em) {
  .logged-in .columns.nasa-top-sidebar {
    top: 46px;
  }

  .columns.nasa-top-sidebar {
    position: fixed;
    z-index: 401;
    top: 0;
    left: -400px;
    bottom: 0;
    width: 380px;
    max-width: 80%;
    max-height: 100%;
    padding: 10px 30px 20px 30px;
    background: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .columns.nasa-top-sidebar.nasa-active {
    left: 0;
  }
  .columns.nasa-top-sidebar .nasa-widget-wrap {
    display: block !important;
  }
  .columns.nasa-top-sidebar .nasa-widget-wrap .widgettitle {
    display: inherit;
  }

  .top-bar-wrap-type-1 {
    clear: both;
  }
  .top-bar-wrap-type-1 .toggle-topbar-shop-mobile {
    display: block;
    line-height: 44px;
    font-size: 115%;
    float: left;
    margin-right: 20px;
  }
  .top-bar-wrap-type-1 .toggle-topbar-shop-mobile i {
    font-size: 150%;
    position: relative;
    top: 5px;
  }
  .top-bar-wrap-type-1 .nasa-labels-filter-accordion {
    float: left;
  }
  .top-bar-wrap-type-1 .nasa-top-row-filter li {
    display: none !important;
  }
  .top-bar-wrap-type-1 .nasa-top-row-filter li.nasa-widget-categories {
    display: block !important;
  }
  .top-bar-wrap-type-1 .nasa-labels-filter-top .nasa-top-row-filter li {
    margin-right: 0;
  }
  .top-bar-wrap-type-1 .nasa-labels-filter-top .nasa-labels-filter-accordion {
    width: auto;
    float: left;
    margin-right: 20px;
  }
  .top-bar-wrap-type-1 .nasa-filter-action,
  .top-bar-wrap-type-1 .nasa-sort-by-action {
    float: left;
    width: auto;
  }
}
.nasa-top-cat-filter-wrap-mobile {
  position: fixed;
  max-height: 100%;
  width: 500px;
  max-width: 80%;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: -550px;
  z-index: 400;
  background: #000;
  color: #FFF;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nasa-top-cat-filter-wrap-mobile.nasa-show {
  left: 0;
}
.nasa-top-cat-filter-wrap-mobile.nasa-light {
  background: #FFF;
  color: #333e48;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
}
.nasa-top-cat-filter-wrap-mobile.nasa-light .cat-item {
  border-top: none;
}
.nasa-top-cat-filter-wrap-mobile.nasa-light .cat-item > a {
  padding: 5px 0;
}
.nasa-top-cat-filter-wrap-mobile.nasa-light .cat-item > a.accordion {
  padding: 6px 0 6px 30px;
}
.nasa-top-cat-filter-wrap-mobile .nasa-current-note {
  visibility: hidden;
  opacity: 0;
}
.nasa-top-cat-filter-wrap-mobile .nasa-tit-filter-cat {
  margin: 20px 20px 0 20px;
  color: inherit;
  font-size: 150%;
  font-weight: 700;
}
.nasa-top-cat-filter-wrap-mobile .cat-item {
  list-style: none;
  border-top: 1px solid #FFF;
}
.nasa-top-cat-filter-wrap-mobile .cat-item.root-item:first-child {
  border-top: none;
}
.nasa-top-cat-filter-wrap-mobile .cat-item > a {
  padding: 10px 0;
  display: inline-block;
}
.nasa-top-cat-filter-wrap-mobile .cat-item > a.accordion {
  padding: 9px 0 9px 30px;
}
.nasa-top-cat-filter-wrap-mobile .cat-item .accordion {
  position: absolute;
  right: 0;
  padding: 3px 0 3px 30px;
  border: none;
  font-size: 115%;
}
.nasa-top-cat-filter-wrap-mobile .cat-item .children {
  display: none;
  margin: 0;
  text-indent: 10px;
}
.nasa-top-cat-filter-wrap-mobile .cat-item .children > li {
  text-indent: 10px;
}
.nasa-top-cat-filter-wrap-mobile .cat-item a {
  color: inherit;
}
.nasa-top-cat-filter-wrap-mobile .cat-item a h5 {
  color: inherit;
}
.nasa-top-cat-filter-wrap-mobile .cat-item a h5 i {
  font-size: 110%;
  width: 15px;
  margin-right: 10px;
  color: inherit;
}
.nasa-top-cat-filter-wrap-mobile .cat-item a.nasa-active h5, .nasa-top-cat-filter-wrap-mobile .cat-item a:hover h5 {
  color: #333e48;
}
.nasa-top-cat-filter-wrap-mobile .nasa-top-cat-filter {
  position: relative;
  margin: 10px 20px 60px 20px;
}
.nasa-top-cat-filter-wrap-mobile .nasa-top-cat-filter .li_accordion.current-cat > .children, .nasa-top-cat-filter-wrap-mobile .nasa-top-cat-filter .li_accordion.current-cat-parent > .children {
  display: block;
}
.nasa-top-cat-filter-wrap-mobile .nasa-top-cat-filter .nasa-current-note {
  display: none;
}

.nasa-top-sidebar .nasa-widget-wrap {
  display: none;
  overflow: hidden;
  margin-top: 20px;
}
.nasa-top-sidebar .nasa-widget-wrap.nasa-widget-cat-wrap {
  overflow: visible;
}
.nasa-top-sidebar .nasa-widget-wrap.nasa-over-auto {
  overflow: inherit;
  margin-top: 0px;
}
.nasa-top-sidebar .nasa-widget-wrap .widgettitle {
  display: none;
}
.nasa-top-sidebar .nasa-widget-wrap .nasa-filter-variations-widget-wrap ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.nasa-top-sidebar .nasa-widget-wrap .nasa-filter-variations-widget-wrap ul li.nasa_show_manual {
  display: none;
}
.nasa-top-sidebar .nasa-widget-wrap .nasa-filter-variations-widget-wrap ul li.nasa-li-filter-size {
  margin: 0 0 15px 0;
  padding: 0;
  color: inherit;
}
.nasa-top-sidebar .nasa-widget-wrap .widget_price_filter .price_slider_wrapper {
  padding-bottom: 0;
}
.nasa-top-sidebar .nasa-widget-wrap .widget_price_filter form {
  margin-bottom: 0;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active {
  display: block;
  margin-top: 15px;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-variations-active-title {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .reset_price {
  float: none;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item {
  margin-right: 15px;
  line-height: 2;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item .nasa-filter-color-span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item .nasa-filter-color-span:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  position: relative;
  color: #FFF;
  display: inline-block;
  font-size: 140%;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item .nasa-text-variation {
  font-weight: 500;
  display: inline-block;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item .nasa-text-variation.nasa-text-variation-color {
  display: none;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item .nasa-text-variation:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e681";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
  font-size: 135%;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item .nasa-filter-image-span img {
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item:hover .nasa-text-variation:after {
  background: #333;
  color: #FFF;
}
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-variations-active-top,
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-price-active-top {
  float: left;
}

.nasa-labels-filter-top {
  width: 100%;
  min-height: 1px;
}
.nasa-labels-filter-top > span {
  float: left;
  display: inline-block;
  line-height: 2.55;
  font-size: 110%;
}
.nasa-labels-filter-top > span.nasa-labels-filter-text {
  margin-right: 25px;
}
.nasa-labels-filter-top .nasa-labels-filter-accordion {
  width: 100%;
}
.nasa-labels-filter-top .nasa-top-row-filter {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.nasa-labels-filter-top .nasa-top-row-filter li {
  list-style: none;
  float: left;
  margin-right: 30px;
  font-weight: bold;
}
.nasa-labels-filter-top .nasa-top-row-filter li.nasa-widget-toggle.nasa-widget-show-less {
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-labels-filter-top .nasa-top-row-filter li.nasa-widget-toggle.nasa-widget-show-less.nasa-widget-show {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  height: 100%;
}
.nasa-labels-filter-top .nasa-top-row-filter li .nasa-tab-push-cats i,
.nasa-labels-filter-top .nasa-top-row-filter li .nasa-tab-filter-cats i {
  color: #9c9c9c;
  margin-right: 10px;
}
.nasa-labels-filter-top .nasa-top-row-filter li i {
  font-size: 125%;
  position: relative;
  top: 3px;
  margin-right: 5px;
  color: #ccc;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-labels-filter-top .nasa-top-row-filter li.nasa-active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nasa-labels-filter-top .nasa-top-row-filter li a.nasa-active:before {
  font-size: 125%;
  position: relative;
  top: 2px;
  margin-right: 3px;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e66c";
}
.nasa-labels-filter-top .nasa-top-row-filter li .showing_info_top p {
  margin: 0;
  line-height: 2.55;
  color: #999;
}
.nasa-labels-filter-top .nasa-top-row-filter li.last {
  margin-right: 0;
}
.nasa-labels-filter-top .nasa-top-row-filter > li.nasa-active a {
  color: #fdce07;
}

.nasa-side-sidebar {
  position: fixed;
  z-index: 401;
  top: 0;
  bottom: 0;
  width: 380px;
  max-width: 80%;
  padding: 60px;
  background: #FFF;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.nasa-side-sidebar.nasa-sidebar-left {
  left: -400px;
}
.nasa-side-sidebar.nasa-sidebar-left.nasa-active {
  left: 0;
}
.nasa-side-sidebar.nasa-sidebar-right {
  right: -400px;
}
.nasa-side-sidebar.nasa-sidebar-right.nasa-active {
  right: 0;
}

.nasa-empty-hidden {
  display: none !important;
}

.nasa-toggle-top-bar-click {
  display: inline-block;
  line-height: 45px;
  font-size: 105%;
}
.nasa-toggle-top-bar-click i {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 170%;
  font-weight: 700;
  position: relative;
  top: 5px;
}
.nasa-toggle-top-bar-click.nasa-active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nasa-top-bar-2-content {
  padding-top: 20px;
}
.nasa-top-bar-2-content .widget li.nasa-li-filter-color .nasa-count-filter-color,
.nasa-top-bar-2-content .widget.woocommerce li.nasa-li-filter-color .nasa-count-filter-color,
.nasa-top-bar-2-content .widget li.nasa-li-filter-size .nasa-count-filter-size,
.nasa-top-bar-2-content .widget.woocommerce li.nasa-li-filter-size .nasa-count-filter-size,
.nasa-top-bar-2-content .widget li.nasa-li-filter-image .nasa-count-filter-image,
.nasa-top-bar-2-content .widget.woocommerce li.nasa-li-filter-image .nasa-count-filter-image {
  float: right;
}

.countdown .countdown-row {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 -10px;
  position: relative;
  z-index: 12;
}
.countdown .countdown-row .countdown-section {
  display: inline-block;
  position: relative;
  line-height: 1.6;
  margin: 0 10px;
}
.countdown .countdown-row .countdown-section:before {
  display: inline-block;
  content: ":";
  position: absolute;
  left: -14px;
  line-height: 40px;
  font-weight: bold;
  font-size: 150%;
  width: 8px;
  text-align: center;
}
.countdown .countdown-row .countdown-section:first-child:before {
  display: none;
}
.countdown .countdown-row .countdown-amount {
  display: block;
  background: transparent;
  color: #fd0000;
  font-size: 125%;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.countdown .countdown-row .countdown-period {
  display: block;
  color: #696969;
  font-size: 95%;
  line-height: 150%;
  padding-top: 7px;
  font-weight: 600;
}

.nasa-quickview-product-deal-countdown,
.nasa-detail-product-deal-countdown {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-quickview-product-deal-countdown.nasa-product-variation-countdown,
.nasa-detail-product-deal-countdown.nasa-product-variation-countdown {
  height: 0;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
.nasa-quickview-product-deal-countdown.nasa-product-variation-countdown.nasa-show,
.nasa-detail-product-deal-countdown.nasa-product-variation-countdown.nasa-show {
  height: 70px;
}
.nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown,
.nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown {
  text-align: inherit;
}
.nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount,
.nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 110%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  background: #fff;
}
.nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period,
.nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period {
  font-size: 90%;
}

.mfp-container .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row {
  margin: 0 -5px;
}
.mfp-container .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  margin: 0 5px;
}
.mfp-container .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section:before {
  left: -9px;
  line-height: 35px;
  font-size: 100%;
}
.mfp-container .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 700;
  background: #fff;
}
.mfp-container .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period {
  font-size: 80%;
}

.nasa-custom-countdown.nasa-large .countdown .countdown-row {
  margin: 0 -15px;
}
.nasa-custom-countdown.nasa-large .countdown .countdown-row .countdown-section {
  margin: 0 15px;
}
.nasa-custom-countdown.nasa-large .countdown .countdown-row .countdown-section:before {
  line-height: 50px;
  font-size: 200%;
  left: -19px;
  right: auto;
}
.nasa-custom-countdown.nasa-large .countdown .countdown-row .countdown-amount {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 180%;
}
.nasa-custom-countdown.nasa-large .countdown .countdown-row .countdown-period {
  font-size: 100%;
  font-weight: 400;
  color: #333e48;
}

@media only screen and (max-width: 1100px) {
  .nasa_banner .nasa-custom-countdown.nasa-large .countdown .countdown-row {
    margin: 0 -5px;
  }
  .nasa_banner .nasa-custom-countdown.nasa-large .countdown .countdown-row .countdown-section {
    margin: 0 5px;
  }
  .nasa_banner .nasa-custom-countdown.nasa-large .countdown .countdown-row .countdown-section:before {
    display: none;
  }
  .nasa_banner .nasa-custom-countdown.nasa-large .countdown .countdown-row .countdown-amount {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 5px;
  }
}
.nasa-deal-for-time {
  background: #fdce07;
  color: #fff;
  font-weight: 700;
  padding: 5px 12px 3px 12px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-deal-for-time .countdown .countdown-row {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 12;
}
.nasa-deal-for-time .countdown .countdown-row .countdown-section {
  display: inline-block;
  margin: 0;
  position: relative;
  line-height: 1.6;
}
.nasa-deal-for-time .countdown .countdown-row .countdown-section:before {
  content: ":";
  font-size: 100%;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  margin: 0 10px;
  color: inherit;
  line-height: 1;
}
.nasa-deal-for-time .countdown .countdown-row .countdown-section:first-child {
  margin: 0;
}
.nasa-deal-for-time .countdown .countdown-row .countdown-section:first-child:before {
  content: "";
  margin: 0 10px 0 0;
}
.nasa-deal-for-time .countdown .countdown-row .countdown-section .countdown-amount {
  display: inline-block;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 100%;
  line-height: 100%;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-deal-for-time .countdown .countdown-row .countdown-section .countdown-period {
  display: none;
}

.product-info .compare.added {
  background: none !important;
  border-color: none !important;
  color: inherit;
}

.nasa-list-category {
  font-size: 90%;
  color: #878787;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 6px;
}
.nasa-list-category a {
  color: inherit;
}
.nasa-list-category a:hover {
  color: #333e48;
}

.price {
  display: inline-block;
  min-height: 15px;
  font-size: 110%;
}
.price del span.amount {
  margin-right: 5px;
  color: #999;
}
.price ins {
  color: #e00;
}

tr.product-item,
table tr.price {
  display: table-row;
}

td.woocommerce-grouped-product-list-item__quantity {
  width: 75px;
}

.product-item {
  position: relative;
  display: block;
  margin: 0;
  z-index: 1;
}
.product-item:hover {
  z-index: 2;
}
.product-item h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 100%;
  color: #999;
  font-weight: bolder;
}
.product-item.nasa-product-text-center .product-info-wrap {
  text-align: center;
}
.product-item.nasa-product-text-center .info .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.product-item .product-info-wrap {
  position: relative;
  z-index: 5;
  padding: 0 15px;
  margin-top: -6px;
  background: #FFF;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.product-item .info {
  position: relative;
  padding: 10px 0;
}
.product-item .info .name {
  color: #0062bd;
}
.product-item .info .name a {
  font-size: 110%;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 600;
  color: #0062bd;
  display: block;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-item .info .name a:hover {
  color: #0062bd;
}
.product-item .info .name span {
  font-size: 105%;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}
.product-item .info .name.nasa-show-one-line a, .product-item .info .name.nasa-show-one-line span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-item .info .star-rating {
  font-size: 90%;
  margin: 8px 0 7px 0;
}
.product-item .info .price-wrap {
  line-height: 1.6;
}
.product-item .info .price {
  display: inline-block;
  min-height: 15px;
  font-size: 110%;
  font-weight: 400;
}
.product-item .info .price.large {
  font-size: 160%;
  margin-bottom: 20px;
}
.product-item .info .price.large del span.amount {
  font-size: 70%;
}
.product-item .info .price ins {
  text-decoration: none;
}
.product-item .info .price .from {
  font-weight: normal;
  color: #888;
  font-size: 100%;
}
.product-item .nasa-hr {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-item .product-des {
  display: none;
  font-size: 100%;
}
.product-item .product-img-wrap {
  position: relative;
  padding: 15px 15px 6px 15px;
  z-index: 1;
  background: #FFF;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.product-item.style-1 .nasa-product-grid {
  position: absolute;
  bottom: 6px;
  left: 15px;
  right: 15px;
  height: 1px;
  z-index: 10;
}
.product-item.style-1.nasa-mobile-hover .product-interactions, .product-item.style-1:hover .product-interactions {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=80);
  opacity: 0.8;
  visibility: visible;
}
.product-item.style-1.nasa-mobile-hover .nasa-sc-pdeal-countdown, .product-item.style-1:hover .nasa-sc-pdeal-countdown {
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -o-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.product-item.style-1 .product-interactions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: #FFF;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product-item.style-1 .product-interactions .compare-button,
.product-item.style-1 .product-interactions .adderd-to-cart-btn,
.product-item.style-1 .product-interactions .btn-link {
  display: inline-block;
}
.product-item.style-1 .product-interactions .nasa-icon {
  font-size: 130%;
  line-height: 43px;
  margin: 0 5px;
  width: 20px;
  font-weight: bold;
}
.product-item.style-1 .product-interactions .quick-view .nasa-icon.pe-icon {
  font-size: 150%;
}
.product-item.style-1 .product-interactions .add-to-cart-grid .nasa-icon.icon-nasa-cart-3 {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
.product-item.style-1 .product-interactions .btn-link.loading .nasa-icon {
  margin: 0 5px;
}
.product-item.style-1 .product-interactions .add-to-cart-grid.loading:before {
  margin-top: -15px;
}
.product-item.style-1 .product-interactions .add-to-cart-grid.loading .nasa-icon {
  visibility: hidden;
}
.product-item.style-1 .product-interactions .nasa-text {
  display: none;
}
.product-item.style-1 .nasa-product-content-variable-warp {
  padding-bottom: 10px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap {
  position: absolute;
  width: 100%;
  z-index: 99;
  bottom: -10px;
  padding: 0 15px 15px 15px;
  background: #FFF;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap-extra-btns {
  position: absolute;
  right: 0;
  top: 60px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap-extra-btns .nasa-inner-extra-btns {
  position: relative;
  top: 0;
  right: 0;
  width: 60px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap-extra-btns .nasa-inner-extra-btns .btn-wishlist,
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap-extra-btns .nasa-inner-extra-btns .quick-view,
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap-extra-btns .nasa-inner-extra-btns .btn-compare,
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap-extra-btns .nasa-inner-extra-btns .btn-combo-link,
.product-item.style-2 .nasa-product-grid .product-interactions .nasa-wrap-extra-btns .nasa-inner-extra-btns .add-to-cart-btn {
  display: inline-block;
  position: relative;
}
.product-item.style-2 .nasa-product-grid .product-interactions .btn-combo-link {
  display: inline-block;
  position: absolute;
  z-index: 6;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-item.style-2 .nasa-product-grid .product-interactions .btn-wishlist {
  position: absolute;
  z-index: 6;
  top: 25px;
  right: 25px;
  color: #333e48;
  background: none;
  padding: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-item.style-2 .nasa-product-grid .product-interactions .btn-compare {
  display: inline-block;
  position: absolute;
  z-index: 6;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  top: 25px;
  left: 25px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn {
  display: inline-block;
  z-index: 6;
  width: 50%;
  margin-bottom: 15px;
  float: left;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn.nasa-disable-quickview {
  width: 100%;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn.nasa-disable-quickview .add-to-cart-grid {
  margin-right: 0;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid {
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
  display: block;
  background: #fdce07;
  border: 1px solid transparent;
  color: #FFF;
  text-align: center;
  height: 36px;
  line-height: 35px;
  margin-right: 3px;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid .nasa-text {
  color: #333e48;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
  top: -4px;
  font-size: 90%;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid.nasa-text-effect-1 .nasa-text {
  top: -3px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid.nasa-text-effect-5 .nasa-text, .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid.nasa-text-effect-6 .nasa-text, .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid.nasa-text-effect-7 .nasa-text {
  top: -2px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid.nasa-text-effect-8 .nasa-text {
  top: -1px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid:hover {
  background: #000;
}
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid:hover .nasa-icon,
.product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid:hover .nasa-text {
  color: #fff;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view {
  display: inline-block;
  z-index: 6;
  width: 50%;
  margin-bottom: 15px;
  float: right;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view.nasa-disable-cart {
  width: 100%;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view.nasa-disable-cart .nasa-quickview-content {
  margin-left: 0;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-quickview-content {
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
  display: block;
  background: #FFF;
  border: 1px solid #aaa;
  text-align: center;
  height: 36px;
  line-height: 35px;
  margin-left: 3px;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-icon,
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-text {
  font-weight: bold;
  color: inherit;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-icon {
  font-size: 130%;
  line-height: 34px;
  display: inline-block;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-text {
  font-size: 90%;
  padding-left: 5px;
  position: relative;
  top: -4px;
}
.product-item.style-2 .nasa-product-grid .product-interactions .quick-view:hover .nasa-quickview-content {
  border-color: #000;
  color: #000;
}
.product-item.style-2 .nasa-product-grid .product-interactions .btn-combo-link {
  right: 25px;
  top: 80px;
  -webkit-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, -webkit-transform .3s .45s ease-out;
  -moz-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, -moz-transform .3s .45s ease-out;
  -ms-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, -ms-transform .3s .45s ease-out;
  -o-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, .3s .45s ease-out, -o-transform .3s .45s ease-out;
  transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, transform .3s .45s ease-out;
}
.product-item .nasa-sc-pdeal-countdown {
  position: absolute;
  z-index: 4;
  left: 15px;
  right: 15px;
  bottom: 6px;
  background: none;
  margin: 0;
  height: 1px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product-item .nasa-sc-pdeal-countdown .countdown {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2px 0 3px 0;
  background: #EBEBEC;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.product-item .nasa-sc-pdeal-countdown .countdown .countdown-row {
  margin: 0;
}
.product-item .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  float: none;
  display: inline-block;
  margin: 0 2px;
}
.product-item .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section:before {
  left: -6px;
  height: auto;
  font-size: 90%;
  line-height: 1.6;
}
.product-item .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
  border: none;
  width: 30px;
  height: auto;
  line-height: 1.6;
  font-size: 90%;
}
.product-item .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period {
  background: transparent;
  padding-top: 0;
  font-weight: normal;
}
.product-item:hover .product-deals .nasa-sc-pdeal-countdown {
  visibility: visible;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.product-item:hover .product-img-wrap .nasa-product-content-nasa_label-wrap {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.product-item:hover .product-img-wrap .nasa-product-content-select-wrap {
  left: 0;
}
.product-item:hover .nasa-product-grid .product-interactions .btn-combo-link {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.product-item:hover .nasa-product-grid .product-interactions .btn-compare,
.product-item:hover .nasa-product-grid .product-interactions .btn-wishlist {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.product-item:hover .product-img-wrap {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 1, 1, 0.3);
}
.product-item:hover .product-info-wrap {
  -webkit-box-shadow: 0 6px 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 6px 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 6px 6px 0 rgba(1, 1, 1, 0.3);
}
.product-item:hover .nasa-product-more-wrap-hover {
  -webkit-box-shadow: 0 6px 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 6px 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 6px 6px 0 rgba(1, 1, 1, 0.3);
}
.product-item:hover .nasa-product-more-hover {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-interactions {
  width: 100%;
}
.product-interactions .nasa-icon {
  font-size: 120%;
}
.product-interactions .btn-wishlist,
.product-interactions .quick-view,
.product-interactions .btn-gift-link,
.product-interactions .btn-combo-link,
.product-interactions .btn-compare {
  display: inline-block;
}
.product-interactions .compare-button,
.product-interactions .add-to-cart-btn {
  display: none;
}
.product-interactions .btn-wishlist.nasa-added .nasa-icon,
.product-interactions .btn-wishlist.nasa-added .icon-nasa-like {
  color: #5cb85c;
}
.product-interactions .btn-wishlist.nasa-disabled {
  cursor: wait;
}
.product-interactions.nasa-btn-single .btn-link {
  float: left;
  line-height: 20px;
}
.product-interactions.nasa-btn-single .btn-link:before,
.product-interactions.nasa-btn-single .btn-link .nasa-icon {
  float: inherit;
}
.product-interactions .btn-link {
  text-align: center;
  z-index: 10;
  cursor: pointer;
}
.product-interactions .btn-link.gift-icon {
  position: relative;
  top: -2px;
}
.product-interactions .btn-link:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.product-interactions .btn-link .nasa-icon {
  color: #333e48;
}
.product-interactions .btn-link.loading .nasa-icon {
  position: relative;
  z-index: 9;
  filter: alpha(opacity=60);
  opacity: 0.6;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #333;
  border-left: 2px solid #efefef;
  border-right: 2px solid #333;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-top: 0;
  display: block;
  -webkit-animation: nasa-spin .5s linear infinite;
  -moz-animation: nasa-spin .5s linear infinite;
  -o-animation: nasa-spin .5s linear infinite;
  -ms-animation: nasa-spin .5s linear infinite;
  animation: nasa-spin .5s linear infinite;
}
.product-interactions .btn-link.loading .nasa-icon:before {
  display: none;
}
.product-interactions .add-to-cart-grid .nasa-icon {
  display: inline-block;
  font-size: 120%;
  line-height: 34px;
  font-weight: bold;
}
.product-interactions .add-to-cart-grid .nasa-icon.fa {
  font-weight: 300;
  font-size: 120%;
}
.product-interactions .add-to-cart-grid .nasa-icon.fa.fa-plus {
  font-size: 90%;
}
.product-interactions .add-to-cart-grid .nasa-icon.pe-7s-cart:before {
  position: relative;
  top: -1px;
}
.product-interactions .add-to-cart-grid .nasa-icon.icon-nasa-cart-3 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-interactions .added_to_cart {
  display: none !important;
}
.product-interactions .add-to-link .yith-wcwl-add-to-wishlist {
  display: none;
}
.product-interactions .add-to-link .please-wait {
  position: absolute;
}

.product-item.hover-no-effect .product-img img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.product-item.hover-no-effect .product-img .main-img img {
  opacity: 1;
}
.product-item.hover-no-effect .product-img .back-img img {
  display: none;
  opacity: 0;
  top: 0;
}
.product-item.hover-flip .product-img img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-item.hover-flip .product-img .main-img img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.product-item.hover-flip .product-img .back-img img {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  top: 0;
}
.product-item.hover-flip .product-img:hover .main-img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item.hover-flip .product-img:hover .back-img img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
}
.product-item.hover-fade .product-img img {
  -webkit-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.product-item.hover-fade .product-img .main-img img {
  opacity: 1;
}
.product-item.hover-fade .product-img .back-img img {
  opacity: 0;
  top: 0;
}
.product-item.hover-fade .product-img:hover .back-img img {
  opacity: 1;
  z-index: 1;
  background-color: #FFF;
}
.product-item.hover-bottom-to-top .product-img img {
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.product-item.hover-bottom-to-top .product-img:hover .main-img img,
.product-item.hover-bottom-to-top .product-img:hover .back-img img {
  -webkit-transform: translate3D(0, -100%, 0);
  -moz-transition: translate3D(0, -100%, 0);
  -ms-transition: translate3D(0, -100%, 0);
  -o-transition: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
}
.product-item .product-img.nasa-no-effect img {
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}
.product-item .product-img.nasa-no-effect .main-img img {
  opacity: unset;
}
.product-item .product-img.nasa-no-effect .back-img {
  display: none !important;
}
.product-item .product-img.nasa-no-effect:hover .main-img img,
.product-item .product-img.nasa-no-effect:hover .back-img img {
  -webkit-transform: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  transform: unset !important;
}

.product-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-img .main-img {
  display: block;
  width: auto;
  height: auto;
}
.product-img .main-img img {
  min-width: 100%;
  display: block;
}
.product-img .back-img {
  width: 100%;
}
.product-img .back-img img {
  display: block;
  min-width: 100%;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.product-img img.attachment-shop_catalog, .product-img img.attachment-shop_single, .product-img img.attachment-shop_thumbnail, .product-img img.woocommerce-placeholder {
  display: block;
}

.product-img .image-overlay,
.product-thumbnail .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-badges-wrap {
  position: absolute;
  left: 25px;
  top: 20px;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: inherit;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product-item-deal-simple .nasa-badges-wrap {
  left: 10px;
  top: 5px;
}

.product-item.style-2:hover .nasa-badges-wrap {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.badge {
  position: relative;
  float: left;
  clear: both;
  margin-top: 5px;
  display: block;
  padding: 3px 10px;
  z-index: 1;
  background: #f14705;
  color: #fff;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
  font-size: 85%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.badge:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.badge.sale-label {
  background: #f14705;
}
.badge.sale-label .sale-label-text {
  display: none;
}
.badge.sale-label .sale-label-text.sale-variable {
  display: block;
}
.badge.hot-label {
  background: #FCB800;
}
.badge.out-of-stock-label {
  padding: 0 15px;
  height: 25px;
  background: #333 !important;
  line-height: 25px;
  font-size: 85%;
  font-weight: normal;
  right: auto;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.product-gallery .badge.large {
  position: absolute;
  height: 30px;
  left: 11px;
}
.product-gallery .badge.large .inner-text {
  line-height: 30px;
  font-size: 100%;
}
.product-gallery .badge.large.sale-label {
  top: 30px;
}
.product-gallery .badge.large.hot-label {
  top: 70px;
}

body .product-lightbox .product-quickview-info button,
body .product-lightbox .product-quickview-info .button,
body .product-lightbox .product-quickview-info [type="button"],
body .product-lightbox .product-quickview-info [type="submit"] {
  padding: 13px 30px;
}

.mfp-content .product-lightbox {
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-content .product-lightbox.nasa-active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.mfp-content .product-lightbox .product-quickview-info {
  visibility: hidden;
  max-height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.mfp-content .product-lightbox .product-quickview-info.nasa-active {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  max-height: unset;
}

.product-lightbox {
  text-align: center;
  background: #fff;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-lightbox .product-img {
  overflow: inherit;
}
.product-lightbox .owl-carousel .owl-dots {
  display: none;
}
.product-lightbox .product-lightbox-inner {
  padding: 20px 20px 10px;
  text-align: left;
}
.product-lightbox .product-lightbox-inner .woocommerce-product-details__short-description {
  max-height: 220px;
  overflow-y: auto;
  text-align: left;
}
.product-lightbox .product-lightbox-inner button {
  display: inline-block;
}
.product-lightbox .product-lightbox-inner .social-icons {
  margin-bottom: 10px;
}
.product-lightbox .product-lightbox-inner.product-info .woocommerce-product-details__short-description ul {
  margin-bottom: 0;
}
.product-lightbox .product-lightbox-inner.product-info .cart {
  margin: 20px 0px;
}
.product-lightbox .product-lightbox-inner.product-info .product_meta {
  text-align: left;
  margin-top: 15px;
}
.product-lightbox .product-lightbox-inner.product-info .entry-title {
  font-size: 180%;
  font-weight: bold;
}
.product-lightbox .product-lightbox-inner.product-info .entry-title a {
  color: #0062bd;
}
.product-lightbox .product-lightbox-inner.product-info .entry-title a:hover {
  color: #0062bd;
}
.product-lightbox .product-lightbox-inner.product-info .price {
  font-size: 140%;
  margin-bottom: 10px;
}
.product-lightbox .product-lightbox-inner.product-info .nasa-gift-label {
  font-size: 120%;
}
.product-lightbox .product-lightbox-inner.product-info .nasa-gift-label .nasa-gift-count {
  font-size: 85%;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.product-lightbox .product-lightbox-inner.product-info .variations .label {
  padding-top: 7px;
}
.product-lightbox #nasa-slider-gifts-product-quickview .nasa-gift-product-quickview-item h5 {
  font-size: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.product-lightbox #nasa-slider-gifts-product-quickview .nasa-gift-product-quickview-item .nasa-label-stock {
  text-align: center;
}
.product-lightbox .owl-carousel:hover .owl-nav .owl-prev,
.product-lightbox .owl-carousel:hover .owl-nav .owl-next {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.products-arrow {
  position: absolute;
  top: 15px;
  right: 10px;
}
.products-arrow .next-prev-buttons {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
}
.products-arrow .next-prev-buttons.prev-product {
  float: left;
}
.products-arrow .next-prev-buttons.next-product {
  float: right;
  margin-left: 10px;
}
.products-arrow .next-prev-buttons .icon-next-prev {
  border: 1px solid #ddd;
  padding: 0;
  font-size: 150%;
  color: #aaa;
  background: #fff;
  display: none;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.products-arrow .next-prev-buttons .icon-next-prev:hover {
  border-color: #fdce07;
  background: #fdce07;
  color: #fff;
}
.products-arrow .next-prev-buttons:hover .dropdown-wrap {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-arrow .next-prev-buttons .dropdown-wrap {
  position: absolute;
  top: 25px;
  width: 300px;
  padding: 15px;
  border: 1px solid #eeeeee;
  background: white none repeat scroll 0% 0%;
  z-index: 9999;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.products-arrow .next-prev-buttons .dropdown-wrap img {
  width: 100%;
  height: auto;
}
.products-arrow .next-prev-buttons .dropdown-wrap .product-name {
  display: block;
  font-size: 110%;
  margin-bottom: 10px;
  line-height: 1.3;
}
.products-arrow .next-prev-buttons .dropdown-wrap .nasa-next-prev-img {
  float: left;
  width: 25%;
}
.products-arrow .next-prev-buttons .dropdown-wrap .nasa-next-prev-info {
  width: 75%;
  float: right;
}
.products-arrow .next-product .dropdown-wrap {
  right: 0;
}
.products-arrow .prev-product .dropdown-wrap {
  right: 0;
}
.products-arrow .prod-dropdown {
  display: inline-block;
}
.products-arrow.nasa-pos-left .next-product .dropdown-wrap,
.products-arrow.nasa-pos-left .prev-product .dropdown-wrap {
  right: auto;
  left: 0;
}
.products-arrow.nasa-pos-right .next-product .dropdown-wrap,
.products-arrow.nasa-pos-right .prev-product .dropdown-wrap {
  right: 0;
  left: auto;
}

.up-sell.large-block-grid-2 li {
  padding: 0px 3px 6px 3px;
  margin-bottom: 0px;
}

.up-sell.large-block-grid-2 li img {
  display: block;
}

.up-sell .product.small {
  position: relative;
}

.price del {
  font-size: 88%;
}

del {
  font-weight: normal;
  color: #8c8c8c;
}

ins {
  text-decoration: none;
}

.woocommerce-variation-price {
  text-align: center;
  padding-bottom: 20px;
}

.woocommerce-variation-description:empty,
.woocommerce-variation-price:empty {
  display: none;
}

@keyframes wishlist-animate {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  25% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }

  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.nasa-product-more-hover {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.nasa-product-more-hover .nasa-product-more-wrap-hover {
  position: relative;
  z-index: 100;
  background: #FFF;
  padding: 0 15px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-product-more-hover .nasa-product-grid {
  position: relative;
  width: 100%;
  z-index: 6;
}
.nasa-product-more-hover .product-interactions {
  overflow: hidden;
}

.nasa-grid-product-stock {
  padding: 0 0 10px 0;
  position: relative;
  width: 100%;
}
.nasa-grid-product-stock .stock-sold,
.nasa-grid-product-stock .stock-available {
  display: inline-block;
  width: 50%;
  font-size: 80%;
}

.nasa-clear-box-shadow {
  background: #fff;
  position: absolute;
  z-index: 10;
  height: 10px;
  width: 100%;
  bottom: -5px;
}

.single_add_to_cart_button.loading:before,
.add-to-cart-grid.loading:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  right: auto;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #333;
  border-left: 2px solid #efefef;
  border-right: 2px solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin .5s linear infinite;
  -moz-animation: nasa-spin .5s linear infinite;
  -o-animation: nasa-spin .5s linear infinite;
  -ms-animation: nasa-spin .5s linear infinite;
  animation: nasa-spin .5s linear infinite;
}

.product-item-deal-simple .product-interactions {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 5px 0;
  width: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #FFF;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product-item-deal-simple .product-interactions .compare-button,
.product-item-deal-simple .product-interactions .add-to-cart-btn {
  display: inline-block;
}
.product-item-deal-simple .product-interactions .btn-link .add-to-cart-grid {
  position: relative;
}
.product-item-deal-simple .product-interactions .btn-link .add-to-cart-grid .nasa-icon {
  display: inline-block;
}
.product-item-deal-simple .product-interactions .btn-link .add-to-cart-grid.loading .nasa-icon {
  color: transparent;
}
.product-item-deal-simple .product-interactions .btn-link .add-to-cart-grid.loading:before {
  margin-top: -15px;
}
.product-item-deal-simple .product-interactions .quick-view {
  position: relative;
}
.product-item-deal-simple .product-interactions .quick-view.btn-link .nasa-icon {
  font-size: 175%;
  position: relative;
  top: 1px;
}
.product-item-deal-simple .product-interactions .btn-link .nasa-icon {
  display: inline-block;
  font-size: 140%;
  line-height: 35px;
  margin: 0 8px;
  font-weight: bold;
}
.product-item-deal-simple .product-interactions .nasa-text {
  display: none;
}
.product-item-deal-simple:hover .product-interactions {
  visibility: visible;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body .product-item.style-1 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid {
  background-color: transparent;
  position: relative;
}

.nasa-breadcrumb.nasa-not-custom {
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

#main-content .product-page .size-chart {
  font-size: 100%;
  font-weight: normal;
}
#main-content .product-page .custom.dropdown {
  width: 80%;
}
#main-content .product-page .text-center .custom.dropdown {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#main-content .product-page .prefix.last {
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  border-radius: 0px 10px 0px 10px;
}
#main-content .product-page .nasa-product-details-page {
  position: relative;
  padding-top: 25px;
  background: #FFF;
}
#main-content .product-page .nasa-product-details-page .yith-wcpb-product-bundled-items {
  display: none;
}
#main-content .product-page .nasa-sidebar-single-product {
  position: fixed;
  z-index: 100;
  top: 40%;
  text-align: center;
  background: #333;
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#main-content .product-page .nasa-sidebar-single-product:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#main-content .product-page .nasa-sidebar-single-product.left {
  border-left: none;
  left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#main-content .product-page .nasa-sidebar-single-product.right {
  border-right: none;
  right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#main-content .product-page .nasa-sidebar-single-product .toggle-sidebar-shop {
  display: block;
  padding: 10px 15px;
  color: #333;
  line-height: inherit;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#main-content .product-page .nasa-sidebar-single-product .toggle-sidebar-shop:hover {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
#main-content .product-page .nasa-sidebar-single-product .toggle-sidebar-shop:hover i {
  color: #000;
}
#main-content .product-page .nasa-sidebar-single-product .toggle-sidebar-shop i {
  font-size: 150%;
  display: block;
  color: #333;
}
#main-content .nasa-single-product-2-columns .nasa-single-product-main-image > div {
  width: 50%;
  float: left;
}
#main-content .nasa-single-product-2-columns .nasa-single-product-main-image > div:nth-of-type(n) {
  clear: none;
}
#main-content .nasa-single-product-2-columns .nasa-single-product-main-image > div:nth-of-type(2n+1) {
  clear: both;
}
#main-content .nasa-single-product-main-image .nasa-item-main-image-wrap {
  padding: 0 5px 10px 5px;
}
#main-content .nasa-single-product-main-image .nasa-item-main-image-wrap img {
  width: 100%;
}
#main-content .nasa-single-product-scroll .nasa-single-product-thumbnails .nasa-wrap-item-thumb {
  margin: 0 0 10px 0;
  cursor: pointer;
}

.nasa-disable-lightbox-image .product-gallery .product-image-btn .product-lightbox-btn {
  display: none;
}

.product-type-simple .nasa-product-details-page .product-info .stock.out-of-stock {
  margin-bottom: 25px;
}

.related-product .related-block-title,
.related-product .viewed-block-title,
.viewed .related-block-title,
.viewed .viewed-block-title {
  margin-top: 15px;
}
.related-product .related-block-title h3,
.related-product .viewed-block-title h3,
.viewed .related-block-title h3,
.viewed .viewed-block-title h3 {
  float: left;
  position: relative;
  font-size: 150%;
  margin-top: 5px;
  z-index: 2;
  padding-right: 15px;
  background: #fff;
}
.related-product .related-block-title .nasa-nav-carousel-wrap,
.related-product .viewed-block-title .nasa-nav-carousel-wrap,
.viewed .related-block-title .nasa-nav-carousel-wrap,
.viewed .viewed-block-title .nasa-nav-carousel-wrap {
  float: right;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-left: 10px;
}
.related-product .related-block-title .nasa-nav-carousel-div,
.related-product .viewed-block-title .nasa-nav-carousel-div,
.viewed .related-block-title .nasa-nav-carousel-div,
.viewed .viewed-block-title .nasa-nav-carousel-div {
  font-size: 300%;
  width: 20px;
  overflow: hidden;
}
.related-product .related-block-title .nasa-nav-carousel-div.nasa-nav-carousel-prev,
.related-product .viewed-block-title .nasa-nav-carousel-div.nasa-nav-carousel-prev,
.viewed .related-block-title .nasa-nav-carousel-div.nasa-nav-carousel-prev,
.viewed .viewed-block-title .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  float: left;
}
.related-product .related-block-title .nasa-nav-carousel-div.nasa-nav-carousel-next,
.related-product .viewed-block-title .nasa-nav-carousel-div.nasa-nav-carousel-next,
.viewed .related-block-title .nasa-nav-carousel-div.nasa-nav-carousel-next,
.viewed .viewed-block-title .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}
.related-product .related-block-title .nasa-nav-carousel-div a.nasa-nav-icon-slider,
.related-product .viewed-block-title .nasa-nav-carousel-div a.nasa-nav-icon-slider,
.viewed .related-block-title .nasa-nav-carousel-div a.nasa-nav-icon-slider,
.viewed .viewed-block-title .nasa-nav-carousel-div a.nasa-nav-icon-slider {
  position: relative;
  left: -10px;
}
.related-product .related-block-title hr.nasa-separator,
.related-product .viewed-block-title hr.nasa-separator,
.viewed .related-block-title hr.nasa-separator,
.viewed .viewed-block-title hr.nasa-separator {
  width: 95%;
  clear: none;
  margin-top: 20px;
  position: absolute;
}

.nasa-suggested-mouse {
  display: block;
  padding: 25px 10px 0 10px;
  text-align: center;
  clear: both;
}

.product-info .entry-title {
  margin: 0;
  word-wrap: break-word;
  font-weight: 700;
  font-size: 230%;
  line-height: 1.1;
}
.product-info .entry-title a {
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product-info .scroll-to-reviews {
  float: left;
  margin-top: 15px;
}
.product-info .stock {
  color: #fdce07;
  font-weight: bold;
  margin-bottom: 5px;
  clear: both;
}
.product-info .stock .stock-sold {
  font-weight: normal;
}
.product-info .stock > span {
  color: #333e48;
}
.product-info .stock.nasa-single-product-stock {
  margin-top: -1px;
  margin-bottom: 0;
}
.product-info .stock.nasa-single-product-stock .nasa-product-stock-progress {
  margin-bottom: 0;
}
.product-info .price {
  font-size: 140%;
  clear: both;
  margin: 0;
  padding-top: 15px;
  font-weight: 500;
}
.product-info .woosb-price .price {
  font-size: 100%;
}
.product-info .woocommerce-product-details__short-description {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 300;
}
.product-info .woocommerce-product-details__short-description ul {
  list-style: none;
}
.product-info .woocommerce-product-details__short-description ul:last-child {
  margin-bottom: 0;
}
.product-info .woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 15px;
}
.product-info .woocommerce-product-details__short-description ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.product-info .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.product-info .star-rating {
  margin: 0;
  display: inline-block;
}
.product-info.product-lightbox-inner .star-rating {
  display: block;
  margin-top: 15px;
}
.product-info .woocommerce-product-rating {
  margin-top: 15px;
}
.product-info .woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  top: -2px;
}
.product-info .nasa-single-share {
  display: block;
  padding: 20px 0 0 0;
  clear: both;
}
.product-info .nasa-single-share .nasa-single-share-text {
  display: none;
  line-height: 30px;
  margin: 0 25px 0 0;
  height: 100%;
  float: left;
  font-weight: 500;
}
.product-info .nasa-single-share .social-icons {
  margin-top: 2px;
  display: inline-block;
}
.product-info .variations {
  width: auto;
  position: relative;
  margin-bottom: 45px;
}
.product-info .variations .value {
  margin-left: 0;
  display: block;
}
.product-info .variations .value .nasa-attr-ux_wrap .nasa-attr-ux {
  width: auto;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-info .variations .value .nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-label {
  padding: 4px 10px;
  border: 1px solid #eee;
  text-align: center;
}
.product-info .variations .value .nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-label .nasa-attr-bg {
  display: none;
}
.product-info .variations .value .nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-label.selected {
  border-color: #fdce07;
  color: #fdce07;
}
.product-info .variations .label {
  padding-right: 20px;
}
.product-info .variations label {
  font-weight: bold;
  margin: 0;
}
.product-info .variations select {
  margin-bottom: 0;
  padding: 5px 10px;
}
.product-info .variations tr {
  border: none;
}
.product-info .variations .attribute-swatch label {
  margin: 0;
}
.product-info .variations .reset_variations {
  display: block;
  font-size: 65%;
  position: absolute;
  bottom: -20px;
  text-transform: uppercase;
  color: #7E7E7E;
  letter-spacing: 2px;
  visibility: hidden;
}
.product-info .variations .reset_variations:hover {
  color: #333;
  text-decoration: underline;
}
.product-info .variations .select-wrapper {
  width: 90%;
}
.product-info .product_meta {
  line-height: 170%;
  margin-bottom: 10px;
}
.product-info .product_meta > span {
  display: block;
  margin-bottom: 10px;
  color: #818181;
}
.product-info .product_meta > span.yith-wcbr-brands {
  margin-top: 0;
}
.product-info .product_meta > span:last-child {
  margin-bottom: 0;
}
.product-info .product_meta a {
  color: #313131;
}
.product-info .product_meta a:hover {
  text-decoration: underline;
}
.product-info .yith-wcwl-add-to-wishlist {
  position: relative;
  padding: 20px 0px 15px 30px;
  display: block;
}
.product-info .yith-wcwl-add-to-wishlist span {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-info .yith-wcwl-add-to-wishlist:before {
  position: absolute;
  left: 0;
  top: 17px;
  font-family: 'nasa-font';
  content: "\66";
  font-size: 150%;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-info .yith-wcwl-add-to-wishlist:hover:before,
.product-info .yith-wcwl-add-to-wishlist:hover a,
.product-info .yith-wcwl-add-to-wishlist:hover .feedback {
  color: #fdce07;
}
.product-info .product-interactions {
  padding: 0;
}
.product-info .nasa-single-hr {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #ECECEC;
}
.product-info .compare {
  float: left;
  padding: 10px 20px 10px 25px;
  margin: 25px 20px;
  position: relative;
  border: none;
  text-transform: inherit;
  font-weight: normal;
}
.product-info .compare:before {
  position: absolute;
  left: 0px;
  top: 10px;
  font-family: 'Pe-icon-7-stroke';
  content: "\e61b";
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-info .compare:hover, .product-info .compare:hover:before {
  color: #fdce07;
  background: none !important;
}
.product-info .yith-wcwl-wishlistexistsbrowse a,
.product-info .yith-wcwl-wishlistaddedbrowse a {
  display: none !important;
}
.product-info .cart {
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
.product-info .cart .single_add_to_cart_button {
  letter-spacing: 0px;
  font-weight: bold;
  margin-right: 5px;
}
.product-info .cart .single_add_to_cart_button.nasa_add_to_cart_single i {
  font-size: 125%;
}
.product-info .cart .nasa-single-form-text {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  font-weight: bold;
}
.product-info .nasa-size-guide {
  margin-bottom: 20px;
}
.product-info .nasa-size-guide a {
  font-size: 75%;
  text-transform: uppercase;
  color: #7E7E7E;
  letter-spacing: 2px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.product-info .nasa-size-guide a:hover {
  color: #333;
  text-decoration: underline;
}
.product-info .woosb-wrap {
  margin-top: 35px;
  margin-bottom: 35px;
}
.product-info .woosb-wrap .woosb-products {
  border-style: solid;
}
.product-info .woosb-wrap .woosb-products .woosb-product > td {
  border-style: solid;
}

body .woosb-products .woosb-product .woosb-qty input {
  width: 50px;
}

.product-lightbox .nasa-size-guide {
  display: none;
}

.product-details {
  margin: 30px 0 0 0;
  position: relative;
  z-index: 2;
}
.product-details:before {
  content: "";
  display: block;
  clear: both;
}
.product-details .woocommerce-tabs {
  margin-bottom: 10px;
}
.product-details .woocommerce-tabs .nasa-content-specifications .spec-table tr:first-child {
  border-top: none;
}
.product-details .woocommerce-tabs .nasa-content-specifications .spec-table tr td {
  border-top: 1px solid #eceeef;
  padding-left: 25px;
  padding-right: 25px;
}
.product-details .woocommerce-tabs .nasa-content-specifications .spec-table tr td:first-child {
  width: 30%;
}
.product-details .woocommerce-tabs #nasa-tab-additional {
  font-size: 100%;
  line-height: 1.7;
}
.product-details .woocommerce-tabs #nasa-tab-additional_information {
  font-size: 110%;
}
.product-details .woocommerce-tabs #nasa-tab-additional_information .shop_attributes {
  margin-bottom: 0;
  width: auto;
}
.product-details .woocommerce-tabs #nasa-tab-additional_information .shop_attributes p {
  margin-bottom: 0;
}
.product-details .woocommerce-tabs #nasa-tab-additional_information .shop_attributes th, .product-details .woocommerce-tabs #nasa-tab-additional_information .shop_attributes td {
  border: none;
  padding: 5px 0;
}
.product-details .woocommerce-tabs #nasa-tab-additional_information .shop_attributes th {
  padding-right: 15px;
}
.product-details .woocommerce-tabs .nasa-panel {
  padding: 0px;
}
.product-details .woocommerce-tabs .nasa-panel.no-border {
  border: none;
  padding: 0px;
}
.product-details .woocommerce-tabs .nasa-panel.no-border .nasa-panel-block {
  padding: 3px;
  margin-bottom: 20px;
}

.variations_form .woocommerce-variation-add-to-cart-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  text-align: left;
}
.variations_form .single_variation_wrap .woocommerce-variation > .price {
  display: block;
  margin-bottom: 20px;
}
.variations_form .single_variation_wrap .button.disabled {
  cursor: not-allowed;
}
.variations_form .single_variation_wrap .button.disabled:focus, .variations_form .single_variation_wrap .button.disabled:hover {
  outline: none;
}
.variations_form .single_variation_wrap .button.disabled:focus {
  color: inherit;
}

.nasa-product-gallery-lightbox,
.product-gallery {
  position: relative;
}
.nasa-product-gallery-lightbox .nasa-loading,
.product-gallery .nasa-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: #FFF;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.product-gallery {
  margin-bottom: 25px;
  padding-right: 15px;
  margin-right: 0px;
}
.product-gallery .owl-height {
  height: auto !important;
}
.product-gallery .product-img {
  border: 1px solid #ececec;
}
.product-gallery .product-images-slider {
  position: relative;
}
.product-gallery .product-image-btn {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 0;
  left: 20px;
  z-index: 99;
}
.product-gallery .product-image-btn .product-lightbox-btn {
  display: none;
}
.product-gallery .product-image-btn .product-video-popup {
  position: relative;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.product-gallery .product-image-btn .product-video-popup:hover {
  color: #222 !important;
  border-color: #555;
}

.nasa-single-product-scroll .product-gallery .product-image-btn .product-video-popup {
  top: 10px;
  left: 20px;
  bottom: auto;
  right: auto;
}
.nasa-single-product-scroll.nasa-single-product-2-columns .product-gallery .product-image-btn .product-video-popup {
  left: 28px;
}
.nasa-single-product-scroll .nasa-thumb-wrap {
  position: relative;
  display: block;
  min-height: 1px;
}
.nasa-single-product-scroll .nasa-thumb-wrap .nasa-single-product-thumbnails {
  position: static;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 565px;
  -ms-overflow-style: none;
  overflow-y: -moz-scrollbars-none;
}
.nasa-single-product-scroll .nasa-thumb-wrap .nasa-single-product-thumbnails::-webkit-scrollbar {
  display: none;
}
.nasa-single-product-scroll .nasa-thumb-wrap .nasa-wrap-item-thumb {
  filter: alpha(opacity=30);
  opacity: 0.3;
  border: 1px solid transparent;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-single-product-scroll .nasa-thumb-wrap .nasa-wrap-item-thumb.nasa-active {
  border-color: #AAA;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-single-product-scroll .nasa-product-info-wrap {
  position: relative;
  display: block;
  min-height: 1px;
}
.nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll {
  position: static;
  margin-top: 0;
  width: 100%;
  height: 100%;
  max-height: 800px;
}
.nasa-single-product-scroll .nasa-end-scroll {
  border-top: 1px solid transparent;
  min-height: 1px;
  width: 100%;
  clear: both;
}

.woosb-products .woosb-product .woosb-qty input {
  margin-bottom: 0;
}

.woosb-products .woosb-product .woosb-title .woosb-title-inner {
  margin-bottom: 5px;
}
.woosb-products .woosb-product .woosb-title .nasa-single-product-stock {
  background: none !important;
}
.woosb-products .woosb-product .woosb-title .nasa-single-product-stock .nasa-single-label {
  display: none;
}
.woosb-products .woosb-product .woosb-title .nasa-single-product-stock .stock-sold {
  margin-bottom: 0;
  font-size: 85%;
  color: #999;
}
.woosb-products .woosb-product .woosb-title .nasa-single-product-stock .nasa-product-stock-progress {
  display: none;
}

.mfp-iframe-holder {
  padding: 40px 0;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-holder .mfp-content .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
  max-width: 100% !important;
}

.easyzoom {
  position: relative;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
  width: 100%;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: zoom-in;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom .easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}
.easyzoom .easyzoom-flyout {
  position: absolute;
  z-index: 97;
  overflow: hidden;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.easyzoom .easyzoom-flyout img {
  max-width: none;
  width: auto !important;
}
.easyzoom .easyzoom-flyout:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  text-align: left;
  font-weight: 500;
}
.variations_form .single_variation_wrap .woocommerce-variation > .price {
  display: block;
  margin-bottom: 20px;
}

.product-decs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.product-decs .image-desc {
  width: 60%;
}
.product-decs .desc-text {
  width: 40%;
}
.product-decs .desc-text p {
  font-size: 110%;
  line-height: 1.9em;
}
.product-decs .desc-text h1 {
  font-size: 400%;
  line-height: 1em;
}

.product-lightbox .product-info .product-interactions .btn-link .nasa-icon,
.nasa-product-details-page .product-info .product-interactions .btn-link .nasa-icon {
  line-height: 20px;
  width: 20px;
}
.product-lightbox .product-info .product-interactions .btn-link .nasa-icon-text,
.nasa-product-details-page .product-info .product-interactions .btn-link .nasa-icon-text {
  display: inline-block;
  line-height: 20px;
  position: relative;
}
.product-lightbox .product-info .product-interactions .btn-link:last-child:before,
.nasa-product-details-page .product-info .product-interactions .btn-link:last-child:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 18px;
  width: 1px;
  border-left: 1px solid #ccc;
  margin: 0 20px;
}
.product-lightbox .product-info .product-interactions .btn-link:last-child:first-child:before,
.nasa-product-details-page .product-info .product-interactions .btn-link:last-child:first-child:before {
  display: none;
}

.nasa-product-details-page .product-gallery .nasa-single-product-main-image {
  padding-left: 5px;
}
.nasa-product-details-page .product-gallery .nasa-single-product-main-image .slick-slide {
  padding: 0 5px;
}
.nasa-product-details-page .product-gallery .nasa-single-product-main-image .slick-slide img {
  width: 100%;
}
.nasa-product-details-page .product-gallery .nasa-thumb-wrap {
  width: 10%;
  float: left;
}
.nasa-product-details-page .product-gallery .nasa-main-wrap {
  width: 90%;
  float: left;
}
.nasa-product-details-page .product-gallery.large-6 .nasa-thumb-wrap {
  width: 13%;
}
.nasa-product-details-page .product-gallery.large-6 .nasa-thumb-wrap.nasa-thumbnail-hoz {
  width: 100%;
}
.nasa-product-details-page .product-gallery.large-6 .nasa-main-wrap {
  width: 87%;
}
.nasa-product-details-page .product-gallery.large-6 .nasa-main-wrap.nasa-thumbnail-hoz {
  width: 100%;
}
.nasa-product-details-page .product-gallery .nasa-badges-wrap {
  left: auto;
  right: 30px;
  top: 5px;
}
.nasa-product-details-page .product-lightbox-btn,
.nasa-product-details-page .product-video-popup {
  filter: alpha(opacity=70);
  opacity: 0.7;
  height: 35px;
  width: 35px;
  text-align: center;
  display: inline-block;
  padding: 5px;
  background: #fff;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nasa-product-details-page .product-lightbox-btn i,
.nasa-product-details-page .product-video-popup i {
  font-size: 130%;
  line-height: 23px;
  padding-left: 3px;
}
.nasa-product-details-page .product-lightbox-btn:hover,
.nasa-product-details-page .product-video-popup:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-product-details-page .product_meta {
  margin: 40px 0 50px 0;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}
.nasa-product-details-page .product_meta > span {
  display: inline;
  margin: 0;
}
.nasa-product-details-page .product_meta > span:before {
  display: inline-block;
  position: relative;
  content: "/";
  margin: 0 15px;
}
.nasa-product-details-page .product_meta > span:first-child:before {
  display: none;
}
.nasa-product-details-page .product_meta > span.yith-wcbr-brands-logo {
  display: none !important;
}
.nasa-product-details-page .product_meta > span a,
.nasa-product-details-page .product_meta > span .sku {
  font-weight: normal;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nasa-product-details-page .product_meta > span a:hover,
.nasa-product-details-page .product_meta > span .sku:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

#review_form_wrapper .comment-reply-title {
  font-size: 120%;
  line-height: 2.5;
  font-weight: bold;
}

@media only screen and (min-width: 53.03448em) {
  body .nasa-single-product-scroll .nasa-thumb-wrap .nasa-single-product-thumbnails.nasa-single-fixed {
    position: fixed;
    z-index: 1;
    margin-top: 0 !important;
  }
  body .nasa-single-product-scroll .nasa-thumb-wrap .nasa-single-product-thumbnails.nasa-single-static {
    position: static;
  }
  body .nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll.nasa-single-fixed {
    position: fixed;
    z-index: 1;
    margin-top: 0 !important;
  }
  body .nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll.nasa-single-static {
    position: static;
  }
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price .price {
  display: inherit !important;
}

body .woosb-products .woosb-product form.variations_form {
  padding-bottom: 15px;
}

body .woosb-products .woosb-product form.variations_form .variations a.reset_variations {
  left: 5px;
}

body .woosb-products .woosb-product form.variations_form .variations .variation {
  margin: 5px 5px 0 5px;
}

.nasa-add-to-cart-fixed {
  position: fixed;
  left: 0;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  z-index: 399;
  background: #fff;
  border-top: 1px solid #efefef;
  height: 105px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-add-to-cart-fixed button.disabled {
  cursor: not-allowed;
}
.nasa-add-to-cart-fixed .nasa-clone-disable {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.nasa-add-to-cart-fixed .nasa-wrap-content-inner {
  width: 100%;
  height: 100%;
  max-width: 82.75862em;
  margin: 0 auto;
  padding: 0 10px;
  overflow-y: auto;
}
.nasa-add-to-cart-fixed .nasa-wrap-content {
  display: table;
  width: 100%;
  height: 100%;
}
.nasa-add-to-cart-fixed .nasa-fixed-product-info {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
}
.nasa-add-to-cart-fixed .nasa-thumb-clone {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding-right: 5px;
}
.nasa-add-to-cart-fixed .nasa-thumb-clone img {
  border: 1px solid #f1f1f1;
}
.nasa-add-to-cart-fixed .nasa-title-clone {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.nasa-add-to-cart-fixed .nasa-title-clone h3 {
  font-size: 120%;
  font-weight: bold;
}
.nasa-add-to-cart-fixed .nasa-fixed-product-variations-wrap {
  padding-left: 50px;
  padding-right: 10px;
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}
.nasa-add-to-cart-fixed .nasa-fixed-product-variations {
  overflow-y: auto;
  max-height: 100%;
}
.nasa-add-to-cart-fixed .single_variation_wrap-clone .button.disabled {
  cursor: not-allowed;
}
.nasa-add-to-cart-fixed .nasa-fixed-product-btn {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-fixed-product-info {
  width: 50%;
}
.nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-fixed-product-btn {
  width: 50%;
  text-align: right;
}
.nasa-add-to-cart-fixed .nasa-attr-ux_wrap-clone,
.nasa-add-to-cart-fixed .nasa-attr-select_wrap-clone {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 0;
  vertical-align: middle;
  padding-right: 30px;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone {
  display: inline-block;
  margin: 5px;
  line-height: 25px;
  padding: 1px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-disable {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-disable .nasa-attr-bg {
  cursor: not-allowed;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-color-clone .nasa-attr-text {
  display: none;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-label-clone {
  border: 1px solid #efefef;
  padding: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-label-clone.selected {
  border-color: #fdce07;
  color: #fdce07;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-label-clone .nasa-attr-bg {
  display: none;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-image-clone {
  border: none;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone .nasa-attr-bg {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  position: relative;
  filter: alpha(opacity=50);
  opacity: 0.5;
  float: left;
  background: #EAEAEA;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone .nasa-attr-text {
  line-height: 1;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.selected {
  border-color: #fdce07;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-image-clone .nasa-attr-bg-img {
  border: 1px solid #ececec;
  display: inline-block;
  padding: 1px;
  line-height: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-image-clone img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-image-clone .nasa-attr-text {
  display: none;
}
.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-image-clone.selected .nasa-attr-bg-img {
  border-color: #fdce07;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-add-to-cart-fixed .nasa-attr-select_wrap-clone label {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
}
.nasa-add-to-cart-fixed .nasa-attr-select_wrap-clone select {
  display: inline-block;
  width: auto;
  margin: 0;
}
.nasa-add-to-cart-fixed .price {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 110%;
  font-weight: 700;
  line-height: 1.2;
}
.nasa-add-to-cart-fixed .woocommerce-variation-add-to-cart-clone {
  display: inline-block;
  margin: 0 0 0 10px;
}

.nasa-square .nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-image-clone .nasa-attr-bg-img {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}
.nasa-square .nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-image-clone img {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

body {
  -webkit-transition: padding-bottom 350ms ease;
  -ms-transition: padding-bottom 350ms ease;
  -moz-transition: padding-bottom 350ms ease;
  -o-transition: padding-bottom 350ms ease;
  transition: padding-bottom 350ms ease;
}
body.has-nasa-cart-fixed {
  padding-bottom: 100px;
}
body.has-nasa-cart-fixed .nasa-add-to-cart-fixed {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-details #reviews .woocommerce-Reviews-title,
.product-details #reviews .comment-reply-title {
  font-size: 120%;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
  font-weight: 500;
  color: #333e48;
}
.product-details #reviews .nasa-statistic-ratings,
.product-details #reviews #review_form_wrapper {
  width: 50%;
  display: inline-block;
  float: left;
}
.product-details #reviews .nasa-statistic-ratings {
  padding-right: 20px;
}
.product-details #reviews .nasa-statistic-ratings.fullwidth {
  width: 100%;
  padding-right: 0;
}
.product-details #reviews #comments .commentlist li:after {
  display: block;
  content: "";
  border-top: 1px solid #efefef;
  margin: 30px auto;
}
.product-details #reviews #comments .commentlist li:last-child:after {
  display: none;
}
.product-details #reviews #review_form_wrapper {
  padding-left: 20px;
}
.product-details #reviews .comment-form .comment-notes {
  margin-bottom: 15px;
}
.product-details #reviews .comment-form .comment-form-rating {
  margin-bottom: 15px;
}
.product-details #reviews .comment-form .comment-form-rating label {
  display: inline-block;
}
.product-details #reviews .comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px;
}
.product-details #reviews .comment-form .comment-form-rating .stars {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.product-details #reviews .comment-form .comment-form-comment {
  margin: 0;
}
.product-details #reviews .comment-form .comment-form-author,
.product-details #reviews .comment-form .comment-form-email {
  width: 50%;
  display: inline-block;
  margin: 0;
  float: left;
}
.product-details #reviews .comment-form .comment-form-author {
  padding-right: 10px;
}
.product-details #reviews .comment-form .comment-form-email {
  padding-left: 10px;
}
.product-details #reviews #comments {
  padding-top: 30px;
}
.product-details #reviews #comments .avatar {
  margin: 0 20px 10px 0;
  float: left;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.product-details #reviews #comments .description {
  color: #555;
  font-style: normal;
}
.product-details #reviews #comments .description p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: italic;
}
.product-details #reviews #comments .star-rating {
  display: inline-block;
}
.product-details #reviews #comments p.meta {
  display: block;
  margin-bottom: 5px;
}
.product-details #reviews #respond p.stars:after {
  content: "";
  display: block;
  clear: both;
}
.product-details #reviews #respond p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(assets/images/star.png) repeat-x left 0;
}
.product-details #reviews #respond p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.product-details #reviews #respond p.stars span a:hover {
  background: url(assets/images/star.png) repeat-x left -16px;
}
.product-details #reviews #respond p.stars span a:focus {
  background: url(assets/images/star.png) repeat-x left -16px;
}
.product-details #reviews #respond p.stars span a.active {
  background: url(assets/images/star.png) repeat-x left -32px;
}
.product-details #reviews #respond p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
.product-details #reviews #respond p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
.product-details #reviews #respond p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
.product-details #reviews #respond p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
.product-details #reviews #respond p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
.product-details #reviews #respond textarea#comment {
  height: 100px;
}
.product-details .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li.nasa-single-product-tab > a h5 {
  font-weight: 600;
}

.nasa-avg-rating {
  display: inline-block;
  margin: 5px 0 10px;
}
.nasa-avg-rating .avg-rating-number {
  font-size: 200%;
  font-weight: bold;
  color: #690;
}

.nasa-statistic-ratings h2 {
  font-size: 120%;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
  font-weight: 500;
  color: #333e48;
}

table.nasa-rating-bars td {
  padding: 5px 0;
  border: none;
}
table.nasa-rating-bars .star-rating-wrap {
  width: 110px;
}
table.nasa-rating-bars .star-rating-wrap .star-rating {
  margin: 0;
  height: 20px;
}
table.nasa-rating-bars .nasa-rating-per-wrap {
  padding: 5px 10px;
}
table.nasa-rating-bars .nasa-ratings-number {
  width: 40px;
  color: #999;
  font-size: 90%;
}

.nasa-rating-per {
  height: 12px;
  width: 100%;
  position: relative;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-rating-per .nasa-per-content {
  position: relative;
  display: block;
  height: 100%;
  background: #690;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (max-width: 52.96552em) {
  body .nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll {
    width: 100% !important;
  }
  body .product-details #reviews .nasa-statistic-ratings,
  body .product-details #reviews #review_form_wrapper {
    width: 100%;
    padding: 0;
  }
  body .product-details #reviews .nasa-statistic-ratings {
    margin-bottom: 30px;
  }
  body .product-details #reviews .comment-form .comment-form-author,
  body .product-details #reviews .comment-form .comment-form-email {
    width: 100%;
  }
  body .product-details #reviews .comment-form .comment-form-author {
    padding: 0;
  }
  body .product-details #reviews .comment-form .comment-form-email {
    padding: 0;
  }
}
@media only screen and (min-width: 895px) and (max-width: 1200px) {
  body .nasa-add-to-cart-fixed .nasa-fixed-product-info {
    width: 20%;
  }
  body .nasa-add-to-cart-fixed .nasa-thumb-clone {
    padding: 0;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-variations-wrap {
    width: 40%;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn {
    width: 40%;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-fixed-product-info {
    display: table-cell;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-thumb-clone {
    padding-right: 10px;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-title-clone {
    display: table-cell;
  }
}
@media only screen and (min-width: 641px) and (max-width: 894px) {
  body .nasa-add-to-cart-fixed .nasa-fixed-product-info {
    width: 10%;
  }
  body .nasa-add-to-cart-fixed .nasa-thumb-clone {
    padding: 0;
  }
  body .nasa-add-to-cart-fixed .nasa-title-clone {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-variations-wrap {
    width: 50%;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn .quantity {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-fixed-product-info {
    display: table-cell;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-thumb-clone {
    padding-right: 10px;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-title-clone {
    display: table-cell;
  }
}
@media only screen and (max-width: 640px) {
  body .nasa-add-to-cart-fixed .nasa-fixed-product-info {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-thumb-clone {
    padding: 0;
  }
  body .nasa-add-to-cart-fixed .nasa-title-clone {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-variations-wrap {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn .quantity {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn .price {
    margin: 10px auto;
    display: block;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn button.single_add_to_cart_button {
    padding: 8px 15px;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-fixed-product-info {
    display: table-cell;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-title-clone {
    display: table-cell;
  }
}
@media only screen and (max-width: 480px) {
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn .woocommerce-variation-add-to-cart-clone button.single_add_to_cart_button {
    font-size: 65%;
  }
}
body .cart button.nasa-buy-now {
  display: inline-block;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
body .cart button.nasa-buy-now:hover {
  background-color: #333;
  border-color: #333;
}

.nasa-single-product-stock {
  padding-bottom: 10px;
  margin-top: 20px;
}
.nasa-single-product-stock .stock-sold,
.nasa-single-product-stock .stock-available {
  margin-bottom: 10px;
  display: inline-block;
}

.nasa-product-stock-progress {
  background: #EBEBEC;
  margin-bottom: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.nasa-product-stock-progress .nasa-product-stock-progress-bar {
  display: block;
  height: 5px;
  min-width: 1px;
  background: #fdce07;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.nasa-single-product-stock .nasa-product-stock-progress .nasa-product-stock-progress-bar {
  height: 12px;
}

body .product-info .cart .single_add_to_cart_button.disabled:hover {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  color: #fff;
}

.comment-form-cookies-consent input, .comment-form-cookies-consent label {
  display: initial;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0 6px 0 0;
  position: relative;
  top: 1px;
}

.bg-single-product-gray {
  background: #f4f4f4;
  padding: 20px;
}
.bg-single-product-gray:last-child {
  margin-bottom: 30px;
}
.bg-single-product-gray:empty {
  display: none;
}

.product-lightbox .nasa-single-product-stock,
.nasa-product-details-page .nasa-single-product-stock {
  background: #f4f4f4;
  padding: 20px;
  margin-right: 10px;
}
.product-lightbox .woocommerce-variation-availability .nasa-single-product-stock,
.nasa-product-details-page .woocommerce-variation-availability .nasa-single-product-stock {
  background: transparent;
  padding: 0;
  margin: 0;
}

.nasa-product-details-page .product-info.large-4 .nasa-single-label,
.nasa-product-details-page .product-info.large-4 .nasa-single-content {
  display: block;
  width: 100%;
}
.nasa-product-details-page .product-info.large-4 .nasa-single-label {
  margin-bottom: 10px;
}
.nasa-product-details-page .product-info.large-4 .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section:before {
  line-height: 38px;
}
.nasa-product-details-page .product-info.large-4 .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.nasa-product-details-page.nasa-single-classic-layout .large-9 .product-info.large-5 .nasa-single-label,
.nasa-product-details-page.nasa-single-classic-layout .large-9 .product-info.large-5 .nasa-single-content {
  display: block;
  width: 100%;
}
.nasa-product-details-page.nasa-single-classic-layout .large-9 .product-info.large-5 .nasa-single-label {
  margin-bottom: 10px;
}
.nasa-product-details-page.nasa-single-classic-layout .large-9 .product-info.large-5 .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section:before {
  line-height: 38px;
}
.nasa-product-details-page.nasa-single-classic-layout .large-9 .product-info.large-5 .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.product-type-simple form.cart {
  margin-top: 30px;
}

.nasa-single-label {
  width: 125px;
}

.nasa-single-label,
.nasa-single-content {
  color: #333e48;
  padding: 0;
}

.nasa-accessories-item-check.nasa-accessories-item-check-main {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.nasa-check-main-product,
.nasa-check-accessories-product {
  position: relative;
  top: 1px;
}

.nasa-accessories-price {
  color: #e00;
  font-weight: bold;
}

.nasa-accessories-total-price {
  font-size: 110%;
}
.nasa-accessories-total-price .woocommerce-Price-amount {
  font-size: 120%;
  color: #e00;
  font-weight: bold;
}

.nasa-accessories-product .product-img {
  overflow: unset;
}
.nasa-accessories-product .product-img:before {
  position: absolute;
  font-family: "nasa-font";
  content: "\59";
  z-index: 1;
  font-size: 160%;
  color: #000;
  font-weight: bold;
  top: 50%;
  margin-top: -12px;
  left: -36px;
}

.nasa-disable-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.nasa-message-error {
  color: #e00;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 105%;
}

.number-stock-color {
  color: green;
  font-weight: bold;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
  margin: 0;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
  font-weight: bold;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del {
  font-size: 90%;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del span.amount {
  margin-right: 5px;
  color: #999;
  font-size: 90%;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins {
  color: #e00;
}

.nasa-360-degree-popup {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  width: 35px;
  height: 35px;
  margin-top: 10px;
  line-height: 34px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.nasa-360-degree-popup:hover {
  color: #222 !important;
  border-color: #555;
}

.mfp-close-btn-in .nasa-product-360-degree .mfp-close {
  top: -44px;
  right: 50%;
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #FFF !important;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.nasa-threesixty {
  position: relative;
  margin: 0 auto;
  cursor: grab;
}
.nasa-threesixty:active {
  cursor: grabbing;
}
.nasa-threesixty .nasa-threesixty_images {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}
.nasa-threesixty .nasa-threesixty_images img {
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nasa-threesixty .nasa-threesixty_images img.previous-image {
  visibility: hidden;
}
.nasa-threesixty .nasa-threesixty_images img.current-image {
  visibility: visible;
}
.nasa-threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-threesixty .spinner span {
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.nasa-threesixty .nav_bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 11;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: ttranslate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.nasa-threesixty .nav_bar a {
  display: inline-block;
  width: 42px;
  height: 45px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none;
  font-size: 0;
  line-height: 45px;
}
.nasa-threesixty .nav_bar a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.nasa-threesixty .nav_bar a:before {
  font-family: "nasa-font";
  font-weight: 700;
  font-size: 16px;
}
.nasa-threesixty .nav_bar a.nav_bar_previous:before {
  content: "\7a";
}
.nasa-threesixty .nav_bar a.nav_bar_play {
  display: none;
}
.nasa-threesixty .nav_bar a.nav_bar_stop {
  display: none;
}
.nasa-threesixty .nav_bar a.nav_bar_next:before {
  content: "\79";
}
.nasa-threesixty:-webkit-full-screen, .nasa-threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.nasa-compare-list-bottom {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 2px 2px #666666;
  -moz-box-shadow: 0 0 2px 2px #666666;
  box-shadow: 0 0 2px 2px #666666;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-compare-list-bottom.nasa-active {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nasa-compare-list-bottom [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.nasa-compare-wrap-item {
  position: relative;
  text-align: center;
}

.nasa-close-mini-compare {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 200%;
  background: #fff;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-compare-mess {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 4%;
  text-align: center;
  font-size: 100%;
  color: #fdce07;
  z-index: 1;
}

.nasa-compare-list {
  padding: 30px 30px 0 30px;
}
.nasa-compare-list .nasa-compare-label {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.nasa-compare-list .nasa-compare-label.hidden-tag {
  display: none;
}
.nasa-compare-list .nasa-compare-label .nasa-compare-clear-all {
  margin-right: 20px;
}
.nasa-compare-list .large-4 .nasa-compare-wrap-item .nasa-compare-item-hover {
  left: -50px;
}
.nasa-compare-list .nasa-compare-item-hover {
  position: absolute;
  bottom: 100%;
  width: 230px;
  left: 50%;
  padding-bottom: 20px;
  z-index: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-compare-list .nasa-compare-item-hover .nasa-compare-item-hover-wraper {
  position: relative;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.nasa-compare-list .nasa-compare-item-hover .nasa-compare-item-hover-wraper:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
  -webkit-filter: drop-shadow(0 1px 2px black);
  filter: drop-shadow(0px 1px 1px #dfdfdf);
}
.nasa-compare-list .nasa-compare-item {
  position: relative;
  padding: 0 5px;
  z-index: 2;
  text-align: center;
}
.nasa-compare-list .nasa-compare-item .nasa-img-compare,
.nasa-compare-list .nasa-compare-item .nasa-no-image {
  display: inline-block;
  padding: 10px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-compare-list .nasa-compare-item .nasa-remove-compare {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #eaeaea;
  position: absolute;
  right: -5px;
  top: -10px;
  background: #fff;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-compare-list .nasa-compare-wrap-item:hover .nasa-compare-item .nasa-img-compare {
  -webkit-box-shadow: 0px 0px 3px 3px #f9f9f9;
  -moz-box-shadow: 0px 0px 3px 3px #f9f9f9;
  box-shadow: 0px 0px 3px 3px #f9f9f9;
  border-color: none;
}
.nasa-compare-list .nasa-compare-wrap-item:hover .nasa-compare-item .nasa-remove-compare {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-compare-list .nasa-compare-wrap-item:hover .nasa-compare-item-hover {
  background: #fff;
  z-index: 1;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-wrap-table-compare {
  margin: 35px 0 45px 0;
  overflow-x: auto;
  position: relative;
}

.nasa-table-compare {
  margin: 0;
}
.nasa-table-compare td,
.nasa-table-compare th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.nasa-table-compare td ul,
.nasa-table-compare th ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.nasa-table-compare th {
  vertical-align: middle;
  background: #efefef;
  color: #333e48;
  font-size: 110%;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.nasa-table-compare tr.image img {
  margin-top: 10px;
}
.nasa-table-compare tr.image h5 {
  margin: 15px auto 10px auto;
}
.nasa-table-compare tr.description td {
  text-align: left;
}
.nasa-table-compare tr.stock td span {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #fdce07;
  color: #fdce07;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-table-compare tr.remove-item .nasa-remove-compare i {
  font-size: 200%;
  position: relative;
  top: 7px;
  margin-bottom: 10px;
}
.nasa-table-compare tr td {
  min-width: 250px;
  vertical-align: top;
}
.nasa-table-compare tr td .product-interactions .btn-link {
  margin: 0;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn {
  display: block;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid {
  padding: 5px 10px 5px 15px;
  border: 1px solid #aaa;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid:before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 2px;
  content: "+";
  font-size: 75%;
  line-height: 1;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid.loading:before {
  content: "";
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid:hover {
  background-color: #333e48 !important;
  border-color: #333e48 !important;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid:hover .add_to_cart_text {
  color: #FFF;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid:hover:before {
  color: #FFF;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid .cart-icon {
  display: none;
}
.nasa-table-compare tr td .product-interactions .add-to-cart-btn .add-to-cart-grid .add_to_cart_text {
  display: block;
  text-transform: initial;
}
.nasa-table-compare tr td .product-interactions .btn-wishlist,
.nasa-table-compare tr td .product-interactions .btn-compare,
.nasa-table-compare tr td .product-interactions .quick-view,
.nasa-table-compare tr td .product-interactions .btn-combo-link {
  display: none;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-compare-list-bottom .nasa-compare-list table td {
    width: 100%;
    display: block;
  }
  .nasa-compare-list-bottom .nasa-compare-list table td.nasa-td-products-compare {
    display: none;
  }
}
.nasa-combo-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0px;
  margin-top: 18px !important;
}
.nasa-combo-row.no-border {
  border-top: none;
  border-bottom: none;
  padding: 0px;
  margin-top: 0px !important;
}
.nasa-combo-row h3 {
  font-weight: 400;
  font-size: 160%;
  margin-bottom: 25px;
  text-align: left;
}
.nasa-combo-row nav {
  display: inline-block;
  padding: 11px 15px;
  border: 1px solid #ddd;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}
.nasa-combo-row nav:hover {
  border: 1px solid #000;
  color: #000;
}
.nasa-combo-row .nasa-combo-view-more {
  display: block;
  font-weight: 500;
  font-size: 120%;
  margin-top: 25px;
}

.nasa-combo-slider .owl-nav {
  display: none;
}
.nasa-combo-slider .owl-item.active:before {
  position: absolute;
  border-left: 1px solid #ddd;
  height: 60%;
  content: "";
  width: 1px;
  top: 10%;
  left: 0;
  z-index: 999;
}
.nasa-combo-slider .owl-item.active:after {
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  content: "\e623";
  top: 35%;
  left: -12px;
  font-size: 170%;
  padding: 0;
  z-index: 999999;
  display: inline-block;
  color: #c1c1c1;
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.nasa-combo-slider .owl-item.active.first:before, .nasa-combo-slider .owl-item.active.first:after {
  display: none;
}

.nasa-combo-popup-wrap .mfp-content {
  background: none;
  padding: 20px 0;
}
.nasa-combo-popup-wrap .nasa-combo-row {
  border: none;
  background: #FFF;
  padding: 30px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.nasa-combo-popup-wrap .nasa-combo-row .nasa-product-bundle-btns {
  display: none;
}

.nasa-gift-featured-wrap {
  display: none;
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 100%;
  z-index: 9999;
}
.nasa-gift-featured-wrap .nasa-gift-featured-event {
  display: block;
  padding: 4px 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-gift-featured-wrap .nasa-gift-featured-event .pe-icon,
.nasa-gift-featured-wrap .nasa-gift-featured-event .nasa-icon {
  color: #9e9e9e;
  font-weight: 500;
}
.nasa-gift-featured-wrap .nasa-gift-featured-event:hover {
  background-color: #fdce07;
  border-color: #fdce07;
}
.nasa-gift-featured-wrap .nasa-gift-featured-event:hover .pe-icon,
.nasa-gift-featured-wrap .nasa-gift-featured-event:hover .nasa-icon {
  color: #fff;
}

.nasa-marker-icon-wrap {
  display: block;
  height: 100%;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-marker-icon-bg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fdce07;
  border: 3px solid #fdce07;
  color: #FFF;
  font-size: 85%;
  text-align: center;
  line-height: 35px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-marker-icon-bg .woocommerce-Price-amount.amount {
  color: inherit !important;
  margin: 0 5px;
}
.nasa-marker-icon-bg:hover {
  background-color: #fdce07 !important;
}
.nasa-marker-icon-bg:hover .woocommerce-Price-amount.amount {
  color: #FFF !important;
}

.nasa-marker-icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #FFF;
  color: #333e48;
  border-radius: 50%;
  border: 3px solid #fdce07;
  text-align: center;
  overflow: hidden;
}
.nasa-marker-icon:before {
  line-height: 35px;
  color: inherit;
}
.nasa-marker-icon.fa-plus:before {
  line-height: 30px;
  font-size: 65%;
}

.nasa-material-pin,
.nasa-product-pin {
  margin-bottom: 20px;
  background: #FFF;
  padding: 15px 5px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.nasa-material-pin:after,
.nasa-product-pin:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
  -webkit-filter: drop-shadow(0 1px 1px #dfdfdf);
  filter: drop-shadow(0 1px 1px #dfdfdf);
}

.nasa-product-pin .image-wrap {
  margin: 0 0 10px 0;
}
.nasa-product-pin .title-wrap {
  margin: 5px 0;
}
.nasa-product-pin .price {
  font-size: 110%;
  margin: 0 0;
}

.row .nasa-material-pin .row,
.row .nasa-product-pin .row {
  margin-left: 0;
  margin-right: 0;
}

.easypin-popover {
  width: 200px;
  left: 50%;
  display: block !important;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.easypin-popover.nasa-left, .easypin-popover.nasa-right {
  bottom: 50% !important;
}
.easypin-popover.nasa-left .nasa-material-pin,
.easypin-popover.nasa-left .nasa-product-pin, .easypin-popover.nasa-right .nasa-material-pin,
.easypin-popover.nasa-right .nasa-product-pin {
  margin-bottom: 0;
}
.easypin-popover.nasa-left .nasa-material-pin:after,
.easypin-popover.nasa-left .nasa-product-pin:after, .easypin-popover.nasa-right .nasa-material-pin:after,
.easypin-popover.nasa-right .nasa-product-pin:after {
  top: 50%;
  border-width: 10px;
  border-top-color: transparent;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.easypin-popover.nasa-left {
  right: 100%;
  left: auto;
  padding-right: 5px;
  -webkit-transform: translate(-10px, 50%);
  -moz-transform: ttranslate(-10px, 50%);
  -o-transform: translate(-10px, 50%);
  -ms-transform: translate(-10px, 50%);
  transform: translate(-10px, 50%);
}
.easypin-popover.nasa-left .nasa-material-pin:after,
.easypin-popover.nasa-left .nasa-product-pin:after {
  right: 0;
  left: auto;
  border-left-color: #ffffff;
  margin-right: -20px;
  -webkit-filter: drop-shadow(1px 0 1px #dfdfdf);
  filter: drop-shadow(1px 0 1px #dfdfdf);
}
.easypin-popover.nasa-right {
  left: 100%;
  right: auto;
  padding-left: 5px;
  -webkit-transform: translate(10px, 50%);
  -moz-transform: ttranslate(10px, 50%);
  -o-transform: translate(10px, 50%);
  -ms-transform: translate(10px, 50%);
  transform: translate(10px, 50%);
}
.easypin-popover.nasa-right .nasa-material-pin:after,
.easypin-popover.nasa-right .nasa-product-pin:after {
  left: 0;
  right: auto;
  border-right-color: #ffffff;
  margin-left: -20px;
  -webkit-filter: drop-shadow(0 1px 0 #dfdfdf);
  filter: drop-shadow(0 1px 0 #dfdfdf);
}
.easypin-popover.nasa-bottom {
  bottom: auto !important;
  top: 100% !important;
}
.easypin-popover.nasa-bottom .nasa-material-pin,
.easypin-popover.nasa-bottom .nasa-product-pin {
  margin-bottom: auto;
  margin-top: 20px;
}
.easypin-popover.nasa-bottom .nasa-material-pin:after,
.easypin-popover.nasa-bottom .nasa-product-pin:after {
  top: auto;
  bottom: 100%;
  border-top: none;
  border-bottom-color: #ffffff;
  -webkit-filter: drop-shadow(0 -1px 1px #dfdfdf);
  filter: drop-shadow(0 -1px 1px #dfdfdf);
}

.easypin-marker:hover .easypin-popover {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.easypin-marker.nasa-active {
  z-index: 1 !important;
}

.row > .columns .nasa_pin_pb_image,
.row > .columns .nasa_pin_mb_image,
.nasa-row > .columns .nasa_pin_pb_image,
.nasa-row > .columns .nasa_pin_mb_image {
  width: 100%;
}
.row > .columns .easypin,
.nasa-row > .columns .easypin {
  width: auto !important;
  height: auto !important;
}

.nasa-marker-icon-wrap .icon-nasa-icons-plus {
  display: block;
  width: 22px;
  height: 22px;
  margin: 7px auto;
  border: 8px solid #fdce07;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-marker-icon-wrap .icon-nasa-icons-plus:before {
  display: none;
}

.nasa-action-effect {
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  background: #fdce07;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-marker-icon-wrap.nasa-effect .nasa-action-effect {
  animation: nasa_pulsate 2400ms linear infinite;
}
.nasa-marker-icon-wrap.nasa-effect .icon-nasa-icons-plus {
  animation: nasa_border_width 2400ms linear infinite;
}

@keyframes nasa_pulsate {
  0% {
    transform: scale(0.9);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.1);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes nasa_border_width {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}
.order-steps {
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}

.checkout-breadcrumb {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 75px 0px;
}
.checkout-breadcrumb a {
  color: #454545;
}
.checkout-breadcrumb div {
  width: 33%;
  display: inline-block;
}
.checkout-breadcrumb div span {
  margin: 0 auto;
  display: block;
}
.checkout-breadcrumb div p {
  color: #666;
}
.checkout-breadcrumb span {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.checkout-breadcrumb .pe-7s-angle-right {
  display: none;
}

.title-cart,
.title-checkout,
.title-thankyou {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.title-cart h1,
.title-checkout h1,
.title-thankyou h1 {
  font-size: 500%;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 10px;
  line-height: 0.8;
  margin-bottom: 0px;
}
.title-cart h4,
.title-checkout h4,
.title-thankyou h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.title-cart p,
.title-checkout p,
.title-thankyou p {
  margin-bottom: 0;
  color: #3c4043;
}
.title-cart span,
.title-checkout span,
.title-thankyou span {
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 250%;
}

.woocommerce-cart .title-checkout,
.woocommerce-cart .title-thankyou {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.woocommerce-cart .title-checkout:hover,
.woocommerce-cart .title-thankyou:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.woocommerce-checkout .title-thankyou {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.woocommerce-checkout .title-thankyou.nasa-complete {
  filter: alpha(opacity=100);
  opacity: 1;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
  text-align: right;
  font-size: 125%;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  text-align: right;
}

#order_review {
  background: #FFF;
  padding: 10px 30px 30px 30px;
}
#order_review table {
  border-collapse: collapse;
}
#order_review td {
  padding-top: 20px;
  padding-bottom: 20px;
}
#order_review td.product-name {
  padding-left: 0;
  padding-right: 0;
}
#order_review th {
  color: #000;
  font-size: 100%;
}
#order_review thead th {
  font-size: 105%;
}
#order_review .product-total {
  text-align: right;
}
#order_review .order-total th {
  text-transform: uppercase;
  font-size: 105%;
}
#order_review .order-total td {
  font-size: 130%;
}
#order_review .woocommerce-Price-amount {
  color: #fdce07;
}
#order_review .product-total .woocommerce-Price-amount {
  color: #333e48;
}

.woocommerce address {
  font-style: normal;
  line-height: 1.4;
}
.woocommerce .checkout-group,
.woocommerce .order-review {
  border: 8px solid #f5f5f5;
  padding: 10px 20px 20px;
  margin-bottom: 10px;
}
.woocommerce .order-review {
  background: #f5f5f5;
}
.woocommerce .checkout-group label {
  color: #000;
}
.woocommerce #order_comments_field {
  margin-bottom: 0;
}

#order_review_heading {
  text-align: center;
  font-weight: 800;
  font-size: 130%;
  text-transform: uppercase;
  padding: 8px 0 10px 0;
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.checkout-group h3 {
  font-size: 130%;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 0 10px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.checkout-group.woo-shipping {
  padding-right: 10px;
}

#billing_address_1_field {
  margin-bottom: 10px;
}

#billing_phone_field,
#billing_first_name_field {
  width: 50%;
  padding-right: 5px;
}

#billing_email_field,
#billing_last_name_field {
  width: 50%;
  padding-left: 5px;
  float: right;
}

.input-checkbox {
  display: inline-block;
}

#order_comments {
  height: 100px;
}

.about_paypal {
  display: none;
}

.address {
  font-size: 100%;
}

address {
  margin-top: 10px;
}

.woo-billing p {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
.woo-billing p input {
  margin-bottom: 0;
}

label.checkbox {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

p.create-account-row {
  display: inline-block;
  width: 98.5%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ececec;
}

h3#ship-to-different-address {
  border-width: 1px;
  font-size: 110%;
}
h3#ship-to-different-address span {
  font-weight: bold;
}
h3#ship-to-different-address:before {
  display: none;
}
h3#ship-to-different-address input {
  margin-bottom: 0;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
h3#ship-to-different-address:hover {
  color: #000;
}
h3#ship-to-different-address label.checkbox {
  margin-left: 0;
}

ul.payment_methods {
  margin: 0 0 30px 0;
}
ul.payment_methods .input-radio {
  margin-bottom: 15px;
  position: relative;
  top: 2px;
}
ul.payment_methods li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.payment_methods li label {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
}
ul.payment_methods p {
  font-size: 100%;
  line-height: 1.4;
  opacity: 0.8;
}

.payment_method_paypal img {
  max-width: 200px;
  margin-left: 20px;
}

input#calc_shipping_postcode {
  font-size: 100%;
}

.form-row.terms {
  position: relative;
}
.form-row.terms .checkbox {
  padding-left: 25px;
  margin: 0;
}
.form-row.terms .input-checkbox {
  position: absolute;
  left: 0;
  top: 4px;
}

.page-checkout .woocommerce-info {
  padding-bottom: 20px;
  padding-top: 0;
}

a.chzn-single {
  background: #fff;
}

.nasa-order-received {
  padding-bottom: 40px;
  max-width: 800px !important;
  margin: 0 auto !important;
}
.nasa-order-received .nasa-order-received-left .nasa-warper-order {
  border: 2px dashed #5cb85c;
  padding: 20px;
}
.nasa-order-received .nasa-order-received-left .nasa-warper-order .woocommerce-thankyou-order-received {
  color: #5cb85c;
  font-size: 140%;
  padding: 0 20px;
}
.nasa-order-received .nasa-order-received-left .nasa-warper-order ul.woocommerce-thankyou-order-details {
  padding-left: 20px;
}
.nasa-order-received .woocommerce-order-details__title {
  text-align: center;
}

.woocommerce-order-details__title {
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 25px;
}

.woocommerce-table--order-details .wc-item-meta {
  margin-top: 10px;
  font-size: 90%;
  margin-bottom: 0px;
  color: #a5a5a5;
}
.woocommerce-table--order-details .wc-item-meta .wc-item-meta-label {
  padding-right: 5px;
}
.woocommerce-table--order-details .wc-item-meta p {
  margin-bottom: 0px;
}
.woocommerce-table--order-details tfoot tr:last-child th {
  text-transform: uppercase;
  font-size: 130%;
  color: #000;
}
.woocommerce-table--order-details tfoot tr:last-child td > .amount {
  font-size: 130%;
  color: #fdce07;
}
.woocommerce-table--order-details .order_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nasa-p-show-coupon {
  font-size: 110%;
  margin-bottom: 10px;
}

.nasa-toggle-coupon-checkout {
  font-size: 110%;
}
.nasa-toggle-coupon-checkout .showcoupon {
  color: #333e48;
  text-decoration: underline;
  font-weight: bold;
}
.nasa-toggle-coupon-checkout .showcoupon:hover {
  color: #000;
}

.nasa-coupon-wrap {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  position: relative;
  -webkit-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}
.nasa-coupon-wrap.nasa-active {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  height: 200px;
}

.checkout_coupon {
  padding: 20px 30px 30px 30px;
  border: 2px dashed #ccc;
  margin-bottom: 25px;
}

.coupon {
  position: relative;
}
.coupon #coupon_code {
  padding-right: 150px;
  margin: 0;
  height: 41px;
}
.coupon [name="apply_coupon"] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px 13px 15px;
  border-color: transparent !important;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-bottom-top-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
}

.woocommerce-cart-form #submit.disabled,
.woocommerce-cart-form #submit[disabled],
.woocommerce-cart-form button.disabled,
.woocommerce-cart-form button[disabled],
.woocommerce-cart-form .button.disabled,
.woocommerce-cart-form .button[disabled],
.woocommerce-cart-form input[type="submit"].disabled,
.woocommerce-cart-form input[type="submit"][disabled] {
  background-color: #aaa !important;
  border-color: #aaaaaa !important;
  color: #fff;
  cursor: not-allowed;
}

body .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #ccc;
}
body .select2-container .select2-selection--single {
  height: 35px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.nasa-single-product-slide .main-images.nasa-single-product-main-image {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.nasa-single-product-slide .main-images.nasa-single-product-main-image.slick-initialized {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-single-product-slide .nasa-thumbnail-ver .main-images.slick-slider .nasa-item-main-image-wrap {
  border: 1px solid #d3d3d3;
  padding: 0 !important;
}
.nasa-single-product-slide .nasa-thumbnail-hoz .product-thumbnails.nasa-single-product-thumbnails {
  margin: 0 -8px;
}
.nasa-single-product-slide .nasa-thumbnail-hoz .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb {
  padding: 5px 8px;
}
.nasa-single-product-slide .nasa-thumbnail-hoz .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb img {
  width: 100%;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails.slick-initialized {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 1px;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb img {
  border: 1px solid transparent;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb.slick-current img {
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #d3d3d3;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails.slick-vertical .nasa-wrap-item-thumb img {
  border-color: #d3d3d3;
}

.nasa-slider {
  display: none;
}
.nasa-slider.nasa-slider-grid {
  z-index: 0;
}
.nasa-slider.nasa-slider-grid:hover {
  z-index: 11;
}
.nasa-slider.owl-loaded {
  display: block;
}
.nasa-slider.products-group.owl-carousel .owl-stage-outer .product-item {
  margin: 5px 5px 15px 5px;
}

.nasa-sc-product-deals-grid .nasa-slider.products-group.owl-carousel .owl-stage-outer .product-item {
  margin: 5px;
}

.tparrows.custom {
  background: transparent !important;
  top: 45% !important;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.tparrows.custom:before {
  color: #888 !important;
  font-size: 25px !important;
  z-index: 10;
}
.tparrows.custom:hover {
  background: transparent !important;
}
.tparrows.custom:hover:before {
  color: #000 !important;
  opacity: 1;
}

.tp-bullets.custom {
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  text-align: center;
}
.tp-bullets.custom :before {
  display: none;
}
.tp-bullets.custom .tp-bullet {
  margin: 0 8px;
  height: 12px;
  width: 12px;
  border: 1px solid #aaa;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: transparent;
  top: -25px !important;
  left: auto !important;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350 ease;
  -ms-transition: all 350 ease;
  -moz-transition: all 350 ease;
  -o-transition: all 350 ease;
  transition: all 350 ease;
}
.tp-bullets.custom .tp-bullet.selected {
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #fdce07;
  border-color: #fdce07;
}

.nasa-product-content-nasa_image-wrap .owl-carousel .owl-nav {
  top: 50%;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .banner {
  cursor: move;
  margin: 0;
}
.owl-carousel .owl-prev:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e686";
  font-size: 400%;
  font-weight: normal;
}
.owl-carousel .owl-next:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e684";
  font-size: 400%;
  font-weight: normal;
}
.owl-carousel.nasa-sc-carousel .owl-nav {
  top: 50%;
}
.owl-carousel .owl-nav {
  position: absolute;
  height: 1px;
  top: 40%;
  left: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  display: block;
  padding: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  border: none !important;
  background: transparent !important;
  outline: none;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  color: #979797;
}
.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
  color: #fdce07;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-nav .owl-prev.disabled:before,
.owl-carousel .owl-nav .owl-next.disabled:before {
  color: #aaa !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.nasa-product-content-child .owl-nav {
  visibility: visible;
}
.owl-carousel.nasa-product-content-child .owl-nav .owl-prev,
.owl-carousel.nasa-product-content-child .owl-nav .owl-next {
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 230%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -17px;
}
.owl-carousel.nasa-product-content-child .owl-nav .owl-prev:before,
.owl-carousel.nasa-product-content-child .owl-nav .owl-next:before {
  font-size: 100%;
}
.owl-carousel.nasa-product-content-child .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel.nasa-product-content-child .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel .owl-dots {
  position: relative;
  text-align: center;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 8px;
  padding: 10px 0;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  filter: alpha(opacity=50);
  opacity: 0.5;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #aaa;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.owl-carousel .owl-dots .owl-dot:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot.active span {
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #fdce07;
  border-color: #fdce07;
}
.owl-carousel.nasa-dot-outside .owl-dots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel.nasa-dot-outside .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
  height: 6px;
  width: 6px;
  background: #888;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.owl-carousel.nasa-dot-outside .owl-dots .owl-dot.active, .owl-carousel.nasa-dot-outside .owl-dots .owl-dot.active:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
  width: 20px;
  background: #fdce07;
}
.owl-carousel.nasa-dot-outside .owl-dots .owl-dot:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-carousel.bullets_type_2 .owl-dots {
  left: 0;
  margin-left: 104px;
}
.owl-carousel.products-group:hover > .owl-nav {
  visibility: visible;
}
.owl-carousel.products-group:hover > .owl-nav .owl-next {
  filter: alpha(opacity=100);
  opacity: 1;
  right: -40px;
  visibility: visible;
}
.owl-carousel.products-group:hover > .owl-nav .owl-next.disabled {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.owl-carousel.products-group:hover > .owl-nav .owl-prev {
  filter: alpha(opacity=100);
  opacity: 1;
  left: -40px;
  visibility: visible;
}
.owl-carousel.products-group:hover > .owl-nav .owl-prev.disabled {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.owl-carousel .nasa-slider.owl-carousel.nasa-thumbs-slide:hover .owl-nav {
  visibility: visible;
}
.owl-carousel .nasa-slider.owl-carousel.nasa-thumbs-slide:hover .owl-nav .owl-next {
  filter: alpha(opacity=100);
  opacity: 1;
  right: -5px;
}
.owl-carousel .nasa-slider.owl-carousel.nasa-thumbs-slide:hover .owl-nav .owl-prev {
  filter: alpha(opacity=100);
  opacity: 1;
  left: -5px;
}
.owl-carousel.nasa-sc-carousel .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel.nasa-sc-carousel .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel.nasa-sc-carousel:hover .owl-nav .owl-prev,
.owl-carousel.nasa-sc-carousel:hover .owl-nav .owl-next {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-carousel.nasa-sc-carousel:hover .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel.nasa-sc-carousel:hover .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel.nasa-sc-carousel .owl-dots {
  margin-top: 20px;
}
.owl-carousel.nasa-category-horizontal-2 .owl-nav {
  filter: alpha(opacity=0);
  opacity: 0;
}
.owl-carousel.nasa-category-horizontal-2:hover .owl-nav {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-carousel.nasa-category-horizontal-2:hover .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel.nasa-category-horizontal-2:hover .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link {
  display: block;
  margin: 5px;
  padding-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link .nasa-cat-thumb {
  padding: 30px 30px 0 30px;
}
.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link .nasa-cat-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ddd;
}
.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link .header-title {
  text-align: center;
  margin-top: 10px;
  font-size: 110%;
  margin-bottom: 0;
}
.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev,
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next {
  border: 1px solid #ddd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 35px;
}
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev:before,
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next:before {
  font-size: 250%;
  color: #ddd;
}
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev:hover,
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next:hover {
  border-color: #333;
}
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev:hover:before,
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next:hover:before {
  color: #333;
}
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev {
  top: -15px;
}
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next {
  top: -15px;
}

.nasa-bullets-inside .owl-carousel.nasa-sc-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 35px;
  margin-top: 0;
}

.nasa-carousel-loadding {
  background: #ddd;
  position: relative;
  z-index: 1;
}

.nasa-category-slider-horizontal-3 {
  padding: 0 40px;
}
.nasa-category-slider-horizontal-3.nasa-category-horizontal-3:hover .owl-nav .owl-prev {
  left: -40px;
}
.nasa-category-slider-horizontal-3.nasa-category-horizontal-3:hover .owl-nav .owl-next {
  right: -40px;
}

.nasa-category-slider-horizontal-5 {
  border: 1px solid #F1F1F1;
  border-right: none;
}
.nasa-category-slider-horizontal-5 .product-category {
  border-right: 1px solid #F1F1F1;
  padding: 15px;
}
.nasa-category-slider-horizontal-5 .header-title {
  font-weight: 700;
}
.nasa-category-slider-horizontal-5 .nasa-cat-link:hover {
  text-decoration: underline;
  color: #333e48;
}
.nasa-category-slider-horizontal-5 .owl-carousel > .owl-nav .owl-prev,
.nasa-category-slider-horizontal-5 .owl-carousel > .owl-nav .owl-next {
  line-height: 45px;
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-category-slider-horizontal-5 .owl-carousel:hover > .owl-nav .owl-prev {
  left: -10px;
}
.nasa-category-slider-horizontal-5 .owl-carousel:hover > .owl-nav .owl-next {
  right: -10px;
}

.owl-item.active .banner .banner-inner {
  display: inherit;
}
.owl-item .banner .banner-inner {
  filter: alpha(opacity=0);
  opacity: 0;
  display: none;
}

.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.banner .banner-image {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.banner .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.banner .banner-content.align-left {
  left: 10%;
  right: auto;
}
.banner .banner-content.align-right {
  right: 10%;
  left: auto;
}
.banner .banner-content.align-center {
  text-align: center;
}
.banner .banner-content.valign-bottom {
  bottom: 10% !important;
  top: auto;
}
.banner .banner-content.valign-top {
  top: 10% !important;
  bottom: auto !important;
}
.banner .banner-content.valign-middle {
  bottom: 50% !important;
  top: auto !important;
  -webkit-transform: translateY(50%) !important;
  -moz-transform: translateY(50%) !important;
  -ms-transform: translateY(50%) !important;
  -o-transform: translateY(50%) !important;
}
.banner .banner-content.dark .banner-inner h1,
.banner .banner-content.dark .banner-inner h2,
.banner .banner-content.dark .banner-inner h3,
.banner .banner-content.dark .banner-inner h4,
.banner .banner-content.dark .banner-inner h5,
.banner .banner-content.dark .banner-inner h6 {
  color: #FFF;
}
.banner .banner-inner h1, .banner .banner-inner h2, .banner .banner-inner h3, .banner .banner-inner h4 {
  font-weight: bold;
  color: #000;
}
.banner .banner-inner h5, .banner .banner-inner h6 {
  color: #000;
}
.banner .banner-inner h1 {
  font-size: 380%;
  line-height: 95%;
  margin: 12px 0px;
}
.banner .banner-inner h2 {
  font-size: 330%;
  line-height: 100%;
  margin: 12px 0px;
}
.banner .banner-inner h3 {
  font-size: 280%;
  line-height: 100%;
  margin: 12px 0px;
}
.banner .banner-inner h4 {
  font-size: 200%;
  line-height: 100%;
  margin: 6px 0px;
}
.banner .banner-inner h5 {
  font-size: 150%;
  line-height: 130%;
  margin: 6px 0px;
}
.banner .banner-inner h6 {
  font-size: 100%;
  line-height: 100%;
  margin: 6px 0px;
}
.banner .banner-inner .big-size {
  font-size: 650%;
}
.banner .banner-inner .x-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.banner .banner-inner button {
  margin-top: 10px;
}
.banner .banner-inner button.primary-color:hover {
  background: #cfa802 !important;
}
.banner .row {
  position: relative;
  height: 100%;
  z-index: 4;
  max-width: 82.75862em !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.banner.hover-zoom {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.banner.hover-zoom .banner-image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.banner.hover-zoom:hover a {
  text-decoration: none !important;
}
.banner.hover-zoom:hover .banner-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner.hover-reduction {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.banner.hover-reduction .banner-image {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner.hover-reduction:hover {
  background-color: #000;
}
.banner.hover-reduction:hover a {
  text-decoration: none !important;
}
.banner.hover-reduction:hover .banner-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.banner.hover-fade {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.banner.hover-fade:hover .banner-image {
  filter: alpha(opacity=80);
  opacity: 0.8;
  width: 100%;
}
.banner.hover-carousel {
  overflow-x: hidden;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation-duration: 120s !important;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: animatedBackground;
  -moz-animation-name: animatedBackground;
  -moz-animation-duration: 120s !important;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: none;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -webkit-animation-name: animatedBackground;
  -webkit-animation-duration: 120s !important;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}
.banner.hover-lax .banner-image {
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -3000px 0;
  }
}
.banner-wrapper {
  position: relative;
}

.seam_icon {
  position: absolute;
  top: 50%;
  z-index: 3;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.seam_icon.align_left {
  left: -15px;
}
.seam_icon.align_right {
  right: -15px;
}
.seam_icon.align_right span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.seam_icon .pe7-icon {
  font-size: 300%;
  color: #888;
}

.border_outner {
  border: 1px solid #fdce07;
}

.border_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.nasa-border-outner-wrap {
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.nasa-border-outner-wrap .nasa-border-outner {
  border: 1px solid #999;
  width: 100%;
  height: 100%;
}

.nasa-border-inner-wrap {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.nasa-border-inner-wrap .nasa-border-inner {
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

.nasa_banner-grid {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.nasa_banner-grid .wpb_content_element {
  margin-bottom: 0;
}
.nasa_banner-grid .rev_slider_wrapper {
  margin-bottom: 9px !important;
}
.nasa_banner-grid .columns {
  margin-right: -1px;
}
.nasa_banner-grid .columns > * div {
  margin-left: 7px;
  margin-right: 7px;
}
.nasa_banner-grid .columns > * img {
  margin-bottom: 10px;
}
.nasa_banner-grid .nasa_banner {
  margin-bottom: 15px;
  display: block;
}

.nasa_banner.banner-parallax .button {
  font-size: 1em;
}

.section-element.parallax {
  background-attachment: fixed;
}

html[data-useragent*='iPad'] .nasa_bg .banner-bg.nasa_parallax,
html[data-useragent*='iPad'] .nasa_banner .banner-bg.nasa_parallax,
html[data-useragent*='iPhone'] .nasa_bg .banner-bg.nasa_parallax,
html[data-useragent*='iPhone'] .nasa_banner .banner-bg.nasa_parallax {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: inherit !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: black;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 9999;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  filter: alpha(opacity=65);
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  background: #000;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover, .mfp-close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
  background: none !important;
}
.mfp-close:active {
  top: 1px;
}

button[type="button"].mfp-close:hover, button[type="button"].mfp-close:focus {
  color: #333e48 !important;
}

.mfp-close-btn-in .mfp-close {
  color: #333333 !important;
  background: transparent !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000 !important;
  background: transparent !important;
  right: 0;
  top: 40px;
}

.mfp-arrow {
  position: fixed;
  top: 0;
  filter: alpha(opacity=65);
  opacity: 0.65;
  background: #333 !important;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 70px;
  height: 80px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #000;
}

.mfp-arrow {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mfp-arrow.mfp-arrow-right {
  right: 0;
}
.mfp-arrow.mfp-arrow-right:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 30px;
  color: #ccc;
}
.mfp-arrow.mfp-arrow-left {
  left: 0;
}
.mfp-arrow.mfp-arrow-left:after {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 30px;
  color: #ccc;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  margin: 50px;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -26px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  margin-right: 10px;
  display: inline-block;
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
}

.mfp-counter {
  display: inline-block;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mfp-bg.mfp-ready {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.my-mfp-zoom-in .mfp-content {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.my-mfp-zoom-in.mfp-ready .mfp-content {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  filter: alpha(opacity=0);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg .mfp-content {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
  filter: alpha(opacity=0);
  opacity: 0;
}

.has-product-video .mfp-close {
  display: none;
}

.nasa_load_ajax {
  position: relative;
  z-index: 1;
}

.nasa-sc-title {
  font-weight: 800;
}

.nasa-post-cats-wrap {
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: 300;
  font-size: 90%;
  display: inline-block;
}
.nasa-post-cats-wrap a {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-post-cats-wrap a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-post-date-author-link:hover {
  color: #333e48;
}

.nasa-post-date-author {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 90%;
}
.nasa-post-date-author.bottom {
  margin-bottom: 0;
}
.nasa-post-date-author i {
  font-size: 120%;
  position: relative;
  top: 2px;
  color: #AAA;
}

.nasa-post-author:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 1px;
  border-left: 1px solid #ddd;
  margin: 0 8px 0 10px;
}

.nasa-post-date-author-wrap .nasa-post-date-author-link:first-child .nasa-post-author:before {
  display: none;
}

.nasa-sc-posts-warp {
  padding-top: 15px;
}
.nasa-sc-posts-warp .nasa-blog-wrap-all-items {
  padding-top: 20px;
}
.nasa-sc-posts-warp .section-title {
  margin-bottom: 0;
}

.nasa-nav-carousel-div a span {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-nav-carousel-div a:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-carousel-related {
  top: 0;
  width: 100%;
}
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-carousel-related .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  float: left;
}
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-carousel-related .nasa-nav-carousel-div.nasa-nav-carousel-prev a span {
  left: -4px;
}
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-carousel-related .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-carousel-related .nasa-nav-carousel-div.nasa-nav-carousel-next a span {
  left: auto;
  right: 12px;
}

.nasa-slide-style-blogs .nasa-nav-carousel-wrap,
.nasa-slide-style-product-deal .nasa-nav-carousel-wrap,
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap {
  position: absolute;
  right: 0;
  top: -45px;
}
.nasa-slide-style-blogs .nasa-nav-carousel-wrap .nasa-nav-carousel-div,
.nasa-slide-style-product-deal .nasa-nav-carousel-wrap .nasa-nav-carousel-div,
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap .nasa-nav-carousel-div {
  display: inline-block;
  font-size: 250%;
  width: 20px;
  overflow: hidden;
}
.nasa-slide-style-blogs .nasa-nav-carousel-wrap .nasa-nav-carousel-div a span,
.nasa-slide-style-product-deal .nasa-nav-carousel-wrap .nasa-nav-carousel-div a span,
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap .nasa-nav-carousel-div a span {
  position: relative;
  left: -10px;
}
.nasa-slide-style-blogs .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal,
.nasa-slide-style-product-deal .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal,
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal {
  top: -50px;
}
.nasa-slide-style-blogs .nasa-blog-carousel,
.nasa-slide-style-product-deal .nasa-blog-carousel,
.nasa-slide-style-product-carousel .nasa-blog-carousel {
  margin-bottom: 25px;
}
.nasa-slide-style-blogs.nasa-slide-special-product-deal .nasa-nav-carousel-wrap,
.nasa-slide-style-product-deal.nasa-slide-special-product-deal .nasa-nav-carousel-wrap,
.nasa-slide-style-product-carousel.nasa-slide-special-product-deal .nasa-nav-carousel-wrap {
  top: -40px;
}

.nasa-slide-style-product-carousel.nasa-product-list-carousel {
  margin-top: 20px;
}
.nasa-slide-style-product-carousel.nasa-product-list-carousel .nasa-nav-carousel-wrap {
  top: -55px;
  height: 1px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nasa-slide-style-product-carousel.nasa-product-list-carousel:hover .nasa-nav-carousel-wrap {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-warp-slide-nav-top .nasa-title h3 {
  line-height: 1;
}
.nasa-warp-slide-nav-top.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap {
  top: -65px;
}
.nasa-warp-slide-nav-top .nasa-sc-product-btn {
  display: inline-block;
  position: absolute;
  top: -40px;
  right: 65px;
}
.nasa-warp-slide-nav-top .nasa-sc-product-btn .nasa-view-more-slider {
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
  font-size: 110%;
}
.nasa-warp-slide-nav-top.title-align-right .nasa-title.nasa_type_2 h3 {
  text-align: right;
  padding-right: 0;
  padding-left: 15px;
}
.nasa-warp-slide-nav-top.title-align-right.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap {
  left: 0;
  right: auto;
}
.nasa-warp-slide-nav-top.title-align-right .nasa-sc-product-btn {
  left: 65px;
  right: auto;
}

.group-blogs .blog-grid .blog-grid-item {
  margin-bottom: 60px;
}
.group-blogs .blog-grid.blog-grid-style .nasa-blog-info {
  padding: 30px 0;
}
.group-blogs .blog-grid.blog-grid-style .nasa-blog-info.nasa-blog-img-bottom {
  padding-top: 0;
}
.group-blogs .blog-grid.blog-grid-style .nasa-item-blog-grid .nasa-blog-info {
  padding-top: 15px;
}
.group-blogs .entry-blog .blog-image {
  margin-top: 0;
  position: relative;
}
.group-blogs .entry-blog .blog-image .blog-image-attachment img {
  width: 100%;
}
.group-blogs .entry-blog .blog-image .blog-image-attachment:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  border: 0px solid rgba(255, 255, 255, 0.5);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.group-blogs .entry-blog .blog-image .blog-image-attachment:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
  border: 15px solid rgba(255, 255, 255, 0.5);
}
.group-blogs .entry-blog .seam_icon.align_right {
  right: -15px;
}
.group-blogs .entry-blog .seam_icon.align_left {
  left: -15px;
}
.group-blogs .blog_info .blog_title {
  margin-top: 13px;
  word-wrap: break-word;
}
.group-blogs .blog_info .blog_title a {
  padding: 0;
  font-weight: normal;
  text-transform: capitalize;
}
.group-blogs .blog_info .post-date {
  text-transform: uppercase;
  color: #aaa;
}
.group-blogs .blog_info .post-date .post-date-day {
  font-size: 250%;
}
.group-blogs .blog_info .post-date .post-date-month {
  font-size: 120%;
}
.group-blogs .blog_info:hover .post-date {
  background: none;
}
.group-blogs .blog_info .read_more a {
  font-size: 100%;
  color: #aaa;
}
.group-blogs .blog_info .read_more a:hover {
  color: #fdce07;
}
.group-blogs .blog_info .read_more a .read-more-icon {
  margin-left: 6px;
}
.group-blogs .blog_info .nasa-hr {
  margin-top: 10px;
  height: 1px !important;
  background: #ddd;
}
.group-blogs .nasa-blog-info {
  background: #ffffff;
}
.group-blogs .nasa-blog-info .blog_title {
  font-size: 140%;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
}
.group-blogs .nasa-blog-info .nasa-post-date {
  color: #fdce07;
  padding-bottom: 10px;
  display: block;
}
.group-blogs .nasa-content-group {
  width: 100%;
}
.group-blogs .nasa-blog-info-slider .blog_title {
  font-size: 125%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.group-blogs .nasa-blog-info-slider .nasa-info-short {
  line-height: 20px;
  padding-bottom: 0;
}
.group-blogs .nasa-blog-info-slider .nasa-post-date {
  color: #fdce07;
  padding-bottom: 10px;
  display: block;
}
.group-blogs .nasa-blog-info-slider .nasa-read-more {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #333;
  text-transform: uppercase;
}
.group-blogs .nasa-blog-info-slider .nasa-read-more:hover {
  background: #fdce07;
}
.group-blogs .nasa-blog-info-slider .nasa-read-more:hover a {
  color: #ffffff;
}
.group-blogs.nasa-blog-carousel .blog_item .nasa-content-group {
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #efefef;
  padding: 0;
  position: relative;
}
.group-blogs.nasa-blog-carousel .blog_item .nasa-blog-info-slider {
  padding: 25px;
}
.group-blogs.nasa-blog-carousel .blog_item:hover .nasa-content-group {
  border: 1px solid #aaa;
}
.group-blogs .owl-nav .owl-prev,
.group-blogs .owl-nav .owl-next {
  background: #F7F7F7;
}
.group-blogs .nasa-item-blog-grid .nasa-blog-img-top .nasa-post-date-author-wrap {
  margin-top: 10px;
}
.group-blogs .nasa-item-blog-grid-2 {
  position: relative;
  overflow: hidden;
}
.group-blogs .nasa-item-blog-grid-2 .entry-blog {
  position: relative;
  z-index: 1;
}
.group-blogs .nasa-item-blog-grid-2 .entry-blog .entry-blog-title {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
.group-blogs .nasa-item-blog-grid-2 .entry-blog .entry-blog-title h5 a {
  display: inline-block;
  padding: 8px 50px;
  background: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 80%;
  box-shadow: 0px 0px 5px 0px #ececec;
  -webkit-box-shadow: 0px 0px 5px 0px #ececec;
  -moz-box-shadow: 0px 0px 5px 0px #ececec;
}
.group-blogs .nasa-item-blog-grid-2 .nasa-blog-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.group-blogs .nasa-item-blog-grid-2 .nasa-blog-info .nasa-info-short {
  margin-top: 15px;
}
.group-blogs .nasa-item-blog-grid-2 .nasa-blog-info .nasa-date-author-wrap {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin: 25px 0 0 0;
  font-size: 120%;
}
.group-blogs .nasa-item-blog-grid-2:hover .nasa-blog-info, .group-blogs .nasa-item-blog-grid-2:active .nasa-blog-info, .group-blogs .nasa-item-blog-grid-2:focus .nasa-blog-info {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: 100%;
}

.nasa-sc-blogs-list .post-date {
  line-height: 150%;
  text-align: left;
}
.nasa-sc-blogs-list .post-date .post-date-day {
  color: #fdce07;
  font-weight: bold;
  font-size: 140%;
}
.nasa-sc-blogs-list .post-date .post-date-month {
  font-size: 115%;
}
.nasa-sc-blogs-list .post-content .nasa-info-short {
  line-height: 150%;
  overflow-y: auto;
  max-height: 180px;
}
.nasa-sc-blogs-list .post-content .nasa-post-title {
  font-size: 160%;
  font-weight: 700;
}
.nasa-sc-blogs-list .row.nasa-sc-blogs-row {
  margin-bottom: 35px;
}

.blog-grid-style .nasa-blog-info .nasa-info-short {
  margin-bottom: 10px;
}

.entry-header .info-wrap > a:last-child > span:after {
  display: none;
}

.map_container {
  position: relative;
  margin-bottom: 30px;
}

.client {
  font-size: 100%;
  text-align: left;
}
.client .client-inner {
  text-align: center;
  padding: 60px 80px;
}
.client .client-inner img {
  margin: 0 auto;
  max-width: 60px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.client .client-inner .client-info {
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
}
.client .client-inner .client-info .quote-left {
  margin-bottom: 30px;
}
.client .client-inner .client-info .quote-left:before {
  content: "";
  width: 40px;
  height: 33px;
  background-image: url(assets/images/quote-left.png);
  background-repeat: no-repeat;
  position: absolute;
}
.client .client-inner .client-info .client-content {
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 115%;
  font-style: italic;
}
.client .client-inner .client-info .star-rating {
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 100%;
  margin: 0;
}
.client .client-inner .client-info span {
  list-style: none;
  padding-right: 0;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.client .client-inner .client-info .client-pos {
  color: #666;
}
.client .client-inner .client-info .client-name {
  margin-top: 8px;
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
}
.client .client-inner .client-info .client-img-info {
  display: inline-block;
}
.client .client-inner .client-info .client-img-info .client-img {
  display: block;
  vertical-align: middle;
}
.client .client-inner .client-info .client-img-info .client-name-post {
  display: block;
  vertical-align: middle;
}
.client.text-left .client-inner, .client.text-justify .client-inner {
  padding: 0px;
}
.client.text-left .client-inner .client-info, .client.text-justify .client-inner .client-info {
  margin-top: 0;
}
.client.text-left .client-inner .client-info .client-img-info, .client.text-justify .client-inner .client-info .client-img-info {
  display: table;
}
.client.text-left .client-inner .client-info .client-img-info .client-img, .client.text-justify .client-inner .client-info .client-img-info .client-img {
  display: table-cell;
  vertical-align: middle;
}
.client.text-left .client-inner .client-info .client-img-info .client-name-post, .client.text-justify .client-inner .client-info .client-img-info .client-name-post {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.client.text-left .client-inner .client-info .client-img-info .client-name-post .client-name, .client.text-justify .client-inner .client-info .client-img-info .client-name-post .client-name {
  color: #fdce07;
}
.client.text-left .client-inner .client-info {
  text-align: left;
}
.client.text-right .client-inner .client-info {
  text-align: right;
}
.client.text-right .client-inner .client-info .client-img-info {
  display: table;
}
.client.text-right .client-inner .client-info .client-img-info .client-img {
  display: table-cell;
  vertical-align: middle;
}
.client.text-right .client-inner .client-info .client-img-info .client-name-post {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.client.text-right .client-inner .client-info .client-img-info .client-name-post .client-name {
  color: #fdce07;
}
.client.text-justify .client-inner .client-info {
  text-align: justify;
}

.team-member {
  text-align: center;
}
.team-member .member-image {
  margin-bottom: 20px;
}
.team-member .member-image img {
  border-radius: 100%;
}
.team-member .member-image img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.team-member .member-details h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 100%;
  font-weight: normal;
  color: #fdce07;
}
.team-member .member-details .member-position {
  font-size: 100%;
  color: #666;
}
.team-member .member-details .social-icons {
  width: 100%;
  margin: 10px 0 !important;
}
.team-member.member-type-2 {
  text-align: left !important;
}
.team-member.member-type-2 .member-details {
  color: #767676;
}
.team-member.member-type-2 .member-details .menu-social-icons {
  text-align: left;
}
.team-member.member-type-2 .member-details h4 {
  color: #333;
}

.message-box {
  background-repeat: repeat-x;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
}
.message-box .inner {
  padding: 15px;
}
.message-box .inner .button {
  margin: 0 15px;
}

.scroll-to {
  height: 0;
  overflow: hidden;
}

.scroll-to-bullets {
  position: fixed;
  right: 45px;
  top: 40%;
  z-index: 99;
  text-align: right;
}
.scroll-to-bullets a {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 8px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.scroll-to-bullets a:hover {
  background: #fdce07;
}
.scroll-to-bullets a:hover * {
  color: #fff;
}
.scroll-to-bullets a:hover strong {
  filter: alpha(opacity=100);
  opacity: 1;
}
.scroll-to-bullets a:hover span {
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.scroll-to-bullets a * {
  display: inline-block;
}
.scroll-to-bullets a strong {
  font-size: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-right: 10px;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.scroll-to-bullets a span {
  background-color: #000;
  filter: alpha(opacity=20);
  opacity: 0.2;
  width: 12px;
  height: 12px;
  padding: 5px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.scroll-to-bullets a.active span {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.nasa-brands .brands-item {
  max-width: 170px;
  margin: 0 auto;
}
.nasa-brands .brands-item img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  width: auto;
}
.nasa-brands .brands-item:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
}
.nasa-brands .row ul > li {
  padding-bottom: 0;
}
.nasa-brands .row ul > li:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.nasa-category-slider-vertical .product-category {
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
}
.nasa-category-slider-vertical .product-category .header-title {
  position: absolute;
  top: 15px;
  right: 2px;
}
.nasa-category-slider-vertical .product-category .header-title h3 {
  background: #FFF;
  font-size: 110%;
  padding: 5px 10px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-category-slider-vertical .product-category .header-title .count {
  display: none;
}
.nasa-category-slider-vertical .product-category:hover .header-title h3:hover {
  background: #fdce07;
  color: #FFF;
  padding: 5px 10px 5px 20px;
}

.nasa-deal-for-time .nasa-sc-pdeal-countdown {
  margin: 0;
}
.nasa-deal-for-time .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  padding: 0;
  margin: 0 10px 0 5px;
}
.nasa-deal-for-time .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 120%;
  padding: 15px 0;
  width: 55px;
}
.nasa-deal-for-time .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period {
  display: block;
  line-height: 120%;
  font-size: 80%;
}

.nasa-sc-pdeal-countdown {
  text-align: left;
}
.nasa-sc-pdeal-countdown .nasa-countdown-label {
  display: block;
  width: 100%;
  font-size: 130%;
  text-align: center;
  margin-bottom: 15px;
}
.nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  padding: 0;
}
.nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period {
  display: block;
  line-height: 120%;
  font-size: 70%;
}

.nasa-sc-pdeal {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-sc-pdeal .product-outner-deal {
  position: relative;
}
.nasa-sc-pdeal .product-outner-deal .product-inner-deal {
  padding: 0px;
}
.nasa-sc-pdeal.product-item:hover .info .nasa-product-grid {
  display: block;
  position: relative;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block.product-item .info {
  padding: 0;
  display: none;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-img {
  position: relative;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-img .images-popups-gallery {
  position: relative;
  margin: 0 0 20px 0;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-img .images-popups-gallery .nasa-sc-product-img {
  position: relative;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-img .images-popups-gallery .nasa-product-label-stock {
  position: absolute;
  top: 25px;
  padding-left: 25px;
  z-index: 3;
  color: #222;
  font-size: 125%;
  display: block;
  height: 30px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-img .images-popups-gallery .nasa-product-label-stock .label-stock {
  color: #fdce07;
  font-weight: bold;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-price {
  font-size: 100%;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-price .price {
  display: inline-block;
  font-size: 150%;
  line-height: 100%;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-price .price ins {
  float: left;
  margin-right: 5px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-price .price del .amount {
  font-size: 60%;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .columns {
  padding: 0;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-product-deal-des {
  margin: 0px 10px 10px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-product-deal-des ul {
  margin: 0;
  list-style-position: inside;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-product-deal-des ul li {
  padding-left: 2px;
  position: relative;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-product-deal-des ul li:before {
  font-family: "FontAwesome";
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  color: #333e48;
  font-size: 90%;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-categories p {
  margin: 0 10px 5px 10px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-categories p a {
  font-size: 120%;
  color: #888;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title {
  margin-bottom: 20px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title h3 {
  max-height: 50px;
  overflow: hidden;
  margin: 0 10px 0 10px;
  font-size: 145%;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title h3 a {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title h3 a:hover {
  color: #fdce07;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info h3 {
  font-size: 250%;
  margin-bottom: 15px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info h5 {
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-left: 2px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info h5 .nasa-text {
  color: #888;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info .nasa-sc-p-price {
  font-weight: bold;
  margin-bottom: 15px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info .nasa-sc-p-price del {
  font-size: 140%;
  margin-left: 15px;
  line-height: 165%;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info .nasa-sc-p-price del .amount {
  font-weight: normal;
  color: #aaa;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info .nasa-sc-p-price ins {
  font-size: 200%;
  float: left;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-info .nasa-sc-p-price ins .amount {
  color: #fdce07;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-desc {
  clear: both;
  margin-top: 20px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-sc-pdeal-countdown {
  width: 100%;
  height: 70px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid {
  position: relative;
  background: transparent;
  margin-top: -1px;
  border-top: none;
  height: 40px;
  width: 100%;
  display: none;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .nasa-separator-product-group-btn {
  margin: 0 20px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .add-to-cart-btn,
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .add-to-link {
  display: none;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-wishlist {
  position: absolute;
  width: 120px;
  height: 100%;
  left: -5px;
  top: 0;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-wishlist .wishlist-icon {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-wishlist .wishlist-icon .pe-icon,
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-wishlist .wishlist-icon .nasa-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px 3px 5px 5px;
  cursor: pointer;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-wishlist .wishlist-icon .nasa-icon-text {
  display: inline-block;
  cursor: pointer;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .nasa-seperator {
  display: block;
  position: absolute;
  left: 90px;
  top: 7px;
  border-left: 1px solid #ccc;
  padding: 7px 0;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-compare {
  position: absolute;
  width: 120px;
  height: 100%;
  left: 105px;
  top: 0;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-compare .compare-icon {
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-compare .compare-icon .pe-icon,
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-compare .compare-icon .nasa-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px 3px 5px 5px;
  cursor: pointer;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .btn-compare .compare-icon .nasa-icon-text {
  display: inline-block;
  cursor: pointer;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .quick-view {
  position: absolute;
  right: 20px;
  top: -35px;
  z-index: 12;
  cursor: pointer;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .quick-view:hover {
  background: none;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .quick-view .pe-icon,
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .quick-view .nasa-icon {
  display: none;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .quick-view .nasa-icon-text {
  height: 22px;
  width: 30px;
  line-height: 155%;
  text-align: center;
  display: block;
  background: #fdce07;
  -webkit-border-radius: 45%;
  -moz-border-radius: 45%;
  border-radius: 45%;
  color: #fff;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .quick-view .nasa-icon-text:before {
  content: '';
  font-size: 100%;
  color: #fdce07;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content .nasa-product-grid .product-interactions .quick-view .nasa-icon-text:hover {
  background: #F9B418;
  color: #000000;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.right {
  text-align: right;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.right .nasa-sc-info {
  margin-right: 10px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.right .nasa-sc-pdeal-countdown {
  float: right;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a {
  filter: alpha(opacity=30);
  opacity: 0.3;
  padding: 0 0 20px 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a .nasa-pos-relative .nasa-icon-current .pe-7s-angle-left {
  height: 20px;
  width: 20px;
  line-height: 100%;
  font-size: 160%;
  visibility: hidden;
  position: absolute;
  right: -5px;
  margin-top: 23px;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a .nasa-thumb-img {
  border: 1px solid #ddd;
  width: 65px;
  margin: 0;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a.slick-current, .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}
.nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a.slick-current .nasa-pos-relative .nasa-icon-current .pe-7s-angle-left, .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a:hover .nasa-pos-relative .nasa-icon-current .pe-7s-angle-left {
  visibility: visible;
}

.row.nasa-row-deal-3 .nasa-sc-p-info {
  padding-bottom: 15px;
}
.row.nasa-row-deal-3 .nasa-sc-p-info .nasa-categories {
  display: none;
}
.row.nasa-row-deal-3 .nasa-sc-p-title h3 {
  font-size: 135%;
  font-weight: normal;
}
.row.nasa-row-deal-3 .nasa-sc-p-img .images-popups-gallery .nasa-sc-product-img .nasa-product-label-stock {
  display: none;
}

.nasa-sc-product-deals-grid .nasa-slider {
  margin: 10px 0;
}
.nasa-sc-product-deals-grid .product-item .hover-overlay .back-img {
  position: absolute;
  top: 0;
}
.nasa-sc-product-deals-grid .product-item .hover-overlay .back-img img {
  position: relative;
}
.nasa-sc-product-deals-grid .product-item .info .nasa-product-grid .product-interactions {
  margin-top: 8px;
}
.nasa-sc-product-deals-grid .product-item .info .price {
  display: inline-block;
}
.nasa-sc-product-deals-grid .product-item .info .price ins {
  float: left;
  margin-right: 5px;
}
.nasa-sc-product-deals-grid .product-item .info .price del .amount {
  font-size: 75%;
}
.nasa-sc-product-deals-grid ul.products-group {
  margin: 10px 0;
}
.nasa-sc-product-deals-grid .large-block-grid-2 .product-item .hover-overlay .main-img,
.nasa-sc-product-deals-grid .large-block-grid-2 .product-item .hover-overlay .back-img {
  padding: 0 8.6px;
}
.nasa-sc-product-deals-grid .large-block-grid-2 .product-item .hover-overlay .back-img img {
  padding-right: 17.2px;
}
.nasa-sc-product-deals-grid.nasa-sc-product-deals-grid-2 .product-item {
  margin-bottom: 10px;
}
.nasa-sc-product-deals-grid .product-item {
  margin-bottom: 0px;
  margin-top: 15px;
}
.nasa-sc-product-deals-grid .product-item .info .info_main .name {
  line-height: 140%;
}
.nasa-sc-product-deals-grid .product-item .info .info_main .name a {
  font-size: 130%;
}

.nasa-tabs-content {
  position: relative;
}
.nasa-tabs-content.nasa-slide-style .nasa-tabs {
  display: inline-block;
  width: auto;
  border: 2px solid #f2f2f2;
  background-color: #FFF;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-tabs-content.nasa-slide-style .nasa-tabs li {
  position: relative;
  z-index: 2;
  background: transparent;
  display: inline-block;
  list-style: none;
}
.nasa-tabs-content.nasa-slide-style .nasa-tabs li.nasa-slide-tab {
  display: none;
  position: absolute;
  left: 4px;
  top: 4px;
  height: 0;
  z-index: 1;
  border: 2px solid #fdce07;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-tabs-content.nasa-slide-style .nasa-tabs li a {
  padding: 10px 30px;
  display: inline-block;
}
.nasa-tabs-content.nasa-slide-style .nasa-tabs li a h5 {
  margin: 0;
  font-size: 110%;
  color: #333e48;
}
.nasa-tabs-content.nasa-slide-style .nasa-tabs li.active a h5 {
  color: #fdce07;
}
.nasa-tabs-content.nasa-slide-style .nasa-tabs li .nasa-hr {
  display: none;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: inherit;
  background: transparent;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.first {
  margin-left: 0;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.nasa-tab a h5 {
  font-size: 125%;
  line-height: 100%;
  margin: 0;
  padding: 8px 0;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.nasa-tab a h5.nasa-uppercase {
  text-transform: uppercase;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a {
  border: 1px solid;
  border-color: #ccc;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a h5 {
  color: #888;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a h5 .nasa-tab-icon {
  color: rgba(0, 0, 0, 0.41);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a:before {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 2px;
  width: 100%;
  height: 2px;
  border: 1px solid;
  border-color: #ccc;
  content: "";
  border-right: none;
  border-top: none;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a:after {
  position: absolute;
  top: 2px;
  right: -2px;
  height: 100%;
  width: 2px;
  border: 1px solid;
  border-color: #ccc;
  border-left: 0;
  content: "";
  border-bottom: none;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.nasa-single-product-tab a h5 {
  text-transform: uppercase;
  font-size: 130%;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li a {
  padding: 0;
  display: block;
  padding: 0 25px;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li a h5 {
  font-size: 110%;
  line-height: 110%;
  margin: 0;
  padding: 8px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li a h5 .nasa-tab-icon {
  display: block;
  text-align: center;
  font-size: 230%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li .nasa-hr {
  display: none;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a, .nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a {
  border-color: #485866;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a:before, .nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a:after, .nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a:before, .nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a:after {
  border-color: #485866;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a h5, .nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a h5 {
  color: #000;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a h5 .nasa-tab-icon, .nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a h5 .nasa-tab-icon {
  color: #000;
}
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active .nasa-hr, .nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover .nasa-hr {
  display: none;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d .nasa-tabs li > a:before, .nasa-tabs-content.nasa-classic-style.nasa-classic-2d .nasa-tabs li > a:after {
  display: none;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li.nasa-single-product-tab > a h5 {
  text-transform: none;
  font-size: 140%;
  font-weight: 400;
  letter-spacing: inherit;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li.nasa-single-product-tab > a h5:after {
  display: none;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li > a {
  border: none;
  padding: 0 20px;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li > a h5 {
  position: relative;
  font-weight: 500;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li > a h5 .nasa-tab-icon {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li > a.nasa-custom-text-color h5:after {
  content: " ";
  display: block;
  position: relative;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  background-color: #fdce07;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li:hover > a.nasa-custom-text-color h5:after, .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li.active > a.nasa-custom-text-color h5:after {
  width: 100%;
  visibility: visible;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg.nasa-tabs-bg-transparent .nasa-tabs {
  padding: 15px 0;
  border-bottom: none;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg .nasa-tabs {
  padding: 10px 35px;
  background: transparent;
  margin-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg .nasa-tabs .nasa-tab > a.nasa-custom-text-color {
  color: inherit;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg .nasa-tabs .nasa-tab > a.nasa-custom-text-color h5 {
  color: inherit;
  border-width: 0;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg .nasa-tabs .nasa-tab > a.nasa-custom-text-color h5:after {
  background: none !important;
  border: 1px solid;
  border-color: transparent;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg .nasa-tabs .nasa-tab.active > a.nasa-custom-text-color h5:after, .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg .nasa-tabs .nasa-tab:hover > a.nasa-custom-text-color h5:after {
  border-color: inherit;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color .nasa-tabs .nasa-tab > a {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color .nasa-tabs .nasa-tab > a h5 {
  font-size: 120%;
  font-weight: bold;
  color: inherit;
  -webkit-transition: none 200ms ease;
  -ms-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color .nasa-tabs .nasa-tab.active > a, .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color .nasa-tabs .nasa-tab:hover > a {
  border-color: #fdce07;
  background: #fdce07;
  color: #FFF;
}
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color .nasa-tabs .nasa-tab.active > a h5, .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color .nasa-tabs .nasa-tab:hover > a h5 {
  color: inherit;
}
.nasa-tabs-content .nasa-accordion-title {
  display: none;
}
.nasa-tabs-content .nasa-panels .nasa-panel {
  display: none;
}
.nasa-tabs-content .nasa-panels .nasa-panel.active {
  display: block;
}
.nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget {
  margin: 0;
}
.nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget .item-product-widget {
  display: inline-block;
  width: 100%;
  float: left;
}
.nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-4 .item-product-widget, .nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-5 .item-product-widget {
  width: 25%;
}
.nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-3 .item-product-widget {
  width: 33.33333%;
}
.nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-2 .item-product-widget {
  width: 50%;
}

.nasa-tab-icon {
  font-size: 200%;
  display: block;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tab-icon-organic .nasa-a-tab h5 {
  font-size: 120% !important;
  letter-spacing: 0 !important;
}

table.nasa-desc-spec {
  background: transparent;
  margin-bottom: 0.8em;
  width: 100%;
  border: 0;
  outline: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table.nasa-desc-spec tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table.nasa-desc-spec tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.nasa-desc-spec tbody tr td {
  padding: 1em;
  border: 0;
}

.nasa-slide-style .nasa-tab-icon {
  line-height: 12px;
}

[class*="block-grid-"].product_list_widget {
  margin: 0;
}

.nasa-bot-navigate-35 .li_wapper {
  margin-bottom: -35px;
}
.nasa-bot-navigate-35 .li_wapper .item-product-widget {
  background: #FFF;
}

.nasa-accordions-content {
  margin-bottom: 15px;
}
.nasa-accordions-content .nasa-panel {
  display: none;
  padding: 15px 30px 30px;
  border: 1px solid #ececec;
  border-top: none;
  margin: -10px 0 10px;
}
.nasa-accordions-content .nasa-accordion-title a {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333e48;
  font-weight: bold;
  padding: 15px 15px 15px 40px;
  line-height: 1.5;
  display: block;
  position: relative;
  border: 1px solid #ececec;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-accordions-content .nasa-accordion-title a:hover {
  background: #FCFCFC;
}
.nasa-accordions-content .nasa-accordion-title a:before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  content: '\e623';
  color: #ccc;
  position: absolute;
  top: 14px;
  left: 15px;
  font-weight: normal;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-accordions-content .nasa-accordion-title a.active {
  background: #FCFCFC;
  color: #fdce07;
}
.nasa-accordions-content .nasa-accordion-title a.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nasa-accordions-content.nasa-accodion-first-hide .nasa-accordion-title a.active {
  background: none;
  color: #333e48;
}
.nasa-accordions-content.nasa-accodion-first-hide .nasa-accordion-title a.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapses {
  margin-bottom: 15px;
}
.collapses .collapses-inner {
  display: none;
  padding: 15px 30px 30px;
  border: 1px solid #ececec;
  border-top: none;
  margin: -10px 0 10px;
}
.collapses .collapses-title a {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333e48;
  font-weight: bold;
  padding: 15px 15px 15px 60px;
  display: block;
  border: 1px solid #ececec;
  position: relative;
  -webkit-transition: border 200ms ease;
  -ms-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  -o-transition: border 200ms ease;
  transition: border 200ms ease;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.collapses .collapses-title a:hover {
  background: #FCFCFC;
}
.collapses .collapses-title a:before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  content: '\e623';
  color: #777;
  border-right: 1px solid #ddd;
  position: absolute;
  padding: 15px;
  left: 0;
  top: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: normal;
}
.collapses.active .collapses-title {
  background: #FCFCFC;
}
.collapses.active .collapses-title a:before {
  color: #fff;
  content: '\e644';
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-sc-p-price {
  font-size: 130%;
  line-height: 100%;
  display: inline-block;
  min-height: 15px;
}
.nasa-sc-p-price del span.amount {
  font-weight: normal;
  font-size: 90%;
}

.nasa-col.service-icon {
  border-right: 1px solid #ddd;
}
.nasa-col.service-icon.last {
  border: none;
}

.nasa-product-details-page .nasa-slide-left-info-wrap {
  padding: 0;
}

.nasa-slide-left-info-wrap {
  padding: 45px 0;
  padding-right: 20px;
}
.nasa-slide-left-info-wrap h3 .nasa-count-items {
  color: gray;
  font-size: 60%;
  display: block;
  margin-top: 5px;
}
.nasa-slide-left-info-wrap .nasa-shortcode-parent-term {
  text-align: left;
  font-size: 105%;
}
.nasa-slide-left-info-wrap .nasa-shortcode-parent-term a {
  color: #333e48;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slide-left-info-wrap .nasa-shortcode-parent-term:hover a {
  color: #333e48;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-slide-left-info-wrap .nasa-combo-gift {
  text-align: left;
  font-size: 105%;
  color: #333e48;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.nasa-slide-left-info-wrap .nasa-shortcode-title-slider {
  text-align: left;
  float: left;
  font-weight: 700;
  font-size: 190%;
  margin-bottom: 30px;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap {
  padding: 0;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div {
  display: inline-block;
  font-size: 160%;
  cursor: pointer;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  margin-right: 10px;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div a span {
  border: 1px solid #333e48;
  color: #333e48;
  line-height: 1.4;
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding: 0 15px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div a:before {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 2px;
  width: 100%;
  height: 2px;
  border: 1px solid #333e48;
  content: "";
  border-right: none;
  border-top: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div a:after {
  position: absolute;
  top: 2px;
  right: -2px;
  height: 100%;
  width: 2px;
  border: 1px solid #333e48;
  border-left: 0;
  content: "";
  border-bottom: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div:hover a span, .nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div:hover a:before, .nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div:hover a:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-slide-left-info-wrap .nasa-view-more-slider {
  display: block;
  text-align: left;
  font-size: 110%;
  margin-top: 20px;
}

.nasa-content-shortcode {
  position: relative;
}
.nasa-content-shortcode .nasa-nav-carousel-wrap {
  position: absolute;
  background: #fff;
  z-index: 2;
  right: 0;
  font-size: 250%;
  top: -50px;
}
.nasa-content-shortcode .nasa-nav-carousel-wrap .nasa-nav-carousel-div {
  display: inline-block;
  width: 20px;
  overflow: hidden;
}
.nasa-content-shortcode .nasa-nav-carousel-wrap .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  float: left;
}
.nasa-content-shortcode .nasa-nav-carousel-wrap .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}
.nasa-content-shortcode .nasa-nav-carousel-wrap .nasa-nav-carousel-div a.nasa-nav-icon-slider {
  position: relative;
  left: -10px;
}

.nasa-products-special-deal {
  padding: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-multi {
  padding: 0 0 0 55px;
  margin-bottom: 10px;
  border: 1px solid #fdce07;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-title.nasa_type_2 {
  margin-bottom: 20px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap {
  position: absolute;
  bottom: 55px;
  right: 20px;
  z-index: 1;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap .nasa-nav-slick-div {
  display: inline-block;
  font-size: 120%;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap .nasa-nav-slick-div.nasa-nav-slick-prev:after {
  content: " ";
  margin: 0px 18px 0 20px;
  height: 11px;
  color: #D8D8D8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap .nasa-nav-slick-div .nasa-nav-icon-slick {
  color: #ccc;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap .nasa-nav-slick-div .nasa-nav-icon-slick span {
  font-size: 180%;
  vertical-align: middle;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap .nasa-nav-slick-div .nasa-nav-icon-slick:hover {
  color: #333;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .product-deal-special-countdown {
  margin-top: 25px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .product-item .product-img {
  position: relative;
  margin: 55px 35px 55px 0px;
}
.nasa-products-special-deal .nasa-font-small .countdown .countdown-row .countdown-amount {
  font-size: 100%;
  font-weight: 700;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.nasa-products-special-deal .nasa-font-small .countdown .countdown-row .countdown-section:before {
  font-size: 100%;
  font-weight: 700;
  line-height: 35px;
}
.nasa-products-special-deal .nasa-font-small .countdown .countdown-row .countdown-period {
  font-size: 80%;
}
.nasa-products-special-deal .nasa-font-large .countdown .countdown-row .countdown-amount {
  font-size: 185%;
  font-weight: 700;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.nasa-products-special-deal .nasa-font-large .countdown .countdown-row .countdown-section:before {
  font-size: 185%;
  font-weight: 700;
  line-height: 55px;
}
.nasa-products-special-deal .nasa-font-large .countdown .countdown-row .countdown-period {
  font-size: 100%;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-deal-special-title {
  margin-top: 5px;
  margin-bottom: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .nasa-list-category {
  display: block;
  line-height: 1.6;
  margin: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-deal-special-price {
  margin-top: 10px;
  margin-bottom: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-deal-special-buttons .product-interactions {
  display: none;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .nasa-slide-special-product-deal .nasa-nav-carousel-wrap {
  top: -52px;
  right: 5px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .star-rating {
  margin: 7px auto 10px auto;
  display: block;
  font-size: 13px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple-2 .product-deal-special-price {
  margin-bottom: 0;
  line-height: 1.2;
  padding-top: 10px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple-2 .product-deal-special-title {
  margin: 00;
  line-height: 1.2;
  font-weight: bold;
  font-size: 150%;
}
.nasa-products-special-deal.nasa-products-special-deal-simple-2 .star-rating {
  margin: 10px auto 2px auto;
  font-size: 13px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple-2 .nasa-list-category {
  margin-top: 3px;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time {
  background: transparent;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title .nasa-title-heading {
  font-size: 1.65517em;
  color: inherit;
  margin: 5px 0;
  font-weight: 500;
  display: inline-block;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title .nasa-nav-carousel-wrap {
  position: absolute;
  right: 10px;
  top: 5px;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title .nasa-nav-carousel-wrap .nasa-nav-carousel-div {
  display: inline-block;
  cursor: pointer;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title .nasa-nav-carousel-wrap .nasa-nav-carousel-div .nasa-nav-icon-slider {
  display: block;
  font-size: 250%;
  width: 20px;
  color: inherit;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title .nasa-nav-carousel-wrap .nasa-nav-carousel-div .nasa-nav-icon-slider span {
  position: relative;
  left: -8px;
  cursor: pointer;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-desc {
  color: #aaa;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-desc p {
  color: inherit;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white {
  color: #ddd;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .product-item .info .price {
  color: inherit;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .product-item .info .price .amount {
  color: inherit !important;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .nasa-nav-carousel-wrap .nasa-nav-carousel-div {
  display: inline-block;
  cursor: pointer;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .nasa-nav-carousel-wrap .nasa-nav-carousel-div:hover .nasa-nav-icon-slider {
  color: #FFF;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-main-special {
  position: relative;
  border: 2px solid #fdce07;
  padding: 0 20px 30px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-main-top {
  padding: 0 10px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-special-deal-item {
  margin: 0 10px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-sc-title {
  display: block;
  font-size: 180%;
  margin-top: 18px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-nav-slick-wrap {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 100%;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-nav-slick-wrap .nasa-nav-icon-slick {
  color: #aaa;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-nav-slick-wrap .nasa-nav-icon-slick .nasa-icon {
  font-size: 150%;
  position: relative;
  top: 5px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-nav-slick-wrap .nasa-nav-icon-slick.nasa-nav-prev:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  border-left: 1px solid #aaa;
  margin: 0 30px 0 35px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-nav-slick-wrap .nasa-nav-icon-slick:hover {
  color: #333;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-wrap-info {
  padding-left: 10px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-list-category {
  font-size: 80%;
  margin-bottom: 12px;
  color: #000;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-list-category a {
  color: inherit;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-list-category a:hover {
  color: #333;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 180%;
  font-weight: 800;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-title a {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .star-rating {
  margin: 0 0 20px 0;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-price {
  font-weight: 800;
  margin-bottom: 20px;
  color: #FF3300;
  font-size: 190%;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-price del {
  font-size: 90%;
  margin-right: 10px;
  font-weight: 700;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-list-stock-status {
  display: none;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-list-stock-status span {
  color: #fdce07;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-countdown {
  margin-bottom: 25px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .countdown .countdown-row .countdown-amount {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .countdown .countdown-row .countdown-section:before {
  line-height: 46px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-progress .deal-progress {
  margin-bottom: 30px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-buttons .product-interactions {
  text-align: inherit;
  padding: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-item .nasa-product-grid .product-interactions .add-to-cart-btn {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  position: relative;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-item .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid {
  background: #fdce07;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-item .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid .add_to_cart_text {
  visibility: visible;
  width: 100%;
  max-width: 100%;
  font-size: 110%;
  padding: 0;
  color: #fff;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-item .nasa-product-grid .product-interactions .add-to-cart-btn:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.nasa-products-special-deal .nasa-title.nasa_type_2 {
  margin: 0;
}
.nasa-products-special-deal .product-item {
  margin: 0 1px;
}
.nasa-products-special-deal .product-item .product-img {
  padding: 0;
}
.nasa-products-special-deal .product-deal-special-title {
  font-size: 125%;
  font-weight: bold;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.nasa-products-special-deal .product-deal-special-title a {
  color: inherit;
}
.nasa-products-special-deal .product-deal-special-title a:hover {
  color: #0062bd;
}
.nasa-products-special-deal .product-deal-special-price {
  display: block;
  width: 100%;
  font-size: 125% !important;
  margin-bottom: 30px;
}
.nasa-products-special-deal .product-deal-special-progress {
  display: block;
}
.nasa-products-special-deal .product-deal-special-progress .deal-stock-label {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 90%;
}
.nasa-products-special-deal .product-deal-special-progress .deal-stock-label .stock-available {
  float: left;
  padding: 0 1px;
}
.nasa-products-special-deal .product-deal-special-progress .deal-stock-label .stock-sold {
  float: right;
  padding: 0 1px;
}
.nasa-products-special-deal .product-deal-special-progress .deal-progress {
  width: 100%;
  background: #efefef;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-products-special-deal .product-deal-special-progress .deal-progress .deal-progress-bar {
  display: block;
  line-height: 80%;
  text-indent: -99999px;
  background: #fdce07;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-products-special-deal .product-deal-special-buttons .product-interactions {
  text-align: center;
}
.nasa-products-special-deal .product-deal-special-buttons .product-interactions > div {
  display: none;
}
.nasa-products-special-deal .product-deal-special-buttons .product-interactions > div.add-to-cart-btn {
  display: inline-block;
  width: auto;
}
.nasa-products-special-deal .product-deal-special-buttons .product-interactions > div.add-to-cart-btn .add-to-cart-grid {
  padding: 0px 30px;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
  margin-left: 0;
  display: block;
}
.nasa-products-special-deal .product-deal-special-buttons .product-interactions > div.add-to-cart-btn .add-to-cart-grid .cart-icon {
  margin-right: 8px;
  line-height: 42px;
  position: relative;
  top: -3px;
}
.nasa-products-special-deal .product-deal-special-buttons .product-interactions > div.add-to-cart-btn .add-to-cart-grid .nasa-icon {
  display: none;
}
.nasa-products-special-deal .product-deal-special-buttons .product-interactions > div.add-to-cart-btn .add-to-cart-grid .nasa-text {
  visibility: visible;
  max-width: 100%;
  font-size: 110%;
  padding: 0;
  line-height: 40px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-deal-special-wrap-info {
  padding: 50px 20px 20px 0;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-title {
  font-size: 190%;
  font-weight: 800;
  margin-top: 0;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-price {
  display: block;
  width: 100%;
  font-size: 150%;
  margin-bottom: 25px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-price .price {
  font-weight: 500;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-price .price del {
  font-size: 85%;
  font-weight: normal;
  margin-left: 10px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-price .price ins {
  float: left;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .star-rating {
  display: none;
  margin-bottom: 0px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .nasa-product-deal-des {
  height: 100px;
  overflow-y: auto;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .nasa-product-deal-des ul, .nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .nasa-product-deal-des ol {
  padding-left: 20px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .badge {
  top: 55px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .badge.hot-label {
  top: 90px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .nasa-gift-featured-wrap {
  position: absolute;
  right: -40px;
  top: 20px;
  bottom: auto;
  text-align: center;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-progress {
  margin: 25px 0 0 0;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-countdown .countdown .countdown-row .countdown-amount {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-countdown .countdown .countdown-row .countdown-section:before {
  line-height: 50px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-buttons {
  display: none;
  margin-top: 30px;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-buttons .product-interactions {
  text-align: left;
  padding: 0;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-buttons .product-interactions > div.add-to-cart-btn {
  text-align: left;
}

.nasa-special-deal-style-multi-wrap {
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-special-deal-style-multi-wrap .slick-arrow {
  display: none !important;
}

.nasa-slider-deal-vertical-extra-switcher {
  overflow: hidden;
  padding: 55px 55px 40px 65px;
}
.nasa-slider-deal-vertical-extra-switcher .badge.sale-label {
  height: auto;
  width: auto;
  padding: 8.5px 10px;
  left: 10px;
  top: 1px;
  line-height: 15px;
}
.nasa-slider-deal-vertical-extra-switcher .badge.sale-label .sale-label-text {
  display: block;
}
.nasa-slider-deal-vertical-extra-switcher .badge.hot-label {
  top: 65px;
}
.nasa-slider-deal-vertical-extra-switcher .item-slick {
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin: 0 0 15px 0;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slider-deal-vertical-extra-switcher .item-slick .nasa-slick-img {
  text-align: center;
}
.nasa-slider-deal-vertical-extra-switcher .item-slick .nasa-slick-img img {
  height: auto;
  width: 100%;
  display: inline-block;
  border: 1px solid transparent;
}
.nasa-slider-deal-vertical-extra-switcher .item-slick .nasa-gift-featured-wrap {
  display: none;
}
.nasa-slider-deal-vertical-extra-switcher .item-slick.slick-current, .nasa-slider-deal-vertical-extra-switcher .item-slick:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-slider-deal-vertical-extra-switcher .item-slick.slick-current .nasa-slick-img img, .nasa-slider-deal-vertical-extra-switcher .item-slick:hover .nasa-slick-img img {
  border-color: #fdce07;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items {
  padding: 0;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick {
  padding: 15px;
  margin: 5px 0 25px 10px;
  border: 1px solid #a7a7a7;
  position: relative;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick .nasa-slick-img img {
  border-color: transparent;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick.slick-current, .nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick:hover {
  border-color: #fdce07;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick.slick-current:before {
  border-color: rgba(153, 153, 153, 0);
  border-right-color: #fdce07;
  border-width: 8px;
  margin-top: -8px;
  visibility: visible;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .nasa-product-price,
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .nasa-product-title {
  font-weight: 700;
  font-size: 115%;
  margin-bottom: 0;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .nasa-product-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .nasa-product-price.price {
  color: #FF3300;
}

.service-block {
  position: relative;
  cursor: pointer;
}
.service-block .box {
  background: #ffffff;
  padding: 10px 20px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.service-block .box:hover .fly_effect {
  -webkit-transform: translate(30px, -80px);
  -ms-transform: translate(30px, -80px);
  -o-transform: translate(30px, -80px);
  transform: translate(30px, -80px);
  -webkit-transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
  transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
  cursor: pointer;
}
.service-block .box:hover .zoom_effect {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.service-block .box:hover .buzz_effect {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-block .box:hover .rotate_effect {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.service-block .service-icon {
  font-size: 190%;
  color: #888;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.service-block .service-text {
  overflow: hidden;
}
.service-block .service-title {
  text-transform: capitalize;
  font-size: 125%;
  line-height: 150%;
}
.service-block .service-desc {
  font-size: 110%;
  color: #999;
}
.service-block.style-1 {
  margin-bottom: 10px;
}
.service-block.style-1 .box {
  padding: 15px 30px;
}
.service-block.style-1 .service-title {
  font-weight: bold;
}
.service-block.style-1 .service-icon {
  width: 60px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 300%;
  font-weight: normal;
  color: #fdce07;
}
.service-block.style-1 .service-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
  line-height: 150%;
}
.service-block.style-1 .service-desc {
  font-size: 90%;
}
.service-block.style-2 {
  text-align: center;
}
.service-block.style-2 .box {
  padding: 25px 45px;
  background: #f6f6f6;
  border: none;
}
.service-block.style-2 .service-icon {
  float: none;
  margin-right: 0;
  font-size: 250%;
  color: #fdce07;
}
.service-block.style-2 .service-title {
  font-size: 150%;
  line-height: 30px;
  margin-top: 5px;
}
.service-block.style-2 .service-desc {
  line-height: 22px;
}
.service-block.style-3 {
  text-align: center;
}
.service-block.style-3 .box {
  padding: 10px;
  border: none;
}
.service-block.style-3 .service-icon {
  float: none;
  margin-right: 0;
  font-size: 260%;
  color: #fdce07;
}
.service-block.style-3 .service-text {
  color: #333e48;
}
.service-block.style-3 .service-title {
  font-size: 150%;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 3px;
  font-weight: 700;
}
.service-block.style-3 .service-desc {
  font-size: 100%;
  line-height: 22px;
}
.service-block.style-4 {
  text-align: center;
}
.service-block.style-4 .box {
  padding: 15px 38px 20px 38px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.service-block.style-4 .service-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 200%;
  color: inherit;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.service-block.style-4 .service-text {
  color: #333e48;
}
.service-block.style-4 .service-title {
  font-size: 115%;
  margin-top: 5px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.service-block.style-4 .service-desc {
  font-size: 100%;
  line-height: 22px;
}

.nasa-category-horizontal-1 img {
  width: 100%;
  height: auto;
}
.nasa-category-horizontal-1 .header-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 3;
  color: #fff;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-category-horizontal-1 .header-title h3 {
  color: #fff;
  font-size: 250%;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nasa-category-horizontal-1 .header-title span {
  font-size: 100%;
  font-weight: normal;
  display: block;
  text-transform: capitalize;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
}
.nasa-category-horizontal-1 .product-category {
  list-style: none;
  position: relative;
  padding: 0px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-category-horizontal-1 .product-category .count {
  margin-top: 15px;
}
.nasa-category-horizontal-1 .product-category .hover-overlay:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-category-horizontal-1 .product-category:hover .header-title {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-category-horizontal-1 .product-category:hover .header-title h3 {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.nasa-category-horizontal-1 .product-category:hover .header-title span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
}
.nasa-category-horizontal-1 .product-category:hover .hover-overlay:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-category-horizontal-2 .hover-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-category-horizontal-2 .header-title {
  position: absolute;
  top: 30px;
  left: 5px;
  width: auto;
  text-align: center;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 3;
  color: #333;
  background: #FFF;
  font-size: 120%;
  padding: 2px 15px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-category-horizontal-2 .product-category {
  position: relative;
}
.nasa-category-horizontal-2 .product-category:hover .header-title {
  top: 30px;
}
.nasa-category-horizontal-2 .product-category:hover .header-title:hover {
  color: #fff;
  background: #fdce07;
  padding: 2px 30px 2px 15px;
}
.nasa-category-horizontal-2 .product-category:hover .hover-overlay {
  filter: alpha(opacity=30);
  opacity: 0.3;
  background: #333;
}

.nasa-category-slider-horizontal-4 {
  margin-left: -5px;
  margin-right: -5px;
}

.nasa-category-horizontal-4 {
  position: relative;
}
.nasa-category-horizontal-4 .product-category {
  padding: 5px;
}
.nasa-category-horizontal-4 .nasa-cat-title {
  font-weight: 700;
  font-size: 120%;
  margin-top: 10px;
  color: #444;
}
.nasa-category-horizontal-4 .nasa-cat-thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.nasa-category-horizontal-4 .nasa-cat-link:hover .nasa-cat-title {
  color: #333;
}
.nasa-category-horizontal-4 .nasa-cat-link:hover .nasa-cat-thumb {
  -webkit-box-shadow: 0 0 4px 0 rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 4px 0 rgba(1, 1, 1, 0.1);
}
.nasa-category-horizontal-4 .owl-nav {
  display: none;
}

.grid-product-category .nasa-item-wrap {
  border: 1px solid #eee;
  padding: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: border-color 350ms ease;
  -ms-transition: border-color 350ms ease;
  -moz-transition: border-color 350ms ease;
  -o-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}
.grid-product-category .nasa-item-wrap:hover {
  border-color: #aaa;
}
.grid-product-category .nasa-item-wrap:hover .nasa-view-more i {
  color: #fdce07;
  -webkit-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.grid-product-category .nasa-cat-info {
  width: 70%;
  display: inline-block;
}
.grid-product-category .nasa-title {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 5px;
}
.grid-product-category .count {
  color: #aaa;
  font-size: 90%;
}
.grid-product-category .nasa-view-more {
  font-weight: 400;
  margin-top: 10px;
}
.grid-product-category .nasa-view-more i {
  font-size: 130%;
  position: relative;
  top: 2px;
  color: #ccc;
}
.grid-product-category .nasa-view-more:hover {
  color: #000;
}
.grid-product-category .nasa-cat-thumb {
  width: 30%;
  display: inline-block;
}
.grid-product-category .nasa-cat-thumb img {
  width: 100%;
}
.grid-product-category .nasa-child-categories {
  list-style: none;
  padding: 0;
}
.grid-product-category .nasa-child-category-item {
  color: #666;
}
.grid-product-category .nasa-child-category-item:hover {
  color: #333;
  font-weight: 600;
}

.products.woocommerce {
  margin-bottom: 10px;
}

.nasa-filter-nasa-categories {
  display: inline-block;
  padding: 0 20px 0 10px;
  margin-bottom: 0;
  height: 44px;
}
.nasa-filter-nasa-categories.nasa-select-0 {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.category-page {
  padding-bottom: 40px;
}
.category-page .nasa-filter-nasa-categories {
  height: 38px;
}

body.archive .nasa-submit-form {
  padding: 11px 10px 10px 10px;
}
body.archive .nasa-wrap-select .select2-container .select2-selection--single {
  height: 38px;
  border-color: #ccc;
}
body.archive .nasa-wrap-select .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
body.archive .nasa-wrap-select .select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

body .select2-container--open .select2-dropdown--below {
  border-color: #dcdcdc;
}
body .select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 5px;
}
body .nasa-style-ver .nasa-wrap-select:nth-of-type(1) .select2-container .select2-selection--single, body .nasa-style-ver .nasa-wrap-select:nth-of-type(2) .select2-container .select2-selection--single, body .nasa-style-ver .nasa-wrap-select:nth-of-type(3) .select2-container .select2-selection--single {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .nasa-style-ver .nasa-wrap-button .button.nasa-submit-form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .nasa-wrap-select {
  margin-bottom: 10px;
}
body .nasa-wrap-select .select2-container {
  width: 100% !important;
  max-width: 100%;
}
body .nasa-wrap-select .select2-container .select2-selection--single {
  height: 44px;
  border-color: #dcdcdc;
}
body .nasa-wrap-select .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 0;
  padding-right: 30px;
}
body .nasa-wrap-select .select2-container .select2-selection--single .select2-selection__rendered:before {
  display: inline-block;
  width: 30px;
  text-align: center;
  border-right: 1px solid #ccc;
  line-height: 1.3;
  margin-right: 10px;
  color: #aaa;
}
body .nasa-wrap-select .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
  width: 30px;
}
body .nasa-wrap-select:nth-of-type(1) .select2-container .select2-selection--single {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
body .nasa-wrap-select:nth-of-type(1) .select2-container .select2-selection--single .select2-selection__rendered:before {
  content: "1";
}
body .nasa-wrap-select:nth-of-type(2) .select2-container .select2-selection--single .select2-selection__rendered:before {
  content: "2";
}
body .nasa-wrap-select:nth-of-type(3) .select2-container .select2-selection--single .select2-selection__rendered:before {
  content: "3";
}

body .nasa-wrap-button .button.nasa-submit-form {
  width: 100%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 110%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .nasa-wrap-button .button.nasa-submit-form:hover {
  color: #fff;
}
body .nasa-wrap-button .button.nasa-submit-form:before {
  content: "\57";
  font-family: "nasa-font";
  margin-right: 8px;
  vertical-align: middle;
  line-height: 12px;
  position: relative;
  top: -2px;
}

.shortcode_tag_cloud .nasa-tag-cloud {
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.shortcode_tag_cloud .nasa-tag-cloud.nasa-taged {
  filter: alpha(opacity=100);
  opacity: 1;
}
.shortcode_tag_cloud .nasa-tag-products-cloud {
  margin: 0 -5px;
}
.shortcode_tag_cloud .tag-cloud-link {
  display: inline-block;
  padding: 18px 30px;
  font-weight: 500;
  margin: 8px 5px;
  background: #F5F5F5;
  color: #333e48;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 350ms ease;
  -ms-transition: background-color 350ms ease;
  -moz-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}
.shortcode_tag_cloud .tag-cloud-link:hover {
  background-color: #fdce07;
}

.col-sidebar .widget-hidden,
.nasa-side-sidebar .widget-hidden {
  display: none;
}

.widget {
  overflow-wrap: break-word;
  *zoom: 1;
}
.widget:before, .widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget form,
.widget table {
  margin-bottom: unset;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  word-break: break-word;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.widget ul li:before {
  color: rgba(0, 0, 0, 0.1);
  font-family: "FontAwesome";
  content: "\f111";
  position: absolute;
  top: 1px;
  font-size: 60%;
  line-height: 20px;
  left: 0px;
}
.widget ul li:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.widget ul li.nasa-current-note:before {
  display: none;
}
.widget ul li a {
  font-size: 100%;
  display: inline-block;
}
.widget ul li a.nasa-wg-recent-post-title {
  line-height: 1.3;
  font-weight: bold;
  display: block;
}
.widget ul li a:hover {
  color: #fdce07;
}
.widget ul li li:first-child {
  margin-top: 7px;
}
.widget ul li .nasa-post-cats-wrap {
  margin-bottom: 3px;
}
.widget ul li .nasa-post-cats-wrap a {
  line-height: 1;
  display: inline;
}
.widget ul li.nasa-recent-posts-li {
  padding-top: 10px;
  padding-left: 0;
}
.widget ul li.nasa-recent-posts-li:before {
  display: none;
}
.widget ul li.nasa-recent-posts-li .entry-image {
  margin-bottom: 10px;
}
.widget ul.nasa-product-child-cat-top-sidebar .nasa-filter-by-cat {
  border: none;
  padding: 4px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget ul.nasa-product-child-cat-top-sidebar .nasa-filter-by-cat .nasa-cat-title {
  font-size: 100%;
  text-align: left;
}
.widget ul.nasa-product-child-cat-top-sidebar .nasa_show_manual a {
  border: none;
}
.widget ul.nasa-variations-default li:before {
  content: " ";
  position: absolute;
  padding: 0;
  display: inline-block;
  background: transparent;
  top: 50%;
  left: 0;
}
.widget ul.nasa-variations-default li a {
  padding-left: 0;
  display: inline-block;
  width: 100%;
}
.widget ul.nasa-variations-default li a .count {
  position: relative;
  margin-left: 15px;
}
.widget.widget_product_categories ul li, .widget.widget_filter_nasa-variations ul li, .widget.widget_price_filter_list ul li, .widget.widget_nasa_tag_cloud ul li {
  padding-left: 0;
}
.widget.widget_product_categories ul li:before, .widget.widget_filter_nasa-variations ul li:before, .widget.widget_price_filter_list ul li:before, .widget.widget_nasa_tag_cloud ul li:before {
  display: none;
}
.widget.widget_recent_entries ul li {
  list-style: none;
  padding-left: 24px;
}
.widget.widget_recent_entries ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Pe-icon-7-stroke";
  content: "\e62e";
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 22px;
  left: 0px;
}
.widget.widget_recent_entries ul li a {
  line-height: 20px;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.widget.widget_recent_entries ul li a:hover {
  color: #fdce07;
}
.widget.widget_recent_comments ul li {
  list-style: none;
  color: #888;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 20px;
  position: relative;
}
.widget.widget_recent_comments ul li a {
  line-height: 18px;
}
.widget.widget_recent_comments ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "FontAwesome";
  content: "\f0e5";
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 16px;
  left: 0px;
}
.widget.widget_archive ul li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.widget.widget_archive ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "FontAwesome";
  content: "\f073";
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 20px;
  left: 0px;
}
.widget.widget_archive ul li a {
  line-height: 20px;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.widget.widget_archive ul li a:hover {
  color: #fdce07;
}
.widget.widget_meta ul li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.widget.widget_meta ul li a {
  line-height: 20px;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.widget.widget_meta ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "FontAwesome";
  content: "\f121";
  position: absolute;
  top: 0px;
  font-size: 12px;
  line-height: 22px;
  left: 0px;
}
.widget .widgettitle {
  margin-bottom: 15px;
  font-weight: 700;
}
.widget .widgettitle .nasa-hr {
  margin-top: 8px;
}
.widget .widgettitle h4 {
  color: #aaa;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}
.widget.widget_text .textwidget {
  line-height: 160%;
}
.widget.widget_text .textwidget p {
  margin-bottom: unset;
}
.widget.widget_text .textwidget img {
  margin-bottom: 20px;
}
.widget.widget_text .textwidget .wp-caption img {
  margin-bottom: unset;
}
.widget.widget_nav_menu ul li a {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.widget.widget_calendar caption {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0px;
}
.widget.widget_search input.field {
  border: 1px solid #eee;
}
.widget.widget_rss .widgettitle .rsswidget {
  display: inline-block;
  margin-bottom: unset;
  text-decoration: none;
}
.widget.widget_rss .rsswidget {
  display: block;
  margin-bottom: 8px;
  text-decoration: underline;
}
.widget.widget_rss .rss-date,
.widget.widget_rss .rssSummary {
  display: block;
  font-size: 100%;
  margin-bottom: 5px;
}
.widget.widget_rss ul li {
  margin-bottom: 15px;
}
.widget.widget_rss ul li:before {
  line-height: 16px;
}
.widget .sale-label,
.widget .new-label,
.widget .hot-label,
.widget .nasa-hide-price {
  display: none;
}
.widget .rss-widget-icon {
  position: relative;
  top: -2px;
}
.widget .tagcloud a {
  padding: 9px 20px;
  float: left;
  margin-bottom: 7px;
  margin-right: 7px;
  display: inline-block;
  color: #666;
  background: #f1f1f1;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.widget .tagcloud a:hover {
  background: #333;
  border-color: #333;
  color: #FFF;
}
.widget .nasa-product-child-cat-top-sidebar li {
  padding: 0;
  margin: 0;
}
.widget select {
  padding: 5px;
}

.search-wrapper .nasa-form-search-post {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.search-wrapper .nasa-form-search-post .nasa-icon-submit-page {
  position: absolute;
  bottom: 0;
  right: 3px;
  height: 38px;
  width: 30px;
  overflow: hidden;
}
.search-wrapper .nasa-form-search-post .nasa-icon-submit-page:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e618";
  background: none;
  color: #333e48;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 180%;
  line-height: 40px;
  width: 100%;
  text-align: right;
}
.search-wrapper .nasa-form-search-post .nasa-icon-submit-page input {
  border: none;
  text-indent: -9999px;
  display: block;
  background: transparent;
  outline: none;
}
.search-wrapper .twitter-typeahead {
  display: block;
  width: 100%;
}

body .widget .tagcloud a.tag-cloud-link:hover,
body .widget .nasa-tag-cloud-ul li a.tag-cloud-link:hover {
  color: #FFF;
  background: #333;
  border-color: #333;
}

.col-sidebar .widget ul.nasa-variations-default li {
  width: 100%;
  padding: 0;
}

.nasa-tab-filter-topbar img.rss-widget-icon {
  position: relative;
  margin-right: 5px;
  top: -2px;
}

.widget_layered_nav_filters {
  overflow: hidden;
}
.widget_layered_nav_filters li {
  float: left;
  margin-right: 5px;
}
.widget_layered_nav_filters .chosen a:before {
  content: "x";
  margin-right: 5px;
  font-size: 100%;
  color: #999;
}

.nasa-side-sidebar .widget li,
.nasa-side-sidebar .widget.woocommerce li,
.nasa-side-sidebar .widget.widget_categories li,
.nasa-side-sidebar .widget.widget_archive li {
  clear: none !important;
}
.nasa-side-sidebar .widget li.nasa-li-filter-color, .nasa-side-sidebar .widget li.nasa-li-filter-size, .nasa-side-sidebar .widget li.nasa-li-filter-image,
.nasa-side-sidebar .widget.woocommerce li.nasa-li-filter-color,
.nasa-side-sidebar .widget.woocommerce li.nasa-li-filter-size,
.nasa-side-sidebar .widget.woocommerce li.nasa-li-filter-image,
.nasa-side-sidebar .widget.widget_categories li.nasa-li-filter-color,
.nasa-side-sidebar .widget.widget_categories li.nasa-li-filter-size,
.nasa-side-sidebar .widget.widget_categories li.nasa-li-filter-image,
.nasa-side-sidebar .widget.widget_archive li.nasa-li-filter-color,
.nasa-side-sidebar .widget.widget_archive li.nasa-li-filter-size,
.nasa-side-sidebar .widget.widget_archive li.nasa-li-filter-image {
  width: 100%;
}

.col-sidebar .widget li.nasa-li-filter-color, .col-sidebar .widget li.nasa-li-filter-size, .col-sidebar .widget li.nasa-li-filter-image,
.col-sidebar .widget.woocommerce li.nasa-li-filter-color,
.col-sidebar .widget.woocommerce li.nasa-li-filter-size,
.col-sidebar .widget.woocommerce li.nasa-li-filter-image,
.col-sidebar .widget.widget_categories li.nasa-li-filter-color,
.col-sidebar .widget.widget_categories li.nasa-li-filter-size,
.col-sidebar .widget.widget_categories li.nasa-li-filter-image,
.col-sidebar .widget.widget_archive li.nasa-li-filter-color,
.col-sidebar .widget.widget_archive li.nasa-li-filter-size,
.col-sidebar .widget.widget_archive li.nasa-li-filter-image {
  width: 100%;
}

.nasa-top-bar-2-content .widget {
  margin-bottom: 0;
}

.widget {
  margin-bottom: 35px;
}
.widget.widget_price_filter {
  margin-bottom: 0;
}
.widget li {
  position: relative;
  margin-bottom: 7px;
}
.widget li a {
  line-height: 1.4;
  display: block;
}
.widget li a:hover {
  color: black;
}
.widget li a.nasa-active {
  color: black;
}
.widget li a.nasa-filter-by-variations.nasa-filter-var-chosen {
  padding: 3px 10px;
  background: #F6F6F6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.widget li a.nasa-filter-by-variations.nasa-filter-var-chosen:after {
  font-family: "nasa-font";
  content: "\43";
  position: relative;
  display: inline-block;
  font-size: 50%;
  top: -1px;
}
.widget li a .nasa-text-variation {
  position: relative;
  margin: 0 12px;
}
.widget li.nasa-li-filter-color {
  float: left;
  padding: 0;
  position: relative;
}
.widget li.nasa-li-filter-color a {
  border: none;
  position: relative;
}
.widget li.nasa-li-filter-color a .nasa-filter-color-span {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.widget li.nasa-li-filter-size {
  padding: 0;
  display: block;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.widget li.nasa-li-filter-size.chosen, .widget li.nasa-li-filter-size.nasa-chosen, .widget li.nasa-li-filter-size:hover {
  background: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget li.nasa-li-filter-size.chosen a, .widget li.nasa-li-filter-size.nasa-chosen a, .widget li.nasa-li-filter-size:hover a {
  color: #FFF;
  border-color: black;
}
.widget li.nasa-li-filter-size a {
  border: none;
  position: relative;
}
.widget li.nasa-li-filter-size a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: #EAEAEA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget li.nasa-li-filter-size:hover, .widget li.nasa-li-filter-size.nasa-chosen {
  background: none;
}
.widget li.nasa-li-filter-size:hover a, .widget li.nasa-li-filter-size.nasa-chosen a {
  color: inherit;
}
.widget li.nasa-li-filter-size .nasa-count-filter-size {
  font-size: 90%;
  font-weight: normal;
}
.widget li.nasa-li-filter-image {
  float: left;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
}
.widget li.nasa-li-filter-image .nasa-count-filter-image {
  line-height: 30px;
  margin-left: 10px;
}
.widget li.nasa-li-filter-image a {
  line-height: 30px;
  border: none;
  position: relative;
  font-size: 110%;
}
.widget li.nasa-li-filter-image a .nasa-filter-image-border {
  padding: 0px;
  margin: 0px 12px 0 0;
  display: inline-block;
}
.widget li.nasa-li-filter-image a .nasa-filter-image-border .nasa-filter-image-span {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.widget li.nasa-li-filter-image a .nasa-filter-image-border .nasa-filter-image-span img {
  height: 15px;
  width: 15px;
  padding: 2px;
  border: 1px solid transparent;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget li.nasa-li-filter-image a .nasa-text-variation {
  position: relative;
  top: 1px;
}
.widget li.nasa-li-filter-image a.nasa-filter-var-chosen .nasa-filter-image-border .nasa-filter-image-span img {
  border-color: #999;
}
.widget li.nasa_show_manual {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.widget li.nasa_show_manual a {
  color: #888;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.widget li.nasa_show_manual a:hover {
  color: #333e48;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget li.nasa_show_manual .nasa-hidden {
  display: none;
}
.widget li.nasa-chosen {
  display: block;
}
.widget li.nasa-chosen a {
  color: #333e48;
}
.widget li.current-cat a {
  color: black;
}
.widget li.current-cat .children a {
  color: #333e48;
}
.widget li.current-cat .children a:hover {
  color: black;
}
.widget li.current-cat .children a.nasa-active {
  color: black;
}
.widget .count {
  position: relative;
  top: 0;
  margin-left: 10px;
  line-height: 30px;
  font-size: 100%;
  color: #999;
}
.widget .product-categories .cat-item .accordion {
  position: absolute;
  right: 0;
  padding: 3px 0 3px 30px;
  border: none;
  font-size: 115%;
}
.widget .product-categories .cat-item .children {
  padding-left: 10px;
}
.widget .product-categories .cat-item a h5 i {
  font-size: 110%;
  width: 15px;
  margin-right: 10px;
}
.widget .product-categories .cat-item a.nasa-active h5, .widget .product-categories .cat-item a:hover h5 {
  color: #333e48;
}
.widget.widget_product_categories .widgettitle {
  margin-bottom: 15px;
}
.widget.widget_product_categories .children {
  display: none;
}
.widget.widget_product_categories .li_accordion.current-cat > .children, .widget.widget_product_categories .li_accordion.current-cat-parent > .children {
  display: block;
}
.widget.widget_reset_filters .widgettitle {
  display: none;
}
.widget.widget_reset_filters .nasa-reset-filters-btn {
  font-size: 180%;
  font-weight: 700;
}
.widget .nasa-tag-cloud-ul li a {
  line-height: 25px;
  padding: 2px 10px;
  margin-top: 0;
}
.widget .nasa-tag-cloud-ul li a:hover, .widget .nasa-tag-cloud-ul li a.nasa-active {
  color: #FFF;
}

.nasa-recent-posts li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0px;
}
.nasa-recent-posts li .post-title {
  padding-bottom: 0px;
  text-transform: uppercase;
}
.nasa-recent-posts li .read-more {
  font-size: 100%;
  color: #888;
}
.nasa-recent-posts li .read-more:hover {
  color: #fdce07;
}
.nasa-recent-posts li .post-date {
  margin-bottom: 3px;
  font-size: 100%;
  color: #fdce07;
  text-transform: uppercase;
}
.nasa-recent-posts li .post-excerpt {
  font-size: 100%;
}

.widget_tag_cloud .tagcloud {
  margin-top: 5px;
  display: block;
  overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
  font-size: 100% !important;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #eee;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  display: none;
  padding: 10px 15px 10px 15px;
  float: left;
  font-size: 95%;
}
.widget_price_filter .price_slider_amount input#min_price,
.widget_price_filter .price_slider_amount input#max_price {
  display: none;
  float: left;
  width: 25%;
  height: 32px;
  margin-right: 12px;
  font-size: 110%;
  text-align: center;
}
.widget_price_filter .price_slider_amount .price_label {
  float: left;
  font-size: 125%;
  line-height: 230%;
  margin-bottom: 10px;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  top: -.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: -14px;
  top: -6px;
  border: 1px solid #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: -3px;
  top: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff !important;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #999;
}
.widget_price_filter .price_slider_wrapper {
  padding: 15px;
}
.widget_price_filter .price_slider_wrapper .reset_price {
  display: none;
  font-size: 110%;
}
.widget_price_filter .ui-slider-horizontal {
  height: .3em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.contact-wrap {
  display: table;
  margin-bottom: 10px;
  border-collapse: collapse;
  text-transform: uppercase;
}
.contact-wrap .contact-row {
  display: table-row;
  font-size: 100%;
}
.contact-wrap .contact-row:first-child .contact-cell {
  padding-top: 0;
}
.contact-wrap .contact-row:last-child .contact-cell.border {
  border: none;
}
.contact-wrap .contact-cell {
  display: table-cell;
  padding: 20px 0px;
}
.contact-wrap .contact-cell.border {
  border-bottom: 1px solid #ddd;
}
.contact-wrap .contact-cell.border h4 {
  color: #888;
}
.contact-wrap .contact-cell:first-child {
  padding-right: 20px;
}

.flickr_badge_image {
  margin: 5px 10px 5px 0px !important;
  width: 57px !important;
  height: 57px !important;
  float: left;
}
.flickr_badge_image img {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.flickr_badge_image img:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.flickr_stream_wrap {
  display: none;
}

.nasa-instagram {
  position: relative;
}
.nasa-instagram.items-4 li {
  width: 25%;
}
.nasa-instagram.items-5 li {
  width: 20%;
}
.nasa-instagram.items-6 li {
  width: 16.6666%;
}
.nasa-instagram.items-7 li {
  width: 14.2857%;
}
.nasa-instagram.items-8 li {
  width: 12.5%;
}
.nasa-instagram.items-9 li {
  width: 11.1111%;
}
.nasa-instagram.items-10 li {
  width: 10%;
}
.nasa-instagram li {
  display: inline-block;
  list-style: none;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-instagram li:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.nasa-instagram .username-text {
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  padding: 12px 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100%;
  letter-spacing: 0.2em;
  z-index: 1;
}
.nasa-instagram .username-text i {
  margin-right: 10px;
}

.nasa-search {
  position: relative;
}
.nasa-search .form-control {
  border: 1px solid #dfdfdf;
}
.nasa-search #searchsubmit {
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  width: 40px;
  text-indent: -9999px;
  z-index: 2;
}
.nasa-search .fa {
  right: 15px;
  top: 10%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-search .fa:hover {
  color: #333;
}
.nasa-search .fa, .nasa-search #searchsubmit {
  position: absolute;
  height: 32px;
  line-height: 32px;
  color: #888;
}

.nasa-tag-cloud a.nasa-active {
  background: black;
  color: #fff;
}
.nasa-tag-cloud a.nasa-active:hover {
  color: #fdce07;
}

.nasa-top-sidebar {
  padding-top: 0;
}
.nasa-top-sidebar .widget {
  margin: 0;
}
.nasa-top-sidebar .widget .nasa-variations-default li {
  list-style: none;
}
.nasa-top-sidebar .widget .nasa-variations-default li:before {
  padding: 0;
}
.nasa-top-sidebar .widget .nasa-variations-default li a {
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-top-sidebar .widget .nasa-variations-default li a.nasa-filter-by-variations:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 5px 5px #f2f2f2;
  -moz-box-shadow: 0px 0px 5px 5px #f2f2f2;
  box-shadow: 0px 0px 5px 5px #f2f2f2;
}
.nasa-top-sidebar .widget .nasa-variations-default li.nasa_show_manual a {
  border: none;
  padding-left: 0;
}
.nasa-top-sidebar .widget .nasa-variations-color li a {
  border: none;
}
.nasa-top-sidebar .widget.woocommerce ul.nasa-variations-default li {
  margin-bottom: 5px;
  font-size: 95%;
  position: relative;
}
.nasa-top-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.nasa-top-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations span.count {
  display: none;
}
.nasa-top-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations:hover {
  box-shadow: none;
}
.nasa-top-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations.nasa-filter-var-chosen {
  padding-left: 20px;
}
.nasa-top-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations.nasa-filter-var-chosen:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  position: absolute;
  left: -3px;
  font-size: 120%;
  top: 0;
  font-weight: bold;
}
.nasa-top-sidebar .nasa-first .widget {
  margin: 0 20px 0 0;
}
.nasa-top-sidebar .nasa-last .widget {
  margin: 0 0 0 20px;
}
.nasa-top-sidebar .nasa-hidden {
  display: none;
}

.col-sidebar .widget ul.nasa-variations-default li.nasa-chosen a,
.col-sidebar .widget.woocommerce ul.nasa-variations-default li.nasa-chosen a {
  padding-left: 15px;
}
.col-sidebar .widget ul.nasa-variations-default li.nasa-chosen a.nasa-filter-by-variations.nasa-filter-var-chosen:after,
.col-sidebar .widget.woocommerce ul.nasa-variations-default li.nasa-chosen a.nasa-filter-by-variations.nasa-filter-var-chosen:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  position: absolute;
  left: -3px;
  font-size: 120%;
  top: 0;
  font-weight: bold;
}

.nasa-side-sidebar .widget {
  margin: 0 0 20px 0;
}
.nasa-side-sidebar .widget .nasa-variations-default li {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0;
}
.nasa-side-sidebar .widget .nasa-variations-default li:before {
  padding: 0;
}
.nasa-side-sidebar .widget .nasa-variations-default li.nasa-show-less {
  display: none;
}
.nasa-side-sidebar .widget .nasa-variations-default li.nasa-show-less.nasa-chosen {
  display: block;
}
.nasa-side-sidebar .widget .nasa-variations-default li.nasa-chosen {
  display: block;
}
.nasa-side-sidebar .widget .nasa-variations-default li a {
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-side-sidebar .widget .nasa-variations-default li a.nasa-filter-by-variations:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 5px 5px #f2f2f2;
  -moz-box-shadow: 0px 0px 5px 5px #f2f2f2;
  box-shadow: 0px 0px 5px 5px #f2f2f2;
}
.nasa-side-sidebar .widget .nasa-variations-default li.nasa_show_manual a {
  border: none;
  padding-left: 0;
}
.nasa-side-sidebar .widget .nasa-variations-color li a {
  border: none;
}
.nasa-side-sidebar .widget.woocommerce ul.nasa-variations-default li {
  margin-bottom: 5px;
  font-size: 95%;
  position: relative;
}
.nasa-side-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.nasa-side-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations span.count {
  line-height: 1;
}
.nasa-side-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations:hover {
  box-shadow: none;
}
.nasa-side-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations.nasa-filter-var-chosen {
  padding-left: 20px;
}
.nasa-side-sidebar .widget.woocommerce ul.nasa-variations-default li a.nasa-filter-by-variations.nasa-filter-var-chosen:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  position: absolute;
  left: -3px;
  font-size: 120%;
  top: 0;
  font-weight: bold;
}
.nasa-side-sidebar .nasa-first .widget {
  margin: 0 20px 0 0;
}
.nasa-side-sidebar .nasa-last .widget {
  margin: 0 0 0 20px;
}
.nasa-side-sidebar .nasa-hidden {
  display: none;
}

.widget_product_brands .nasa-brand-icon {
  width: 25px;
}

.widget_search .nasa-close-search {
  display: none;
}

body .top-bar-wrap-type-2 .small-block-grid-3 > li,
body .top-bar-wrap-type-2 .medium-block-grid-4 > li,
body .top-bar-wrap-type-2 .large-block-grid-7 > li {
  width: 100%;
}

.widget_price_filter_list .nasa-active .nasa-filter-price-text {
  display: inline-block;
  font-weight: 700;
}

.col-sidebar .widget,
.nasa-side-sidebar .widget {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}
.col-sidebar .widget:last-child,
.nasa-side-sidebar .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.col-sidebar .widget .widgettitle,
.nasa-side-sidebar .widget .widgettitle {
  margin-bottom: 0.5em;
  padding-right: 20px;
}
.col-sidebar .widget .widgettitle a,
.nasa-side-sidebar .widget .widgettitle a {
  position: relative;
  z-index: 1;
}
.col-sidebar .widget.nasa-inited .nasa-toggle-widget,
.nasa-side-sidebar .widget.nasa-inited .nasa-toggle-widget {
  display: block;
}
.col-sidebar .widget:after,
.nasa-side-sidebar .widget:after {
  content: "";
  clear: both;
  display: block !important;
}
.col-sidebar .nasa-toggle-widget,
.nasa-side-sidebar .nasa-toggle-widget {
  position: absolute;
  display: none;
  top: 7px;
  right: 0;
  width: 100%;
  height: 15px;
}
.col-sidebar .nasa-toggle-widget:before, .col-sidebar .nasa-toggle-widget:after,
.nasa-side-sidebar .nasa-toggle-widget:before,
.nasa-side-sidebar .nasa-toggle-widget:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  right: 0;
  top: 7px;
  border-top: 1px solid #333;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.col-sidebar .nasa-toggle-widget.nasa-hide:after,
.nasa-side-sidebar .nasa-toggle-widget.nasa-hide:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.col-sidebar .nasa-open-toggle,
.nasa-side-sidebar .nasa-open-toggle {
  padding-top: 10px;
}
.col-sidebar .nasa-open-toggle .widgettitle,
.nasa-side-sidebar .nasa-open-toggle .widgettitle {
  position: relative;
  top: -10px;
}
.col-sidebar .nasa-no-toggle .nasa-open-toggle,
.nasa-side-sidebar .nasa-no-toggle .nasa-open-toggle {
  padding-top: unset;
}

@media only screen and (max-width: 52.96552em) {
  .top-bar-wrap-type-1 .nasa-top-sidebar .widget-hidden {
    display: none;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-widget-wrap {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    margin-top: 25px;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-widget-wrap:last-child {
    border-bottom: none;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .widget {
    position: relative;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .widget .widgettitle {
    margin-bottom: 0.5em;
    padding-right: 20px;
    font-size: 150%;
    margin-top: 0;
    line-height: 25px;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .widget.nasa-inited .nasa-toggle-widget {
    display: block;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget:before, .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget:after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    right: 0;
    top: 11px;
    border-top: 2px solid #333;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget.nasa-hide:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-open-toggle .nasa-filter-variations-widget-wrap {
    padding-top: 10px;
  }
}
.calendar_wrap th, .calendar_wrap td {
  text-align: center;
}
.calendar_wrap #today {
  background: #efefef;
}
.calendar_wrap #today a {
  font-weight: bold;
}
.calendar_wrap #today a:hover {
  color: #fdce07;
}
.calendar_wrap tbody td {
  border: 1px solid #efefef;
}

@media only screen and (max-width: 52.96552em) {
  html {
    margin-top: 0px !important;
  }

  body {
    background: none;
    -ms-overflow-style: none;
  }
  body input[name="s"],
  body select:focus {
    font-size: 16px;
  }
  body .account-nav-wrap,
  body .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 40px;
  }
  body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  body .woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    width: 50%;
  }
  body .woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    font-size: 100%;
  }
  body .nasa-buy-now,
  body .single_add_to_cart_button {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  body .nasa-buy-now:hover,
  body .single_add_to_cart_button:hover {
    opacity: unset;
  }
  body.has-nasa-cart-fixed.nasa-cart-fixed-desktop {
    padding-bottom: unset;
  }
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn {
    padding-bottom: 50px;
  }
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .variations_form .woocommerce-variation-add-to-cart-disabled {
    opacity: unset;
  }
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .nasa-buy-now,
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .single_add_to_cart_button {
    padding: unset;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 399;
    opacity: unset;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .single_add_to_cart_button {
    left: 0;
    width: 100%;
  }
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .nasa-buy-now {
    right: 0;
    margin-top: unset !important;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn.nasa-has-buy-now .nasa-product-details-page .product-info .cart .nasa-buy-now,
  body.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn.nasa-has-buy-now .nasa-product-details-page .product-info .cart .single_add_to_cart_button {
    width: 50%;
  }
  body .sort-bar .sort-bar-text {
    display: inline-flex !important;
    font-weight: normal;
    font-size: 115%;
    color: #333;
  }
  body .sort-bar .select-wrapper {
    width: 30px;
    height: 44px;
    position: relative;
    z-index: 1;
    text-align: right;
    line-height: 44px;
  }
  body .sort-bar .select-wrapper:after {
    position: static;
    margin: 0 2px;
    color: #2d2a2a;
    font-size: 25px;
    content: "\e659";
    font-family: "Pe-icon-7-stroke";
    height: 44px;
    line-height: 44px;
  }
  body .sort-bar .select-wrapper select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    border: none;
    background-image: none;
    font-weight: 400;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body .sort-bar .select-wrapper select option {
    font-size: 14px;
  }
  body .order-change-view-wrap-classic .sort-bar .select-wrapper:after {
    height: 38px;
    line-height: 38px;
  }
  body .nasa-toggle-layout-side-sidebar .toggle-sidebar-shop i {
    font-size: 150%;
    position: relative;
    top: 5px;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title .nasa-nav-carousel-wrap,
  body .nasa-close-filter-cat {
    display: none;
  }
  body #comments .comment-list .comment-meta.commentmetadata,
  body #add_review .comment-list .comment-meta.commentmetadata {
    float: none;
    margin-top: 0;
  }
  body #comments #respond .comment-form-author,
  body #comments #respond .comment-form-email,
  body #comments #respond .comment-form-url,
  body #add_review #respond .comment-form-author,
  body #add_review #respond .comment-form-email,
  body #add_review #respond .comment-form-url {
    width: 100%;
    padding: 0;
  }

  .easypin-marker.nasa-active .easypin-popover {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }

  #nasa-popup {
    background-position: center center;
  }

  .column.nasa-less-left,
  .columns.nasa-less-left {
    padding-left: 0.68966em;
  }
  .column.nasa-less-right,
  .columns.nasa-less-right {
    padding-right: 0.68966em;
  }

  .mobile-text-left {
    text-align: left !important;
  }

  .mobile-text-right {
    text-align: right !important;
  }

  .mobile-text-center {
    text-align: center !important;
  }

  .products-arrow {
    display: none;
  }

  .transparent-desktop,
  .order-change-view-wrap.order-change-view-wrap-classic .select-wrapper:before {
    display: none !important;
  }

  #main-content {
    margin-top: 0px;
  }

  .page-inner {
    padding: 0;
    border: 0;
  }

  #main-content .nasa_bg {
    padding-left: 0px;
    padding-right: 0px;
  }

  #top-link,
  .config,
  #masthead .header-container .logo-wrapper,
  .filter-tabs,
  #vertical-menu-wrapper .nav-dropdown,
  .vertical-menu-wrapper .nav-dropdown,
  .checkout-breadcrumb,
  #mobile-navigation li a.nasa-hide-for-mobile,
  #mobile-navigation .search-wrapper,
  .nasa-hide-for-mobile,
  .back-image,
  .woocommerce-result-count,
  .tparrows,
  .mini-cart.active .nav-dropdown,
  .woocommerce-cart .cross-sells,
  .cart-sidebar .widget-title,
  .main-navigation li .search-wrapper.yith-ajaxsearchform-container,
  .checkout-breadcrumb span,
  .checkout-breadcrumb span.divider,
  .widget:before,
  .widget:after {
    display: none;
  }

  .nasa-nav-extra-warp {
    position: fixed;
    top: 30%;
    left: 0;
    width: 45px;
    height: 40px;
    z-index: 399;
  }
  .nasa-nav-extra-warp .nasa-mobile-menu_toggle {
    line-height: 45px;
    font-size: 165%;
    text-align: center;
    display: block;
    background: #333;
    color: #fff;
    opacity: 0.3;
  }
  .nasa-nav-extra-warp .nasa-mobile-menu_toggle:hover {
    opacity: 1;
  }

  #masthead.stuck .mobile-menu {
    padding: 0;
  }

  .wide-nav,
  .setting-switcher,
  .header-fold-btn,
  .share-icon,
  .nasa-groups,
  .header-utilities,
  .header-search,
  .header-share-icons {
    display: none !important;
  }

  .col-sidebar .nasa-toggle-widget,
  .nasa-side-sidebar .nasa-toggle-widget {
    top: 2px;
  }

  .mobile-menu {
    color: #666;
    width: 100%;
    position: relative;
    display: block;
  }
  .mobile-menu.nasa-mobile-fixed {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100;
    background: #FFF;
    padding: 0 10px;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-box-shadow: 3px 0px 3px 3px #aaaaaa;
    -moz-box-shadow: 3px 0px 3px 3px #aaaaaa;
    box-shadow: 3px 0px 3px 3px #aaaaaa;
  }
  .mobile-menu table {
    margin-bottom: 0;
  }
  .mobile-menu .nasa-mobile-menu-icon {
    font-size: 245%;
    position: relative;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  .mobile-menu .logo-wrapper {
    display: block !important;
    position: inherit !important;
    max-width: 500px !important;
    text-align: center;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap {
    position: relative;
    text-align: right;
    z-index: 10;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap .nasa-toggle-mobile_icons {
    display: inline-block;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap .nasa-toggle-mobile_icons .nasa-icon {
    font-family: 'Pe-icon-7-stroke';
    font-size: 200%;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap .nasa-header-icons-wrap {
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap {
    max-width: 100px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFF;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap ul.header-icons > li {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap ul.header-icons > li .wishlist-link,
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap ul.header-icons > li .nasa-show-compare {
    position: relative;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap ul.header-icons > li .wishlist-number .nasa-sl,
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap ul.header-icons > li .compare-number .nasa-sl {
    top: -18px;
    right: -10px;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap ul.header-icons > li .mini-cart .products-number .nasa-sl {
    top: -10px;
    right: -12px;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-toggle-mobile_icons .nasa-icon {
    border-top: 2px solid #333;
    border-bottom: 2px solid transparent;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-toggle-mobile_icons .nasa-icon:before {
    content: "\e682";
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons.nasa-hide-icons .nasa-header-icons-wrap {
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    top: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons.nasa-hide-icons .nasa-toggle-mobile_icons .nasa-icon {
    border-top: 2px solid transparent;
    border-bottom: 2px solid #333;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons.nasa-hide-icons .nasa-toggle-mobile_icons .nasa-icon:before {
    content: "\e688";
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li {
    font-size: 90%;
    margin-left: 10px;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li a .nasa-icon {
    margin-right: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li.nasa-icon-compare a .nasa-icon {
    top: 2px;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .wishlist-number .nasa-sl,
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .compare-number .nasa-sl {
    padding: 2px 0;
    top: -10px;
    right: -5px;
    left: auto;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart {
    right: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart .products-number {
    left: auto;
    top: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart .nasa-sl {
    padding: 2px 0;
    top: -10px;
    right: -5px;
    left: auto;
  }

  .product_list_widget .item-product-widget .product-meta .product-interactions {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product_list_widget .item-product-widget .product-meta .product-interactions .pe-icon,
  .product_list_widget .item-product-widget .product-meta .product-interactions .nasa-icon {
    font-size: 135%;
  }
  .product_list_widget .item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .product_list_widget .item-product-widget.animated .product-interactions {
    visibility: visible;
  }

  .nasa-tab {
    margin-bottom: 15px;
  }

  .nasa-tabs-has-bg .nasa-tab {
    margin-bottom: 0px;
  }

  .nasa-slide-left-info-wrap .nasa-view-more-slider {
    width: 100%;
    text-align: center;
    font-size: 150%;
    margin-bottom: 20px;
  }

  h4.nasa-shortcode-title-slider {
    font-size: 1.44828em;
    line-height: 1.4;
  }

  .nasa-tabs-content.nasa-slide-style .nasa-tabs {
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .nasa-tabs-content.nasa-slide-style .nasa-tabs li.nasa-tab {
    margin-bottom: 0px;
  }
  .nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget .item-product-widget {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-4 .item-product-widget, .nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-5 .item-product-widget, .nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-3 .item-product-widget, .nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget.large-block-grid-2 .item-product-widget {
    width: 50%;
  }
  .nasa-tabs-content .nasa-tabs-wrap {
    width: 100%;
    overflow: hidden;
  }
  .nasa-tabs-content .nasa-tabs {
    overflow-y: auto;
    white-space: nowrap;
    mask-image: linear-gradient(to left, transparent 5px, black 40px);
    -webkit-mask-image: linear-gradient(to left, transparent 5px, black 40px);
  }
  .nasa-tabs-content .nasa-tabs::-webkit-scrollbar {
    display: none;
  }
  .nasa-tabs-content.nasa-classic-style .nasa-tabs {
    margin-bottom: 0;
  }
  .nasa-tabs-content.woocommerce-tabs.nasa-classic-style .nasa-tabs {
    margin-bottom: 10px;
  }
  .nasa-tabs-content.nasa-slide-style .nasa-tabs {
    width: 100%;
    white-space: unset;
    border: unset;
  }

  .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li > a {
    padding: 0 10px;
  }
  .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li:first-child > a {
    padding-left: 0;
  }
  .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li:last-child > a {
    padding-right: 0;
  }

  .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg .nasa-tabs {
    padding: 5px 10px;
  }

  .client .client-inner {
    padding: 55px 0px;
  }

  .service-block .box .title .text {
    font-size: 100%;
  }

  .service-block .box {
    margin-bottom: 15px;
  }

  .contact-information {
    margin-bottom: 40px;
  }

  .woocommerce.widget_products,
  .woocommerce.widget_top_rated_products {
    padding-right: 0px;
  }

  #mobile-navigation ul[class*="block-grid-"] > li {
    width: 100%;
  }

  .vertical-tabs .tabs-inner.active {
    padding-left: 0;
  }

  .blog .left {
    padding-right: 10px;
  }
  .blog .right {
    padding-left: 10px;
  }

  .icon-wrap.circle {
    display: none !important;
  }

  .group-blogs .blog_info {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .group-blogs .blog-grid .blog-grid-item {
    margin-bottom: 30px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog_info {
    margin-top: 0px 0px 60px 0px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog-image {
    margin-bottom: 15px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog-image img {
    width: 100%;
  }
  .group-blogs .nasa-item-blog-grid-2 .nasa-blog-info {
    display: none;
  }

  .product_list_widget > div:last-child {
    margin-bottom: 40px;
  }
  .product_list_widget.nasa_product_list_widget_main_list > div:last-child {
    margin-bottom: 0px;
  }

  .product_list_widget .text-info {
    margin-left: 0px;
  }

  .product-category img,
  .product-item .main-img img {
    width: 100%;
  }

  .main-images {
    padding-right: 0px;
  }

  .product-gallery .images {
    margin-bottom: 20px;
  }

  .easyzoom img {
    max-width: 100%;
  }

  .easyzoom {
    width: 100%;
  }

  .product-image .attachment-shop_single {
    width: 100%;
  }

  .product-interactions {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }

  .woocommerce-message {
    padding-right: 0;
  }

  .product-gallery {
    margin-bottom: 0px;
  }

  .rev_slider_wrapper {
    margin-bottom: 20px !important;
  }

  .rev_slider_wrapper .type-label-2 span {
    display: block;
    font-size: 200%;
  }

  .group-slider .small-block-grid-2 > li {
    width: 75%;
  }

  .header-container .revSlider {
    margin-top: 0 !important;
  }

  .banner.hover-lax {
    background-size: cover;
  }

  li.mini-cart {
    padding: 0;
  }

  .cart-icon, .cart-icon strong {
    margin: 0;
  }

  .cart-wishlist .mini-cart ul li {
    display: block;
  }

  .mini-cart .cart-price {
    margin-right: 15px;
  }

  .mini-cart .cart-inner {
    margin-top: 0px;
  }

  .cart-wishlist .wish-list-link,
  .mini-cart .wish-list-link {
    display: none !important;
  }

  .woocommerce-cart span.title-cart {
    display: inline-block;
  }

  .cart-wrapper {
    -webkit-overflow-scrolling: touch;
    margin-bottom: 50px;
  }

  .product_list_widget .product-interactions .nasa-icon-text {
    top: -4px;
  }

  .item-product-widget .product-meta .product-interactions {
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .item-product-widget .product-meta .add-to-cart-list {
    padding: 8px 3px;
  }
  .item-product-widget.animated .product-meta .product-interactions {
    visibility: visible;
  }

  .woocommerce-message a.button {
    position: relative;
    float: right;
  }

  #masthead {
    padding: 0;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }

  ul.main-navigation li .nav-dropdown {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    display: block;
    top: 10px;
  }

  ul.main-navigation li .nav-dropdown li.menu-parent-item {
    width: 100%;
  }

  ul.main-navigation li .nav-dropdown li a {
    margin-right: 0;
  }

  ul.main-navigation li .nav-dropdown .menu-parent-item > a {
    padding: 15px 0;
  }

  ul.main-navigation li .nav-dropdown {
    position: relative;
  }

  ul.main-navigation li {
    margin: 0;
  }

  #nasa-footer .nasa-footer-contact .wpcf7-form label span {
    margin-right: 0px;
  }
  #nasa-footer .nasa-footer-contact .wpcf7-form label span input {
    width: 100%;
  }
  #nasa-footer .nasa-footer-contact .wpcf7-form label span.your-email {
    width: 100%;
  }
  #nasa-footer .footer h4 {
    margin-bottom: 13px;
    margin-top: 20px;
  }
  #nasa-footer .social-icons {
    margin: 15px 0px;
  }
  #nasa-footer .absolute-footer p {
    margin: 8px 0px 15px 0px;
  }
  #nasa-footer .absolute-footer ul {
    overflow: hidden;
    width: 100%;
  }
  #nasa-footer .absolute-footer ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nasa-footer .absolute-footer .menu li {
    margin-top: 8px;
  }
  #nasa-footer .widget_nav_menu #menu-footer-menu {
    text-align: left;
    line-height: 1.6em;
  }
  #nasa-footer .nasa-footer-bottom .nasa-footer-bottom-left p {
    text-align: center;
  }
  #nasa-footer .nasa-footer-bottom .nasa-footer-bottom-right .nasa-nav-sc-menu {
    float: none;
  }

  .page-right-sidebar .blog-entry {
    padding-right: 0px;
    border-right: 0px;
  }

  .title-header {
    text-align: center;
  }

  .title-header .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .title-header .nasa-hr {
    margin: 0 auto;
  }

  h4.heading-title,
  .tab h4 {
    font-size: 1.1em !important;
  }

  .entry-header .post-date-wrapper {
    margin: 0 auto;
    width: 70px;
    height: 70px;
  }

  .entry-header .post-date-wrapper .post-date .post-date-day {
    font-size: 150%;
  }

  .entry-header .post-date-wrapper .post-date .post-date-month {
    font-size: 100%;
  }

  .entry-header .post-date-wrapper .post-date {
    left: 30%;
  }

  .entry-header .meta-author {
    margin-bottom: 20px;
  }

  .entry-header .entry-title {
    margin-bottom: 15px;
  }

  .sort-bar .select-wrapper select {
    padding: 7.5px 5px;
  }

  .bread .breadcrumb-row {
    padding-bottom: 0;
  }

  .breadcrumb-row .right {
    width: 100%;
    text-align: center;
  }

  .breadcrumb-row .left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .checkout-breadcrumb h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .woocommerce-checkout span.title-checkout {
    display: inline-block;
  }

  .font-100 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-150 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-200 {
    font-size: 200% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-250 {
    font-size: 250% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-300 {
    font-size: 300% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-350 {
    font-size: 350% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-400 {
    font-size: 400% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-450 {
    font-size: 450% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-500 {
    font-size: 500% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-550 {
    font-size: 550% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-600 {
    font-size: 600% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-650 {
    font-size: 650% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  #mobile-navigation .navigation-search-wrap form {
    width: 200px;
    margin-top: 15px;
  }

  #mobile-navigation li form {
    padding-top: 15px;
    padding-right: 10px;
  }

  #mobile-navigation li form input,
  #mobile-navigation li form button {
    margin-bottom: 10px;
  }

  .sort-bar .li-toggle-sidebar,
  .div-toggle-sidebar {
    display: block;
  }

  .sort-bar .li-toggle-sidebar {
    position: fixed;
    z-index: 100;
    top: 40%;
    left: 0;
    text-align: center;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    overflow: hidden;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .sort-bar .li-toggle-sidebar:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .sort-bar .li-toggle-sidebar a {
    padding: 10px;
    color: #fff;
    line-height: inherit;
    border: none;
  }
  .sort-bar .li-toggle-sidebar a i {
    font-size: 135%;
    display: block;
    color: #fff;
  }

  .col-sidebar,
  .column.col-sidebar,
  .columns.col-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    direction: rtl;
    text-align: left;
    background: #fff;
    z-index: 9998;
    max-width: 90%;
    width: 500px;
    padding: 20px;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .col-sidebar::-webkit-scrollbar,
  .column.col-sidebar::-webkit-scrollbar,
  .columns.col-sidebar::-webkit-scrollbar {
    display: none;
  }
  .col-sidebar.left,
  .column.col-sidebar.left,
  .columns.col-sidebar.left {
    left: -510px;
  }
  .col-sidebar.left.nasa-active,
  .column.col-sidebar.left.nasa-active,
  .columns.col-sidebar.left.nasa-active {
    left: 0;
  }
  .col-sidebar.right,
  .column.col-sidebar.right,
  .columns.col-sidebar.right {
    right: -510px;
  }
  .col-sidebar.right.nasa-active,
  .column.col-sidebar.right.nasa-active,
  .columns.col-sidebar.right.nasa-active {
    right: 0;
  }

  .mobile-search {
    position: relative;
    top: -5px;
    font-size: 160%;
    margin-left: 8px;
  }

  .warpper-mobile-search {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 15px 10px;
    width: 100%;
    top: 0;
    box-shadow: 10px 5px 30px 3px #d1d1d1;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .warpper-mobile-search.nasa-active {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .warpper-mobile-search input {
    width: 100%;
    margin: auto;
  }
  .warpper-mobile-search form {
    margin: 0;
  }
  .warpper-mobile-search form .screen-reader-text {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 120%;
  }
  .warpper-mobile-search form input {
    margin: 0;
  }
  .warpper-mobile-search form > label {
    padding-bottom: 10px;
  }
  .warpper-mobile-search .twitter-typeahead,
  .warpper-mobile-search input.live-search-input {
    width: 100%;
  }
  .warpper-mobile-search .tt-hint {
    display: none !important;
  }
  .warpper-mobile-search .tt-menu {
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .warpper-mobile-search .tt-menu .tt-dataset {
    width: 100%;
    background: #FFF;
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: none;
  }
  .warpper-mobile-search .tt-menu .tt-dataset .nasa-loader {
    top: -20px;
  }
  .warpper-mobile-search .tt-menu .item-search {
    max-height: 70px;
    overflow: hidden;
  }
  .warpper-mobile-search .tt-menu .item-search a {
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    cursor: pointer;
  }
  .warpper-mobile-search .tt-menu .item-search a:hover {
    background: #f9f9f9;
  }
  .warpper-mobile-search .tt-menu .item-search a p {
    font-size: 100%;
    margin-bottom: 5px;
  }
  .warpper-mobile-search .tt-menu .item-search a .nasa_item_title_search,
  .warpper-mobile-search .tt-menu .item-search a img {
    float: left;
  }
  .warpper-mobile-search .tt-menu .item-search a .nasa_item_title_search {
    margin-left: 12px;
  }
  .warpper-mobile-search .tt-menu .item-search a img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .nasa-sc-pdeal {
    height: auto !important;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nasa-sc-pdeal.product-item .product-inner {
    position: static;
  }
  .nasa-sc-pdeal.product-item .info {
    position: static;
  }
  .nasa-sc-pdeal.product-item:hover .product-inner {
    position: static;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block {
    margin: auto auto 10px auto;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info {
    position: relative !important;
    bottom: 0;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-product-deal-des {
    margin-left: 10px;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-pdeal-countdown {
    display: block;
    position: relative;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-pdeal-countdown .countdown {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-pdeal-countdown .countdown .countdown-row {
    position: relative;
    top: 0;
    left: 0;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
    display: inline-block;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .left {
    text-align: center;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .right .add-to-cart-btn .small.quick-view {
    width: 100%;
    display: none;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content {
    position: relative;
    left: 0 !important;
    width: 100%;
    text-align: left;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.for-small-padding-10 {
    padding: 10px !important;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.right {
    text-align: right;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.right .nasa-sc-info {
    margin-right: 10%;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.right .nasa-sc-pdeal-countdown {
    float: right;
    margin-right: 8%;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.left .nasa-sc-info {
    margin-left: 10%;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-block-content.left .nasa-sc-pdeal-countdown {
    float: left;
    margin-left: 8%;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .countdown .countdown-row .countdown-section {
    margin-left: 10px;
  }

  .nasa-sc-product-deals-grid .product-item {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .nasa-sc-product-deals-grid .product-item .name {
    text-align: center;
    font-size: 150%;
    font-weight: 500;
    height: auto;
  }
  .nasa-sc-product-deals-grid .product-item .nasa-slider.nasa-thumbs-slide {
    box-shadow: none;
    border: none;
  }
  .nasa-sc-product-deals-grid .product-item .nasa-slider.nasa-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .nasa-sc-product-deals-grid .product-item .info .info_main {
    padding-top: 5px;
  }
  .nasa-sc-product-deals-grid .product-item .info .info_main .name {
    line-height: 120%;
    margin-bottom: 5px;
  }
  .nasa-sc-product-deals-grid .product-item .info .info_main .name a {
    font-size: 110%;
  }
  .nasa-sc-product-deals-grid .product-item .info .name a {
    font-size: 100%;
  }
  .nasa-sc-product-deals-grid .product-item .info .product-interactions {
    margin-top: 0;
  }

  .owl-item .product-item {
    border: none;
  }

  .nasa-products-special-deal {
    margin-bottom: 20px;
    border: none;
    min-height: auto !important;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi {
    border: none;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi .nasa-main-special {
    padding-bottom: 70px;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 25px;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap .nasa-nav-slick-div {
    font-size: 110%;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi .product-item {
    border: none;
    padding-top: 15px;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi .nasa-special-deal-style-multi-wrap {
    padding: 0;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi .nasa-special-deal-style-multi .product-special-deals .product-deal-special-buttons .product-interactions > .add-to-cart-btn {
    text-align: center;
  }
  .nasa-products-special-deal .nasa-slider.owl-carousel .owl-stage-outer .product-item {
    border: none;
  }
  .nasa-products-special-deal .product-item {
    padding-top: 0px;
  }

  .nasa-sc-product-deals-grid {
    margin-top: 20px;
  }

  .nasa-slide-style-product-deal .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal {
    top: -20px;
    width: 100%;
    z-index: 15;
  }
  .nasa-slide-style-product-deal .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal .nasa-nav-carousel-div.nasa-nav-carousel-prev {
    float: left;
  }
  .nasa-slide-style-product-deal .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal .nasa-nav-carousel-div.nasa-nav-carousel-next {
    float: right;
  }
  .nasa-slide-style-product-deal .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal .nasa-nav-carousel-div a span {
    left: -7px;
  }

  .product-item {
    margin: 0 0 10px 0;
    min-height: auto !important;
  }
  .product-item .nasa-thumbs-slide.owl-carousel .owl-nav {
    display: block;
    visibility: visible;
  }
  .product-item .nasa-thumbs-slide.owl-carousel .owl-nav .owl-prev,
  .product-item .nasa-thumbs-slide.owl-carousel .owl-nav .owl-next {
    border: none;
    background: none;
    color: #ddd;
  }
  .product-item .nasa-thumbs-slide.owl-carousel:hover .owl-nav .owl-prev {
    left: -10px;
  }
  .product-item .nasa-thumbs-slide.owl-carousel:hover .owl-nav .owl-next {
    right: -10px;
  }
  .product-item .nasa-slider.nasa-thumbs-slide {
    box-shadow: none;
    border: none;
  }
  .product-item .nasa-slider.nasa-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .product-item.product-deals .nasa-slider.nasa-thumbs-slide {
    box-shadow: none;
  }
  .product-item.product-deals .nasa-slider.nasa-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .product-item.product-deals .product-img .product-interactions {
    display: none;
  }
  .product-item.product-deals .info .nasa-sc-pdeal-countdown {
    position: relative;
    height: 65px;
    margin: 20px 0;
  }
  .product-item.product-deals .info .nasa-deal-showmore {
    padding: 0 20px;
    margin-bottom: 5px;
  }
  .product-item.product-deals .info .nasa-separator-product-group-btn {
    display: none;
  }
  .product-item.product-deals .info .product-interactions {
    position: relative;
    box-shadow: none;
    visibility: visible;
    display: none;
    height: 50px;
    border: none;
    width: 100%;
  }
  .product-item.product-deals .info .product-interactions .add-to-cart-btn,
  .product-item.product-deals .info .product-interactions .add-to-link {
    display: none;
  }
  .product-item.product-deals .info .product-interactions .btn-wishlist {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .product-item.product-deals .info .product-interactions .btn-wishlist .wishlist-icon {
    background: none;
    position: absolute;
    top: 15px;
    left: 20px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }
  .product-item.product-deals .info .product-interactions .btn-wishlist .wishlist-icon .pe-icon,
  .product-item.product-deals .info .product-interactions .btn-wishlist .wishlist-icon .nasa-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
  }
  .product-item.product-deals .info .product-interactions .btn-wishlist .wishlist-icon .nasa-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .product-item.product-deals .info .product-interactions .nasa-seperator {
    display: block;
    position: absolute;
    left: 50%;
    top: 48%;
    border-left: 1px solid #ccc;
    padding: 7px 0;
  }
  .product-item.product-deals .info .product-interactions .btn-compare {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .product-item.product-deals .info .product-interactions .btn-compare .compare-icon {
    background: none;
    position: absolute;
    top: 15px;
    right: 20px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }
  .product-item.product-deals .info .product-interactions .btn-compare .compare-icon .pe-icon,
  .product-item.product-deals .info .product-interactions .btn-compare .compare-icon .nasa-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
  }
  .product-item.product-deals .info .product-interactions .btn-compare .compare-icon .nasa-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .product-item.product-deals .info .product-interactions .quick-view {
    display: none;
    position: absolute;
    right: 20px;
    top: -35px;
    z-index: 12;
    cursor: pointer;
    visibility: visible;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product-item.product-deals .info .product-interactions .quick-view:hover {
    background: none;
  }
  .product-item.product-deals .info .product-interactions .quick-view .pe-icon,
  .product-item.product-deals .info .product-interactions .quick-view .nasa-icon {
    display: none;
  }
  .product-item.product-deals .info .product-interactions .quick-view .nasa-icon-text {
    height: 22px;
    width: 30px;
    line-height: 155%;
    text-align: center;
    color: #fff;
    display: block;
    background: #fdce07;
    -webkit-border-radius: 45%;
    -moz-border-radius: 45%;
    border-radius: 45%;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product-item.product-deals .info .product-interactions .quick-view .nasa-icon-text:before {
    content: '';
    font-size: 100%;
    color: #fdce07;
  }
  .product-item.product-deals .info .product-interactions .quick-view .nasa-icon-text:hover {
    background: #F9B418;
    color: #000;
  }
  .product-item .nasa-gift-featured-wrap {
    display: none;
  }
  .product-item .product-img-wrap,
  .product-item .product-info-wrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .product-item .nasa-product-more-hover {
    display: none;
  }
  .product-item .nasa-product-grid .product-interactions .btn-compare,
  .product-item .nasa-product-grid .product-interactions .btn-wishlist {
    visibility: inherit;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .product-item:hover .product-img-wrap,
  .product-item:hover .product-info-wrap,
  .product-item:hover .nasa-product-more-wrap-hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .columns.nasa-column-custom-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .columns.nasa-column-custom-2 {
    width: 50%;
  }
  .columns.nasa-column-custom-2 .product-item .info .product-interactions {
    display: none;
  }
  .columns.nasa-column-custom-2 .product-item .info .product-interactions .price {
    font-size: 100%;
  }
  .columns.nasa-column-custom-2 .product-item .price {
    font-size: 100%;
  }

  .category-page .right {
    padding-left: 10px;
  }
  .category-page .left {
    padding-right: 10px;
  }
  .category-page .filters-container {
    padding: 25px 0;
  }
  .category-page .filters-container.top-bar-classic, .category-page .filters-container.top-bar-wrap-type-1 {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .show-for-small.text-center {
    display: block !important;
  }

  .products.grid .nasa-combo-row {
    display: none !important;
  }

  .page-checkout input[name="apply_coupon"] {
    margin-bottom: 30px;
  }
  .page-checkout .checkout-group h3,
  .page-checkout .woo-billing p {
    width: 100%;
  }
  .page-checkout .checkout-group.woo-shipping,
  .page-checkout #billing_email_field,
  .page-checkout #billing_last_name_field {
    padding-right: 0;
  }

  #main-content .product-page .nasa-product-details-page {
    top: 0;
  }

  .nasa-top-sidebar .nasa-last .widget,
  .nasa-top-sidebar .nasa-first .widget {
    margin: 0 10px;
  }

  .nasa-static-sidebar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .nasa-static-sidebar::-webkit-scrollbar {
    display: none;
  }
  .nasa-static-sidebar .nasa-sidebar-close .nasa-sidebar-tit {
    font-size: 180%;
  }

  .products.nasa-main-content-warp {
    margin-top: -10px;
  }
  .products.nasa-main-content-warp .product-inner {
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .products.nasa-main-content-warp:hover {
    box-shadow: none;
  }
  .products.nasa-main-content-warp:hover .product-inner {
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .products.nasa-main-content-warp:hover .nasa-sc-main-product .info .nasa-product-grid {
    position: absolute;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product {
    border: 1px solid #DDD;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .name.nasa-main-content-title h3 {
    position: relative;
    font-size: 135%;
    padding-top: 20px;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .info {
    position: static;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .info .nasa-product-grid {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #fdce07;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .info .nasa-product-grid .product-interactions {
    border-top: none;
    padding: 0;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price {
    height: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price .nasa-sc-p-price {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product span.nasa-ofter-text {
    display: none;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-pdeal-countdown {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
    display: inline-block;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .badge.sale-label {
    top: 65px;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .badge.hot-label {
    top: 90px;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .nasa-gift-featured-wrap {
    display: none;
  }
  .products.nasa-product-main-aside .product-item.grid {
    margin-bottom: 10px;
  }

  #nasa-footer .nasa-service-footer .service-block.style-1 {
    border-right: none;
  }

  .nasa-slide-left-info-wrap .nasa-shortcode-parent-term {
    text-align: center;
  }

  .added .nasa-icon-text.has-added {
    display: none;
  }

  .product-lightbox .product-img {
    top: 0 !important;
  }

  .product-lightbox .product-quickview-info {
    max-height: unset !important;
  }

  .row.nasa-row-deal-3 .product-item .nasa-sc-p-title {
    text-align: center;
    font-size: 150%;
  }

  .nasa-slider.owl-carousel .owl-stage-outer .product-item {
    margin: 10px;
  }

  #nasa-footer .nasa-footer-bottom {
    text-align: center;
  }
  #nasa-footer .nasa-footer-bottom .wpb_single_image.vc_align_right {
    text-align: center;
  }

  body .section-element.padding-side-mobile-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .columns.padding-side-mobile-0 {
    padding-left: 0.68966em !important;
    padding-right: 0.68966em !important;
  }
  body .products .grid.product-item .info .name.nasa-show-one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .nasa-close-filter-cat,
  body .product_list_widget .product-interactions .quick-view-icon .nasa-icon-text {
    display: none;
  }
  body .nasa-sc-pdeal.product-item:hover .product-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.nasa-enable-wow .product-item.animated .info .nasa-product-grid {
    visibility: visible;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  body.nasa-enable-wow .product-item.animated .info .nasa-product-grid:hover, body.nasa-enable-wow .product-item.animated .info .nasa-product-grid:focus, body.nasa-enable-wow .product-item.animated .info .nasa-product-grid:active {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  body .product-item .nasa-sc-pdeal-countdown {
    left: 5px;
    right: 5px;
  }
  body .product-item .info .price {
    height: 22px;
  }
  body .product-item .nasa-clear-box-shadow {
    display: none;
  }
  body .product-item .product-img-wrap {
    padding: 5px 5px 6px 5px;
  }
  body .product-item .product-info-wrap {
    padding: 0 5px;
  }
  body .nasa-bot-navigate-35 .li_wapper {
    margin-bottom: 0;
  }
  body .nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll {
    margin-top: 0 !important;
  }
  body .nasa-product-details-page .product-gallery .nasa-thumb-wrap {
    display: none;
  }
  body .nasa-product-details-page .product-gallery .nasa-thumb-wrap.nasa-thumbnail-hoz {
    display: block;
  }
  body .nasa-product-details-page .product-gallery .nasa-main-wrap {
    width: 100%;
  }
  body .nasa-product-details-page .product_meta > span {
    display: block;
    margin-bottom: 10px;
  }
  body .nasa-product-details-page .product_meta > span:before {
    display: none;
  }
  body .nasa-product-details-page .product-gallery .nasa-single-product-main-image .slick-slide {
    padding: 0;
  }
  body .nasa-product-details-page .nasa-single-product-scroll .product-gallery .nasa-main-wrap,
  body .nasa-product-details-page .product-gallery.large-6 .nasa-main-wrap {
    width: 100%;
  }
  body .nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll {
    max-height: inherit;
  }
  body #main-content .nasa-single-product-main-image .nasa-item-main-image-wrap {
    width: 100%;
    float: left;
  }
  body .nasa-product-details-page .product-gallery.large-6 .btn-wishlist,
  body .nasa-product-details-page .product-gallery.large-6 .btn-compare {
    left: 18px;
  }
  body .nasa-product-details-page .product-gallery .nasa-single-product-main-image {
    padding: 0;
  }
  body .nasa-product-details-page .product-gallery .btn-wishlist,
  body .nasa-product-details-page .product-gallery .btn-compare {
    left: 15px;
  }
  body .product-gallery .product-image-btn .product-video-popup {
    right: 18px;
  }
  body .nasa-single-product-scroll.nasa-single-product-2-columns .product-gallery .product-image-btn .product-video-popup {
    left: 20px;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-multi {
    padding: 0 30px;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-multi .product-item .product-img {
    margin: 25px 0px;
  }
  body .nasa-products-special-deal .nasa-special-deal-style-multi .product-deal-special-wrap-info {
    padding: 0px 0px 20px 0;
  }
  body .nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap h5 {
    font-size: 120%;
    padding: 10px 0 5px 0;
  }
  body .nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap .price {
    font-size: 100%;
  }
  body .nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title .nasa-title-wrap .nasa-nav-icon-slick {
    display: none;
  }
  body .nasa-sc-blogs-list .blog-image {
    margin-bottom: 20px;
  }
  body .nasa-sc-blogs-list .blog-image img {
    width: 100%;
  }
  body .nasa-sc-blogs-list .post-content h5 {
    line-height: 1.5;
  }
  body .header-icons {
    margin: 10px 0;
  }
  body .nasa-recommend-product .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap {
    top: -57px;
  }
  body .owl-carousel.nasa-product-content-child .owl-nav .owl-prev {
    left: -10px;
  }
  body .owl-carousel.nasa-product-content-child .owl-nav .owl-next {
    right: -10px;
  }

  .woocommerce-cart .cart-empty {
    font-size: 25px;
  }

  .mobile-margin-10-top {
    margin-top: -10px !important;
  }

  .mobile-margin-20-top {
    margin-top: -20px !important;
  }

  .mobile-margin-30-top {
    margin-top: -30px !important;
  }

  .mobile-margin-40-top {
    margin-top: -40px !important;
  }

  .mobile-margin-50-top {
    margin-top: -50px !important;
  }

  .mobile-margin-60-top {
    margin-top: -60px !important;
  }

  .mobile-margin-70-top {
    margin-top: -70px !important;
  }

  .mobile-margin-80-top {
    margin-top: -80px !important;
  }

  .mobile-margin-90-top {
    margin-top: -90px !important;
  }

  .mobile-margin-100-top {
    margin-top: -100px !important;
  }

  .mobile-margin-110-top {
    margin-top: -110px !important;
  }

  .mobile-margin-120-top {
    margin-top: -120px !important;
  }

  .mobile-margin-130-top {
    margin-top: -130px !important;
  }

  .mobile-margin-140-top {
    margin-top: -140px !important;
  }

  .mobile-margin-150-top {
    margin-top: -150px !important;
  }

  .mobile-margin-top-0 {
    margin-top: 0px !important;
  }

  .mobile-margin-top-5 {
    margin-top: 5px !important;
  }

  .mobile-margin-top-10 {
    margin-top: 10px !important;
  }

  .mobile-margin-top-15 {
    margin-top: 15px !important;
  }

  .mobile-margin-top-20 {
    margin-top: 20px !important;
  }

  .mobile-margin-top-25 {
    margin-top: 25px !important;
  }

  .mobile-margin-top-30 {
    margin-top: 30px !important;
  }

  .mobile-margin-top-35 {
    margin-top: 35px !important;
  }

  .mobile-margin-top-40 {
    margin-top: 40px !important;
  }

  .mobile-margin-top-45 {
    margin-top: 45px !important;
  }

  .mobile-margin-top-50 {
    margin-top: 50px !important;
  }

  .mobile-margin-top-60 {
    margin-top: 60px !important;
  }

  .mobile-margin-top-70 {
    margin-top: 70px !important;
  }

  .mobile-margin-top-80 {
    margin-top: 80px !important;
  }

  .mobile-margin-top-100 {
    margin-top: 100px !important;
  }

  .mobile-margin-top-120 {
    margin-top: 120px !important;
  }

  .mobile-margin-top-140 {
    margin-top: 140px !important;
  }

  .mobile-margin-top-150 {
    margin-top: 150px !important;
  }

  .mobile-margin-top-300 {
    margin-top: 300px !important;
  }

  .mobile-margin-top-310 {
    margin-top: 310px !important;
  }

  .mobile-margin-top-320 {
    margin-top: 320px !important;
  }

  .mobile-margin-top-330 {
    margin-top: 330px !important;
  }

  .mobile-margin-top-340 {
    margin-top: 340px !important;
  }

  .mobile-margin-top-350 {
    margin-top: 350px !important;
  }

  .mobile-margin-bottom-0 {
    margin-bottom: 0px !important;
  }

  .mobile-margin-bottom-5 {
    margin-bottom: 5px !important;
  }

  .mobile-margin-bottom-10 {
    margin-bottom: 10px !important;
  }

  .mobile-margin-bottom-15 {
    margin-bottom: 15px !important;
  }

  .mobile-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .mobile-margin-bottom-25 {
    margin-bottom: 25px !important;
  }

  .mobile-margin-bottom-30 {
    margin-bottom: 30px !important;
  }

  .mobile-margin-bottom-35 {
    margin-bottom: 35px !important;
  }

  .mobile-margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .mobile-margin-bottom-45 {
    margin-bottom: 45px !important;
  }

  .mobile-margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .mobile-margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .mobile-margin-bottom-70 {
    margin-bottom: 70px !important;
  }

  .mobile-margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .mobile-margin-300-bottom {
    margin-bottom: -300px !important;
  }

  .mobile-margin-310-bottom {
    margin-bottom: -310px !important;
  }

  .mobile-margin-320-bottom {
    margin-bottom: -320px !important;
  }

  .mobile-margin-330-bottom {
    margin-bottom: -330px !important;
  }

  .mobile-margin-340-bottom {
    margin-bottom: -340px !important;
  }

  .mobile-margin-350-bottom {
    margin-bottom: -350px !important;
  }

  .mobile-margin-left-0 {
    margin-left: 0px !important;
  }

  .mobile-margin-left-5 {
    margin-left: 5px !important;
  }

  .mobile-margin-left-10 {
    margin-left: 10px !important;
  }

  .mobile-margin-left-15 {
    margin-left: 15px !important;
  }

  .mobile-margin-left-20 {
    margin-left: 20px !important;
  }

  .mobile-margin-left-25 {
    margin-left: 25px !important;
  }

  .mobile-margin-left-30 {
    margin-left: 30px !important;
  }

  .mobile-margin-left-35 {
    margin-left: 35px !important;
  }

  .mobile-margin-left-40 {
    margin-left: 40px !important;
  }

  .mobile-margin-left-45 {
    margin-left: 45px !important;
  }

  .mobile-margin-left-50 {
    margin-left: 50px !important;
  }

  .mobile-margin-left-60 {
    margin-left: 60px !important;
  }

  .mobile-margin-left-70 {
    margin-left: 70px !important;
  }

  .mobile-margin-left-80 {
    margin-left: 80px !important;
  }

  .mobile-margin-right-0 {
    margin-right: 0px !important;
  }

  .mobile-margin-right-5 {
    margin-right: 5px !important;
  }

  .mobile-margin-right-10 {
    margin-right: 10px !important;
  }

  .mobile-margin-right-15 {
    margin-right: 15px !important;
  }

  .mobile-margin-right-20 {
    margin-right: 20px !important;
  }

  .mobile-margin-right-25 {
    margin-right: 25px !important;
  }

  .mobile-margin-right-30 {
    margin-right: 30px !important;
  }

  .mobile-margin-right-35 {
    margin-right: 35px !important;
  }

  .mobile-margin-right-40 {
    margin-right: 40px !important;
  }

  .mobile-margin-right-45 {
    margin-right: 45px !important;
  }

  .mobile-margin-right-50 {
    margin-right: 50px !important;
  }

  .mobile-margin-right-60 {
    margin-right: 60px !important;
  }

  .mobile-margin-right-70 {
    margin-right: 70px !important;
  }

  .mobile-margin-right-80 {
    margin-right: 80px !important;
  }

  .mobile-padding-top-0 {
    padding-top: 0px !important;
  }

  .mobile-padding-top-5 {
    padding-top: 5px !important;
  }

  .mobile-padding-top-10 {
    padding-top: 10px !important;
  }

  .mobile-padding-top-15 {
    padding-top: 15px !important;
  }

  .mobile-padding-top-20 {
    padding-top: 20px !important;
  }

  .mobile-padding-top-25 {
    padding-top: 25px !important;
  }

  .mobile-padding-top-30 {
    padding-top: 30px !important;
  }

  .mobile-padding-top-35 {
    padding-top: 35px !important;
  }

  .mobile-padding-top-40 {
    padding-top: 40px !important;
  }

  .mobile-padding-top-45 {
    padding-top: 45px !important;
  }

  .mobile-padding-top-50 {
    padding-top: 50px !important;
  }

  .mobile-padding-top-60 {
    padding-top: 60px !important;
  }

  .mobile-padding-top-70 {
    padding-top: 70px !important;
  }

  .mobile-padding-top-80 {
    padding-top: 80px !important;
  }

  .mobile-padding-top-90 {
    padding-top: 90px !important;
  }

  .mobile-padding-top-100 {
    padding-top: 100px !important;
  }

  .mobile-padding-bottom-0 {
    padding-bottom: 0px !important;
  }

  .mobile-padding-bottom-5 {
    padding-bottom: 5px !important;
  }

  .mobile-padding-bottom-10 {
    padding-bottom: 10px !important;
  }

  .mobile-padding-bottom-15 {
    padding-bottom: 15px !important;
  }

  .mobile-padding-bottom-20 {
    padding-bottom: 20px !important;
  }

  .mobile-padding-bottom-25 {
    padding-bottom: 25px !important;
  }

  .mobile-padding-bottom-30 {
    padding-bottom: 30px !important;
  }

  .mobile-padding-bottom-35 {
    padding-bottom: 35px !important;
  }

  .mobile-padding-bottom-40 {
    padding-bottom: 40px !important;
  }

  .mobile-padding-bottom-45 {
    padding-bottom: 45px !important;
  }

  .mobile-padding-bottom-50 {
    padding-bottom: 50px !important;
  }

  .mobile-padding-bottom-60 {
    padding-bottom: 60px !important;
  }

  .mobile-padding-bottom-70 {
    padding-bottom: 70px !important;
  }

  .mobile-padding-bottom-80 {
    padding-bottom: 80px !important;
  }

  .mobile-padding-bottom-90 {
    padding-bottom: 90px !important;
  }

  .mobile-padding-bottom-100 {
    padding-bottom: 100px !important;
  }

  .mobile-padding-left-0 {
    padding-left: 0px !important;
  }

  .mobile-padding-left-5 {
    padding-left: 5px !important;
  }

  .mobile-padding-left-10 {
    padding-left: 10px !important;
  }

  .mobile-padding-left-15 {
    padding-left: 15px !important;
  }

  .mobile-padding-left-20 {
    padding-left: 20px !important;
  }

  .mobile-padding-left-25 {
    padding-left: 25px !important;
  }

  .mobile-padding-left-30 {
    padding-left: 30px !important;
  }

  .mobile-padding-left-35 {
    padding-left: 35px !important;
  }

  .mobile-padding-left-40 {
    padding-left: 40px !important;
  }

  .mobile-padding-left-45 {
    padding-left: 45px !important;
  }

  .mobile-padding-left-50 {
    padding-left: 50px !important;
  }

  .mobile-padding-left-60 {
    padding-left: 60px !important;
  }

  .mobile-padding-left-70 {
    padding-left: 70px !important;
  }

  .mobile-padding-left-80 {
    padding-left: 80px !important;
  }

  .mobile-padding-right-0 {
    padding-right: 0px !important;
  }

  .mobile-padding-right-5 {
    padding-right: 5px !important;
  }

  .mobile-padding-right-10 {
    padding-right: 10px !important;
  }

  .mobile-padding-right-15 {
    padding-right: 15px !important;
  }

  .mobile-padding-right-20 {
    padding-right: 20px !important;
  }

  .mobile-padding-right-25 {
    padding-right: 25px !important;
  }

  .mobile-padding-right-30 {
    padding-right: 30px !important;
  }

  .mobile-padding-right-35 {
    padding-right: 35px !important;
  }

  .mobile-padding-right-40 {
    padding-right: 40px !important;
  }

  .mobile-padding-right-45 {
    padding-right: 45px !important;
  }

  .mobile-padding-right-50 {
    padding-right: 50px !important;
  }

  .mobile-padding-right-60 {
    padding-right: 60px !important;
  }

  .mobile-padding-right-70 {
    padding-right: 70px !important;
  }

  .mobile-padding-right-80 {
    padding-right: 80px !important;
  }

  .mobile-padding-right-90 {
    padding-right: 90px !important;
  }

  .mobile-padding-right-100 {
    padding-right: 100px !important;
  }

  .mobile-padding-right-120 {
    padding-right: 120px !important;
  }

  .mobile-padding-right-140 {
    padding-right: 140px !important;
  }

  .nasa-leading {
    font-size: 200% !important;
  }

  body .nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-wrap-info {
    padding-left: 0;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-nav-slick-wrap .nasa-nav-icon-slick.nasa-nav-prev:after {
    margin: 0 5px;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-main-special {
    height: auto !important;
  }
  body .header-type-3 #masthead {
    padding-top: 0;
  }
  body .nasa-megamenu .nasa-absolute {
    display: none !important;
  }
  body .shortcode_tag_cloud .tag-cloud-link {
    padding: 8px 15px;
    margin: 4px 2px;
  }
  body .shortcode_tag_cloud .section-title,
  body .nasa-title .nasa-heading-title,
  body .nasa-title-absolute h2 {
    font-size: 1.65517em;
  }
  body table tr td.nasa-single-label, body table tr td.nasa-single-content {
    display: block;
  }
  body table tr td.nasa-single-label {
    margin-bottom: 10px;
  }
  body .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row,
  body .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row {
    margin: 0 -5px;
  }
  body .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section,
  body .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
    margin: 0 5px;
  }
  body .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section::before,
  body .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section::before {
    line-height: 35px;
    font-size: 100%;
    left: -9px;
  }
  body .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount,
  body .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  body .nasa-quickview-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period,
  body .nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section .countdown-period {
    font-size: 80%;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title .nasa-title-heading {
    display: block;
  }
  body .nasa-deal-for-time {
    margin: 10px 0;
  }
  body .nasa-title-clone h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  html body .nasa-wrap-select:nth-of-type(1) .select2-container .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  html body .nasa-wrap-button .button.nasa-submit-form {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.nasa-check-reponsive {
  position: fixed;
  left: -100%;
  height: -100%;
  display: block;
  height: 0;
  width: 0;
  background: transparent;
}

.nasa-products-masonry-isotope {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 53.03448em) {
  .nasa-title-absolute {
    position: absolute;
    z-index: 1;
    display: inline-block;
  }
  .nasa-title-absolute.text-left {
    left: 10px;
  }
  .nasa-title-absolute.text-right {
    right: 10px;
  }
  .nasa-title-absolute.nasa-has-padding {
    padding: 0 20px;
  }
  .nasa-title-absolute.nasa-has-padding h2 {
    line-height: 48px;
    font-weight: 500;
  }
  .nasa-title-absolute h2 {
    font-size: 1.65517em;
  }
  .nasa-title-absolute h2, .nasa-title-absolute h3, .nasa-title-absolute h4, .nasa-title-absolute h5 {
    line-height: 52px;
    display: inherit;
    color: #000;
    font-weight: 500;
  }

  ul[class*="block-grid-"].products {
    margin: 0 -5px;
  }

  html {
    margin-right: inherit !important;
  }

  body .nasa-padding-only-mobile {
    padding-top: 0 !important;
  }
  body .transparent-mobile,
  body .filter-cat-icon-mobile,
  body #nasa-menu-sidebar-content {
    display: none;
  }
  body .nasa-bot-icons.filter-cat-icon-mobile {
    display: inherit !important;
  }
  body input.nasa-block-for-desktop {
    display: block;
    width: 100%;
  }
  body .nasa-nav-extra-warp {
    position: absolute;
    top: 20%;
    left: 100%;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body .nasa-nav-extra-warp.nasa-show {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  body .nasa-nav-extra-warp .desktop-menu-bar .bar-mobile_toggle {
    display: inline-block;
    border: 1px solid #ddd;
    border-left: none;
    padding: 20px 20px 20px 18px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    background: #fff;
    text-align: center;
    line-height: 1.2;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    -moz-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.1);
    -ms-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.1);
    -o-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  body .nasa-nav-extra-warp .desktop-menu-bar .bar-mobile_toggle:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 20px rgba(0, 0, 0, 0.1);
    -ms-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 20px rgba(0, 0, 0, 0.1);
    -o-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  body .nasa-nav-extra-warp .desktop-menu-bar .bar-mobile_toggle .fa-bars {
    display: block;
    width: 100%;
    font-size: 150%;
  }
  body .nasa-nav-extra-warp.style-2 .desktop-menu-bar .bar-mobile_toggle {
    border-color: #FFF;
    background: #000;
    color: #FFF;
  }
  body .nasa-nav-extra-warp.style-2 .desktop-menu-bar .bar-mobile_toggle:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  body .nasa-nav-extra-warp.style-2 .desktop-menu-bar .bar-mobile_toggle .fa-bars {
    color: #FFF;
  }
  body .category-page .left,
  body .blog .left {
    padding-right: 20px;
  }
  body .category-page .right,
  body .blog .right {
    padding-left: 20px;
  }
  body .black-window-mobile {
    display: none;
    width: 0;
  }
  body .nasa-archive-product-content {
    position: relative;
    width: 100%;
    clear: both;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter,
  body .nasa-archive-product-content .nasa-products-page-wrap.nasa-has-push-cat {
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter {
    position: relative;
    display: inline-block;
    margin-left: -23%;
    width: 23%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter .widget.woocommerce {
    padding: 5px 5px 50px 10px;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter .widget.woocommerce .widgettitle {
    display: none;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter.nasa-push-cat-show {
    margin-left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }
  body .nasa-archive-product-content .nasa-products-page-wrap.nasa-has-push-cat {
    display: inline-block;
    float: right;
  }
  body .nasa-archive-product-content .nasa-products-page-wrap.nasa-has-push-cat.nasa-push-cat-show {
    width: 75%;
  }

  body .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li.first > a {
    padding-left: 0;
  }
  body .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li.last > a {
    padding-right: 0;
  }

  .shop_table .product-remove a:hover:before, .shop_table .product-remove a:hover:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .hide-for-desktop {
    display: none;
  }

  #submit, button, .button, input[type="submit"] {
    display: inline-block;
  }

  .nasa-recommend-product .nasa-warp-slide-nav-top .nasa-title h3 {
    line-height: 1.4;
  }

  .desktop-margin-10-top {
    margin-top: -10px !important;
  }

  .desktop-margin-20-top {
    margin-top: -20px !important;
  }

  .desktop-margin-30-top {
    margin-top: -30px !important;
  }

  .desktop-margin-40-top {
    margin-top: -40px !important;
  }

  .desktop-margin-50-top {
    margin-top: -50px !important;
  }

  .desktop-margin-60-top {
    margin-top: -60px !important;
  }

  .desktop-margin-70-top {
    margin-top: -70px !important;
  }

  .desktop-margin-80-top {
    margin-top: -80px !important;
  }

  .desktop-margin-90-top {
    margin-top: -90px !important;
  }

  .desktop-margin-100-top {
    margin-top: -100px !important;
  }

  .desktop-margin-110-top {
    margin-top: -110px !important;
  }

  .desktop-margin-120-top {
    margin-top: -120px !important;
  }

  .desktop-margin-130-top {
    margin-top: -130px !important;
  }

  .desktop-margin-140-top {
    margin-top: -140px !important;
  }

  .desktop-margin-150-top {
    margin-top: -150px !important;
  }

  .desktop-margin-top-0 {
    margin-top: 0px !important;
  }

  .desktop-margin-top-5 {
    margin-top: 5px !important;
  }

  .desktop-margin-top-10 {
    margin-top: 10px !important;
  }

  .desktop-margin-top-15 {
    margin-top: 15px !important;
  }

  .desktop-margin-top-20 {
    margin-top: 20px !important;
  }

  .desktop-margin-top-25 {
    margin-top: 25px !important;
  }

  .desktop-margin-top-30 {
    margin-top: 30px !important;
  }

  .desktop-margin-top-35 {
    margin-top: 35px !important;
  }

  .desktop-margin-top-40 {
    margin-top: 40px !important;
  }

  .desktop-margin-top-45 {
    margin-top: 45px !important;
  }

  .desktop-margin-top-50 {
    margin-top: 50px !important;
  }

  .desktop-margin-top-60 {
    margin-top: 60px !important;
  }

  .desktop-margin-top-70 {
    margin-top: 70px !important;
  }

  .desktop-margin-top-80 {
    margin-top: 80px !important;
  }

  .desktop-margin-top-100 {
    margin-top: 100px !important;
  }

  .desktop-margin-top-120 {
    margin-top: 120px !important;
  }

  .desktop-margin-top-140 {
    margin-top: 140px !important;
  }

  .desktop-margin-top-150 {
    margin-top: 150px !important;
  }

  .desktop-margin-top-300 {
    margin-top: 300px !important;
  }

  .desktop-margin-top-310 {
    margin-top: 310px !important;
  }

  .desktop-margin-top-320 {
    margin-top: 320px !important;
  }

  .desktop-margin-top-330 {
    margin-top: 330px !important;
  }

  .desktop-margin-top-340 {
    margin-top: 340px !important;
  }

  .desktop-margin-top-350 {
    margin-top: 350px !important;
  }

  .desktop-margin-bottom-0 {
    margin-bottom: 0px !important;
  }

  .desktop-margin-bottom-5 {
    margin-bottom: 5px !important;
  }

  .desktop-margin-bottom-10 {
    margin-bottom: 10px !important;
  }

  .desktop-margin-bottom-15 {
    margin-bottom: 15px !important;
  }

  .desktop-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .desktop-margin-bottom-25 {
    margin-bottom: 25px !important;
  }

  .desktop-margin-bottom-30 {
    margin-bottom: 30px !important;
  }

  .desktop-margin-bottom-35 {
    margin-bottom: 35px !important;
  }

  .desktop-margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .desktop-margin-bottom-45 {
    margin-bottom: 45px !important;
  }

  .desktop-margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .desktop-margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .desktop-margin-bottom-70 {
    margin-bottom: 70px !important;
  }

  .desktop-margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .desktop-margin-left-0 {
    margin-left: 0px !important;
  }

  .desktop-margin-left-5 {
    margin-left: 5px !important;
  }

  .desktop-margin-left-10 {
    margin-left: 10px !important;
  }

  .desktop-margin-left-15 {
    margin-left: 15px !important;
  }

  .desktop-margin-left-20 {
    margin-left: 20px !important;
  }

  .desktop-margin-left-25 {
    margin-left: 25px !important;
  }

  .desktop-margin-left-30 {
    margin-left: 30px !important;
  }

  .desktop-margin-left-35 {
    margin-left: 35px !important;
  }

  .desktop-margin-left-40 {
    margin-left: 40px !important;
  }

  .desktop-margin-left-45 {
    margin-left: 45px !important;
  }

  .desktop-margin-left-50 {
    margin-left: 50px !important;
  }

  .desktop-margin-left-60 {
    margin-left: 60px !important;
  }

  .desktop-margin-left-70 {
    margin-left: 70px !important;
  }

  .desktop-margin-left-80 {
    margin-left: 80px !important;
  }

  .desktop-margin-right-0 {
    margin-right: 0px !important;
  }

  .desktop-margin-right-5 {
    margin-right: 5px !important;
  }

  .desktop-margin-right-10 {
    margin-right: 10px !important;
  }

  .desktop-margin-right-15 {
    margin-right: 15px !important;
  }

  .desktop-margin-right-20 {
    margin-right: 20px !important;
  }

  .desktop-margin-right-25 {
    margin-right: 25px !important;
  }

  .desktop-margin-right-30 {
    margin-right: 30px !important;
  }

  .desktop-margin-right-35 {
    margin-right: 35px !important;
  }

  .desktop-margin-right-40 {
    margin-right: 40px !important;
  }

  .desktop-margin-right-45 {
    margin-right: 45px !important;
  }

  .desktop-margin-right-50 {
    margin-right: 50px !important;
  }

  .desktop-margin-right-60 {
    margin-right: 60px !important;
  }

  .desktop-margin-right-70 {
    margin-right: 70px !important;
  }

  .desktop-margin-right-80 {
    margin-right: 80px !important;
  }

  .desktop-padding-top-0 {
    padding-top: 0px !important;
  }

  .desktop-padding-top-5 {
    padding-top: 5px !important;
  }

  .desktop-padding-top-10 {
    padding-top: 10px !important;
  }

  .desktop-padding-top-15 {
    padding-top: 15px !important;
  }

  .desktop-padding-top-20 {
    padding-top: 20px !important;
  }

  .desktop-padding-top-25 {
    padding-top: 25px !important;
  }

  .desktop-padding-top-30 {
    padding-top: 30px !important;
  }

  .desktop-padding-top-35 {
    padding-top: 35px !important;
  }

  .desktop-padding-top-40 {
    padding-top: 40px !important;
  }

  .desktop-padding-top-45 {
    padding-top: 45px !important;
  }

  .desktop-padding-top-50 {
    padding-top: 50px !important;
  }

  .desktop-padding-top-60 {
    padding-top: 60px !important;
  }

  .desktop-padding-top-70 {
    padding-top: 70px !important;
  }

  .desktop-padding-top-80 {
    padding-top: 80px !important;
  }

  .desktop-padding-top-90 {
    padding-top: 90px !important;
  }

  .desktop-padding-top-100 {
    padding-top: 100px !important;
  }

  .desktop-padding-top-150 {
    padding-top: 150px !important;
  }

  .desktop-padding-top-200 {
    padding-top: 200px !important;
  }

  .desktop-padding-top-250 {
    padding-top: 200px !important;
  }

  .desktop-padding-bottom-0 {
    padding-bottom: 0px !important;
  }

  .desktop-padding-bottom-5 {
    padding-bottom: 5px !important;
  }

  .desktop-padding-bottom-10 {
    padding-bottom: 10px !important;
  }

  .desktop-padding-bottom-15 {
    padding-bottom: 15px !important;
  }

  .desktop-padding-bottom-20 {
    padding-bottom: 20px !important;
  }

  .desktop-padding-bottom-25 {
    padding-bottom: 25px !important;
  }

  .desktop-padding-bottom-30 {
    padding-bottom: 30px !important;
  }

  .desktop-padding-bottom-35 {
    padding-bottom: 35px !important;
  }

  .desktop-padding-bottom-40 {
    padding-bottom: 40px !important;
  }

  .desktop-padding-bottom-45 {
    padding-bottom: 45px !important;
  }

  .desktop-padding-bottom-50 {
    padding-bottom: 50px !important;
  }

  .desktop-padding-bottom-60 {
    padding-bottom: 60px !important;
  }

  .desktop-padding-bottom-70 {
    padding-bottom: 70px !important;
  }

  .desktop-padding-bottom-80 {
    padding-bottom: 80px !important;
  }

  .desktop-padding-bottom-90 {
    padding-bottom: 90px !important;
  }

  .desktop-padding-bottom-100 {
    padding-bottom: 100px !important;
  }

  .desktop-padding-bottom-150 {
    padding-bottom: 150px !important;
  }

  .desktop-padding-bottom-200 {
    padding-bottom: 200px !important;
  }

  .desktop-padding-bottom-250 {
    padding-bottom: 250px !important;
  }

  .desktop-padding-left-0 {
    padding-left: 0px !important;
  }

  .desktop-padding-left-5 {
    padding-left: 5px !important;
  }

  .desktop-padding-left-10 {
    padding-left: 10px !important;
  }

  .desktop-padding-left-15 {
    padding-left: 15px !important;
  }

  .desktop-padding-left-20 {
    padding-left: 20px !important;
  }

  .desktop-padding-left-25 {
    padding-left: 25px !important;
  }

  .desktop-padding-left-30 {
    padding-left: 30px !important;
  }

  .desktop-padding-left-35 {
    padding-left: 35px !important;
  }

  .desktop-padding-left-40 {
    padding-left: 40px !important;
  }

  .desktop-padding-left-45 {
    padding-left: 45px !important;
  }

  .desktop-padding-left-50 {
    padding-left: 50px !important;
  }

  .desktop-padding-left-60 {
    padding-left: 60px !important;
  }

  .desktop-padding-left-70 {
    padding-left: 70px !important;
  }

  .desktop-padding-left-80 {
    padding-left: 80px !important;
  }

  .desktop-padding-left-90 {
    padding-left: 90px !important;
  }

  .desktop-padding-left-100 {
    padding-left: 100px !important;
  }

  .desktop-padding-left-110 {
    padding-left: 110px !important;
  }

  .desktop-padding-left-120 {
    padding-left: 120px !important;
  }

  .desktop-padding-left-130 {
    padding-left: 130px !important;
  }

  .desktop-padding-left-140 {
    padding-left: 140px !important;
  }

  .desktop-padding-left-150 {
    padding-left: 150px !important;
  }

  .desktop-padding-left-160 {
    padding-left: 160px !important;
  }

  .desktop-padding-left-170 {
    padding-left: 170px !important;
  }

  .desktop-padding-left-180 {
    padding-left: 180px !important;
  }

  .desktop-padding-left-190 {
    padding-left: 190px !important;
  }

  .desktop-padding-left-200 {
    padding-left: 200px !important;
  }

  .desktop-padding-right-0 {
    padding-right: 0px !important;
  }

  .desktop-padding-right-5 {
    padding-right: 5px !important;
  }

  .desktop-padding-right-10 {
    padding-right: 10px !important;
  }

  .desktop-padding-right-15 {
    padding-right: 15px !important;
  }

  .desktop-padding-right-20 {
    padding-right: 20px !important;
  }

  .desktop-padding-right-25 {
    padding-right: 25px !important;
  }

  .desktop-padding-right-30 {
    padding-right: 30px !important;
  }

  .desktop-padding-right-35 {
    padding-right: 35px !important;
  }

  .desktop-padding-right-40 {
    padding-right: 40px !important;
  }

  .desktop-padding-right-45 {
    padding-right: 45px !important;
  }

  .desktop-padding-right-50 {
    padding-right: 50px !important;
  }

  .desktop-padding-right-60 {
    padding-right: 60px !important;
  }

  .desktop-padding-right-70 {
    padding-right: 70px !important;
  }

  .desktop-padding-right-80 {
    padding-right: 80px !important;
  }

  .desktop-padding-right-90 {
    padding-right: 90px !important;
  }

  .desktop-padding-right-100 {
    padding-right: 100px !important;
  }

  .desktop-padding-right-110 {
    padding-right: 110px !important;
  }

  .desktop-padding-right-120 {
    padding-right: 120px !important;
  }

  .desktop-padding-right-130 {
    padding-right: 130px !important;
  }

  .desktop-padding-right-140 {
    padding-right: 140px !important;
  }

  .desktop-padding-right-150 {
    padding-right: 150px !important;
  }

  .desktop-padding-right-160 {
    padding-right: 160px !important;
  }

  .desktop-padding-right-170 {
    padding-right: 170px !important;
  }

  .desktop-padding-right-180 {
    padding-right: 180px !important;
  }

  .desktop-padding-right-190 {
    padding-right: 190px !important;
  }

  .desktop-padding-right-200 {
    padding-right: 200px !important;
  }
}
@media only screen and (max-width: 52.96552em) {
  body .nasa-check-reponsive.nasa-switch-check {
    width: 1px;
    height: 1px;
  }
  body .site-main {
    width: 100%;
  }
  body .tipr_container_bottom,
  body .tipr_container_top {
    display: none !important;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter {
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    position: fixed;
    display: inline-block;
    left: -80%;
    top: 0;
    width: 500px;
    max-width: 80%;
    height: 100%;
    z-index: 401;
    background: #FFF;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter .widget.woocommerce {
    padding: 60px 25px 30px 25px;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter.nasa-push-cat-show {
    left: 0;
  }
  body .black-window-mobile {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  body .black-window-mobile.nasa-push-cat-show {
    visibility: visible;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  body .nasa-slide-style-product-carousel.nasa-product-list-carousel .nasa-nav-carousel-wrap {
    top: -60px;
  }
  body .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1132px) {
  .header-icons > li {
    font-size: 95%;
  }
  .header-icons > li .wishlist-number .nasa-text,
  .header-icons > li .compare-number .nasa-text {
    color: #333e48;
  }

  .nasa-header-icons-type-1 .header-icons > li {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body ul.products li.product-item {
    width: 100%;
  }
  body .columns.nasa-column-custom-2 {
    width: 100%;
  }
  body .columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block div.small-6 {
    width: 100%;
  }
  body .columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-img {
    padding: 10px;
  }
  body .product-info .cart .nasa-single-form-text {
    display: none;
  }
  body .nasa-login-register-warper #nasa-login-register-form .nasa-form-content {
    margin: 10px 10px 35px 10px;
  }
  body .nasa-side-sidebar {
    padding: 60px 20px;
  }
}
@media all and (max-width: 320px) {
  .nasa-main-content-warp .nasa-sc-p-info .nasa-sc-price .nasa-sc-p-price {
    bottom: 0px !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .group-slider .small-block-grid-2 > li {
    width: 40%;
  }

  #top-bar .left-text {
    float: left;
    text-align: left;
    font-size: 60%;
    width: auto;
  }

  .mini-cart .cart-inner {
    position: relative;
  }

  .config {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .config {
    display: none;
  }

  .group-slider .small-block-grid-2 > li {
    width: 30%;
  }

  .group-slider .sliderControlls {
    display: none;
  }

  .search-wrapper form#yith-ajaxsearchform input {
    width: auto;
  }

  .service-block .box .title .text {
    top: 18px;
  }

  .banner .banner-content .banner-inner {
    padding: 0px !important;
  }

  .border_inner {
    border: none;
  }

  .rev_slider_wrapper {
    margin-bottom: 20px !important;
  }

  .group-blogs .blog_info {
    font-size: 85%;
    margin-bottom: 10px;
  }

  .product-info .quantity {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-info .nasa-sc-block-content {
    margin: 0;
    padding: 10px !important;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-full .nasa-sc-p-thumbs .nasa-thumb-a .nasa-pos-relative .nasa-icon-current .pe-7s-angle-left {
    margin-top: 10px;
  }

  .page-checkout .cart-sidebar .button {
    width: 100%;
  }
  .page-checkout .cart-sidebar .checkout-button {
    margin-left: 0px;
  }
  .page-checkout input[name="apply_coupon"] {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body .related-product .related-block-title hr.nasa-separator,
  body .related-product .viewed-block-title hr.nasa-separator,
  body .viewed .related-block-title hr.nasa-separator,
  body .viewed .viewed-block-title hr.nasa-separator {
    width: 90%;
  }
  body .nasa-static-sidebar {
    padding: 30px 20px;
  }
  body .nasa-wrap-title-width {
    width: 100%;
  }
  body .nasa-sidebar-return-shop {
    font-size: 80%;
  }
}
@media screen and (max-width: 340px) {
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .add-to-cart-btn {
    bottom: -15px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid .add_to_cart_text {
    font-size: 70%;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid .cart-icon {
    height: 26px;
    width: 26px;
    line-height: 27px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .add-to-cart-btn.nasa-active .add-to-cart-grid .add_to_cart_text, body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .add-to-cart-btn:hover .add-to-cart-grid .add_to_cart_text {
    width: 90px;
  }
}
@media screen and (max-width: 1199px) {
  body .vertical-menu.nasa-allways-show-warp {
    min-width: auto;
  }
  body .site-header .static-block-wrapper .static-block-support .support-show .static-block-label {
    display: none;
  }
  body .site-header .static-block-wrapper .static-block-support .support-show .static-block-label.nasa-bold {
    display: block;
    font-size: 110%;
  }
}
@media screen and (min-width: 1200px) {
  #main-content > .section-element > .row > .columns.nasa-full-to-left {
    position: absolute;
    left: 0;
    padding-left: 0;
  }
  #main-content > .section-element > .row > .columns.nasa-full-to-right {
    position: absolute;
    right: 0;
    padding-right: 0;
  }

  body .nasa-check-reponsive.nasa-desktop-check {
    width: 1px;
    height: 1px;
  }
}
@media screen and (max-width: 1199px) {
  .header-type-1 .nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1100px) {
  body .nasa-products-special-deal.nasa-products-special-deal-multi .nasa-nav-slick-wrap .nasa-nav-slick-div {
    font-size: 100%;
  }

  [name="update_cart"] {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  body .nasa-top-row-filter .showing_info_top {
    display: none;
  }
}
@media only screen and (min-width: 946px) and (max-width: 1150px) {
  body .header-icons > li a .nasa-icon.icon-nasa-search {
    font-size: 145%;
  }
}
@media screen and (max-width: 420px) {
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .add-to-cart-btn,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-wishlist {
    right: 8px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .quick-view,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-compare,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-combo-link {
    right: 6px;
    width: 25px;
    height: 25px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .quick-view .pe-icon,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .quick-view .nasa-icon,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-compare .pe-icon,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-compare .nasa-icon,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-combo-link .pe-icon,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-combo-link .nasa-icon {
    font-size: 85%;
    line-height: 24px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .quick-view {
    top: 50px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-compare {
    top: 85px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-compare .pe-icon:before,
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-compare .nasa-icon:before {
    line-height: 26px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-combo-link {
    top: 120px;
  }
  body .small-6 .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .add-to-cart-btn,
  body .small-6 .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-wishlist {
    right: 5px;
  }
  body .product-item.style-2 .product-img-wrap .nasa-product-grid .product-interactions .btn-compare .compare-icon {
    line-height: 28px;
  }
  body .mobile-menu .nasa-mobile-menu-icon {
    font-size: 150%;
  }
  body .mobile-search {
    font-size: 150%;
    top: 0;
  }
  body .cart button.nasa-buy-now,
  body .product-info .cart .single_add_to_cart_button {
    padding: 12px 0.7em;
  }
}
@media only screen and (min-width: 70.62069em) {
  .row .large-2:nth-of-type(n) {
    clear: none;
  }
  .row .large-2:nth-of-type(6n+1) {
    clear: both;
  }
  .row .large-3:nth-of-type(n) {
    clear: none;
  }
  .row .large-3:nth-of-type(4n+1) {
    clear: both;
  }
  .row .large-4:nth-of-type(n) {
    clear: none;
  }
  .row .large-4:nth-of-type(3n+1) {
    clear: both;
  }
  .row .nasa-5-col.columns,
  .row .nasa-large-5-col-1.columns {
    width: 20%;
  }
  .row .nasa-5-col.columns:nth-of-type(n),
  .row .nasa-large-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  .row .nasa-5-col.columns:nth-of-type(5n+1),
  .row .nasa-large-5-col-1.columns:nth-of-type(5n+1) {
    clear: both;
  }
  .row .nasa-5-col-2.columns,
  .row .nasa-large-5-col-2.columns {
    width: 40%;
  }
  .row .nasa-5-col-3.columns,
  .row .nasa-large-5-col-3.columns {
    width: 60%;
  }
  .row .nasa-5-col-4.columns,
  .row .nasa-large-5-col-4.columns {
    width: 80%;
  }
  .row .large-6:nth-of-type(n) {
    clear: none;
  }
  .row .large-6:nth-of-type(2n+1) {
    clear: both;
  }
  .row .large-offset-1 {
    margin-left: 8.333333%;
  }
  .row .large-offset-2 {
    margin-left: 16.666666%;
  }
  .row .large-offset-3 {
    margin-left: 25%;
  }
  .row .large-offset-4 {
    margin-left: 33.333333%;
  }
  .row .large-offset-5 {
    margin-left: 41.666666%;
  }
  .row .large-offset-6 {
    margin-left: 50%;
  }
  .row .large-offset-7 {
    margin-left: 58.333333%;
  }
  .row .large-offset-8 {
    margin-left: 66.666666%;
  }
  .row .large-offset-9 {
    margin-left: 75%;
  }
  .row .large-offset-10 {
    margin-left: 83.333333%;
  }
  .row .large-offset-11 {
    margin-left: 91.666666%;
  }
  .row .large-offset-12 {
    margin-left: 100%;
  }
  .row .nasa-large-offset-5-col-1.columns {
    margin-left: 20%;
  }
  .row .nasa-large-offset-5-col-2.columns {
    margin-left: 40%;
  }
  .row .nasa-large-offset-5-col-3.columns {
    margin-left: 60%;
  }
  .row .nasa-large-offset-5-col-4.columns {
    margin-left: 80%;
  }
}
@media only screen and (min-width: 52.96552em) and (max-width: 70.62069em) {
  html body .category-page.nasa-with-sidebar-classic .nasa-sort-bar-layout-side-sidebar .select-wrapper:before,
  .nasa-accessories-product .product-img:before,
  .nasa-change-view-layout-side-sidebar,
  .hide-for-medium {
    display: none;
  }

  body .nasa-check-reponsive.nasa-taplet-check {
    width: 1px;
    height: 1px;
  }
  body .nasa-row-child-clear-none.products.grid > .row:before, body .nasa-row-child-clear-none.products.grid > .row:after {
    clear: none;
  }
  body .nasa-row-child-clear-none.products.grid > .row [class*="column"] + [class*="column"]:last-child {
    float: left;
  }
  body .nasa-row-child-clear-none.products.grid > .row .medium-1,
  body .nasa-row-child-clear-none.products.grid > .row .medium-2,
  body .nasa-row-child-clear-none.products.grid > .row .medium-3,
  body .nasa-row-child-clear-none.products.grid > .row .medium-4,
  body .nasa-row-child-clear-none.products.grid > .row .medium-5,
  body .nasa-row-child-clear-none.products.grid > .row .medium-6,
  body .nasa-row-child-clear-none.products.grid > .row .medium-7,
  body .nasa-row-child-clear-none.products.grid > .row .medium-8,
  body .nasa-row-child-clear-none.products.grid > .row .medium-9,
  body .nasa-row-child-clear-none.products.grid > .row .medium-10,
  body .nasa-row-child-clear-none.products.grid > .row .medium-11,
  body .nasa-row-child-clear-none.products.grid > .row .medium-12 {
    margin-bottom: 10px;
  }
  body .nasa-row-child-clear-none .row:before, body .nasa-row-child-clear-none .row:after {
    clear: none;
  }
  body .nasa-row-child-clear-none .row [class*="column"] + [class*="column"]:last-child {
    float: left;
  }
  body .nasa-row-child-clear-none .row .medium-1,
  body .nasa-row-child-clear-none .row .medium-2,
  body .nasa-row-child-clear-none .row .medium-3,
  body .nasa-row-child-clear-none .row .medium-4,
  body .nasa-row-child-clear-none .row .medium-5,
  body .nasa-row-child-clear-none .row .medium-6,
  body .nasa-row-child-clear-none .row .medium-7,
  body .nasa-row-child-clear-none .row .medium-8,
  body .nasa-row-child-clear-none .row .medium-9,
  body .nasa-row-child-clear-none .row .medium-10,
  body .nasa-row-child-clear-none .row .medium-11 {
    margin-bottom: 10px;
  }
  body .medium-block-grid-2 > li {
    width: 50%;
  }
  body .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  body .medium-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 5px;
  }
  body .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
    padding-right: 5px;
  }
  body .medium-block-grid-3 > li {
    width: 33.333333%;
  }
  body .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  body .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  body .medium-block-grid-4 > li {
    width: 25%;
  }
  body .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  body .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  body .row .medium-1 {
    width: 8.333333%;
  }
  body .row .medium-2 {
    width: 16.666666%;
  }
  body .row .medium-2:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-2:nth-of-type(6n+1) {
    clear: both;
  }
  body .row .medium-3 {
    width: 25%;
  }
  body .row .medium-3:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-3:nth-of-type(4n+1) {
    clear: both;
  }
  body .row .medium-4 {
    width: 33.333333%;
  }
  body .row .medium-4:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-4:nth-of-type(3n+1) {
    clear: both;
  }
  body .row .medium-5 {
    width: 41.666666%;
  }
  body .row .medium-6 {
    width: 50%;
  }
  body .row .medium-6:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-6:nth-of-type(2n+1) {
    clear: both;
  }
  body .row .medium-7 {
    width: 58.333333%;
  }
  body .row .medium-8 {
    width: 66.666666%;
  }
  body .row .medium-9 {
    width: 75%;
  }
  body .row .medium-10 {
    width: 83.333333%;
  }
  body .row .medium-11 {
    width: 91.666666%;
  }
  body .row .medium-12 {
    width: 100%;
  }
  body .row .nasa-medium-5-col-1.columns {
    width: 20%;
  }
  body .row .nasa-medium-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  body .row .nasa-medium-5-col-1.columns:nth-of-type(5n+1) {
    clear: both;
  }
  body .row .nasa-medium-5-col-2.columns {
    width: 40%;
  }
  body .row .nasa-medium-5-col-3.columns {
    width: 60%;
  }
  body .row .nasa-medium-5-col-4.columns {
    width: 80%;
  }
  body .row .medium-offset-1 {
    margin-left: 8.333333%;
  }
  body .row .medium-offset-2 {
    margin-left: 16.666666%;
  }
  body .row .medium-offset-3 {
    margin-left: 25%;
  }
  body .row .medium-offset-4 {
    margin-left: 33.333333%;
  }
  body .row .medium-offset-5 {
    margin-left: 41.666666%;
  }
  body .row .medium-offset-6 {
    margin-left: 50%;
  }
  body .row .medium-offset-7 {
    margin-left: 58.333333%;
  }
  body .row .medium-offset-8 {
    margin-left: 66.666666%;
  }
  body .row .medium-offset-9 {
    margin-left: 75%;
  }
  body .row .medium-offset-10 {
    margin-left: 83.333333%;
  }
  body .row .medium-offset-11 {
    margin-left: 91.666666%;
  }
  body .row .medium-offset-12 {
    margin-left: 100%;
  }
  body .row .nasa-medium-offset-5-col-1.columns {
    margin-left: 20%;
  }
  body .row .nasa-medium-offset-5-col-2.columns {
    margin-left: 40%;
  }
  body .row .nasa-medium-offset-5-col-3.columns {
    margin-left: 60%;
  }
  body .row .nasa-medium-offset-5-col-4.columns {
    margin-left: 80%;
  }

  .category-page .col-sidebar,
  .category-page .column.col-sidebar,
  .category-page .columns.col-sidebar {
    padding: 60px;
  }
}
@media only screen and (max-width: 52.96552em) {
  .nasa-accessories-product .product-img:before,
  .nasa-change-view-layout-side-sidebar,
  .hide-for-mobile {
    display: none;
  }

  body .nasa-products-masonry-isotope .nasa-content-page-products {
    padding-left: 5px;
    padding-right: 5px;
  }
  body .nasa-products-masonry-isotope .products > li.product-warp-item {
    padding: 5px;
  }
  body .nasa-check-reponsive.nasa-mobile-check {
    width: 1px;
    height: 1px;
  }
  body .category-page .col-sidebar,
  body .category-page .column.col-sidebar,
  body .category-page .columns.col-sidebar,
  body .category-page .nasa-side-sidebar {
    padding: 25px 30px 30px 30px;
  }
  body .nasa-labels-filter-top .nasa-labels-filter-accordion .nasa-top-row-filter li {
    width: 100%;
  }
  body .nasa-tabs-content.woocommerce-tabs.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tabs li.nasa-single-product-tab > a h5 {
    font-size: 150%;
  }
  body .nasa-row-child-clear-none.products.grid > .row:before, body .nasa-row-child-clear-none.products.grid > .row:after {
    clear: none;
  }
  body .nasa-row-child-clear-none.products.grid > .row [class*="column"] + [class*="column"]:last-child {
    float: left;
  }
  body .nasa-row-child-clear-none.products.grid > .row .small-1,
  body .nasa-row-child-clear-none.products.grid > .row .small-2,
  body .nasa-row-child-clear-none.products.grid > .row .small-3,
  body .nasa-row-child-clear-none.products.grid > .row .small-4,
  body .nasa-row-child-clear-none.products.grid > .row .small-5,
  body .nasa-row-child-clear-none.products.grid > .row .small-6,
  body .nasa-row-child-clear-none.products.grid > .row .small-7,
  body .nasa-row-child-clear-none.products.grid > .row .small-8,
  body .nasa-row-child-clear-none.products.grid > .row .small-9,
  body .nasa-row-child-clear-none.products.grid > .row .small-10,
  body .nasa-row-child-clear-none.products.grid > .row .small-11,
  body .nasa-row-child-clear-none.products.grid > .row .small-12 {
    margin-bottom: 10px;
  }
  body .nasa-row-child-clear-none.row:before, body .nasa-row-child-clear-none.row:after {
    clear: none;
  }
  body .nasa-row-child-clear-none.row [class*="column"] + [class*="column"]:last-child {
    float: left;
  }
  body .nasa-row-child-clear-none.row .small-1,
  body .nasa-row-child-clear-none.row .small-2,
  body .nasa-row-child-clear-none.row .small-3,
  body .nasa-row-child-clear-none.row .small-4,
  body .nasa-row-child-clear-none.row .small-5,
  body .nasa-row-child-clear-none.row .small-6,
  body .nasa-row-child-clear-none.row .small-7,
  body .nasa-row-child-clear-none.row .small-8,
  body .nasa-row-child-clear-none.row .small-9,
  body .nasa-row-child-clear-none.row .small-10,
  body .nasa-row-child-clear-none.row .small-11 {
    margin-bottom: 10px;
  }
  body .small-block-grid-2 > li {
    width: 50%;
  }
  body .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  body .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  body .small-block-grid-2 > li.product-warp-item:nth-of-type(2n) {
    padding-left: 5px;
  }
  body .small-block-grid-2 > li.product-warp-item:nth-of-type(2n+1) {
    padding-right: 5px;
  }
  body .small-block-grid-3 > li {
    width: 33.333333%;
  }
  body .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  body .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  body .small-block-grid-4 > li {
    width: 25%;
  }
  body .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  body .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  body .row .small-1 {
    width: 8.333333%;
  }
  body .row .small-2 {
    width: 16.666666%;
  }
  body .row .small-2:nth-of-type(n) {
    clear: none;
  }
  body .row .small-2:nth-of-type(6n+1) {
    clear: both;
  }
  body .row .small-3 {
    width: 25%;
  }
  body .row .small-3:nth-of-type(n) {
    clear: none;
  }
  body .row .small-3:nth-of-type(4n+1) {
    clear: both;
  }
  body .row .small-4 {
    width: 33.333333%;
  }
  body .row .small-4:nth-of-type(n) {
    clear: none;
  }
  body .row .small-4:nth-of-type(3n+1) {
    clear: both;
  }
  body .row .small-5 {
    width: 41.666666%;
  }
  body .row .small-6 {
    width: 50%;
  }
  body .row .small-6:nth-of-type(n) {
    clear: none;
  }
  body .row .small-6:nth-of-type(2n+1) {
    clear: both;
  }
  body .row .small-6.product-warp-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  body .row .small-7 {
    width: 58.333333%;
  }
  body .row .small-8 {
    width: 66.666666%;
  }
  body .row .small-9 {
    width: 75%;
  }
  body .row .small-10 {
    width: 83.333333%;
  }
  body .row .small-11 {
    width: 91.666666%;
  }
  body .row .small-12 {
    width: 100%;
  }
  body .row .nasa-small-5-col-1.columns {
    width: 20%;
  }
  body .row .nasa-small-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  body .row .nasa-small-5-col-1.columns:nth-of-type(5n+1) {
    clear: both;
  }
  body .row .nasa-small-5-col-2.columns {
    width: 40%;
  }
  body .row .nasa-small-5-col-3.columns {
    width: 60%;
  }
  body .row .nasa-small-5-col-4.columns {
    width: 80%;
  }
  body .row .small-offset-1 {
    margin-left: 8.333333%;
  }
  body .row .small-offset-2 {
    margin-left: 16.666666%;
  }
  body .row .small-offset-3 {
    margin-left: 25%;
  }
  body .row .small-offset-4 {
    margin-left: 33.333333%;
  }
  body .row .small-offset-5 {
    margin-left: 41.666666%;
  }
  body .row .small-offset-6 {
    margin-left: 50%;
  }
  body .row .small-offset-7 {
    margin-left: 58.333333%;
  }
  body .row .small-offset-8 {
    margin-left: 66.666666%;
  }
  body .row .small-offset-9 {
    margin-left: 75%;
  }
  body .row .small-offset-10 {
    margin-left: 83.333333%;
  }
  body .row .small-offset-11 {
    margin-left: 91.666666%;
  }
  body .row .small-offset-12 {
    margin-left: 100%;
  }
  body .row .nasa-small-offset-5-col-1.columns {
    margin-left: 20%;
  }
  body .row .nasa-small-offset-5-col-2.columns {
    margin-left: 40%;
  }
  body .row .nasa-small-offset-5-col-3.columns {
    margin-left: 60%;
  }
  body .row .nasa-small-offset-5-col-4.columns {
    margin-left: 80%;
  }

  .category-page .col-sidebar,
  .category-page .column.col-sidebar,
  .category-page .columns.col-sidebar {
    padding: 60px;
  }
}
.vc_separator h4 {
  font-size: 150%;
  font-weight: 400;
}

.wpb_content_element.vc_separator {
  margin-bottom: 10px !important;
}

.wpb_content_element.vc_separator_align_left {
  margin-bottom: 40px !important;
}

.vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 15px;
}

.page-template-page-blank .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-page-blank .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.wpb_widgetised_column {
  margin-bottom: 0px !important;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.nasa-row.fullwidth .nasa-col {
  padding: 0;
}

.page-template-page-home-left-header .nasa-row.fullwidth .nasa-col {
  margin-bottom: 0px;
}

.page-template-page-home-left-header .wpb_revslider_element {
  margin-bottom: 0px !important;
}

.vc_progress_bar {
  padding-top: 25px;
}

.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

.section-element.home_box_wrap .nasa-col, .section-element.nasa-wrap-5-cols .nasa-col {
  float: left;
  width: 18.8%;
  padding: 0;
  margin-right: 1.5%;
  min-height: 0;
}
.section-element.home_box_wrap .nasa-col.home_box_last, .section-element.home_box_wrap .nasa-col.last, .section-element.nasa-wrap-5-cols .nasa-col.home_box_last, .section-element.nasa-wrap-5-cols .nasa-col.last {
  margin: 0 !important;
}
.section-element.home_box_wrap.nasa-no-margin .nasa-col, .section-element.nasa-wrap-5-cols.nasa-no-margin .nasa-col {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0;
  min-height: 0;
}

@media only screen and (max-width: 52.96552em) {
  .section-element.home_box_wrap .nasa-col, .section-element.nasa-wrap-5-cols .nasa-col {
    float: left;
    width: 100%;
    padding: 0;
    margin-right: 0;
    min-height: 0;
  }
  .section-element.home_box_wrap.nasa-no-margin .nasa-col, .section-element.nasa-wrap-5-cols.nasa-no-margin .nasa-col {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 0;
  }
}
.wishlist_table .product-thumbnail a img {
  overflow: hidden;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.wishlist_table .product-thumbnail:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.wishlist_table td.product-name a:hover {
  color: #fdce07;
}

#yith-wcwl-popup-message {
  background: transparent;
  line-height: 40px;
  font-size: 120%;
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  margin: 0 auto !important;
}
#yith-wcwl-popup-message #yith-wcwl-message {
  display: block;
  width: 100%;
  opacity: 0.9;
  background: #5cb85c;
  color: #FFF;
}

.ajax-loading {
  display: none !important;
}

.product-gallery .yith-wcwl-wishlistexistsbrowse {
  display: none !important;
}

.product-img.images .yith-wcwl-add-to-wishlist {
  display: none;
}

.nasa-promotion-news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 98;
}
.nasa-promotion-news.nasa-hide {
  display: none;
}
.nasa-promotion-news .nasa-wapper-promotion {
  position: relative;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news {
  height: 75px;
  position: relative;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news .nasa-content-promotion-custom {
  height: 100%;
  width: 100%;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news .nasa-content-promotion-custom table {
  height: 100%;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news .nasa-content-promotion-custom table td {
  text-align: center;
  font-size: 120%;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news .nasa-content-promotion-custom table td a {
  color: inherit;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news a.nasa-a-icon {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  font-size: 180%;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news .nasa-post-slider .nasa-post-slider-item {
  text-align: center;
  padding: 30px 0;
}
.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news .nasa-post-slider .nasa-post-slider-item a {
  font-size: 150%;
  font-weight: bold;
  color: #fdce07;
}

.nasa-promotion-show {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 180%;
  background: #222;
  color: #FFF;
  display: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.nasa-promotion-show.nasa-show {
  display: block;
}

.nasa-position-relative {
  position: relative;
  background: transparent;
  height: 0px;
}

#nasa-back-to-top {
  width: 45px;
  height: 45px;
  display: block;
  position: fixed;
  bottom: 200px;
  right: 25px;
  z-index: 100;
  background: #fff;
  color: #333e48;
  line-height: 45px;
  font-size: 200%;
  text-align: center;
  visibility: hidden;
  filter: alpha(opacity=70);
  opacity: 0.7;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -moz-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -ms-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -o-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#nasa-back-to-top i {
  line-height: 45px;
}
#nasa-back-to-top:hover {
  background: #f5f5f5;
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-share {
  margin-top: 10px;
  margin-bottom: 0;
}
.nasa-share li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-right: 25px;
}
.nasa-share li a span, .nasa-share li a i {
  background: transparent;
  color: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-share li a:hover span, .nasa-share li a:hover i {
  filter: alpha(opacity=100);
  opacity: 1;
}

.social-icons.share-row span.title {
  font-weight: bold;
  margin-right: 5px;
}

.nasa-follow {
  margin-top: 15px;
  margin-bottom: 0;
}

.nasa-follow-title {
  font-weight: bold;
}

.follow-icon a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.follow-icon a span, .follow-icon a i {
  background: transparent;
  color: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.follow-icon a:hover span, .follow-icon a:hover i {
  filter: alpha(opacity=100);
  opacity: 1;
}
.follow-icon a:last-child {
  margin-right: 0;
}

body .cwginstock-subscribe-form .panel {
  margin-top: 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .cwginstock-subscribe-form .panel-heading {
  padding: 0;
  border-bottom: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body .cwginstock-subscribe-form .panel-primary > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
body .cwginstock-panel-heading h4 {
  color: inherit;
  display: inline-block;
  font-size: 120%;
}
body .cwginstock-subscribe-form .panel-body {
  padding: 0;
}
body .cwginstock-subscribe-form .row {
  margin: 0;
}
body .cwginstock-subscribe-form .col-md-12 {
  padding: 0;
}
body .cwginstock-subscribe-form .center-block {
  display: inline-block;
}
body .cwginstock-subscribe-form .center-block:first-child {
  float: left;
  margin-right: 10px;
}
body .cwginstock-subscribe-form input[type="email"],
body .cwginstock-subscribe-form input[type="text"] {
  border: 1px solid #CCC;
  height: 42px;
  padding: 8px 15px;
  line-height: 20px;
  min-width: 250px;
  display: inline-block;
  margin: 0;
  text-align: left !important;
  font-weight: bold;
}
body .cwgstock_output {
  line-height: 1.4;
}
body .blockOverlay {
  background: #FFF !important;
}

.contact-information {
  font-size: 100%;
}
.contact-information li {
  list-style: none;
  padding-top: 3px;
}
.contact-information li .contact-icon {
  float: left;
  margin-right: 15px;
  font-size: 150%;
}
.contact-information li .contact-text {
  line-height: 2.0;
}

.footer-type-default {
  padding: 30px;
  background: #f9f9f9;
  text-align: center;
  font-weight: bold;
}

#nasa-footer {
  background: #FAFAFA;
  border-top: 1px solid #ececec;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#nasa-footer p {
  line-height: 2;
}
#nasa-footer .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-right: 0;
  width: 100%;
}
#nasa-footer .wpcf7-not-valid-tip {
  padding-top: 5px;
  padding-bottom: 10px;
}
#nasa-footer .wpcf7-mail-sent-ok,
#nasa-footer .wpcf7-validation-errors {
  border: none;
}
#nasa-footer .nasa-title {
  color: inherit;
}
#nasa-footer .nasa-title span {
  color: inherit;
  font-size: 115%;
}
#nasa-footer .nasa-nav-sc-menu {
  margin-top: 25px;
}
#nasa-footer .widget_nav_menu ul li,
#nasa-footer .nasa-nav-sc-menu ul li {
  list-style: none;
}
#nasa-footer .widget_nav_menu ul li a,
#nasa-footer .nasa-nav-sc-menu ul li a {
  border: none;
  color: inherit;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
#nasa-footer .widget_nav_menu ul li a:hover,
#nasa-footer .nasa-nav-sc-menu ul li a:hover {
  color: #282828;
}
#nasa-footer .top-footer .nasa-hr {
  display: block;
  height: 2px;
}
#nasa-footer .nasa-contact-footer-custom h5 {
  font-size: 150%;
  color: #fdce07;
}
#nasa-footer .nasa-contact-footer-custom h5 i {
  color: #fdce07;
}
#nasa-footer .nasa-footer-bottom {
  background: #FFF;
  color: #333;
  padding: 20px 0;
  border-top: 1px solid #ececec;
}
#nasa-footer .nasa-footer-bottom .widget_nav_menu,
#nasa-footer .nasa-footer-bottom .nasa-nav-sc-menu {
  margin-bottom: 0;
}
#nasa-footer .nasa-footer-bottom .widget_nav_menu ul li a:hover,
#nasa-footer .nasa-footer-bottom .nasa-nav-sc-menu ul li a:hover {
  color: #fdce07;
}
#nasa-footer .nasa-footer-bottom.footer-dark {
  background: #333;
  color: #ccc;
  border-color: #666;
}
#nasa-footer .nasa-footer-bottom.footer-dark .widget_nav_menu,
#nasa-footer .nasa-footer-bottom.footer-dark .nasa-nav-sc-menu {
  margin-bottom: 0;
}
#nasa-footer .nasa-footer-bottom.footer-dark .widget_nav_menu ul li a:hover,
#nasa-footer .nasa-footer-bottom.footer-dark .nasa-nav-sc-menu ul li a:hover {
  color: #FFF;
}
#nasa-footer .nasa-footer-bottom-left p {
  line-height: 300%;
}
#nasa-footer .nasa-footer-bottom-right .nasa-nav-sc-menu {
  margin-top: 0;
  float: right;
}
#nasa-footer .nasa-footer-bottom-right ul {
  margin-bottom: 0;
  line-height: 2.3;
}
#nasa-footer .nasa-footer-bottom-right ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
#nasa-footer .nasa-footer-bottom-right ul li:after {
  position: absolute;
  display: block;
  content: " ";
  right: -10px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#nasa-footer .nasa-footer-bottom-right ul li:first-child {
  margin-left: 0;
}
#nasa-footer .nasa-footer-bottom-right ul li:first-child:after {
  content: "";
}
#nasa-footer .footer-type-1 .wpcf7 input[type="email"],
#nasa-footer .footer-type-1 .wpcf7 .nasa-footer-contact-mail {
  margin: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 70px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#nasa-footer .footer-type-1 .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
#nasa-footer .footer-type-1 .nasa-footer-wrap-contact {
  position: relative;
}
#nasa-footer .footer-type-1 .nasa-footer-wrap-contact .btn-submit-newsletters {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  height: 35px;
  line-height: 35px;
  background: none;
  font-weight: 500;
  border: none;
  outline: none;
  color: #333e48 !important;
}
#nasa-footer .footer-type-2 {
  background: #fff;
}
#nasa-footer .footer-type-2.footer-top {
  border-bottom: 1px solid #ececec;
}
#nasa-footer .footer-type-2.footer-top .nasa-footer-wrap-contact {
  position: relative;
  width: 100%;
  height: 45px;
  top: 10px;
}
#nasa-footer .footer-type-2.footer-top .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
#nasa-footer .footer-type-2.footer-top .wpcf7 input[type="email"],
#nasa-footer .footer-type-2.footer-top .wpcf7 .nasa-footer-contact-mail {
  margin: 0;
  height: 45px;
  padding: 0 185px 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#nasa-footer .footer-type-2.footer-top .wpcf7 input[type="submit"],
#nasa-footer .footer-type-2.footer-top .wpcf7 .btn-submit-newsletters {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#nasa-footer .footer-type-2.footer-dark {
  background: #333;
  color: #ccc;
}
#nasa-footer .footer-type-2.footer-dark p, #nasa-footer .footer-type-2.footer-dark span {
  color: inherit;
}
#nasa-footer .footer-type-2.footer-dark h1, #nasa-footer .footer-type-2.footer-dark h2, #nasa-footer .footer-type-2.footer-dark h3, #nasa-footer .footer-type-2.footer-dark h4, #nasa-footer .footer-type-2.footer-dark h5, #nasa-footer .footer-type-2.footer-dark h6 {
  color: #FFF;
}
#nasa-footer .footer-type-2.footer-dark .nasa-nav-sc-menu ul li a:hover {
  color: #FFF;
}
#nasa-footer .nasa-opening-time {
  margin: 10px 0 15px 0;
}
#nasa-footer .nasa-share {
  margin-top: 5px;
}
#nasa-footer .nasa-share li {
  margin-right: 0;
}
#nasa-footer .nasa-2columns .vc_column-inner .wpb_content_element {
  width: 50%;
  display: inline-block;
}
#nasa-footer .nasa-row-light {
  background: transparent;
  padding: 30px 0 30px 0;
}
#nasa-footer .nasa-row-light .wpb_text_column p {
  line-height: 240%;
}
#nasa-footer .footer-before {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .contact-logo {
  margin-bottom: 20px;
}

.contact-icon.border-circle {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  background: #fff;
}

.contact-icon.border-circle .fa-paper-plane,
.contact-icon.border-circle .fa-envelope {
  position: absolute;
  top: 25%;
  left: 27%;
}

.contact-icon.border-circle .fa-phone {
  position: absolute;
  top: 28%;
  left: 35%;
}

.footer-service-box {
  padding: 20px 0px 60px 0px;
}
.footer-service-box:before {
  display: block;
  content: '';
  height: 1px;
  background: #ddd;
  width: 35%;
  margin: 0 auto;
  margin-bottom: 55px;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.nasa-opening-time {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nasa-opening-time li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}
.nasa-opening-time li span {
  display: inline-block;
  width: 50%;
}
.nasa-opening-time li .nasa-day-open {
  text-align: left;
}
.nasa-opening-time li .nasa-time-open {
  text-align: right;
}
.nasa-opening-time li:last-child {
  border-bottom: none;
}

.nasa-menu-inline ul.nasa-menu-wrapper li {
  display: inline-block;
  margin-left: 10px;
}
.nasa-menu-inline ul.nasa-menu-wrapper li:first-child {
  margin-left: 0;
}

.nasa-bottom-bar-icons {
  position: fixed;
  z-index: 399;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0;
  padding: 15px 0 10px 0;
  list-style: none;
  text-align: center;
  display: inline-flex;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-bottom-bar-icons.nasa-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-bottom-bar-icons li {
  display: inline-block;
  text-align: center;
  width: 25%;
}
.nasa-bottom-bar-icons li.hidden-tag {
  display: none;
}

.nasa-bot-icons {
  text-align: center;
  display: inline-block;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.nasa-bot-icons i {
  font-size: 150%;
  display: block;
  color: inherit;
  font-weight: inherit;
}
.nasa-bot-icons i.nasa-font-icon {
  font-size: 145%;
}

@media only screen and (min-width: 53.03448em) {
  #nasa-footer .nasa-nav-sc-menu {
    margin-top: 25px;
  }

  .nasa-opening-time {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 52.96552em) {
  #nasa-footer .nasa-accordions-content .nasa-panel .nasa-menu-wrapper {
    margin-bottom: 0;
  }
  #nasa-footer .nasa-accordions-content.nasa-no-border .nasa-accordion-title a {
    font-size: 120%;
  }
  #nasa-footer .nasa-accordions-content.nasa-no-border .nasa-accordion-title a:after {
    font-size: 175%;
  }
}
.slider-container {
  margin-top: 70px;
}

.recentPortfolio .slider-item {
  margin: 0 0.68966em;
}
.recentPortfolio .slider-item .portfolio-caption {
  line-height: 20px;
}
.recentPortfolio .slider-item .portfolio-caption h3 {
  font: 16px/24px Helvetica, sans-serif;
  font-weight: 600;
}
.recentPortfolio .slider-item .portfolio-caption h2 {
  font: 20px/24px Helvetica, sans-serif;
  font-weight: 600;
}
.recentPortfolio .slider-item .portfolio-caption p {
  font: 13px/24px Helvetica, sans-serif;
  color: #767676;
  margin: 0 0 10px;
}

.loadmore-portfolio {
  display: none;
  cursor: pointer;
}
.loadmore-portfolio:hover {
  background: none;
}

.end-portfolio {
  background: none;
  padding: 10px 0 40px 0;
  font-size: 140%;
}
.end-portfolio:hover {
  background: none;
}

.portfolio-single-item {
  margin-top: 45px;
  margin-bottom: 60px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-image .btn_group {
  top: 40%;
}
.portfolio-item h3 {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.portfolio-item.columns-count-2 .portfolio-description {
  text-align: left;
}
.portfolio-item .portfolio-image {
  position: relative;
  margin: 0px 3px 3px 0px;
  top: 0;
  z-index: 1;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-image img {
  width: 100%;
}
.portfolio-item .portfolio-image .btn_group {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.portfolio-item .portfolio-image .btn_group .portfolio-image-view {
  top: 40px;
}
.portfolio-item .portfolio-image .btn_group .portfolio-link {
  top: -40px;
}
.portfolio-item .portfolio-image .btn_group .portfolio-image-view,
.portfolio-item .portfolio-image .btn_group .portfolio-link {
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-image .btn_group a {
  background: #252525;
  border-radius: 100% !important;
  padding: 0 !important;
  line-height: 0px !important;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-image .btn_group a:focus {
  outline: none;
}
.portfolio-item .portfolio-image .btn_group a:first-child:before {
  content: "\f065" !important;
  line-height: 40px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
}
.portfolio-item .portfolio-image .btn_group a:last-child :before {
  content: "\f0c1" !important;
  line-height: 40px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
}
.portfolio-item .portfolio-image .btn_group a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  background: black;
}
.portfolio-item .portfolio-image .btn_group a span {
  text-transform: uppercase;
  font-size: 0;
}
.portfolio-item .portfolio-image .btn_group a span i {
  font-size: 16px;
  position: relative;
  left: 1px;
  right: 1px;
}
.portfolio-item .portfolio-image .btn_group a span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}
.portfolio-item .portfolio-image .btn_group a span:before {
  content: '';
  display: block;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}
.portfolio-item .portfolio-image .zoom {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.portfolio-item .portfolio-image .zoom > i {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  background-color: #ddd !important;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.portfolio-item .portfolio-description {
  line-height: 18px;
  font-size: 100%;
  padding: 15px 15px 20px 15px;
  position: absolute;
  z-index: 2;
  bottom: -100px;
  width: 100%;
  background: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-description .portfolio-cat a {
  color: #aaa;
}
.portfolio-item .portfolio-description a {
  color: #fdce07;
}
.portfolio-item .portfolio-description a:hover {
  color: #767676;
}
.portfolio-item .portfolio-description h3 {
  text-transform: uppercase;
  font-size: 130%;
}
.portfolio-item .portfolio-description h3 a {
  color: #252525;
}
.portfolio-item .portfolio-description h3 a:hover {
  color: #fdce07;
}
.portfolio-item .portfolio-description p {
  color: #767676;
  font: 13px/20px Arial, Helvetica, sans-serif;
}
.portfolio-item:hover .portfolio-image {
  top: -20px;
}
.portfolio-item:hover .portfolio-image .zoom {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.portfolio-item:hover .portfolio-image .portfolio-image-view,
.portfolio-item:hover .portfolio-image .portfolio-link {
  filter: alpha(opacity=50);
  opacity: 0.5;
  top: 0;
}
.portfolio-item:hover .portfolio-description {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 0;
}

.items-slider-portfolio .portfolio-item {
  margin: 0 1px !important;
}
.items-slider-portfolio .portfolio-item:hover .portfolio-image {
  top: 0px;
}

.portfolio-pagination {
  float: right;
}
.portfolio-pagination li {
  margin: 0 2px 0 2px;
  float: left;
  list-style: none;
}
.portfolio-pagination li span.page-numbers,
.portfolio-pagination li .inactive {
  padding: 6px 10px;
  font: 14px/15px Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.portfolio-pagination li span.page-numbers.current,
.portfolio-pagination li .inactive.current {
  color: #FFF;
  background-color: #000;
}

@media (min-width: 980px) {
  .portfolio-item.columns-count-4 {
    width: 24.8%;
  }
  .portfolio-item.columns-count-4 .portfolio-image .btn_group {
    margin-top: -42px;
  }
  .portfolio-item.columns-count-4 .portfolio-image .btn_group a {
    margin-bottom: 10px;
  }
}
.back-history {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 13px;
}
.back-history:hover, .back-history:focus {
  text-decoration: none !important;
}
.back-history:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 9px;
  margin: 0 9px 0 0;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h2.title,
h3.title {
  position: relative;
  font-size: 22px;
  margin: 25px 0 20px;
}
h2.title:before,
h3.title:before {
  border-top: 1px solid #dddddd;
  right: 0px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
h2.title span,
h3.title span {
  text-transform: uppercase;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.upercase {
  text-transform: uppercase;
}

.portfolio-navigation {
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.portfolio-navigation + .title-alt {
  margin-top: 0;
}
.portfolio-navigation .portfolio-nav {
  padding: 7px 15px;
  display: block;
}
.portfolio-navigation .next-portfolio,
.portfolio-navigation .prev-portfolio {
  position: relative;
  background-color: #bbb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-navigation .next-portfolio:hover,
.portfolio-navigation .prev-portfolio:hover {
  background-color: #fdce07;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-navigation .next-portfolio:hover a,
.portfolio-navigation .prev-portfolio:hover a {
  border-color: #fdce07;
}
.portfolio-navigation .next-portfolio a,
.portfolio-navigation .prev-portfolio a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #bbb;
  color: #fff !important;
}
.portfolio-navigation .next-portfolio a:hover,
.portfolio-navigation .prev-portfolio a:hover {
  border-color: #fdce07;
  color: #fff;
  background-color: #fdce07;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-navigation .next-portfolio .hide-info,
.portfolio-navigation .prev-portfolio .hide-info {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  width: 250px;
  top: -76px;
  left: auto;
  background-color: #FFF;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: table;
}
.portfolio-navigation .next-portfolio .hide-info:before,
.portfolio-navigation .prev-portfolio .hide-info:before {
  bottom: -22px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 213, 213, 0);
  border-top-color: #D5D5D5;
  border-width: 11px;
  margin-left: 44px;
}
.portfolio-navigation .next-portfolio .hide-info:after,
.portfolio-navigation .prev-portfolio .hide-info:after {
  bottom: -20px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 45px;
}
.portfolio-navigation .next-portfolio .hide-info img,
.portfolio-navigation .prev-portfolio .hide-info img {
  float: left;
  margin-right: 10px;
  height: auto;
  max-width: 125px;
  max-height: 60px;
}
.portfolio-navigation .next-portfolio .hide-info span,
.portfolio-navigation .prev-portfolio .hide-info span {
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin: 0 !important;
  color: #fdce07;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.portfolio-navigation .next-portfolio .hide-info span.price,
.portfolio-navigation .prev-portfolio .hide-info span.price {
  font-weight: 500;
  color: #252525;
  margin: 0 !important;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}
.portfolio-navigation .next-portfolio:hover .hide-info,
.portfolio-navigation .prev-portfolio:hover .hide-info {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.portfolio-navigation .prev-portfolio .hide-info {
  left: 0;
  right: auto;
  padding-right: 10px;
}
.portfolio-navigation .prev-portfolio .hide-info img {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.portfolio-navigation .prev-portfolio .hide-info span {
  margin-right: 10px;
  right: 0;
}
.portfolio-navigation .prev-portfolio .hide-info:before, .portfolio-navigation .prev-portfolio .hide-info:after {
  left: 0;
  right: auto;
}
.portfolio-navigation .next-portfolio .hide-info {
  right: 0;
  left: auto;
  padding-left: 10px;
}
.portfolio-navigation .next-portfolio .hide-info:before, .portfolio-navigation .next-portfolio .hide-info:after {
  left: 160px;
  right: 20px;
}
.portfolio-navigation .next-portfolio img {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 10px;
}
.portfolio-navigation .next-portfolio span {
  text-align: left;
  margin-left: 10px;
  left: 0;
}

.recent-categ {
  margin-bottom: 25px;
}

.all-pages {
  font-size: 12px;
  color: #252525;
  letter-spacing: 1px;
  line-height: 33px;
}

.meta-content {
  list-style: none;
  font-size: 100%;
  margin: 30px 0 5px;
  padding: 0;
  color: #767676;
}
.meta-content li {
  border-top: 1px solid #ddd;
  padding: 15px 0px;
}
.meta-content li.lastItem {
  border-bottom: 1px solid #ddd;
}
.meta-content li a {
  color: #fdce07;
}
.meta-content strong {
  color: #515151;
}

.portfolio-list {
  margin-bottom: 20px !important;
}

.portfolio-lightbox {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  position: relative;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.item-slick {
  height: 50px;
}

.nasa-slick-fog {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: transparent;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: none !important;
}

.nasa-slider-deal-has-vertical {
  display: none;
}
.nasa-slider-deal-has-vertical.slick-initialized {
  display: block;
}

.nasa-wrap-slick-slide-products-title {
  visibility: hidden;
}
.nasa-wrap-slick-slide-products-title.slick-initialized {
  visibility: visible;
}
.nasa-wrap-slick-slide-products-title .nasa-slide-products-title-item {
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-wrap-slick-slide-products-title .nasa-slide-products-title-item > a {
  display: inline-block;
  padding: 10px 15px 30px 15px;
}
.nasa-wrap-slick-slide-products-title .nasa-slide-products-title-item.slick-current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-wrap-slick-slide-products-title .nasa-slide-products-title-item.slick-current > a {
  color: #fdce07;
}

.nasa-slick-slider-title-wrap {
  visibility: hidden;
}
.nasa-slick-slider-title-wrap.slick-initialized {
  visibility: visible;
}
.nasa-slick-slider-title-wrap .slick-list .slick-track {
  padding-bottom: 10px;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap {
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap h5 {
  font-weight: bold;
  font-size: 210%;
  padding: 20px 0 10px 0;
  margin: 0;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap .price {
  font-size: 160%;
  font-weight: bold;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .image-wrap img {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .image-wrap:hover {
  cursor: move;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-slide .image-wrap img {
  margin: 0 auto;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-current, .nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-center {
  filter: alpha(opacity=100);
  opacity: 1;
  margin-bottom: -10px;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-current .image-wrap img, .nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-center .image-wrap img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-current .title-wrap, .nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-center .title-wrap {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .row .columns,
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .row .column {
  padding: 0;
}

.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top {
  margin-bottom: 30px;
}
.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title h3 {
  font-size: 220%;
}
.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title .nasa-title-wrap {
  position: relative;
  display: block;
}
.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title .nasa-title-wrap .nasa-nav-icon-slick {
  position: absolute;
  top: -10px;
  font-size: 150%;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title .nasa-title-wrap .nasa-nav-icon-slick.nasa-nav-prev {
  left: 5px;
}
.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title .nasa-title-wrap .nasa-nav-icon-slick.nasa-nav-next {
  right: 5px;
}
.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title .nasa-title-wrap .nasa-nav-icon-slick:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nasa-attr-ux_wrap {
  overflow: hidden;
}
.nasa-attr-ux_wrap .nasa-attr-ux {
  display: inline-block;
  width: 33.333333%;
  margin: 5px 0;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-disable {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-disable .nasa-attr-bg-img,
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-disable .nasa-attr-bg {
  cursor: not-allowed;
}
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-image {
  margin: 3px 0;
}
.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg {
  display: inline-block;
  padding: 0 12px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  position: relative;
  filter: alpha(opacity=50);
  opacity: 0.5;
  float: left;
  background: #EAEAEA;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-attr-ux_wrap .nasa-attr-ux span.nasa-text {
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
  text-transform: capitalize;
}
.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg-img {
  display: inline-block;
  padding: 1px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  filter: alpha(opacity=70);
  opacity: 0.7;
  float: left;
  border: 1px solid #ececec;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg-img img {
  width: 58px;
  height: 58px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-text {
  display: inline-block;
  clear: both;
}
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-color {
  padding: 1px;
  border: 1px solid transparent;
}
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-color .nasa-attr-text {
  display: none;
}
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-color.selected {
  border-color: #fdce07;
}
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-color.selected .nasa-attr-bg {
  border-color: transparent;
}
.nasa-attr-ux_wrap .nasa-attr-ux.selected .nasa-attr-bg-img {
  border-color: #fdce07;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-attr-ux_wrap .nasa-attr-ux.selected .nasa-attr-bg {
  border-color: #fdce07;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nasa-attr-ux_wrap .nasa-attr-ux.selected .nasa-attr-bg:before {
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 7px;
  left: 10px;
}
.nasa-attr-ux_wrap .nasa-attr-ux.selected.nasa-attr-ux-white .nasa-attr-bg:before {
  border-color: #333;
}
.nasa-attr-ux_wrap .nasa-attr-ux.selected.nasa-attr-ux-label .nasa-attr-bg:before {
  border-color: #333;
}
.nasa-attr-ux_wrap .nasa-attr-ux.disabled {
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.nasa-attr-ux_wrap .nasa-attr-ux-label .nasa-attr {
  background-color: #EAEAEA;
}

.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-image .nasa-attr-text,
.product-lightbox .nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-image .nasa-attr-text {
  display: none;
}

.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg {
  height: 20px;
  line-height: 20px;
}
.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux span.nasa-text {
  line-height: 20px;
}
.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg {
  height: 25px;
  width: 25px;
}
.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-text {
  line-height: 22px;
}
.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-image .nasa-attr-text {
  line-height: 58px;
}
.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-image .nasa-attr-bg-img img {
  width: 58px;
  height: 58px;
}
.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux.selected .nasa-attr-bg:before {
  top: 7px;
  left: 11px;
}

@media only screen and (max-width: 640px) {
  body .nasa-attr-ux_wrap .nasa-attr-ux {
    width: 50%;
  }
}
.nasa-attr-ux-item {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
.nasa-attr-ux-item.nasa-disable {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_color {
  border: 1px solid #efefef;
  padding: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_color span {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_color span.nasa-title-attr {
  display: none;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_color.nasa-active {
  border-color: #fdce07;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_image {
  padding: 1px;
  width: 58px;
  max-width: 100%;
  height: auto;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_image img {
  display: block;
  width: 54px;
  max-width: 100%;
  height: auto;
  border: 1px solid transparent;
  -webkit-transition: border-color 350ms ease;
  -ms-transition: border-color 350ms ease;
  -moz-transition: border-color 350ms ease;
  -o-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_image.nasa-active img {
  border-color: #fdce07;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_label, .nasa-attr-ux-item.nasa-attr-ux-select, .nasa-attr-ux-item.nasa-attr-ux-attr_custom {
  padding: 8px 10px 6px 10px;
  margin: 0 5px 10px 5px;
  border: 1px solid #eee;
  font-size: 85%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nasa-attr-ux-item.nasa-attr-ux-nasa_label.nasa-active, .nasa-attr-ux-item.nasa-attr-ux-select.nasa-active, .nasa-attr-ux-item.nasa-attr-ux-attr_custom.nasa-active {
  border-color: #fdce07;
  color: #fdce07;
}

.nasa-product-content-child {
  display: block;
  width: 100%;
  text-align: center;
}

.nasa-product-content-image-wrap-child.owl-carousel .owl-nav {
  height: 1px;
  visibility: visible;
}
.nasa-product-content-image-wrap-child.owl-carousel .owl-nav .owl-prev,
.nasa-product-content-image-wrap-child.owl-carousel .owl-nav .owl-next {
  filter: alpha(opacity=100);
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
}
.nasa-product-content-image-wrap-child.owl-carousel .owl-nav .owl-prev:before,
.nasa-product-content-image-wrap-child.owl-carousel .owl-nav .owl-next:before {
  font-size: 200%;
}
.nasa-product-content-image-wrap-child.owl-carousel .owl-nav .owl-prev {
  left: -10px;
}
.nasa-product-content-image-wrap-child.owl-carousel .owl-nav .owl-next {
  right: -10px;
}

.nasa-product-content-nasa_color-wrap,
.nasa-product-content-nasa_image-wrap,
.nasa-product-content-nasa_label-wrap,
.nasa-product-content-select-wrap,
.nasa-product-content-attr_custom-wrap {
  position: relative;
  z-index: 100;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 1;
}

.nasa-product-content-image-wrap-child {
  padding: 0px 10px;
}

.product-item .nasa-product-content-variable-warp {
  position: relative;
  z-index: 100;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  padding: 40px 0 0 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #ececec;
}

div.wpcf7-mail-sent-ng {
  color: #ff0000;
}

div.wpcf7-spam-blocked {
  color: #ffa500;
}

div.wpcf7-validation-errors {
  color: #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: none;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

div.wpcf7 .button.btn-contact {
  font-size: 12px;
  padding: 12px 40px;
}

ul.products-group {
  margin: 0;
}

.woocommerce-billing-fields input {
  padding-left: 20px !important;
}

#main-content .select2-container .select2-choice {
  padding: 10px 5px 10px 8px;
}

textarea.schat-reply, textarea.schat-field {
  padding: 10px !important;
}

body [class*="column"] + [class*="column"]:last-child {
  float: left;
}
body .select2-results__option {
  padding: 6px 10px;
}

.hentry .entry-summary {
  margin-bottom: 20px;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover-image .wp-block-cover-text,
.entry-content .wp-block-cover-image h2,
.entry-content .wp-block-cover .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content .wp-block-cover h2 {
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}

.entry-content .wp-block-cover-image,
.entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
  margin: 0 32px 32px 0;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry-content .wp-block-cover-image h2,
  .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry-content .wp-block-cover .wp-block-cover-text,
  .entry-content .wp-block-cover h2 {
    font-size: 2em;
    max-width: 100%;
  }
}
.nasa-cookie-notice-container {
  position: fixed;
  z-index: 399;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -o-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nasa-cookie-notice-container.nasa-active {
  visibility: visible;
  opacity: 0.9;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-cookie-notice-container .nasa-cookie-notice-centent {
  padding: 15px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}
.nasa-cookie-notice-container .nasa-policies-cookie {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 10px;
  display: inline-block;
}
.nasa-cookie-notice-container .nasa-accept-cookie {
  font-weight: bold;
  display: inline-block;
}
.nasa-cookie-notice-container .nasa-accept-cookie:after {
  font-family: "nasa-font";
  content: "\54";
  position: relative;
  top: 4px;
  margin-left: 3px;
  font-size: 135%;
  line-height: 1;
}

.product-item .fpd-catalog-customize {
  display: none;
}

@media only screen and (min-width: 53.03448em) {
  body.nasa-in-mobile #mobile-navigation {
    -webkit-transition: ease-in-out 200ms ease;
    -ms-transition: ease-in-out 200ms ease;
    -moz-transition: ease-in-out 200ms ease;
    -o-transition: ease-in-out 200ms ease;
    transition: ease-in-out 200ms ease;
  }
  body.nasa-in-mobile .warpper-mobile-search,
  body.nasa-in-mobile .nasa-top-cat-filter-wrap-mobile,
  body.nasa-in-mobile #nasa-menu-sidebar-content {
    display: block;
  }
  body.nasa-in-mobile .nasa-buy-now,
  body.nasa-in-mobile .single_add_to_cart_button {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  body.nasa-in-mobile .nasa-buy-now:hover,
  body.nasa-in-mobile .single_add_to_cart_button:hover {
    opacity: unset;
  }
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-desktop {
    padding-bottom: unset;
  }
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn {
    padding-bottom: 50px;
  }
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .variations_form .woocommerce-variation-add-to-cart-disabled {
    opacity: unset;
  }
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .nasa-buy-now,
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .single_add_to_cart_button {
    padding: unset;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 399;
    opacity: unset;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .single_add_to_cart_button {
    left: 0;
    width: 100%;
  }
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .nasa-buy-now {
    right: 0;
    margin-top: unset !important;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn.nasa-has-buy-now .nasa-product-details-page .product-info .cart .nasa-buy-now,
  body.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn.nasa-has-buy-now .nasa-product-details-page .product-info .cart .single_add_to_cart_button {
    width: 50%;
  }
  body.nasa-in-mobile .nasa-product-details-page .product-gallery .nasa-main-wrap,
  body.nasa-in-mobile .nasa-full-in-mobile,
  body.nasa-in-mobile .nasa-single-product-in-mobile {
    width: 100%;
  }
  body.nasa-in-mobile .nasa-products-page-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.nasa-in-mobile .nasa-blog-in-mobile {
    width: 83.33333%;
    margin-right: 8.33333%;
  }
  body.nasa-in-mobile .nasa-blog-in-mobile.desktop-padding-left-30, body.nasa-in-mobile .nasa-blog-in-mobile.desktop-padding-right-30 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body.nasa-in-mobile .col-sidebar,
  body.nasa-in-mobile .columns.col-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    text-align: left;
    background: #fff;
    z-index: 9998;
    max-width: 90%;
    width: 500px;
    padding: 40px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  body.nasa-in-mobile .col-sidebar.left,
  body.nasa-in-mobile .columns.col-sidebar.left {
    left: -510px;
  }
  body.nasa-in-mobile .col-sidebar.left.nasa-active,
  body.nasa-in-mobile .columns.col-sidebar.left.nasa-active {
    left: 0;
  }
  body.nasa-in-mobile .col-sidebar.right,
  body.nasa-in-mobile .columns.col-sidebar.right {
    right: -510px;
  }
  body.nasa-in-mobile .col-sidebar.right.nasa-active,
  body.nasa-in-mobile .columns.col-sidebar.right.nasa-active {
    right: 0;
  }
  body.nasa-in-mobile.nasa-top-bar-in-mobile .nasa-bot-item-sidebar {
    display: none !important;
  }
  body.nasa-in-mobile.nasa-top-bar-in-mobile .nasa-bot-item-search {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 52.96552em) {
  body .warpper-mobile-search {
    display: block;
  }
  body.nasa-in-mobile .woocommerce-MyAccount-content {
    margin-bottom: 0;
  }
  body.nasa-in-mobile .category-page .filters-container.nasa-with-sidebar-off-canvas {
    padding-top: 10px;
  }
  body.nasa-in-mobile .category-page .filters-container .nasa-filter_custom_taxonomies {
    margin-top: 10px !important;
  }
  body.nasa-in-mobile .nasa-toggle-layout-side-sidebar .toggle-sidebar-shop {
    font-size: 115%;
  }
  body.nasa-in-mobile .product-item .nasa-sc-pdeal-countdown {
    left: -10px;
    right: -10px;
  }
}
.nasa-in-mobile #yith-wcwl-popup-message {
  line-height: 50px;
}
.nasa-in-mobile .nasa-static-sidebar .wishlist_sidebar .wishlist_table {
  width: auto;
}
.nasa-in-mobile .nasa-hide-in-mobile,
.nasa-in-mobile .top-bar-wrap-type-1 .nasa-top-row-filter li.nasa-widget-categories {
  display: none !important;
}
.nasa-in-mobile [class*="column"] + [class*="column"]:last-child.nasa-sort-by-action {
  float: right;
}
.nasa-in-mobile .bread .breadcrumb-row {
  padding: 13px 0;
  height: auto;
}
.nasa-in-mobile .bread .breadcrumb-row h3 {
  margin-top: 0;
  line-height: 1.6em;
}
.nasa-in-mobile .div-toggle-sidebar.nasa-blog-sidebar,
.nasa-in-mobile .category-page .li-toggle-sidebar {
  display: none;
}
.nasa-in-mobile .category-page .li-toggle-sidebar.nasa-show-in-mobile {
  display: block;
}
.nasa-in-mobile .mobile-search {
  top: unset;
}
.nasa-in-mobile #masthead {
  padding: 0;
}
.nasa-in-mobile .woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
}
.nasa-in-mobile .woocommerce-MyAccount-content {
  margin-bottom: 0;
}
.nasa-in-mobile .nasa-compare-list-bottom {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.nasa-in-mobile .nasa-compare-list-bottom .nasa-compare-list {
  padding: 10px;
}
.nasa-in-mobile .nasa-compare-list-bottom .nasa-compare-list .nasa-compare-label {
  line-height: 1.6;
}
.nasa-in-mobile .nasa-compare-list-bottom .nasa-compare-list .nasa-compare-label .color-gray {
  line-height: 1;
}
.nasa-in-mobile .nasa-compare-list-bottom table {
  margin-bottom: 0;
}
.nasa-in-mobile .nasa-archive-product-warp ul.products {
  margin: 0 -5px;
}
.nasa-in-mobile .product-item.nasa-default-template {
  padding: 10px;
}
.nasa-in-mobile .product-item .nasa-attr-ux-item.nasa-attr-ux-nasa_color span {
  width: 15px;
  height: 15px;
}
.nasa-in-mobile .product-item .owl-carousel.nasa-product-content-child .owl-nav .owl-next {
  right: -15px;
}
.nasa-in-mobile .product-item .owl-carousel.nasa-product-content-child .owl-nav .owl-prev {
  left: -15px;
}
.nasa-in-mobile .product-item .nasa-badges-wrap {
  left: 5px;
  top: 0;
}
.nasa-in-mobile .product-item .product-info-wrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-in-mobile .product-item.style-1 {
  margin-bottom: 0;
}
.nasa-in-mobile .product-item.style-1 .nasa-product-grid {
  left: 0;
  right: 0;
}
.nasa-in-mobile .product-item.style-1 .product-interactions .nasa-icon {
  font-size: 110%;
  line-height: 40px;
  margin: 0 2px;
}
.nasa-in-mobile .product-item.style-1 .product-interactions .quick-view .nasa-icon.pe-icon {
  font-size: 130%;
}
.nasa-in-mobile .product-item.style-1 .nasa-clear-box-shadow {
  display: none;
}
.nasa-in-mobile .product-item.style-1:hover .product-img-wrap,
.nasa-in-mobile .product-item.style-1:hover .product-info-wrap,
.nasa-in-mobile .product-item.style-1:hover .nasa-product-more-wrap-hover {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .btn-wishlist,
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .quick-view,
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .btn-compare {
  position: relative;
  top: auto;
  right: 35px;
  left: auto;
  float: none;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px 0 0 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .btn-wishlist .nasa-icon,
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-icon,
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .btn-compare .nasa-icon {
  line-height: 30px;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-quickview-content {
  border: unset;
  height: 29px;
  line-height: unset;
  margin-left: unset;
  padding: unset;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid:hover {
  background-color: #fff !important;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid .nasa-icon {
  background-color: #fff !important;
  color: #333e48 !important;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .btn-wishlist {
  visibility: visible;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .quick-view,
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .btn-compare {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn {
  position: unset;
  top: unset;
  right: unset;
  left: unset;
  float: none;
  text-align: center;
  display: block;
  visibility: inherit;
  opacity: inherit;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid {
  position: relative;
  top: auto;
  right: 35px;
  left: auto;
  float: none;
  text-align: center;
  display: block;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 30px;
  height: 30px;
  margin: 5px 0 0 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
  z-index: 6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200 ease;
  -ms-transition: all 200 ease;
  -moz-transition: all 200 ease;
  -o-transition: all 200 ease;
  transition: all 200 ease;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid .nasa-icon {
  line-height: 30px;
  display: block;
  font-size: 130%;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid .add_to_cart_text {
  display: none;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-icon-text {
  display: none;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-icon,
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .quick-view .nasa-icon.hidden-tag {
  display: block;
  border: none;
  margin: 0;
  width: 100%;
  height: 100%;
}
.nasa-in-mobile .product-item.style-2 .nasa-product-grid .product-interactions .btn-link.loading .nasa-icon {
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.nasa-in-mobile .product-item.nasa-mobile-hover .nasa-product-grid .product-interactions .quick-view,
.nasa-in-mobile .product-item.nasa-mobile-hover .nasa-product-grid .product-interactions .btn-compare, .nasa-in-mobile .product-item:hover .nasa-product-grid .product-interactions .quick-view,
.nasa-in-mobile .product-item:hover .nasa-product-grid .product-interactions .btn-compare {
  visibility: visible;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.nasa-in-mobile .product-item.nasa-mobile-hover .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid, .nasa-in-mobile .product-item:hover .nasa-product-grid .product-interactions .add-to-cart-btn .add-to-cart-grid {
  visibility: visible;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.nasa-in-mobile .product-item.nasa-mobile-hover .nasa-badges-wrap, .nasa-in-mobile .product-item:hover .nasa-badges-wrap {
  visibility: inherit;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-in-mobile .product-item .nasa-product-more-hover {
  display: block;
  height: auto;
  position: relative;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-in-mobile .product-item .nasa-product-more-hover .nasa-product-more-wrap-hover {
  padding: 0 5px;
}
.nasa-in-mobile .product-item-deal-simple .product-interactions {
  visibility: visible;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-in-mobile #nasa-footer ul.nasa-menu-wrapper {
  margin-bottom: 0;
}

.nasa-header-mobile-layout #masthead {
  border-color: #e8e8e8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.nasa-header-mobile-layout.nasa-header-sticky .sticky-wrapper.fixed-already .logo {
  line-height: 60px;
}
.nasa-header-mobile-layout .elements-wrapper {
  height: 60px;
  line-height: 60px;
}
.nasa-header-mobile-layout .elements-wrapper .nasa-logo-img {
  margin: 0;
  line-height: inherit;
}
.nasa-header-mobile-layout .elements-wrapper .nasa-logo-img a {
  display: inline-block;
}
.nasa-header-mobile-layout .elements-wrapper .nasa-logo-img a .header_logo {
  position: relative;
  top: -2px;
}
.nasa-header-mobile-layout .elements-wrapper .header-icons {
  margin: 0;
}
.nasa-header-mobile-layout .elements-wrapper .header-icons > li {
  font-size: unset;
  margin-left: 15px;
}
.nasa-header-mobile-layout .elements-wrapper .header-icons > li a {
  height: 60px;
  display: inline-block;
}
.nasa-header-mobile-layout .elements-wrapper .header-icons .nasa-icon {
  font-size: 130%;
}
.nasa-header-mobile-layout .elements-wrapper .nasa-icon {
  font-size: 160%;
  line-height: 60px;
}
.nasa-header-mobile-layout .elements-wrapper .products-number .nasa-sl,
.nasa-header-mobile-layout .elements-wrapper .wishlist-number .nasa-sl {
  top: 10px;
}

.topbar-mobile-text {
  line-height: 2.5;
}

.mobile-search {
  position: relative;
  top: -5px;
  font-size: 160%;
  margin-left: 8px;
}

.warpper-mobile-search {
  display: none;
  position: fixed;
  z-index: 9999;
  background: #fff;
  padding: 20px;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.warpper-mobile-search.nasa-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.warpper-mobile-search input {
  width: 100%;
  margin: auto;
}
.warpper-mobile-search form {
  margin: 0;
}
.warpper-mobile-search form .screen-reader-text {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
}
.warpper-mobile-search form input {
  margin: 0;
}
.warpper-mobile-search form > label {
  padding-bottom: 10px;
}
.warpper-mobile-search .twitter-typeahead,
.warpper-mobile-search .live-search-input {
  width: 100%;
}
.warpper-mobile-search .tt-hint {
  display: none !important;
}
.warpper-mobile-search .tt-menu {
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.warpper-mobile-search .tt-menu .tt-dataset {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none;
}
.warpper-mobile-search .tt-menu .tt-dataset .nasa-loader {
  top: -20px;
}
.warpper-mobile-search .tt-menu .empty-message {
  margin-bottom: 0;
}
.warpper-mobile-search .tt-menu .item-search {
  max-height: 70px;
  overflow: hidden;
}
.warpper-mobile-search .tt-menu .item-search a {
  display: block;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.warpper-mobile-search .tt-menu .item-search a:hover {
  background: #f9f9f9;
}
.warpper-mobile-search .tt-menu .item-search a p {
  font-size: 100%;
  margin-bottom: 8px;
  line-height: 1.2;
}
.warpper-mobile-search .tt-menu .item-search a .nasa_item_title_search,
.warpper-mobile-search .tt-menu .item-search a img {
  float: left;
}
.warpper-mobile-search .tt-menu .item-search a .nasa_item_title_search {
  margin-left: 12px;
}
.warpper-mobile-search .tt-menu .item-search a .nasa-title-item {
  font-weight: bold;
}
.warpper-mobile-search .tt-menu .item-search a img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.warpper-mobile-search .tt-menu .item-search a .price {
  color: #333e48;
}

body .nasa-only-rtl {
  display: none;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  min-width: 1px;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
