/*
Theme Name: Elessi Theme | Shared by WPTry.org
Theme URI: https://elessi.nasatheme.com
Author: NasaTheme
Author URI: https://nasatheme.com
Description: A Premium and Responsive WooCommerce - WordPress Theme, designed for E-Commerce websites
Version: 4.0.3.1
License: https://themeforest.net/licenses
License URI: https://themeforest.net/licenses
Text Domain: elessi-theme
*/
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/**
 * Please don't edit this file directly.
 * Consider using a Child Theme (http://codex.wordpress.org/Child_Themes).
 */
/* Button font */
/* Link color */
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 {
  overflow-x: hidden;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

a:active {
  color: #333;
}

p a {
  text-decoration: underline;
}

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";
}

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;
}

select {
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border-color: #ccc;
}

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;
}

*,
*: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: #555555;
  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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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%;
}

/* Grid HTML Classes */
.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;
  }
}
/* Styles for screens that are atleast 768px; */
@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;
  }
}
/* Foundation Visibility HTML Classes */
.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;
}

/* Specific visilbity for tables */
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;
}

/* Medium Displays: 768px - 1279px */
@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;
  }

  /* Specific visilbity for tables */
  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;
  }
}
/* Large Displays: 1280px - 1440px */
@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;
  }

  /* Specific visilbity for tables */
  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;
  }
}
/* X-Large Displays: 1400px and up */
@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;
  }

  /* Specific visilbity for tables */
  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;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
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;
  }

  /* Specific visilbity for tables */
  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;
  }

  /* Specific visilbity for tables */
  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;
  }
}
/* Touch-enabled device targeting */
.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;
}

/* Specific visilbity for tables */
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;
}

/* Foundation Block Grids for below small breakpoint */
@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;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 52.96552em) {
  /* Remove small grid clearing */
  .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: gray;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
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;
}

/* Default Link Styles */
a {
  color: #333333;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #f76b6a;
}
a img {
  border: none;
}

/* Default paragraph styles */
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;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  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: gray;
  line-height: 0;
}

h1 {
  font-size: 1.24138em;
}

h2 {
  font-size: 1.10345em;
}

h3 {
  font-size: 1.31034em;
}

h4 {
  font-size: 1.03448em;
}

h5 {
  font-size: 1.17241em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #eeeeee;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* Helpful Typography Defaults */
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;
}

/* Lists */
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;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.37931em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
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;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.37931em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.82759em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #555555;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
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: #666666;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #666666;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: gray;
}

/* Microformats */
.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.37931em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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;
    /* h5bp.com/t */
  }

  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-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.96552em;
  padding-right: 2.75862em;
  padding-bottom: 1.03448em;
  padding-left: 2.75862em;
  font-size: 0.82759em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#submit.secondary, button.secondary, .button.secondary, input[type="submit"].secondary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#submit.white, button.white, .button.white, input[type="submit"].white {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#submit.success, button.success, .button.success, input[type="submit"].success {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#submit.alert, button.alert, .button.alert, input[type="submit"].alert {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#submit.large, button.large, .button.large, input[type="submit"].large {
  padding-top: 1.10345em;
  padding-right: 3.10345em;
  padding-bottom: 1.17241em;
  padding-left: 3.10345em;
  font-size: 1.10345em;
}
#submit.small, button.small, .button.small, input[type="submit"].small {
  padding-top: 0.68966em;
  padding-right: 2.06897em;
  padding-bottom: 0.75862em;
  padding-left: 2.06897em;
  font-size: 0.75862em;
}
#submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
  padding-top: 0.41379em;
  padding-right: 1.37931em;
  padding-bottom: 0.48276em;
  padding-left: 1.37931em;
  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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#submit.round, button.round, .button.round, input[type="submit"].round {
  -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] {
  cursor: default;
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#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: #f76b6a;
}
#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 {
  cursor: default;
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#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 {
  cursor: default;
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#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: #7db62e;
}
#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 {
  cursor: default;
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#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;
}

/* alternative button styles*/
a.secondary.trans-button:hover {
  background-color: #f46e6d;
}

a.alert.trans-button:hover {
  background-color: #c60f13;
}

a.success.trans-button:hover {
  background-color: #7db62e;
}

.button.success.trans-button {
  color: #7db62e;
}

.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: #f76b6a !important;
  color: #fff;
  border-color: #f76b6a;
}
.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: #f76b6a !important;
  color: #fff !important;
  border-color: #f76b6a;
}
.trans-button.active {
  background-color: #f76b6a !important;
  color: #fff !important;
  border-color: #f76b6a;
}

.facebook-button {
  background-color: #3a589d !important;
}

/* Revolution slider */
.rev_slider_wrapper .type-label-2 {
  background: #f76b6a;
  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%;
}

/* Standard Forms */
form {
  margin: 0 0 0.96552em;
}

/* Using forms within rows, we need to set some defaults */
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 Styles */
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;
}

/* Attach elements to the beginning or end of an input */
.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;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.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: 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;
}

.postfix.button.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;
}

.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;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
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 groups will automatically style first and last elements of the group */
.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;
}

/* We use this to get basic styling on all basic form elements */
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: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  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;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 0.96552em 0;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
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 Handling */
.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;
}

/* Error Handling WooCommerce */
.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;
}

/* Tables */
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: 700;
  letter-spacing: 0.1em;
}

table td, table th {
  padding: 0px 10px 15px;
  text-align: left;
}

table tr:last-child {
  border-bottom: 0;
}

.nasa-visibility-hidden {
  visibility: hidden;
  opacity: 0;
}

#ajax-loading {
  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;
}
#ajax-loading.absolute {
  position: absolute;
  left: 49%;
}

.black-window,
.white-window,
.transparent-desktop,
.transparent-window,
.transparent-mobile {
  display: none;
  cursor: pointer;
  opacity: 0.7;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
}

.black-window {
  background: #000;
}
.black-window.nasa-transparent {
  background: transparent;
}

.white-window {
  background: #fff;
}
.white-window.nasa-transparent {
  background: transparent;
}

.transparent-desktop {
  background: transparent;
}

.transparent-window,
.transparent-mobile {
  background: #000;
}
.transparent-window.nasa-transparent,
.transparent-mobile.nasa-transparent {
  background: transparent;
}

.nasa-transparent-topbar {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: transparent;
}

.nasa-tranparent,
.nasa-tranparent-filter {
  cursor: pointer;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 2;
}

.nasa-tranparent-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9999;
}

.opacity {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  background: #FFF;
}

.opacity-2 {
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
}

.opacity-shop {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .9;
  background: #FFF;
}

.div-toggle-sidebar {
  display: none;
  position: fixed;
  z-index: 100;
  top: 40%;
  left: 0;
  text-align: center;
}
.div-toggle-sidebar a {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  opacity: 0.3;
  display: block;
  padding: 10px;
  color: #fff;
  line-height: inherit;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.div-toggle-sidebar a i {
  font-size: 135%;
  display: block;
  color: inherit;
  margin-right: 0;
}
.div-toggle-sidebar a:hover {
  opacity: 1;
  color: #fff;
}

/* Safari | chrome */
@-webkit-keyframes nasa-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
/* FF */
@-moz-keyframes nasa-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}
/* Opera */
@-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: inline-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;
  /* Safari | Chrome */
  -moz-animation: nasa-spin .5s linear infinite;
  /* FF */
  -o-animation: nasa-spin .5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin .5s linear infinite;
  /* IE */
  animation: nasa-spin .5s linear infinite;
}

.nasa-img-loading:after,
.nasa-loader {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  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;
  /* Safari | Chrome */
  -moz-animation: nasa-spin .5s linear infinite;
  /* FF */
  -o-animation: nasa-spin .5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin .5s linear infinite;
  /* IE */
  animation: nasa-spin .5s linear infinite;
}

.nasa-img-loading {
  position: relative;
}
.nasa-img-loading:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFF;
  opacity: 0.3;
}
.nasa-img-loading.back-img:after {
  display: none;
}

.woocommerce-form-login .woocommerce-form__input-checkbox {
  margin: 0 5px;
  position: relative;
  top: 5px;
}

.nasa-login-register-warper {
  width: 500px;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ccc;
  background: #FFF;
  overflow: hidden;
  overflow-y: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.nasa-login-register-warper .woocommerce-Input {
  display: none;
}
.nasa-login-register-warper.nasa-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nasa-login-register-warper.nasa-active .woocommerce-Input {
  display: block;
}

#nasa-login-register-form .nasa-form-logo-log {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  position: relative;
}
#nasa-login-register-form .nasa-form-logo-log .header_logo {
  max-height: 45px;
}
#nasa-login-register-form .nasa-form-title {
  margin: 5px 0 20px 0;
  font-size: 140%;
}
#nasa-login-register-form .nasa-form-content {
  margin: 0 15% 10px 15%;
}
#nasa-login-register-form .nasa-form-content #nasa_rememberme {
  margin: 0 5px;
  position: relative;
  top: 5px;
}
#nasa-login-register-form .nasa-form-content input[name="nasa_login"],
#nasa-login-register-form .nasa-form-content input[name="nasa_register"] {
  width: 100%;
  margin-top: 10px;
  padding-left: unset;
  padding-right: unset;
}
#nasa-login-register-form a.login-register-close {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 250%;
  display: inline-block;
  height: 36px;
  width: 36px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nasa-login-register-form a.login-register-close i:before {
  background: #efefef;
  color: #222;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
#nasa-login-register-form a.login-register-close:hover i:before {
  background: #f76b6a;
  color: #fff;
}
#nasa-login-register-form form {
  display: block !important;
}
#nasa-login-register-form form label,
#nasa-login-register-form form .form-row.row-submit {
  text-align: left;
}
#nasa-login-register-form .nasa-switch-form {
  display: block;
  text-align: center;
}
#nasa-login-register-form .nasa-switch-form a {
  color: #f76b6a;
}

#nasa_customer_login {
  overflow: hidden;
  position: relative;
}
#nasa_customer_login .nasa_login-form {
  position: relative;
  left: 0;
}
#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;
}

.nasa-social-login-title {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.nasa-social-login-title h5 {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  font-size: 110%;
  font-weight: bold;
  background: #FFF;
}
.nasa-social-login-title:after {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  border-top: 1px solid #ddd;
  z-index: 1;
}

.row-submit-login-social div.nsl-container .nsl-button-default span.nsl-button-label-container {
  font-family: inherit;
}
.row-submit-login-social div.nsl-container svg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.row-submit-login-social div.nsl-container-block .nsl-container-buttons a {
  margin: 5px auto;
}
.row-submit-login-social div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
  margin: 8px;
  padding: 0;
  background: #fff;
}

body .nsl-container .nsl-button-default .nsl-button-label-container,
body div.nsl-container .nsl-button-default div.nsl-button-label-container {
  margin: 0 24px 0 12px;
  padding: 10px 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .25px;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  flex: 1 1 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  display: inline-block;
}

.nasa-img-captcha {
  margin: 0 20px 10px 0;
}

.nasa-reload-captcha {
  position: relative;
  top: 10px;
}

.nasa-reload-captcha i {
  font-size: 180%;
  line-height: 30px;
  height: 30px;
}

.woocommerce-ResetPassword.lost_reset_password {
  width: 500px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

input[name="rememberme"] {
  margin-bottom: 0;
}

.wide-nav {
  margin-bottom: 0;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.vertical-menu-wrapper .nav-dropdown {
  -webkit-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.menu-item:hover > .nav-dropdown {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* nav-dropdown - mainmenu */
.header-nav > li.menu-item .nav-dropdown {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sub-menu .sale-label > a.nasa-title-menu:after,
.sub-menu .new-label > a.nasa-title-menu:after,
.sub-menu .hot-label > a.nasa-title-menu:after {
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  text-align: center;
  font-size: 85%;
  color: #fff;
  position: absolute;
  top: -1px;
  margin: 0 5px;
}

.sub-menu .sale-label > a.nasa-title-menu:after {
  content: "sale";
  background-color: #86b854;
}

.sub-menu .new-label > a.nasa-title-menu:after {
  content: "new";
  background-color: #7db62e;
}

.sub-menu .hot-label > a.nasa-title-menu:after {
  content: "hot";
  background-color: #F96A67;
}

.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;
}

.current-menu-item {
  color: #f76b6a;
}
.current-menu-item > a {
  color: inherit;
  font-weight: bold;
}

.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%;
  background: transparent;
}
.nasa-megamenu > .nav-dropdown > ul {
  position: static;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  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 {
  padding: 0px 0px 2px 15px;
  line-height: 28px;
  display: block;
  position: relative;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item a:hover {
  text-decoration: none;
  padding-left: 18px;
  color: #f76b6a;
}
.nasa-megamenu > .nav-dropdown > ul > .menu-item a.hidden-tag {
  display: none;
}
.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 > a:hover {
  padding-left: 15px;
}
.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 img {
  position: absolute !important;
  padding: 0 !important;
  z-index: 0;
  cursor: default;
}
.nasa-megamenu .nasa-absolute.nasa-top a, .nasa-megamenu .nasa-absolute.nasa-top img {
  top: 0;
}
.nasa-megamenu .nasa-absolute.nasa-top.nasa-space-1 a, .nasa-megamenu .nasa-absolute.nasa-top.nasa-space-1 img {
  top: 1px;
}
.nasa-megamenu .nasa-absolute.nasa-bottom a, .nasa-megamenu .nasa-absolute.nasa-bottom img {
  bottom: 0;
}
.nasa-megamenu .nasa-absolute.nasa-bottom.nasa-space-1 a, .nasa-megamenu .nasa-absolute.nasa-bottom.nasa-space-1 img {
  bottom: 1px;
}
.nasa-megamenu .nasa-absolute.nasa-left a, .nasa-megamenu .nasa-absolute.nasa-left img {
  left: 0;
}
.nasa-megamenu .nasa-absolute.nasa-left.nasa-space-1 a, .nasa-megamenu .nasa-absolute.nasa-left.nasa-space-1 img {
  left: 1px;
}
.nasa-megamenu .nasa-absolute.nasa-right a, .nasa-megamenu .nasa-absolute.nasa-right img {
  right: 0;
}
.nasa-megamenu .nasa-absolute.nasa-right.nasa-space-1 a, .nasa-megamenu .nasa-absolute.nasa-right.nasa-space-1 img {
  right: 1px;
}

/**
 * Main menu
 */
.nav-wrapper ul {
  padding: 0;
  margin: 0;
}
.nav-wrapper .header-nav {
  margin-bottom: -15px;
}
.nav-wrapper .menu-item {
  display: inline-block;
  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;
}
.nav-wrapper .default-menu .menu-item a:hover {
  padding-left: 3px;
}
.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;
  opacity: 0;
}
.nav-wrapper .default-menu > .nav-dropdown .sub-menu .menu-parent-item > a:before {
  float: right;
  font-family: "FontAwesome";
  content: "\f105";
  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;
  opacity: 1;
}
.nav-wrapper .nasa-megamenu > .nav-dropdown {
  left: 0;
  margin-top: 0;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  width: 99vw;
  max-width: none;
  padding: 0;
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
  background: #FFF;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
  -moz-transform: translate(-50%, 5px);
  -o-transform: translate(-50%, 5px);
  -ms-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}
.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 10px 15px 0;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item .sub-menu a {
  padding: 0 10px 2px 0;
}
.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item .sub-menu a:hover {
  padding: 0 10px 2px 3px;
}
.nav-wrapper .nasa-megamenu.fullwidth:hover > .nav-dropdown {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.nav-wrapper .root-item {
  width: auto;
  padding-bottom: 15px;
}
.nav-wrapper .root-item a:hover {
  color: #f76b6a;
}
.nav-wrapper .root-item .nasa-open-child {
  display: none;
}
.nav-wrapper .root-item > a {
  display: block;
  position: relative;
  margin: 0;
  margin-right: 40px;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.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:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  border-top: 2px solid transparent;
}
.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: 50%;
  opacity: 0.6;
  font-size: 135%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-wrapper .root-item:hover > a, .nav-wrapper .root-item.current-menu-ancestor > a, .nav-wrapper .root-item.current-menu-item > a {
  color: #333;
}
.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: #212121;
  cursor: pointer;
}
.nav-wrapper .root-item:hover > a:after, .nav-wrapper .root-item.current-menu-ancestor > a:after, .nav-wrapper .root-item.current-menu-item > a:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
  border-color: #212121;
}
.nav-wrapper .root-item:hover.menu-parent-item:before, .nav-wrapper .root-item.current-menu-ancestor.menu-parent-item:before, .nav-wrapper .root-item.current-menu-item.menu-parent-item:before {
  color: #555555;
}

.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:after, .nasa-bg-dark .nav-wrapper .root-item.current-menu-ancestor > a:after, .nasa-bg-dark .nav-wrapper .root-item.current-menu-item > a:after {
  border-color: #FFF;
}

.header-fullwidth .nasa-megamenu.fullwidth > .nav-dropdown {
  width: 100%;
}

.vertical-menu-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  max-width: none;
}

.nasa-menu-vertical-header {
  float: left;
  margin-right: 45px;
  width: 280px;
  background: #f76b6a;
}
.nasa-menu-vertical-header .nasa-vertical-header .section-title {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.nasa-menu-vertical-header .vertical-menu-wrapper {
  padding: 5px 0px;
}
.nasa-menu-vertical-header .vertical-menu-wrapper > li > a {
  padding: 9px 0 !important;
  border-bottom: 1px dotted #d2d2d2;
}
.nasa-menu-vertical-header .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown {
  top: -4px;
}

.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 25px 15px 15px;
  border-top: 1px solid transparent;
  font-size: 105%;
  color: #fff;
  text-transform: uppercase;
}
.nasa-vertical-header .vertical-menu-container {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  border: none;
  z-index: 101;
  pointer-events: none;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.nasa-vertical-header:hover .vertical-menu-container {
  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: auto;
}
.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: 13px;
}

#nasa-menu-vertical-header {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#nasa-menu-vertical-header .nasa-vertical-header .vertical-menu-container.nasa-allways-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Vertical menu title*/
.nasa-allways-show {
  display: none;
}
.nasa-allways-show.nasa-active {
  display: block;
}

.vertical-menu.nasa-allways-show-warp {
  min-width: 279px;
  max-width: 100%;
}
.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: #f76b6a;
  background: #f76b6a;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
}
.vertical-menu.nasa-shortcode-menu .section-title:before {
  display: none;
}
.vertical-menu.nasa-shortcode-menu:hover .section-title {
  color: #FFF;
}
.vertical-menu .section-title {
  padding: 14px 25px;
  margin-top: 0;
  vertical-align: middle;
  color: #333;
  font-size: 100%;
  position: relative;
}
.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: -1px;
  line-height: inherit;
}

.vertical-menu-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  border: 1px solid #efefef;
  background: #FFF;
}
.vertical-menu-wrapper .root-item {
  padding: 0 20px;
  position: relative !important;
  list-style: none;
  cursor: pointer;
  /* New style */
}
.vertical-menu-wrapper .root-item > a {
  display: block;
  padding: 14px 0;
  text-transform: none;
}
.vertical-menu-wrapper .root-item:hover > a {
  color: #f76b6a;
}
.vertical-menu-wrapper .root-item:hover > a > i {
  color: #f76b6a;
}
.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: -14px;
  left: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  pointer-events: visible;
}
.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;
}
.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: 0px;
  padding: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 -1px;
}
.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%;
}
.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: visible;
  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 {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.vertical-menu-wrapper .root-item.default-menu ul {
  position: absolute;
}
.vertical-menu-wrapper .root-item.default-menu .menu-item {
  width: 170px;
}
.vertical-menu-wrapper .root-item.default-menu .menu-item a {
  display: block;
  padding: 5px 25px 5px 0;
  line-height: 25px;
}
.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-top: 12px;
}
.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: 15px 0 15px 30px;
  margin: 0;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu .menu-item ul {
  top: 0px;
  left: 168px;
  visibility: hidden;
  opacity: 0;
}
.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: -16px;
}
.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown > ul .menu-item:hover > .nav-column-links > ul {
  visibility: visible;
  opacity: 1;
  left: 168px;
}
.vertical-menu-wrapper .root-item.default-menu:hover .nav-dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.vertical-menu-wrapper .root-item > a {
  padding: 7px 10px 7px 35px;
  font-size: 110%;
  position: relative;
  font-weight: 600;
}
.vertical-menu-wrapper .root-item > a:before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "";
  padding: 3.5px;
  border: 1px solid #ddd;
  z-index: 1;
  background: #fff;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.vertical-menu-wrapper .root-item > a:after {
  position: absolute;
  left: 14px;
  top: 18px;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
}
.vertical-menu-wrapper .root-item > a.nasa-active {
  color: #f76b6a;
}
.vertical-menu-wrapper .root-item > a.nasa-active:before {
  border-color: #f76b6a;
}
.vertical-menu-wrapper .root-item:last-child > a:after {
  display: none;
}
.vertical-menu-wrapper .root-item:hover > a {
  color: #f76b6a;
}
.vertical-menu-wrapper .root-item:hover > a:before {
  border-color: #f76b6a;
}
.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;
  opacity: 0.3;
}
.vertical-menu-wrapper .menu-item-has-children a:hover > i.nasa-has-items-child {
  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 {
  width: 25px;
  display: inline-block;
  height: 20px;
  position: relative;
  top: 2px;
  text-align: center;
  font-size: 130%;
  line-height: 20px;
  margin-right: 10px;
}
.nasa-menu-item-icon.nasa-icon {
  top: 4px;
}
.nasa-menu-item-icon.pe7-icon {
  font-weight: bold;
}

.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 {
  padding: 7px 35px 7px 10px;
  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 -1px 0 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: 100%;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown {
  text-align: right;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu {
  padding: 15px 30px 15px 5px;
  margin: 0;
}
.nasa-menu-ver-align-right .vertical-menu-wrapper .root-item.default-menu > .nav-dropdown .sub-menu .menu-item a {
  padding: 5px 0 5px 25px;
}
.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 .sub-menu {
  margin-right: -2px;
}
.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;
}

.boxed .nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  max-width: 1250px;
}

#nasa-menu-sidebar-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  max-height: 100%;
  width: 500px;
  max-width: 80%;
  background: #000;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#nasa-menu-sidebar-content.nasa-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#nasa-menu-sidebar-content .nasa-mobile-nav-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto !important;
  direction: rtl;
  padding: 15px;
}
#nasa-menu-sidebar-content.nasa-light .nasa-close-menu-mobile, #nasa-menu-sidebar-content.nasa-dark .nasa-close-menu-mobile {
  top: 30px;
}
#nasa-menu-sidebar-content.nasa-light .nasa-mobile-nav-wrap, #nasa-menu-sidebar-content.nasa-dark .nasa-mobile-nav-wrap {
  padding: 25px;
}
#nasa-menu-sidebar-content.nasa-active .nasa-close-menu-mobile {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#nasa-menu-sidebar-content.nasa-active .nasa-close-menu-mobile: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);
}
#nasa-menu-sidebar-content .nasa-close-menu-mobile {
  right: 0;
  top: 10px;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-languages {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  float: none !important;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-languages .nasa-list-languages {
  width: 100%;
  position: relative;
  visibility: initial;
  opacity: initial;
  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: #555555;
  padding: 5px 10px;
}
#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies .wcml-cs-submenu li a:hover {
  color: #555555;
}
#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 > a > i {
  position: relative;
  top: 2px;
}
#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,
#nasa-menu-sidebar-content #mobile-navigation li .nasa-has-items-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;
  position: relative;
  top: 3px;
}
#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: 9px;
  border-top: 1px solid #888;
}
#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;
}
#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: #555555;
}
#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: #555555;
  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 li.wcml-dropdown, #nasa-menu-sidebar-content.nasa-light #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, #nasa-menu-sidebar-content.nasa-light #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, #nasa-menu-sidebar-content.nasa-light #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, #nasa-menu-sidebar-content.nasa-light #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, #nasa-menu-sidebar-content.nasa-light #mobile-navigation li.wcml-dropdown li {
  background: unset;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown li a, #nasa-menu-sidebar-content.nasa-light #mobile-navigation li.wcml-dropdown li a {
  border: unset;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-dropdown .wcml-spinner, #nasa-menu-sidebar-content.nasa-light #mobile-navigation li.wcml-dropdown .wcml-spinner {
  right: 50%;
}
#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: 0;
}
#nasa-menu-sidebar-content.nasa-light-new #mobile-navigation {
  margin: 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;
  right: 15px;
}
#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-menu-none-event > a.accordion, #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.nasa-select-languages > a.accordion, #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li.wcml-cs-active-currency > 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: #555555;
  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: #555555;
}
#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 .root-item.li_accordion.active {
  background: #f6f6f6;
}

/* Fix Menu simple data */
.nasa-wp-simple-nav-menu li {
  position: relative;
}
.nasa-wp-simple-nav-menu li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  z-index: 1;
  border: 1px solid #ccc;
  padding: 15px 15px 15px 30px;
  width: 270px;
}
.nasa-wp-simple-nav-menu li > .sub-menu li {
  width: 100%;
}
.nasa-wp-simple-nav-menu li > .sub-menu li > a {
  display: block;
  line-height: 100%;
}
.nasa-wp-simple-nav-menu li > .sub-menu li > .sub-menu {
  top: 0;
  left: 100%;
}
.nasa-wp-simple-nav-menu li:hover > .sub-menu {
  display: block;
}
.nasa-wp-simple-nav-menu > li {
  display: inline-block;
  line-height: 55px;
}
.nasa-wp-simple-nav-menu > li a {
  padding: 10px 20px 10px 0;
  line-height: 265%;
}
.nasa-wp-simple-nav-menu.vertical-menu-wrapper > li {
  display: block !important;
}

.mobile-menu {
  display: none;
}
.mobile-menu.nasa-header-mobile-layout {
  display: block;
}
.mobile-menu table td.logo-wrapper {
  text-align: center;
}

/* TOP BAR */
#top-bar ul {
  line-height: 2;
  margin: 0;
}
#top-bar ul li {
  list-style: none;
  display: inline-block;
}

.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);
}
.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: 6px;
}
.top-bar .nasa-menus-account .menu-item:hover .sub-menu {
  z-index: 399;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -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: #555555;
  text-transform: none;
  font-size: 105%;
}
.top-bar .nasa-menus-account .nasa-hello-acc:hover {
  color: #555555;
}
.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;
  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-in-mobile #top-bar {
  padding: unset;
  height: unset;
  border-color: transparent;
}
.nasa-in-mobile #top-bar .topbar-mobile-text {
  line-height: 3;
  background: #f76b6a;
  color: #fff;
}

.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: #e2e2e2;
  color: #000;
}
.nasa-header-transparent .nasa-topbar-wrap.nasa-topbar-toggle .nasa-icon-toggle:hover {
  background-color: #dedede;
}

.menu-header-margin-top-0 .nasa-bg-dark {
  margin-top: 15px;
}

#top-bar {
  position: relative;
  margin-top: 0;
  opacity: 1;
  padding: 3px 0px 2px 0;
  height: 42px;
  background: #FFF;
  border-bottom: 1px solid #ececec;
}
#top-bar .topbar-menu-container {
  padding-top: 3px;
}
#top-bar .left-text {
  line-height: 2.5;
}
#top-bar .right-text {
  line-height: 2;
  font-size: 100%;
}

/* END TOP BAR */
.nasa-right-main-header .header-icons {
  display: flex;
}

.row.nasa-elements-wrap .header-icons {
  right: 10px;
}

.header-icons {
  display: flex;
  list-style: none;
  position: absolute;
  right: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-icons .nasa-icon {
  font-size: 175%;
  position: relative;
  vertical-align: top;
}
.header-icons .nasa-icon.icon-nasa-cart-2, .header-icons .nasa-icon.icon-nasa-cart-4 {
  font-size: 155%;
}
.header-icons .nasa-icon.fa-shopping-cart {
  font-size: 160%;
}
.header-icons .nasa-icon.fa-shopping-bag, .header-icons .nasa-icon.fa-shopping-basket {
  font-size: 150%;
}
.header-icons .nasa-icon.icon-nasa-refresh {
  position: relative;
  top: 1px;
}
.header-icons .header-account .pe7-icon {
  font-size: 160%;
  font-weight: bold;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.header-icons > li {
  float: left;
  line-height: 100%;
  position: relative;
  font-size: 110%;
  margin-left: 15px;
}
.header-icons > li.nasa-icon-search {
  position: static;
}
.header-icons > li.first {
  margin-left: 0;
}
.header-icons > li a:hover i {
  color: #f76b6a;
}

.topbar-menu-container {
  float: left;
}
.topbar-menu-container ul {
  display: inline-block;
}
.topbar-menu-container ul:last-child > li:last-child {
  margin-right: 0 !important;
}
.topbar-menu-container ul:last-child > li:last-child.nasa-select-languages .nasa-list-languages,
.topbar-menu-container ul:last-child > li:last-child .wcml-dropdown li.wcml-cs-active-currency > ul {
  left: auto;
  right: 0;
}
.topbar-menu-container ul.nasa-menus-account .pe7-icon {
  position: relative;
}
.topbar-menu-container ul.nasa-topbar-menu li:last-child:after {
  display: inherit;
}
.topbar-menu-container ul.nasa-topbar-menu li .nasa-open-child {
  display: none;
}
.topbar-menu-container ul.header-multi-languages li:after {
  display: none;
}
.topbar-menu-container ul li span {
  vertical-align: baseline;
}
.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 i {
  font-weight: 500;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: inherit;
}

.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;
}

.nasa-search-space {
  position: static;
  min-width: 25px;
  width: 100%;
  top: 0px;
}
.nasa-search-space .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;
}
.nasa-search-space .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 .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;
}
.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.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.black_bg {
  height: 100%;
}
.nasa-search-space.black_bg .icon {
  background: #000;
  color: #fff;
}
.nasa-search-space.black_bg .nasa-ajax-search-form-container .icon {
  display: none;
}
.nasa-search-space .nasa-show-search-form {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide {
  width: 0%;
  opacity: 0;
  visibility: hidden;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide .nasa-icon-submit-page {
  display: none;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-show {
  visibility: visible;
  width: 100%;
  overflow: inherit;
  opacity: 1;
  z-index: 9999;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-show .nasa-close-search {
  visibility: visible;
  opacity: 1;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-fadeInDown {
  width: 100%;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-fadeInDown.nasa-show {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-fadeInUp {
  width: 100%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-fadeInUp.nasa-show {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-leftToRight {
  right: auto;
  left: 0;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-fadeIn {
  width: 100%;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-noEffect {
  width: 100%;
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}
.nasa-search-space .nasa-show-search-form .nasa-close-search {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-search-space .nasa-show-search-form .nasa-close-search i {
  font-size: 310%;
}
.nasa-search-space .nasa-show-search-form form {
  margin-bottom: 0px;
  position: relative;
}
.nasa-search-space .nasa-show-search-form .twitter-typeahead {
  position: relative;
  border: none;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}
.nasa-search-space .nasa-show-search-form input[name="s"] {
  margin: 0px;
  border: none;
  background: transparent;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 100%;
}
.nasa-search-space .nasa-show-search-form input[name="s"]:focus {
  background: none;
}
.nasa-search-space .nasa-show-search-form input[name="s"]::placeholder, .nasa-search-space .nasa-show-search-form input[name="s"]:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.nasa-search-space .nasa-show-search-form input.tt-hint {
  font-size: 100%;
  padding: 0 10px 0 10px;
  height: 44px;
  background: transparent !important;
}
.nasa-search-space .nasa-show-search-form input[type="submit"] {
  background: transparent;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  line-height: 44px;
  color: #FFF !important;
  border: none;
  font-size: 100%;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-indent: -9999px;
  letter-spacing: 1px;
}
.nasa-search-space .nasa-show-search-form input[type="submit"]:focus {
  outline: none;
}
.nasa-search-space .nasa-show-search-form .nasa-icon-submit-page {
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 45px;
  height: 100%;
  overflow: hidden;
  background: none;
  border: none;
}
.nasa-search-space .nasa-show-search-form .nasa-icon-submit-page:hover {
  border-color: none;
}
.nasa-search-space .nasa-show-search-form .nasa-icon-submit-page .nasa-submit-search:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e618";
  color: inherit;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 180%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative {
  position: relative;
  border-bottom: 2px solid #999;
  background: transparent;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative input[name="s"] {
  padding-right: 55px;
  padding-left: 0px;
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative input.tt-hint {
  padding: 0 55px 0 0;
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative .nasa-icon-submit-page {
  left: auto;
  right: 0;
}
.nasa-search-space .tt-menu {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #ddd;
  left: 0;
  -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.nasa-search-space.nasa_search_icon .tt-menu {
  width: unset;
  left: 10px !important;
  right: 10px !important;
}
.nasa-search-space .item-search {
  position: relative;
}
.nasa-search-space .item-search a {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
.nasa-search-space .item-search a:hover {
  background: #f9f9f9;
  color: #555555;
}
.nasa-search-space .item-search a img {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: auto;
}
.nasa-search-space .item-search a p {
  font-size: 110%;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
  display: inline-block;
  line-height: 1.3;
}
.nasa-search-space .item-search a .price {
  display: block;
}
.nasa-search-space .item-search a .nasa-item-title-search {
  text-align: left;
  margin-top: 0px;
}

.header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative input[name="s"],
.header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative input.tt-hint {
  padding-left: 15px;
  padding-right: 140px;
}
.header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative .nasa-icon-submit-page {
  top: -1px;
  bottom: -1px;
  right: -2px;
  height: auto;
  width: 130px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative .nasa-icon-submit-page:before {
  padding-left: 0;
  padding-right: 15px;
  font-size: 120%;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
.header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative .nasa-submit-search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-indent: -25px;
  font-size: 90%;
  line-height: 46px;
  letter-spacing: 1px;
  opacity: 0.9;
}
.header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative .nasa-submit-search:hover {
  opacity: 1;
}

.setting-dropdown .nav-dropdown {
  top: 60px !important;
  right: 0px;
  width: 200px;
  padding: 25px;
}
.setting-dropdown.active .nav-dropdown {
  top: 50px !important;
}

/* -- MIDDLE HEADER -- */
.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 form .twitter-typeahead,
.header-wrapper.nasa-header-transparent .nasa-search-space .nasa-show-search-form form .twitter-typeahead input[name="s"] {
  background-color: transparent;
}

.nasa-left-main-header {
  width: 70%;
}

.nasa-right-main-header {
  width: 30%;
}

.logo {
  display: inline-block;
}

.logo .header_logo {
  max-height: 95px;
  width: auto;
}

.mobile-menu .logo .header_logo,
.fixed-already .logo .header_logo {
  max-height: 25px;
}

.nasa-hide-for-mobile .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-hide-for-mobile .nasa-fixed-height .logo {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#masthead {
  position: relative;
  background-color: transparent;
  padding: 30px 0;
}

.wide-nav li {
  list-style: none;
}

/* TRANSPARENT HEADER */
.header-transparent #masthead {
  background: transparent;
}
.header-transparent #masthead .logo {
  z-index: 2;
}
.header-transparent .nasa-ajax-search-form input {
  background: transparent;
}

/* END TRANSPARENT HEADER */
.nasa-elements-wrap {
  position: relative;
}
.nasa-elements-wrap .columns {
  position: static;
}
.nasa-elements-wrap .nasa-follow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-type-1 .logo a {
  font-size: 100%;
}
.header-type-1 .nasa-search-space {
  top: 0;
}
.header-type-1 .nasa-search-space .nasa-show-search-form .twitter-typeahead {
  background: #FFF;
}

.header-type-2 .nasa-share li,
.header-type-2 .nasa-follow {
  font-size: 140%;
}

.header-type-3 .nasa-icon-submit-page:before,
.header-type-builder .nasa-icon-submit-page:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e618";
  color: #555555;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 250%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-type-2 #masthead,
.header-type-3 #masthead,
.header-type-4 #masthead {
  padding-bottom: 0;
}
.header-type-2 .wide-nav,
.header-type-3 .wide-nav,
.header-type-4 .wide-nav {
  position: relative;
}

.header-type-4 #masthead {
  padding-top: 40px;
}
.header-type-4 .nasa-elements-wrap-main-menu {
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
  margin-top: 40px;
}
.header-type-4 .header-icons > li.nasa-icon-filter-cat {
  display: none;
}

/* END HEADER TYPES */
.boxed .wide-nav {
  left: auto;
  right: auto;
}

.boxed .wide-nav.stuck {
  left: auto;
  right: auto;
}

.nasa-search-sticky-wrap {
  padding-left: 25px;
}

.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 {
  position: unset;
  top: -30px;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
}
.nasa-header-sticky .fixed-already {
  position: fixed;
  top: 0;
  z-index: 399;
  background: #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-header-sticky .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 .fixed-already #masthead,
.nasa-header-sticky .fixed-already .site-header {
  padding-top: 0;
  padding-bottom: 0;
}
.nasa-header-sticky .fixed-already .nasa-allways-show.nasa-active {
  display: none;
}
.nasa-header-sticky .fixed-already .nasa-vertical-header:hover .nasa-allways-show.nasa-active,
.nasa-header-sticky .fixed-already .nasa-vertical-header:hover .vertical-menu-container {
  display: block;
}
.nasa-header-sticky.header-type-2 .fixed-already .nasa-elements-wrap, .nasa-header-sticky.header-type-3 .fixed-already .nasa-elements-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}
.nasa-header-sticky.header-type-2 .fixed-already .nasa-elements-wrap.nasa-elements-wrap-main-menu, .nasa-header-sticky.header-type-3 .fixed-already .nasa-elements-wrap.nasa-elements-wrap-main-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.nasa-header-sticky.header-type-2 .fixed-already .nasa-elements-wrap-main-menu, .nasa-header-sticky.header-type-3 .fixed-already .nasa-elements-wrap-main-menu {
  margin: 0;
}
.nasa-header-sticky.header-type-4 .fixed-already .nasa-elements-wrap-bg {
  margin-top: 0;
}
.nasa-header-sticky.header-type-4 .fixed-already .nasa-wrap-event-search {
  padding-top: 10px;
  padding-bottom: 10px;
}

.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: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -6px;
}
.nasa-select-currencies .wcml-dropdown {
  width: auto;
  margin: 0 !important;
}
.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: 6px;
  margin-bottom: -6px;
  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;
  opacity: 0;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.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: auto;
  visibility: visible;
  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: 6px;
  margin-bottom: -6px;
}
.nasa-select-languages .nasa-current-lang img {
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.nasa-select-languages .nasa-list-languages {
  position: absolute;
  z-index: 401;
  top: 100%;
  left: 0;
  display: block;
  min-width: 145px;
  padding: 5px 0;
  border: 1px solid #ececec;
  background: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.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: -1px;
}
.nasa-select-languages:hover .nasa-list-languages, .nasa-select-languages.nasa-active .nasa-list-languages {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nasa-mini-number {
  display: inline-block;
  font-size: 11px;
  position: absolute;
  background: #f76b6a;
  color: #fff;
  text-align: center;
  top: -6px;
  right: -6px;
  padding: 0;
  width: 17px;
  height: 17px;
  line-height: 18px;
  visibility: visible;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-mini-number.nasa-product-empty, .nasa-mini-number.hidden-tag {
  visibility: hidden;
  opacity: 0;
}

#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;
}

.widget_shopping_wishlist_content .nasa-sidebar-tit {
  display: none;
}

.nasa-global-wishlist,
.added_to_cart.wc-forward {
  display: none;
}

/* Header mini cart dropdown */
.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: #f76b6a;
}
.mini-cart .products-number {
  color: #f76b6a;
}
.mini-cart .amount {
  color: #555555 !important;
}

/* End Header mini cart  */
.woocommerce-order-details .wc-item-meta li {
  list-style: none;
}
.woocommerce-order-details .wc-item-meta li strong {
  float: left;
}

/* Shopping cart - Cart table details */
.product-remove a {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  border-color: #aaa;
}
.product-remove a:before, .product-remove a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 2px solid;
  border-color: inherit;
}
.product-remove a:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a:hover {
  border-color: #222;
}

.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-quantity {
  width: 120px;
  text-align: center;
}
.shop_table tfoot th {
  font-size: 100%;
  letter-spacing: initial;
  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;
  font-weight: bold;
  vertical-align: text-top;
}
.shop_table .remove i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #555555;
  position: relative;
}
.shop_table .remove i:hover {
  color: #f76b6a;
}
.shop_table .product-name {
  padding: 0;
  width: auto;
}
.shop_table tbody .product-name {
  color: #444;
  padding: 8px 0;
}
.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: #f76b6a;
}
.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.my_account_orders tbody td {
  padding: 15px 5px 15px 0px;
}
.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions .button {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  color: #555;
  border: none;
  display: block;
  text-align: left;
  background-color: transparent !important;
}
.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions .button:hover {
  text-decoration: underline;
  color: #000 !important;
}
.shop_table .blockUI.blockOverlay {
  display: none !important;
}

/* Coupon textbox */
#coupon_code {
  padding-right: 150px;
  margin: 0;
}

.coupon {
  position: relative;
}
.coupon [name="apply_coupon"] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px 13px 15px;
}
.coupon h3 {
  margin-bottom: 7px;
  padding-bottom: 10px;
}

/* Shopping cart - Cart totals sumary */
.cart_totals {
  border: 3px solid #ECECEC;
  padding: 30px;
}
.cart_totals table {
  margin-bottom: 0;
}
.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: initial;
  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 h2 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
  line-height: 1;
}
.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: #f76b6a;
}
.cart_totals .checkout-button {
  width: 100%;
}

/* Shopping cart - Shipping */
#shipping_method {
  margin-bottom: 0;
}
#shipping_method li {
  list-style: none;
  line-height: inherit;
  padding: 0 0 10px 0;
}
#shipping_method li input {
  display: inline;
  margin: 0 5px 0 0;
}
#shipping_method li input[type="radio"] {
  position: relative;
  top: 1px;
}
#shipping_method li label {
  display: inline;
}
#shipping_method li:last-child {
  padding-bottom: 0;
}

.shipping {
  font-weight: normal;
}
.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 button general */
.quantity {
  width: 70px;
  text-align: left;
  position: relative;
  padding-right: 5px;
  display: inline-block;
  float: left;
}
.quantity .minus,
.quantity .plus {
  border: 1px solid #ccc;
  display: block;
  overflow: hidden;
  width: 21px;
  line-height: 16px;
  height: 20px;
  position: absolute;
  text-align: center;
  padding: 0;
  left: auto;
  right: 5px;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.quantity .minus:hover,
.quantity .plus:hover {
  background: #efefef;
}
.quantity .minus {
  bottom: 0;
  border-top: none;
  height: 18px;
}
.quantity .plus {
  top: 0;
}
.quantity .input-text.qty {
  border: 1px solid #CCC;
  height: 38px;
  padding: 8px 0px;
  line-height: 18px;
  width: 45px;
  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;
}
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

/* Cart total at right sidebar */
.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 */
.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: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-cart .nasa-extra-empty {
  display: block;
  width: 100%;
  font-size: 14.5px;
  color: #888888;
  font-weight: normal;
}
.woocommerce-cart .nasa-extra-empty:first-child {
  margin-top: 5px;
}

.woocommerce address br {
  margin-top: 10px;
}

#nasa-quickview-sidebar-content {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  overflow-y: auto;
  background: #fff;
}

.nasa-static-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  width: 500px;
  max-width: 80%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.nasa-static-sidebar#nasa-quickview-sidebar {
  width: 600px;
  max-width: 90%;
  right: 0;
}
.nasa-static-sidebar#nasa-quickview-sidebar.nasa-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-static-sidebar#nasa-quickview-sidebar .product-lightbox-inner {
  padding: 30px 0 0 0;
}
.nasa-static-sidebar#nasa-quickview-sidebar .product-lightbox .product-lightbox-inner .social-icons {
  margin-bottom: 0;
}
.nasa-static-sidebar#nasa-quickview-sidebar .product-info .nasa-single-share {
  margin-bottom: 0;
}
.nasa-static-sidebar.nasa-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-static-sidebar.style-1 {
  background: #FFF;
  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.wc-forward {
  color: #fff;
}
.nasa-static-sidebar.style-2 {
  background: #222;
  color: #fff;
}
.nasa-static-sidebar.style-2 .nasa-sidebar-tit,
.nasa-static-sidebar.style-2 .widget_shopping_cart_content .mini-cart-info a {
  color: inherit;
}
.nasa-static-sidebar.style-2 .nasa-item-meta .nasa-widget-title {
  color: inherit;
}
.nasa-static-sidebar.style-2 .nasa-item-meta .nasa-widget-title:hover {
  color: #FFF !important;
}
.nasa-static-sidebar.style-2 .price {
  color: #FFF !important;
}
.nasa-static-sidebar.style-2 .price .amount {
  color: #FFF !important;
}
.nasa-static-sidebar.style-2 .button-in-wishlist {
  color: #aaa !important;
}
.nasa-static-sidebar.style-2 .button-in-wishlist:hover {
  color: #FFF !important;
}
.nasa-static-sidebar .nasa-sidebar-tit {
  font-size: 220%;
  line-height: 45px;
  font-weight: 800;
  display: block;
  margin: 0;
  text-align: center;
}
.nasa-static-sidebar.nasa-active .nasa-sidebar-close a {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nasa-static-sidebar.nasa-active .nasa-sidebar-close a: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);
}
.nasa-static-sidebar .nasa-sidebar-close {
  position: absolute;
  height: 45px;
  left: 0;
  right: 0;
  top: 45px;
}
.nasa-static-sidebar .nasa-sidebar-close.quickview-close {
  background: transparent;
}
.nasa-static-sidebar .nasa-sidebar-close a {
  left: 0;
  top: 0;
  z-index: 2;
}
.nasa-static-sidebar .nasa-sidebar-close a:before {
  content: "\79";
}
.nasa-static-sidebar .nasa-sidebar-close.viewed-close {
  padding: 0 10px;
}
.nasa-static-sidebar .empty {
  margin-top: 35px;
  margin-bottom: 0;
  text-align: center;
  font-size: 135%;
  font-weight: 800;
  color: #777;
}
.nasa-static-sidebar .empty.woocommerce-mini-cart__empty-message {
  margin-top: 60px;
}
.nasa-static-sidebar .empty .nasa-empty-icon {
  font-size: 700%;
  display: block;
  margin-bottom: 25px;
  color: #ccc;
}
.nasa-static-sidebar .empty .nasa-sidebar-return-shop {
  margin: 40px 20px 0 20px;
  display: block;
  color: #fff;
  padding: 12px 15px;
}
.nasa-static-sidebar#nasa-viewed-sidebar .products .nasa-viewed-product-sc {
  margin-top: 0 !important;
}
.nasa-static-sidebar#nasa-viewed-sidebar .products,
.nasa-static-sidebar .widget_shopping_cart_content,
.nasa-static-sidebar .widget_shopping_wishlist_content {
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 0 80px 30px 80px;
}
.nasa-static-sidebar .product-remove a {
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.nasa-static-sidebar .product-remove a:before, .nasa-static-sidebar .product-remove a:after {
  top: 7px;
  left: 0;
}
.nasa-static-sidebar .hide-in-cart-sidebar {
  display: none;
}
.nasa-static-sidebar .nasa-total-condition-wrap {
  margin: 0;
}
.nasa-static-sidebar .nasa-total-condition-desc {
  margin-bottom: 15px;
  text-align: initial;
}
.nasa-static-sidebar .cart_list {
  margin: 0 0 25px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.nasa-static-sidebar .mini-cart-item {
  margin-top: 25px;
}
.nasa-static-sidebar .mini-cart-item:first-child {
  margin-top: 0;
}
.nasa-static-sidebar .mini-cart-item.nasa-gift-item-in-cart {
  margin-top: 10px;
}
.nasa-static-sidebar .nasa-image-cart-item img {
  border: 1px solid #ececec;
}
.nasa-static-sidebar .mini-cart-info {
  line-height: 150%;
}
.nasa-static-sidebar .mini-cart-info a {
  font-weight: 800;
  text-transform: capitalize;
  color: #333;
  font-size: 115%;
}
.nasa-static-sidebar .mini-cart-info a:hover {
  color: #f76b6a;
}
.nasa-static-sidebar .cart_list_product_quantity {
  margin-top: 5px;
}
.nasa-static-sidebar .variation {
  margin-bottom: 0;
  margin-top: 5px;
}
.nasa-static-sidebar .minicart_total_checkout {
  margin: 10px 0 20px 0;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}
.nasa-static-sidebar .btn-mini-cart {
  padding: 5px 0 0 0;
}
.nasa-static-sidebar .btn-mini-cart a {
  margin-top: 15px;
  width: 100%;
  border: none;
}
.nasa-static-sidebar .btn-mini-cart a.btn-viewcart {
  background: #f76b6a;
  color: #FFF;
  font-size: 12px;
}
.nasa-static-sidebar .btn-mini-cart a.btn-viewcart:hover {
  opacity: 0.9;
}
.nasa-static-sidebar .btn-mini-cart a.btn-checkout, .nasa-static-sidebar .btn-mini-cart a.checkout {
  background: #777 !important;
  color: #FFF !important;
  font-size: 12px;
}
.nasa-static-sidebar .btn-mini-cart a.btn-checkout:hover, .nasa-static-sidebar .btn-mini-cart a.checkout:hover {
  background: #333 !important;
}
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a {
  top: 3px;
}
.nasa-static-sidebar .image-wishlist img {
  border: 1px solid #ececec;
}
.nasa-static-sidebar .nasa-wishlist-title {
  font-weight: 800;
  color: #333;
  font-size: 110%;
}
.nasa-static-sidebar .nasa-wishlist-title:hover {
  color: #f76b6a;
}
.nasa-static-sidebar .wishlist-price {
  margin-top: 8px;
}
.nasa-static-sidebar .wishlist-in-stock {
  color: #7db62e;
}
.nasa-static-sidebar .add-to-cart-wishlist {
  line-height: 1;
  margin-top: 8px;
}
.nasa-static-sidebar .button-in-wishlist {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  border: none;
  color: #333;
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
}
.nasa-static-sidebar .button-in-wishlist:hover {
  color: #f76b6a;
}
.nasa-static-sidebar .wishlist-item .image-wishlist {
  width: 25%;
}
.nasa-static-sidebar .wishlist-item .info-wishlist {
  width: 75%;
}
.nasa-static-sidebar .wishlist_table {
  margin: auto;
  width: 100%;
}
.nasa-static-sidebar .wishlist_table tr {
  border-bottom: none;
}
.nasa-static-sidebar .wishlist_table td {
  padding: 0 0 25px 0;
}
.nasa-static-sidebar .wishlist_table td.product-remove {
  vertical-align: top;
  padding: 0;
  font-size: 140%;
  text-align: center;
}
.nasa-static-sidebar .widget_shopping_wishlist_content .woocommerce-message {
  display: none;
}
.nasa-static-sidebar .widget_shopping_wishlist_content .product-remove a {
  top: -2px;
}

dl.variation {
  display: block;
  width: 100%;
  color: #a5a5a5;
  font-size: 90%;
  line-height: 1.4;
}
dl.variation dt, dl.variation dd {
  display: inline;
  float: left;
  margin-bottom: 0;
}
dl.variation dt {
  clear: both;
}
dl.variation dd {
  padding-left: 2px;
}
dl.variation p {
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: inherit;
}
dl.variation:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  clear: both;
}

.nasa-viewed-product-sc .item-product-widget {
  margin: 0 0 25px 0;
}

/* For Wishlist Premium */
.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 {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
  visibility: hidden;
  opacity: 0;
}
.nasa-after-add-to-cart-popup .nasa-table-wrap.nasa-active {
  visibility: visible;
  opacity: 1;
}
.nasa-after-add-to-cart-popup .nasa-slide-style-product-carousel .nasa-shortcode-title-slider {
  font-size: 180%;
  line-height: 45px;
}
.nasa-after-add-to-cart-popup .product-item {
  visibility: inherit !important;
  animation-duration: inherit !important;
  animation-delay: inherit !important;
  animation-name: inherit !important;
}

.after-add-to-cart-shop_table {
  margin: 0;
  visibility: hidden;
  opacity: 0;
}
.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: #f76b6a;
}

.nasa-update-cart-popup.nasa-disable {
  opacity: 0.7;
  cursor: not-allowed;
  background: transparent !important;
  color: #555555 !important;
  border-color: #555555 !important;
}
.nasa-update-cart-popup.nasa-disable:hover {
  background: transparent !important;
  color: #555555 !important;
  border-color: #555555 !important;
}

.nasa-total-condition {
  width: 100%;
  position: relative;
  background: #EDEDED;
  height: 15px;
  line-height: 15px;
  font-size: 80%;
  margin-top: 25px;
}

.nasa-total-condition-hint {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  line-height: inherit;
  color: #555555;
  text-align: center;
  font-weight: bold;
}

.nasa-subtotal-condition {
  background: #f76b6a;
  position: relative;
  z-index: 1;
  color: #FFF;
  line-height: inherit;
  width: 2px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.nasa-total-condition-desc {
  max-width: 550px;
  margin: 10px 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: #f76b6a;
  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;
  }
}
.widget_shopping_wishlist_content .nasa-wishlist-page {
  font-size: 12px;
}

.hidden-title-form {
  display: none;
  margin-top: 30px;
  margin-bottom: 40px;
}

.wishlist-title-with-form {
  margin-top: 30px;
}
.wishlist-title-with-form h2 {
  display: inline-block;
}
.wishlist-title-with-form .show-title-form {
  padding: initial;
  margin: 0 10px;
  background: transparent !important;
  border-color: transparent !important;
  color: #555555;
  letter-spacing: initial;
  text-transform: initial;
}
.wishlist-title-with-form .show-title-form:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: #555555;
}

.yith_wcwl_wishlist_footer {
  margin-bottom: 50px;
}

.yith-wcwl-share .yith-wcwl-share-title {
  display: inline-flex;
}
.yith-wcwl-share ul {
  display: inline-flex;
}
.yith-wcwl-share .share-button {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

/*COUNTDOWN*/
.countdown-row {
  text-align: inherit;
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 12;
  margin: 0 -10px;
}

.countdown-section {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  line-height: 1.6;
  text-align: center;
}

.countdown-amount {
  display: block;
  background: #000;
  color: #fff;
  font-size: 110%;
  line-height: 100%;
  padding: 15px 0;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.countdown-period {
  display: block;
  font-size: 80%;
  line-height: 150%;
  text-transform: uppercase;
  padding-top: 7px;
  font-weight: 600;
}

.nasa-quickview-product-deal-countdown,
.nasa-detail-product-deal-countdown {
  position: relative;
  margin-bottom: 25px;
}
.nasa-quickview-product-deal-countdown.nasa-product-variation-countdown,
.nasa-detail-product-deal-countdown.nasa-product-variation-countdown {
  height: 0;
  margin-bottom: 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;
  margin-bottom: 25px;
  margin-top: 35px;
}
.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-amount,
.nasa-detail-product-deal-countdown .nasa-sc-pdeal-countdown .countdown-amount {
  font-size: 110%;
  padding: 15px 0;
  width: 45px;
  font-weight: 700;
}

.nasa-custom-countdown .countdown-amount {
  width: 55px;
}
.nasa-custom-countdown.nasa-large {
  font-size: 180%;
}
.nasa-custom-countdown.nasa-large .countdown-amount {
  font-size: 85%;
}

.nasa-countdown-text {
  display: inline-block;
  color: #333;
}
.nasa-countdown-text .countdown-row {
  margin: 0;
}
.nasa-countdown-text .countdown-amount,
.nasa-countdown-text .countdown-period {
  display: inherit;
  color: inherit;
  font-size: 100%;
  background: transparent;
  padding: 0;
  width: auto;
  line-height: inherit;
  font-weight: inherit;
}
.nasa-countdown-text .countdown-section {
  display: inherit;
  margin: auto;
  line-height: inherit;
}
.nasa-countdown-text .countdown-section .countdown-period {
  display: none;
}
.nasa-countdown-text .countdown-section:after {
  content: ":";
  display: inherit;
  line-height: inherit;
  color: inherit;
}
.nasa-countdown-text .countdown-section:last-child:after {
  display: none;
}
.nasa-countdown-text .countdown-show4 .countdown-section:first-child .countdown-period {
  display: inherit;
  margin: 0 5px;
  text-transform: inherit;
}
.nasa-countdown-text .countdown-show4 .countdown-section:first-child:after {
  display: none;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-custom-countdown .countdown-amount {
    width: 50px;
  }
  .nasa-custom-countdown .countdown-period {
    font-size: 60%;
  }
  .nasa-custom-countdown.nasa-large {
    font-size: 130%;
  }
  .nasa-custom-countdown.nasa-large .countdown-amount {
    font-size: 85%;
    padding: 12px 0;
  }
  .nasa-custom-countdown.nasa-large .countdown-period {
    font-size: 65%;
  }
}
#nasa-wrap-archive-loadmore {
  position: relative;
}
#nasa-wrap-archive-loadmore p, #nasa-wrap-archive-loadmore a {
  display: block;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  margin-bottom: 80px;
  color: #888;
  font-size: 100%;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.6;
}
#nasa-wrap-archive-loadmore a.nasa-disabled {
  opacity: 0;
  visibility: hidden;
}
#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-content-page-products {
  position: relative;
}

.nasa-archive-product-warp {
  margin-bottom: 25px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: nasa-bg-gradient;
  animation-timing-function: linear;
  background: linear-gradient(to right, #f9f9f9 8%, #eeeeee 18%, #f9f9f9 38%);
}

/* CATEGORY PAGE */
.nasa_shop_description {
  line-height: 150%;
}
.nasa_shop_description:empty {
  display: none;
}
.nasa_shop_description .wcmp_vendor_banner_template.template1 .description_data {
  border: none;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}

.cat_bg {
  margin-bottom: 20px;
}

.filters-container {
  padding: 20px 0;
}

.filters-container-down {
  padding: 10px 0 20px 0;
}

.top-bar-wrap-type-1 .filter-tabs.nasa-show-number {
  display: flex;
}

.filter-tabs {
  margin-bottom: 0;
  line-height: 1;
  float: right;
  display: inline-block;
}
.filter-tabs li {
  display: inline-flex;
  list-style: none;
  margin-right: 5px;
  padding: 4px 0 0 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;
  color: #aaa;
}
.filter-tabs li.active i, .filter-tabs li:hover i {
  color: #555555;
}
.filter-tabs.nasa-show-number i {
  display: none;
}
.filter-tabs.nasa-show-number .nasa-change-layout:hover .nasa-text-number {
  text-decoration: underline;
}
.filter-tabs.nasa-show-number .nasa-text-number {
  display: inline-block;
  font-size: 110%;
  padding: 0 2px;
}
.filter-tabs.nasa-show-number .active .nasa-text-number {
  font-weight: bold;
  text-decoration: underline;
}
.filter-tabs.nasa-show-number li {
  margin-right: 5px;
  color: #999;
}
.filter-tabs.nasa-show-number li:last-child {
  margin-right: 0;
}
.filter-tabs.nasa-show-number .active,
.filter-tabs.nasa-show-number .nasa-label-change-view {
  color: #000;
}
.filter-tabs.nasa-show-number .nasa-label-change-view {
  cursor: default;
}

.nasa-topbar-change-view-wrap .filter-tabs li {
  padding: 5px 0 0 0;
}
.nasa-topbar-change-view-wrap .filter-tabs.nasa-show-number li {
  padding: 0;
  line-height: 44px;
}

.top-bar-wrap-type-2 .filter-tabs {
  float: none;
}

.nasa-change-view-layout-side-sidebar {
  text-align: center;
}
.nasa-change-view-layout-side-sidebar .filter-tabs {
  float: none;
  width: 100%;
}
.nasa-change-view-layout-side-sidebar .filter-tabs.nasa-show-number {
  line-height: 40px;
}
.nasa-change-view-layout-side-sidebar .filter-tabs.nasa-show-number li {
  padding: 0;
}
.nasa-change-view-layout-side-sidebar .filter-tabs.nasa-show-number li .nasa-text-number {
  font-size: 100%;
}

.sort-bar {
  margin-bottom: 0;
  float: left;
}
.sort-bar .sort-bar-text {
  display: none !important;
  list-style: none !important;
  margin-right: 0px;
  font-weight: bold;
}
.sort-bar li {
  display: inline-flex;
  vertical-align: middle;
}
.sort-bar .woocommerce-result-count {
  display: none;
}
.sort-bar label {
  position: relative;
}
.sort-bar .li-toggle-sidebar {
  display: none;
  float: left;
  position: absolute;
  left: 10px;
}
.sort-bar .li-toggle-sidebar a {
  display: block;
  font-size: 115%;
  line-height: 44px;
}
.sort-bar .li-toggle-sidebar a i {
  font-size: 150%;
  position: relative;
  top: 5px;
}

select[name="orderby"] {
  border: none;
  font-size: 115%;
  padding: 0 5px;
  margin: 0;
  line-height: 44px;
  color: #555555;
  font-weight: normal;
  outline: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
select[name="orderby"] option {
  padding: 0 15px;
  font-weight: normal;
  font-size: 85%;
}

.woocommerce .nasa-topbar-filter-wrap form select {
  border: none;
}

.nasa-sort-bar-layout-side-sidebar .sort-bar select {
  font-size: 100%;
  line-height: 40px;
}

.nasa-sort-bar-layout-side-sidebar {
  text-align: right;
}
.nasa-sort-bar-layout-side-sidebar .sort-bar {
  float: none;
  width: 100%;
}
.nasa-sort-bar-layout-side-sidebar .sort-bar select {
  font-size: 100%;
  line-height: 40px;
}

.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.8;
  font-size: 115%;
}
.nasa-toggle-layout-side-sidebar .toggle-sidebar-shop i {
  font-size: 95%;
  position: relative;
  top: 1px;
}

.products.grid li.product-warp-item {
  margin-bottom: 10px;
}

.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;
}

.group-btn-in-list {
  display: none;
  width: 25%;
  float: left;
  padding: 30px;
}
.group-btn-in-list .add-to-cart-grid {
  position: relative;
}
.group-btn-in-list .add-to-cart-grid:before {
  left: 50%;
}
.group-btn-in-list .price-wrap {
  font-size: 120%;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #000;
}
.group-btn-in-list .nasa-list-stock-status {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 85%;
  color: #690;
  font-weight: 800;
}
.group-btn-in-list .nasa-list-stock-status.out-of-stock {
  color: #aaa;
}
.group-btn-in-list .btn-link {
  float: left;
  clear: both;
  margin-top: 5px;
  text-align: left;
}
.group-btn-in-list .btn-link.btn-wishlist {
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}
.group-btn-in-list .btn-link.btn-wishlist.nasa-added {
  background: transparent;
}
.group-btn-in-list .add_to_cart_text {
  display: block;
  text-align: center;
  font-weight: 500;
  position: relative;
  border: 2px solid #ddd;
  padding: 5px 15px 4px 20px;
  font-size: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.group-btn-in-list .add_to_cart_text:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  content: "+";
  font-size: 70%;
}
.group-btn-in-list .cart-icon {
  display: none;
}
.group-btn-in-list .add-to-cart-grid {
  display: block;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: unset;
  float: left;
}
.group-btn-in-list .add-to-cart-grid:hover .add_to_cart_text {
  border-color: #f76b6a;
}
.group-btn-in-list .btn-wishlist .nasa-icon,
.group-btn-in-list .quick-view .nasa-icon,
.group-btn-in-list .btn-compare .nasa-icon {
  display: inline-block;
  float: left;
  font-size: 150%;
  position: relative;
  top: 1px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.group-btn-in-list .btn-wishlist .nasa-icon-text,
.group-btn-in-list .quick-view .nasa-icon-text,
.group-btn-in-list .btn-compare .nasa-icon-text {
  display: inline-block;
  line-height: 1.5;
  padding-left: 10px;
}

.product-item .yith-wcwl-add-to-wishlist {
  display: none;
}

/* PRODUCT LIST - GRID CATEGORY PAGE */
@media only screen and (min-width: 52.96552em) {
  .products.list .nasa-toggle-variants .nasa-product-content-nasa_label-wrap,
  .products.list .nasa-toggle-variants .nasa-product-content-color-image-wrap {
    position: static;
    visibility: inherit;
    opacity: 1;
    width: auto;
  }
  .products.list .nasa-toggle-variants .nasa-product-content-nasa_label-wrap .nasa-product-content-child,
  .products.list .nasa-toggle-variants .nasa-product-content-color-image-wrap .nasa-product-content-child {
    position: inherit;
  }
  .products.list .nasa-product-content-nasa_label-wrap {
    bottom: 35px;
    left: 40px;
    visibility: hidden;
    opacity: 0;
  }
  .products.list .nasa-product-content-color-image-wrap {
    text-align: center;
    z-index: 4;
    width: auto;
    right: 35px;
    bottom: 35px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    display: flex;
  }
  .products.list .nasa-product-content-color-image-wrap .nasa-product-content-child {
    position: relative;
    text-align: center;
    width: 35px;
  }
  .products.list .nasa-product-content-color-image-wrap .nasa-product-content-child a {
    margin: auto;
  }
  .products.list .nasa-gift-featured-wrap {
    display: none;
  }
  .products.list .info .nasa-product-grid {
    display: none;
  }
  .products.list .group-btn-in-list {
    display: block;
  }
  .products.list .product-warp-item {
    width: 100%;
    position: relative;
    padding: 0px 10px;
  }
  .products.list .product-warp-item.product-category {
    width: 25%;
  }
  .products.list .product-img-wrap {
    width: 20%;
    float: left;
    border: none;
    padding: 30px;
  }
  .products.list .product-img-wrap .nasa-badges-wrap {
    top: 30px;
  }
  .products.list .product-img-wrap .badge {
    margin-left: 30px;
  }
  .products.list .product-img-wrap .main-img,
  .products.list .product-img-wrap .back-img {
    width: 100%;
    outline: none;
  }
  .products.list .product-img-wrap .nasa-product-grid {
    display: none;
  }
  .products.list .product-info-wrap {
    float: left;
    width: 55%;
    position: relative;
    padding: 20px 0;
    text-align: left;
  }
  .products.list .product-info-wrap .name {
    font-size: 130%;
    padding: 5px 0 10px 0;
    font-weight: bold;
  }
  .products.list .product-info-wrap .name a {
    font-weight: inherit;
  }
  .products.list .product-info-wrap .price-wrap {
    display: none;
  }
  .products.list .product-info-wrap .star-rating {
    display: block;
    padding-bottom: 15px;
    margin: 0;
    line-height: 1.3em;
    text-align: left;
  }
  .products.list .product-info-wrap .nasa-list-category {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    text-transform: uppercase;
    padding-top: 10px;
    color: #aaa;
  }
  .products.list .product-info-wrap .nasa-list-category a {
    color: inherit;
  }
  .products.list .product-info-wrap .nasa-list-category a:hover {
    color: #333;
  }
  .products.list .product-info-wrap .info_main {
    text-align: left;
    padding: 0;
    float: left;
    width: 100%;
  }
  .products.list .product-info-wrap .product-des {
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
  }
  .products.list .product-info-wrap .product-des p {
    line-height: 1.6;
  }
  .products.list .product-info-wrap .product-des ul {
    list-style: outside;
  }
  .products.list .product-item {
    border-top: 1px solid #eaeaea;
    margin: 0;
    overflow: hidden;
  }
  .products.list .product-item:hover {
    height: 100%;
    border-color: transparent;
    -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);
  }
  .products.list .product-item:hover .nasa-product-content-nasa_label-wrap {
    visibility: visible;
    opacity: 1;
  }
  .products.list .product-item:hover .nasa-product-content-color-image-wrap {
    visibility: visible;
    opacity: 1;
  }
  .products.list .product-item.product-deals .nasa-sc-pdeal-countdown {
    top: 50%;
    bottom: auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products.list .product-item .product-img img {
    border: none;
  }

  .nasa-products-page-wrap.large-9.columns.has-sidebar .products.list .product-warp-item .product-item.product-deals .nasa-sc-pdeal-countdown,
  .nasa-push-cat-show .products.list .product-warp-item .product-item.product-deals .nasa-sc-pdeal-countdown {
    width: 25%;
  }
  .nasa-products-page-wrap.large-9.columns.has-sidebar .products.list .product-warp-item .product-img-wrap,
  .nasa-push-cat-show .products.list .product-warp-item .product-img-wrap {
    width: 25%;
  }
  .nasa-products-page-wrap.large-9.columns.has-sidebar .products.list .product-warp-item .product-info-wrap,
  .nasa-push-cat-show .products.list .product-warp-item .product-info-wrap {
    width: 50%;
    position: relative;
  }
}
.product-deals .onsale {
  display: none;
}

/* PRODUCT LIST WIDGET */
ul.product_list_widget {
  list-style: none;
  margin-top: 20px;
}
ul.product_list_widget li.item-product-widget {
  margin-bottom: 30px;
}

.added i {
  color: #7db62e !important;
}
.added .nasa-icon-text.not-added {
  display: none;
}
.added .nasa-icon-text.has-added {
  display: inline-block;
}

.woocommerce-ordering {
  display: inline-block;
  margin: 0;
}
.woocommerce-ordering select {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce-ordering select::-ms-expand {
  display: none;
}

@media only screen and (min-width: 52.96552em) {
  .woocommerce-ordering {
    position: relative;
  }
  .woocommerce-ordering:after {
    font-family: "nasa-font";
    content: "\42";
    font-size: 70%;
    position: absolute;
    width: 11px;
    height: 11px;
    text-align: center;
    line-height: 10px;
    margin-top: 2px;
    right: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .woocommerce-ordering select {
    padding-right: 15px;
    position: relative;
    z-index: 1;
    background: transparent;
    cursor: pointer;
  }
}
.section-element .woocommerce-ordering select {
  margin: 20px 0;
}

.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: -50px;
}

.nasa-filter-nasa-categories {
  height: 39px;
  line-height: 39px;
  margin: 0;
  border-color: #ccc;
}
.nasa-filter-nasa-categories[disabled] {
  background: #efefef;
}
.nasa-filter-nasa-categories[disabled]:hover {
  cursor: not-allowed;
}

@media only screen and (min-width: 52.96552em) {
  .nasa-style-hoz .nasa-wrap-select {
    margin-bottom: 0;
  }
}
.nasa-wrap-select {
  margin-bottom: 10px;
}
.nasa-wrap-select .select2-container {
  width: 100% !important;
  max-width: 100%;
  height: 39px;
}
.nasa-wrap-select .select2-container.select2-container--disabled {
  cursor: not-allowed;
}
.nasa-wrap-select .select2-container .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;
}
.nasa-wrap-select .select2-container .select2-selection--single {
  height: 39px;
  border-color: #dcdcdc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-wrap-select .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
  padding-left: 0;
  padding-right: 30px;
  color: inherit;
}
.nasa-wrap-select .select2-container .select2-selection--single .select2-selection__arrow {
  height: 37px;
  width: 30px;
}
.nasa-wrap-select:nth-of-type(1) .select2-selection__rendered:before {
  content: "1";
}
.nasa-wrap-select:nth-of-type(2) .select2-selection__rendered:before {
  content: "2";
}
.nasa-wrap-select:nth-of-type(3) .select2-selection__rendered:before {
  content: "3";
}

.nasa-wrap-button .nasa-submit-form {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nasa-wrap-button .nasa-submit-form:hover {
  color: #fff;
}
.nasa-wrap-button .nasa-submit-form:before {
  content: "\57";
  font-family: "nasa-font";
  margin-right: 8px;
  vertical-align: middle;
  line-height: 12px;
  position: relative;
  top: -1px;
  font-size: 150%;
}

.nasa-archive-no-result .woocommerce-info {
  text-align: center;
  color: #aaa;
}
.nasa-archive-no-result .woocommerce-info:before {
  content: "";
  display: block;
  width: 100px;
  height: 115px;
  margin: 20px auto;
  background: url(assets/images/search_not_found_icon.jpg) no-repeat;
  background-size: 100px;
}

.nasa-toogle-sidebar-classic {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #eee;
  line-height: 33px;
  margin: 3px 0;
  padding: 0 40px 0 15px;
  font-weight: bold;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-toogle-sidebar-classic:hover {
  border-color: #000;
  color: #000;
  cursor: pointer;
}
.nasa-toogle-sidebar-classic:active, .nasa-toogle-sidebar-classic:focus {
  color: #333;
}
.nasa-toogle-sidebar-classic:before, .nasa-toogle-sidebar-classic:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 15px;
  top: 15px;
  border-top: 2px solid #333;
}
.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: 52.96552em) {
  .category-page.nasa-with-sidebar-classic {
    opacity: 0;
  }
  .category-page.nasa-with-sidebar-classic.nasa-inited {
    opacity: 1;
  }
  .category-page.nasa-with-sidebar-classic .nasa-products-page-wrap,
  .category-page.nasa-with-sidebar-classic .col-sidebar {
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  .category-page.nasa-with-sidebar-classic .col-sidebar {
    padding-bottom: 15px;
  }
  .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .col-sidebar {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .col-sidebar.left {
    margin-left: -25%;
  }
  .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .col-sidebar.right {
    margin-right: -25%;
  }
  .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .nasa-products-page-wrap {
    width: 100%;
  }
  .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .nasa-products-page-wrap.left {
    padding-right: 10px;
  }
  .category-page.nasa-with-sidebar-classic.nasa-with-sidebar-hide .nasa-products-page-wrap.right {
    padding-left: 10px;
  }
  .category-page.nasa-with-sidebar-classic .nasa-filter-wrap .right {
    padding-left: 10px;
  }
  .category-page.nasa-with-sidebar-classic .nasa-filter-wrap .right:first-child {
    padding-left: 20px;
  }
  .category-page.nasa-with-sidebar-classic .nasa-filter-wrap .right .nasa-toogle-sidebar-classic {
    float: right;
  }
  .category-page.nasa-with-sidebar-classic .nasa-filter-wrap .right.nasa-sort-bar-layout-side-sidebar {
    text-align: left;
  }
  .category-page.nasa-with-sidebar-classic .nasa-filter-wrap .right.nasa-sort-bar-layout-side-sidebar .sort-bar select {
    direction: ltr;
    margin-left: -5px;
  }

  .nasa-actived-filter {
    margin-bottom: 20px;
  }
}
.nasa-products-page-wrap {
  position: relative;
}

.nasa-progress-per {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #000;
}
.nasa-progress-per.nasa-loaded {
  width: 100%;
}

.nasa-progress-bar-load-shop {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  visibility: hidden;
  opacity: 0;
}
.nasa-progress-bar-load-shop.nasa-loading {
  visibility: visible;
  opacity: 0.3;
}
.nasa-progress-bar-load-shop.nasa-loading .nasa-progress-per {
  width: 100%;
}

@media only screen and (min-width: 52.96552em) {
  .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;
    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);
    /**
     * For widget categories top bar
     */
  }
  .nasa-top-cat-filter-wrap.nasa-show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    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;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    list-style: none;
    border: 1px solid #555555;
    visibility: hidden;
  }
  .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: 0;
    visibility: hidden;
    opacity: 0;
    background: #FFF;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item {
    border: none;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item > a {
    text-transform: uppercase;
    font-size: 110%;
    padding: 18px 25px 15px 25px;
    font-weight: bold;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item.nasa-current-top > .children {
    visibility: inherit;
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item.nasa-current-top .nasa-current-child > .children {
    visibility: inherit;
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar {
    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;
    opacity: 0;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item:hover > .children {
    visibility: visible;
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item.root-item.nasa-current-top > .children {
    visibility: hidden;
    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;
    opacity: 0;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar .cat-item.root-item:hover.nasa-current-top > .children {
    visibility: inherit;
    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;
    opacity: 1;
  }
  .nasa-top-cat-filter-wrap .nasa-top-cat-filter {
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ececec;
  }
  .nasa-top-cat-filter-wrap .cat-item-none {
    line-height: 55px;
  }

  .nasa-push-cat-filter .nasa-widget-filter-cats-topbar {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 52.96552em) {
  .nasa-top-cat-filter-wrap {
    display: none;
  }
  .nasa-top-cat-filter-wrap.nasa-widget-filter-cats-topbar {
    display: block;
  }
}
.nasa-top-cat-filter-wrap-mobile {
  position: fixed;
  max-height: 100%;
  width: 500px;
  max-width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  background: #FFF;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nasa-top-cat-filter-wrap-mobile.nasa-show {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-top-cat-filter-wrap-mobile.nasa-show .nasa-close-filter-cat {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nasa-top-cat-filter-wrap-mobile.nasa-show .nasa-close-filter-cat: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);
}
.nasa-top-cat-filter-wrap-mobile .nasa-tit-filter-cat {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  color: inherit;
  font-size: 150%;
  line-height: 30px;
  margin: 0;
  padding: 0 25px;
  font-weight: 700;
}
.nasa-top-cat-filter-wrap-mobile #nasa-mobile-cat-filter {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 0 25px;
}
.nasa-top-cat-filter-wrap-mobile .nasa-close-filter-cat {
  right: 0;
  top: 20px;
}

.nasa-top-sidebar .toggle-topbar-shop-mobile {
  display: none;
}
.nasa-top-sidebar .widget_price_filter .price_slider_amount .price_label {
  margin-bottom: 0;
}
.nasa-top-sidebar .nasa-widget-wrap {
  display: none;
  overflow: hidden;
}
.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 .widget-title {
  display: none;
}
.nasa-top-sidebar .nasa-widget-wrap .nasa-variation-filters li.nasa_show_manual {
  display: none;
}
.nasa-top-sidebar .nasa-widget-wrap .nasa-variation-filters li.nasa-li-filter-size {
  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-with-sidebar-classic .nasa-actived-filter {
  margin-bottom: 20px;
}

.nasa-wrap-active-top {
  padding-right: 70px;
  float: left;
  line-height: 2;
  margin: 5px 0;
}
.nasa-wrap-active-top:last-child {
  padding-right: 0;
}

.nasa-active-title {
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}

.nasa-actived-filter {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f9f9f9;
  padding: 3px 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.nasa-actived-filter.hidden-tag {
  display: none;
}
.nasa-actived-filter:after {
  content: "";
  width: 100%;
  height: 1px;
  clear: both;
}
.nasa-actived-filter .reset_price {
  float: none;
}
.nasa-actived-filter .nasa-active-item {
  margin-right: 20px;
  line-height: 2;
  display: inline-flex;
}
.nasa-actived-filter .nasa-active-item:last-child {
  margin-right: 0;
}
.nasa-actived-filter .nasa-filter-image-span {
  width: 25px;
  height: 25px;
  top: 1px;
  left: 0;
}
.nasa-actived-filter .nasa-filter-image-span img {
  float: left;
}
.nasa-actived-filter .nasa-filter-color-span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-actived-filter .nasa-filter-color-span:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-actived-filter .nasa-filter-color-span:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  position: relative;
  color: transparent;
  display: inline-block;
  font-size: 140%;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-ignore-variation-item {
  position: relative;
  padding-left: 25px;
}
.nasa-ignore-variation-item:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  font-size: 125%;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-color: #888;
  color: #888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-ignore-variation-item:hover:before {
  background: #f76b6a;
  border-color: #f76b6a;
  color: #fff;
}
.nasa-ignore-variation-item.nasa-ignore-image-item {
  padding-left: 30px;
}
.nasa-ignore-variation-item.nasa-ignore-image-item:before {
  display: none;
}
.nasa-ignore-variation-item.nasa-ignore-brand-item {
  padding-left: 21px;
  position: relative;
}
.nasa-ignore-variation-item.nasa-ignore-brand-item .nasa-text-variation {
  display: none;
}
.nasa-ignore-variation-item.nasa-ignore-brand-item .nasa-filter-image-span {
  position: static;
  width: auto;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-ignore-variation-item.nasa-ignore-brand-item .nasa-filter-image-span img {
  height: 30px;
  width: auto;
  float: none;
  position: relative;
  top: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-ignore-variation-item.nasa-ignore-brand-item:before {
  display: block;
}
.nasa-ignore-variation-item.nasa-ignore-color-item {
  padding-left: 0;
}
.nasa-ignore-variation-item.nasa-ignore-color-item:before {
  display: none;
}
.nasa-ignore-variation-item.nasa-ignore-brand-item .nasa-text-variation {
  display: none;
}
.nasa-ignore-variation-item .nasa-text-variation {
  display: inline-block;
  color: #333;
}
.nasa-ignore-variation-item:hover .nasa-filter-color-span:after {
  color: #FFF;
}
.nasa-ignore-variation-item:hover .nasa-text-variation {
  text-decoration: line-through;
}
.nasa-ignore-variation-item:hover .nasa-text-variation:after {
  background: #333;
  color: #FFF;
}

.nasa-ignore-price-item,
.nasa-ignore-price-item-list {
  color: #555555;
  position: relative;
  padding-left: 25px;
}
.nasa-ignore-price-item:before,
.nasa-ignore-price-item-list:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  font-size: 125%;
  font-weight: normal;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-color: #888;
  color: #888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-ignore-price-item:hover,
.nasa-ignore-price-item-list:hover {
  color: #555555;
  text-decoration: line-through;
}
.nasa-ignore-price-item:hover:before,
.nasa-ignore-price-item-list:hover:before {
  background: #f76b6a;
  border-color: #f76b6a;
  color: #fff;
}

.nasa-reset-filters-top {
  color: #333;
  border: 1px solid transparent;
  padding: 0 10px 0 30px;
  line-height: 27px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.nasa-reset-filters-top:focus, .nasa-reset-filters-top:active {
  color: #333;
}
.nasa-reset-filters-top:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  font-size: 120%;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 21px;
  border: 1px solid;
  border-color: #888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-reset-filters-top:hover {
  color: #333;
  border-color: #bbb;
}
.nasa-reset-filters-top:hover:before {
  background: #f76b6a;
  border-color: #f76b6a;
  color: #fff;
}

@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: 0;
    bottom: 0;
    width: 380px;
    max-width: 80%;
    padding: 0;
    background: #FFF;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .columns.nasa-top-sidebar.nasa-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .columns.nasa-top-sidebar.nasa-active .nasa-close-sidebar {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .columns.nasa-top-sidebar .nasa-close-sidebar {
    top: 30px;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .columns.nasa-top-sidebar .nasa-close-sidebar:before {
    content: "\7a";
  }
  .columns.nasa-top-sidebar .nasa-close-sidebar: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);
  }
  .columns.nasa-top-sidebar .nasa-top-sidebar-off-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    overflow-y: auto;
    padding: 15px 20px;
    direction: rtl;
  }
  .columns.nasa-top-sidebar .nasa-widget-wrap {
    display: block !important;
  }
  .columns.nasa-top-sidebar .nasa-widget-wrap .widget-title {
    display: inherit;
  }
  .columns.nasa-top-sidebar .nasa-widget-wrap.hidden-tag {
    display: none !important;
  }

  .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-left: 0;
    margin-right: 0;
  }
  .top-bar-wrap-type-1 .nasa-labels-filter-top .nasa-labels-filter-accordion {
    width: auto;
    float: left;
  }
  .top-bar-wrap-type-1 .nasa-filter-action,
  .top-bar-wrap-type-1 .nasa-sort-by-action {
    float: left;
    width: auto;
  }
}
@media only screen and (min-width: 52.96552em) {
  .nasa-top-sidebar .nasa-widget-wrap {
    padding-top: 10px;
  }
  .nasa-top-sidebar .nasa-tag-cloud {
    padding-top: 0;
  }

  .nasa-tab-push-cats i {
    border-color: transparent;
    position: relative;
  }
  .nasa-tab-push-cats i:before, .nasa-tab-push-cats i:after {
    border-left: 1px solid transparent;
    left: 50%;
    top: 0;
    bottom: 0;
  }
  .nasa-tab-push-cats i:after {
    content: "";
  }
  .nasa-tab-push-cats.nasa-push-cat-show {
    color: #f76b6a;
  }
  .nasa-tab-push-cats.nasa-push-cat-show i {
    border-color: #f76b6a;
    height: 12px;
  }
  .nasa-tab-push-cats.nasa-push-cat-show i:before {
    position: absolute;
    display: block;
    width: 1px;
    border-color: inherit;
    content: "";
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nasa-tab-push-cats.nasa-push-cat-show i:after {
    position: absolute;
    display: block;
    width: 1px;
    border-color: inherit;
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.nasa-labels-filter-top {
  width: 100%;
  min-height: 1px;
}
.nasa-labels-filter-top .nasa-labels-filter-accordion {
  float: left;
  display: inline-block;
  line-height: 2.55;
  font-size: 110%;
  width: 100%;
  height: 44px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: nasa-bg-gradient;
  animation-timing-function: linear;
  background: linear-gradient(to right, #f9f9f9 8%, #eeeeee 18%, #f9f9f9 38%);
}
.nasa-labels-filter-top .nasa-labels-filter-accordion.nasa-inited {
  background: transparent;
  height: unset;
}
.nasa-labels-filter-top .nasa-top-row-filter {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.nasa-labels-filter-top .nasa-top-row-filter .nasa-widget-reset-filter {
  display: none !important;
}
.nasa-labels-filter-top .nasa-top-row-filter li {
  list-style: none;
  float: left;
  margin-right: 30px;
  font-size: 110%;
  font-weight: 700;
}
.nasa-labels-filter-top .nasa-top-row-filter li.nasa-widget-toggle.nasa-widget-show-less {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.nasa-labels-filter-top .nasa-top-row-filter li.nasa-widget-toggle.nasa-widget-show-less.nasa-widget-show {
  visibility: visible;
  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 {
  font-size: 100%;
  color: #9c9c9c;
  margin-right: 0;
  width: 20px;
  top: 0;
}
.nasa-labels-filter-top .nasa-top-row-filter li i {
  font-size: 125%;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.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: 100%;
  position: relative;
  top: 1px;
  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";
  color: #f76b6a;
}
.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: #f76b6a;
}

.nasa-side-sidebar {
  position: fixed;
  z-index: 401;
  top: 0;
  bottom: 0;
  width: 380px;
  max-width: 80%;
  background: #FFF;
}
.nasa-side-sidebar.nasa-sidebar-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nasa-side-sidebar.nasa-sidebar-left.nasa-show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-side-sidebar.nasa-sidebar-left .nasa-sidebar-off-canvas {
  direction: rtl;
}
.nasa-side-sidebar.nasa-sidebar-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.nasa-side-sidebar.nasa-sidebar-right.nasa-show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-side-sidebar .nasa-close-sidebar {
  right: 0;
  top: 30px;
}
.nasa-side-sidebar .nasa-sidebar-off-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 40px;
}

.nasa-empty-hidden {
  display: none !important;
}

.nasa-toggle-top-bar-click {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  /* i {
      font-size: 170%;
      font-weight: 700;
      position: relative;
      top: 5px;
  }
  
  &.nasa-active {
      i {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          transform: rotate(-180deg);
      }
  } */
}
.nasa-toggle-top-bar-click:before, .nasa-toggle-top-bar-click:after {
  content: "";
  border-top: 2px solid;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 10px;
  margin-top: -2px;
}
.nasa-toggle-top-bar-click:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nasa-toggle-top-bar-click.nasa-active:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nasa-toggle-top-bar-click.nasa-active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nasa-top-bar-2-content {
  padding-top: 20px;
}

.add-to-cart-grid .cart-icon {
  position: relative;
}

.added_to_cart {
  display: none !important;
}

.add-to-link .yith-wcwl-add-to-wishlist {
  display: none;
}

.btn-wishlist.nasa-added .nasa-icon {
  animation-name: wishlist-animate;
  animation-duration: 1000ms;
  color: #7db62e;
}

.product-image-btn .nasa-icon,
.nasa-product-grid .nasa-icon {
  font-size: 140%;
}

.nasa-product-grid {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 8px;
  right: 0;
  width: 1px;
}
.nasa-product-grid .btn-link {
  display: inline-block;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
}
.nasa-product-grid .add_to_cart_text {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 36px;
  padding-left: 0;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 3px;
  font-size: 80%;
  font-weight: bold;
  color: transparent;
  background: #f76b6a;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}
.nasa-product-grid .add-to-cart-grid {
  position: absolute;
  z-index: 6;
  top: auto;
  bottom: -16px;
  right: 10px;
  left: auto;
  height: 36px;
  width: 36px;
  display: inline-block;
  margin: 0;
  padding: 3px;
  text-align: right;
  background: #f76b6a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.nasa-product-grid .add-to-cart-grid.loading .cart-icon:before {
  opacity: 0;
}
.nasa-product-grid .add-to-cart-grid:hover .add_to_cart_text {
  visibility: visible;
  width: 156px;
  padding-right: 36px;
  color: #fff;
}
.nasa-product-grid .add-to-cart-grid:hover .cart-icon {
  pointer-events: none;
}
.nasa-product-grid .add-to-cart-grid:hover .cart-icon:before {
  pointer-events: none;
}
.nasa-product-grid .nasa-disabled-hover .add_to_cart_text {
  display: none;
}
.nasa-product-grid .cart-icon {
  position: absolute;
  right: 3px;
  left: auto;
  font-size: 120%;
  border: none;
  height: 30px;
  width: 30px;
  text-align: center;
  float: right;
  line-height: 31px;
  background: #FFF;
  color: #555555;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-product-grid .cart-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 30px;
  display: inline-block;
  font-weight: 800;
}
.nasa-product-grid .cart-icon.icon-nasa-cart-2:before, .nasa-product-grid .cart-icon.icon-nasa-cart-4:before, .nasa-product-grid .cart-icon.fa-shopping-bag:before {
  line-height: 28px;
}
.nasa-product-grid .cart-icon.icon-nasa-cart-3 {
  font-size: 150%;
}
.nasa-product-grid .cart-icon.fa-plus {
  font-size: 65%;
}
.nasa-product-grid .cart-icon.fa-plus:before {
  line-height: 31px;
  font-weight: normal;
}
.nasa-product-grid .quick-view,
.nasa-product-grid .btn-compare {
  display: inline-block;
  position: relative;
  left: -46px;
  z-index: 6;
  width: 36px;
  height: 36px;
  background: #696969;
  border: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.nasa-product-grid .quick-view .nasa-icon,
.nasa-product-grid .btn-compare .nasa-icon {
  color: #FFF;
  font-size: 110%;
  line-height: 36px;
}
.nasa-product-grid .quick-view:hover,
.nasa-product-grid .btn-compare:hover {
  background: #333;
}
.nasa-product-grid .btn-wishlist {
  position: relative;
  z-index: 6;
  left: -38px;
  background: none;
  padding: 0;
  line-height: 1;
  width: 20px;
  height: 20px;
  opacity: inherit;
  visibility: inherit;
}

.nasa-special-deal-style-multi-wrap .nasa-product-grid .add-to-cart-grid .add_to_cart_text, .nasa-special-deal-style-multi-wrap .nasa-product-grid .add-to-cart-grid:hover .add_to_cart_text {
  width: auto;
  padding: 1em 4em;
}

@media only screen and (min-width: 52.96552em) {
  .nasa-hoz-buttons .product-item.product-deals .nasa-sc-pdeal-countdown {
    visibility: inherit;
    opacity: 0.7;
    top: auto;
    bottom: 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
  .nasa-hoz-buttons .product-item.product-deals:hover .nasa-sc-pdeal-countdown {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .nasa-hoz-buttons .product-item:hover .nasa-product-content-nasa_label-wrap {
    -webkit-transform: translateY(-58px);
    -moz-transform: translateY(-58px);
    -o-transform: translateY(-58px);
    -ms-transform: translateY(-58px);
    transform: translateY(-58px);
  }
  .nasa-hoz-buttons .product-item:hover .nasa-product-grid {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .nasa-hoz-buttons .nasa-product-grid {
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    background: #fff;
    z-index: 7;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    height: 58px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .nasa-hoz-buttons .nasa-product-grid .add-to-cart-grid {
    height: 35px;
    width: 35px;
    border: 1px solid #f1f1f1;
    background-color: #fff !important;
  }
  .nasa-hoz-buttons .nasa-product-grid .add-to-cart-grid .cart-icon {
    width: auto;
    height: auto;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .nasa-hoz-buttons .nasa-product-grid .add-to-cart-grid:hover {
    background-color: #f76b6a !important;
    border-color: #f76b6a;
  }
  .nasa-hoz-buttons .nasa-product-grid .add-to-cart-grid:hover .cart-icon {
    background: inherit;
    color: #fff;
  }
  .nasa-hoz-buttons .nasa-product-grid .add_to_cart_text {
    display: none;
  }
  .nasa-hoz-buttons .nasa-product-grid .btn-link {
    position: static;
    margin: 0 auto;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    vertical-align: top;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nasa-hoz-buttons .nasa-product-grid .btn-wishlist,
  .nasa-hoz-buttons .nasa-product-grid .quick-view,
  .nasa-hoz-buttons .nasa-product-grid .btn-compare {
    z-index: 6;
    width: 35px;
    height: 35px;
    border: 1px solid #f1f1f1;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .nasa-hoz-buttons .nasa-product-grid .btn-wishlist .nasa-icon,
  .nasa-hoz-buttons .nasa-product-grid .quick-view .nasa-icon,
  .nasa-hoz-buttons .nasa-product-grid .btn-compare .nasa-icon {
    color: #333;
    font-size: 100%;
    font-weight: bold;
    line-height: 34px;
  }
  .nasa-hoz-buttons .nasa-product-grid .btn-wishlist:hover,
  .nasa-hoz-buttons .nasa-product-grid .quick-view:hover,
  .nasa-hoz-buttons .nasa-product-grid .btn-compare:hover {
    background: #f76b6a;
    border-color: #f76b6a;
  }
  .nasa-hoz-buttons .nasa-product-grid .btn-wishlist:hover .nasa-icon,
  .nasa-hoz-buttons .nasa-product-grid .quick-view:hover .nasa-icon,
  .nasa-hoz-buttons .nasa-product-grid .btn-compare:hover .nasa-icon {
    color: #fff;
  }
  .nasa-hoz-buttons .nasa-product-grid .btn-wishlist.nasa-added .nasa-icon {
    color: #7db62e;
  }
  .nasa-hoz-buttons .nasa-compare.added .nasa-icon.icon-nasa-refresh:before,
  .nasa-hoz-buttons .nasa-compare.nasa-added .nasa-icon.icon-nasa-refresh:before {
    color: #7db62e;
  }
  .nasa-hoz-buttons .nasa-product-content-nasa_label-wrap {
    -webkit-transform: translateY(-48px);
    -moz-transform: translateY(-48px);
    -o-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
  }

  .products.list .nasa-hoz-buttons .nasa-product-content-nasa_label-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .products.list .product-item.product-deals .nasa-sc-pdeal-countdown {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products.list .product-item.product-deals:hover .nasa-sc-pdeal-countdown {
    visibility: visible;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .grid.large-block-grid-6 .nasa-hoz-buttons .nasa-product-grid .btn-link {
    margin: 0 2px;
  }

  .large-2.columns.nasa-hoz-buttons .nasa-product-grid .btn-link,
  .nasa-hoz-buttons[data-columns="6"] .nasa-product-grid .btn-link {
    margin: 0 2px;
  }
}
/* PRODUCT DEFAULT GENERAL */
.product-info .compare.added {
  background: none !important;
  border-color: none !important;
  color: inherit;
}

/* Product item */
li.product-warp-item .product-item {
  margin: 0;
}

.price-wrap {
  line-height: 1.2;
}

.price {
  font-size: 110%;
  display: inline-block;
  min-height: 15px;
  color: #333;
}
.price del {
  font-size: 95%;
}
.price del .amount {
  font-weight: normal;
}
.price ins {
  text-decoration: none;
}
.price .from {
  font-weight: normal;
  color: #888;
  font-size: 100%;
}

tr.price {
  display: table-row;
}

.product-item {
  position: relative;
  display: block;
  margin: 10px 0 20px 0;
}
.product-item.nasa-accessories-product {
  overflow: unset;
}
.product-item .btn-link.nasa-disabled:hover {
  cursor: wait !important;
}
.product-item .btn-link.nasa-disabled:hover * {
  cursor: inherit !important;
}
.product-item h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 100%;
  color: #999;
  font-weight: bolder;
}
.product-item .product-info-wrap {
  position: relative;
  z-index: 5;
}
.product-item .product-img-wrap {
  position: relative;
}
.product-item .info {
  position: relative;
  padding: 10px 0 20px 0;
}
.product-item .info .name {
  padding: 8px 0 10px 0;
  font-size: 115%;
  line-height: 130%;
  font-weight: normal;
  color: inherit;
  display: block;
  color: #000;
}
.product-item .info .name:hover {
  color: #f76b6a;
}
.product-item .info .name.nasa-show-one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-item .info span.name {
  cursor: default;
  color: #555555;
}
.product-item .info span.name:hover {
  color: #555555;
}
.product-item .info .star-rating {
  font-size: 90%;
  margin-bottom: 12px;
}
.product-item .nasa-hr {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-item .product-des {
  display: none;
  font-size: 100%;
}
.product-item .nasa-sc-pdeal-countdown {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 35px;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  padding: 10px 0 5px;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.product-item .nasa-sc-pdeal-countdown .countdown-section {
  float: none;
}
.product-item .nasa-sc-pdeal-countdown .countdown-period {
  background: transparent;
}
.product-item:hover.product-deals .nasa-sc-pdeal-countdown, .product-item.nasa-mobile-hover.product-deals .nasa-sc-pdeal-countdown {
  visibility: visible;
  opacity: 0.7;
}
.product-item:hover .product-img-wrap .nasa-product-content-nasa_label-wrap, .product-item.nasa-mobile-hover .product-img-wrap .nasa-product-content-nasa_label-wrap {
  visibility: visible;
  opacity: 1;
}
.product-item:hover .product-img-wrap .nasa-product-content-select-wrap, .product-item.nasa-mobile-hover .product-img-wrap .nasa-product-content-select-wrap {
  opacity: 0.7;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.product-item:hover .product-img-wrap .nasa-product-grid .quick-view,
.product-item:hover .product-img-wrap .nasa-product-grid .btn-compare, .product-item.nasa-mobile-hover .product-img-wrap .nasa-product-grid .quick-view,
.product-item.nasa-mobile-hover .product-img-wrap .nasa-product-grid .btn-compare {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.product-item:hover .product-img-wrap .nasa-product-grid .add-to-cart-grid, .product-item.nasa-mobile-hover .product-img-wrap .nasa-product-grid .add-to-cart-grid {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.nasa-fog-variants {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.nasa-fog-variants.nasa-open {
  z-index: 98;
  opacity: 0.8;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nasa-toggle-variants {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.nasa-toggle-variants.nasa-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 99;
}
.nasa-toggle-variants .nasa-product-content-variable-warp {
  position: relative;
  z-index: 2;
  padding: 30px 10px;
}
.nasa-toggle-variants .nasa-label-variants,
.nasa-toggle-variants .nasa-product-content-child {
  display: block;
  text-align: center;
}
.nasa-toggle-variants .nasa-label-variants {
  font-weight: bold;
  line-height: 1.6;
}
.nasa-toggle-variants .nasa-product-content-select-wrap,
.nasa-toggle-variants .nasa-product-content-nasa_label-wrap,
.nasa-toggle-variants .nasa-product-content-color-image-wrap {
  position: static;
  height: auto;
  margin-bottom: 10px;
}
.nasa-toggle-variants .nasa-product-content-nasa_label-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.nasa-toggle-variants .nasa-product-content-select-wrap {
  max-height: unset;
  max-width: unset;
  opacity: 1;
  margin-top: 20px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-toggle-variants .nasa-product-content-color-image-wrap .nasa-product-content-child {
  float: none;
}
.nasa-toggle-variants .nasa-close-variants {
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  z-index: 3;
}
.nasa-toggle-variants .nasa-close-variants:before, .nasa-toggle-variants .nasa-close-variants:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 5px;
  border-top: 2px solid #999;
}
.nasa-toggle-variants .nasa-close-variants:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nasa-toggle-variants .nasa-close-variants:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nasa-toggle-variants .nasa-close-variants:hover:before, .nasa-toggle-variants .nasa-close-variants:hover:after {
  border-color: #000;
}

.nasa-product-content-select-wrap {
  position: absolute;
  z-index: 99;
  max-width: 70%;
  min-width: 125px;
  max-height: 70%;
  left: 2px;
  top: 2px;
  background: #FFF;
  opacity: 0;
  overflow: auto;
  line-height: 1.6;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.nasa-product-content-select-wrap .nasa-toggle-attr-select {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 85%;
  font-weight: 800;
  text-align: left;
}
.nasa-product-content-select-wrap .nasa-toggle-attr-select:before, .nasa-product-content-select-wrap .nasa-toggle-attr-select:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  top: 9px;
  right: 5px;
  border-top: 1px solid #333;
}
.nasa-product-content-select-wrap .nasa-toggle-attr-select:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nasa-product-content-select-wrap .nasa-toggle-attr-select.nasa-show:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.nasa-product-content-select-wrap .nasa-product-content-child {
  border-bottom: 1px solid #efefef;
  margin: 5px 10px;
  padding-bottom: 5px;
}
.nasa-product-content-select-wrap .nasa-product-content-child:last-child {
  border-color: transparent;
  padding-bottom: 0;
}
.nasa-product-content-select-wrap .nasa-product-content-child .nasa-toggle-content-attr-select {
  display: none;
}
.nasa-product-content-select-wrap .nasa-product-content-child .nasa-toggle-content-attr-select.nasa-show {
  display: block;
}
.nasa-product-content-select-wrap .nasa-product-content-child .nasa-toggle-content-attr-select .nasa-attr-ux-item {
  display: block;
  font-size: 85%;
  text-align: center;
  padding: 2px;
  margin: 5px 0;
  border: 1px solid #999;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 2px 2px 2px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 2px 2px 2px 0px rgba(51, 51, 51, 0.3);
}
.nasa-product-content-select-wrap .nasa-product-content-child .nasa-toggle-content-attr-select .nasa-attr-ux-item.nasa-active {
  background: #999;
  color: #FFF;
}

.nasa-product-content-nasa_label-wrap {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
}
.nasa-product-content-nasa_label-wrap .nasa-product-content-child > a {
  display: inline-block;
  font-size: 90%;
  font-weight: normal;
  opacity: 1;
  line-height: 1.5;
  color: #666;
  padding: 0 5px;
}
.nasa-product-content-nasa_label-wrap .nasa-product-content-child > a.nasa-disable {
  opacity: 0.3;
}
.nasa-product-content-nasa_label-wrap .nasa-product-content-child > a:focus, .nasa-product-content-nasa_label-wrap .nasa-product-content-child > a:visited, .nasa-product-content-nasa_label-wrap .nasa-product-content-child > a:hover {
  color: #f76b6a;
}
.nasa-product-content-nasa_label-wrap .nasa-product-content-child > a.nasa-active {
  color: #f76b6a;
  text-decoration: underline;
}
.nasa-product-content-nasa_label-wrap .nasa-product-content-child > a.nasa-active:after {
  color: #555555;
  text-decoration: none;
}

.nasa-product-content-color-image-wrap {
  position: absolute;
  bottom: -45px;
  height: 1px;
  right: 1px;
  z-index: 10;
}
.nasa-product-content-color-image-wrap .nasa-product-content-child {
  float: right;
  clear: both;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_color {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  line-height: 95%;
  margin-left: 5px;
  margin-top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_color:first-child {
  margin-left: 0;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_color span {
  display: inline-block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_color:hover {
  border-color: #ccc;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_color.nasa-active {
  border-color: #888;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_image {
  display: inline-block;
  border: 1px solid #ececec;
  padding: 1px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_image:first-child {
  margin-left: 0;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_image img {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_image:hover {
  border-color: #ccc;
}
.nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_image.nasa-active {
  border-color: #888;
}

.hover-fade .main-img img {
  opacity: 1;
}
.hover-fade .back-img img {
  opacity: 0;
  top: 0;
}

.hover-fade .nasa-sc-pdeal-countdown:hover ~ .product-img .back-img img,
.hover-fade .nasa-product-grid:hover ~ .product-img .back-img img,
.hover-fade .nasa-badges-wrap:hover ~ .product-img .back-img img,
.hover-fade .product-img:hover .back-img img {
  opacity: 1;
  z-index: 1;
  background-color: #FFF;
}

.hover-zoom .main-img img {
  opacity: 1;
}
.hover-zoom .back-img img {
  opacity: 0;
  top: 0;
}

.hover-zoom .nasa-product-grid:hover ~ .product-img .main-img img,
.hover-zoom .nasa-badges-wrap:hover ~ .product-img .main-img img,
.hover-zoom .product-img:hover .main-img img {
  background-color: #FFF;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.hover-zoom .nasa-product-grid:hover ~ .product-img .back-img img,
.hover-zoom .nasa-badges-wrap:hover ~ .product-img .back-img img,
.hover-zoom .product-img:hover .back-img img {
  background-color: #FFF;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  z-index: 1;
}

.hover-to-top .main-img img {
  opacity: 1;
}
.hover-to-top .back-img img {
  opacity: 0;
  top: 0;
}

.hover-to-top .nasa-sc-pdeal-countdown:hover ~ .product-img .main-img img,
.hover-to-top .nasa-product-grid:hover ~ .product-img .main-img img,
.hover-to-top .nasa-badges-wrap:hover ~ .product-img .main-img img,
.hover-to-top .product-img:hover .main-img img {
  background-color: #FFF;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hover-flip .main-img img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hover-flip .back-img img {
  top: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.hover-flip .nasa-sc-pdeal-countdown:hover ~ .product-img .main-img img,
.hover-flip .nasa-product-grid:hover ~ .product-img .main-img img,
.hover-flip .nasa-badges-wrap:hover ~ .product-img .main-img img,
.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);
}

.hover-flip .nasa-sc-pdeal-countdown:hover ~ .product-img .back-img img,
.hover-flip .nasa-product-grid:hover ~ .product-img .back-img img,
.hover-flip .nasa-badges-wrap:hover ~ .product-img .back-img img,
.hover-flip .product-img:hover .back-img img {
  z-index: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hover-bottom-to-top .nasa-sc-pdeal-countdown:hover ~ .product-img .main-img img,
.hover-bottom-to-top .nasa-product-grid:hover ~ .product-img .main-img img,
.hover-bottom-to-top .nasa-badges-wrap:hover ~ .product-img .main-img img,
.hover-bottom-to-top .product-img:hover .main-img img,
.hover-bottom-to-top .nasa-sc-pdeal-countdown:hover ~ .product-img .back-img img,
.hover-bottom-to-top .nasa-product-grid:hover ~ .product-img .back-img img,
.hover-bottom-to-top .nasa-badges-wrap:hover ~ .product-img .back-img img,
.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);
}

.hover-top-to-bottom .back-img img {
  position: absolute;
  left: 0;
  top: -100%;
}

.hover-top-to-bottom .nasa-sc-pdeal-countdown:hover ~ .product-img .main-img img,
.hover-top-to-bottom .nasa-product-grid:hover ~ .product-img .main-img img,
.hover-top-to-bottom .nasa-badges-wrap:hover ~ .product-img .main-img img,
.hover-top-to-bottom .product-img:hover .main-img img,
.hover-top-to-bottom .nasa-sc-pdeal-countdown:hover ~ .product-img .back-img img,
.hover-top-to-bottom .nasa-product-grid:hover ~ .product-img .back-img img,
.hover-top-to-bottom .nasa-badges-wrap:hover ~ .product-img .back-img img,
.hover-top-to-bottom .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);
}

.hover-left-to-right .back-img img {
  position: absolute;
  left: -100%;
  top: 0;
}

.hover-left-to-right .nasa-sc-pdeal-countdown:hover ~ .product-img .main-img img,
.hover-left-to-right .nasa-product-grid:hover ~ .product-img .main-img img,
.hover-left-to-right .nasa-badges-wrap:hover ~ .product-img .main-img img,
.hover-left-to-right .product-img:hover .main-img img,
.hover-left-to-right .nasa-sc-pdeal-countdown:hover ~ .product-img .back-img img,
.hover-left-to-right .nasa-product-grid:hover ~ .product-img .back-img img,
.hover-left-to-right .nasa-badges-wrap:hover ~ .product-img .back-img img,
.hover-left-to-right .product-img:hover .back-img img {
  -webkit-transform: translate3D(100%, 0, 0);
  -moz-transition: translate3D(100%, 0, 0);
  -ms-transition: translate3D(100%, 0, 0);
  -o-transition: translate3D(100%, 0, 0);
  transform: translate3D(100%, 0, 0);
}

.hover-right-to-left .back-img img {
  position: absolute;
  right: -100%;
  top: 0;
}

.hover-right-to-left .nasa-sc-pdeal-countdown:hover ~ .product-img .main-img img,
.hover-right-to-left .nasa-product-grid:hover ~ .product-img .main-img img,
.hover-right-to-left .nasa-badges-wrap:hover ~ .product-img .main-img img,
.hover-right-to-left .product-img:hover .main-img img,
.hover-right-to-left .nasa-sc-pdeal-countdown:hover ~ .product-img .back-img img,
.hover-right-to-left .nasa-product-grid:hover ~ .product-img .back-img img,
.hover-right-to-left .nasa-badges-wrap:hover ~ .product-img .back-img img,
.hover-right-to-left .product-img:hover .back-img img {
  -webkit-transform: translate3D(-100%, 0, 0);
  -moz-transition: translate3D(-100%, 0, 0);
  -ms-transition: translate3D(-100%, 0, 0);
  -o-transition: translate3D(-100%, 0, 0);
  transform: translate3D(-100%, 0, 0);
}

.hover-no-effect img,
.nasa-no-effect img {
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}
.hover-no-effect .main-img img,
.nasa-no-effect .main-img img {
  opacity: unset !important;
  position: unset !important;
  -webkit-transform: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  transform: unset !important;
}
.hover-no-effect .back-img,
.nasa-no-effect .back-img {
  display: none !important;
}

a.product-img {
  display: block;
}

.product-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.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;
}

.main-img {
  display: block;
  width: auto;
  height: auto;
}
.main-img img {
  min-width: 100%;
  display: block;
}

.back-img {
  width: 100%;
}
.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 .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;
  opacity: 0;
  overflow: hidden;
  display: block;
}

.nasa-badges-wrap {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}

.badge {
  position: relative;
  float: left;
  clear: both;
  margin-top: 10px;
  display: block;
  padding: 3px 10px;
  z-index: 4;
  background: #f76b6a;
  color: #FFF;
  line-height: 15px;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge:hover {
  opacity: 1;
}
.badge.nasa-variants {
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
}
.badge.nasa-variants:hover, .badge.nasa-variants:active, .badge.nasa-variants:focus, .badge.nasa-variants:visited {
  color: #FFF;
}
.badge.deal-label {
  display: none;
}
.badge.out-of-stock-label {
  background: #999 !important;
}
.badge.video-label {
  padding-left: 5px;
  padding-right: 5px;
}

.product-deals .badge.deal-label {
  display: block;
}

.product-gallery .nasa-badges-wrap {
  left: auto;
  right: 30px;
}
.product-gallery .badge {
  float: right;
}

.nasa-single-product-slide .product-gallery .nasa-badges-wrap {
  right: 35px;
}

.product-quickview-info {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.product-quickview-info.nasa-active {
  visibility: visible;
  opacity: 1;
  max-height: unset;
}

.product-lightbox-inner {
  padding: 20px 20px 10px;
  text-align: left;
}
.product-lightbox-inner .woocommerce-product-details__short-description {
  overflow-y: auto;
  text-align: left;
}
.product-lightbox-inner .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.product-lightbox-inner button {
  padding-top: 1em;
  padding-bottom: 1em;
}
.product-lightbox-inner .social-icons {
  margin-bottom: 10px;
}
.product-lightbox-inner.product-info .woocommerce-product-details__short-description ul {
  margin-bottom: 0;
}
.product-lightbox-inner.product-info .product_meta {
  text-align: left;
  margin-top: 10px;
}
.product-lightbox-inner.product-info .entry-title {
  font-size: 180%;
  font-weight: 800;
}
.product-lightbox-inner.product-info .price {
  font-size: 140%;
  margin-bottom: 10px;
}
.product-lightbox-inner.product-info .nasa-gift-label {
  font-size: 120%;
}
.product-lightbox-inner.product-info .nasa-gift-label .nasa-gift-count {
  font-size: 85%;
  opacity: 0.7;
}

.product-lightbox {
  text-align: center;
  background: #fff;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}
.product-lightbox .product-img {
  overflow: hidden;
}
.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 .wcmp-report-abouse-wrapper {
  display: none;
}

#nasa-quickview-sidebar-content .product-lightbox .product-quickview-info {
  visibility: visible;
  opacity: 1;
  max-height: unset;
}
#nasa-quickview-sidebar-content .product-lightbox .product-lightbox-inner .woocommerce-product-details__short-description {
  max-height: unset;
}

.nasa-quickview-view-detail {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0;
  bottom: 0;
  background: #f76b6a;
  font-weight: bold;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.product-quickview-img {
  overflow: hidden;
}
.product-quickview-img:hover .nasa-quickview-view-detail {
  visibility: visible;
  opacity: 0.7;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-quickview-img:hover .nasa-quickview-view-detail:hover {
  color: #fff;
  opacity: 1;
}

#nasa-quickview-sidebar .nasa-quickview-view-detail {
  display: none;
}

/* Product price */
.price del {
  color: #aaa;
  font-weight: normal;
  margin-right: 5px;
}
.price del .amount {
  font-size: 85%;
}
.price ins {
  text-decoration: none;
}

.woocommerce-variation-price {
  text-align: center;
  padding-bottom: 10px;
}
.woocommerce-variation-price:empty {
  padding-bottom: 1px;
}

@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);
  }
}
.add-to-cart-grid.loading:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  top: 50%;
  right: 8px;
  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;
  /* Safari | Chrome */
  -moz-animation: nasa-spin .5s linear infinite;
  /* FF */
  -o-animation: nasa-spin .5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin .5s linear infinite;
  /* IE */
  animation: nasa-spin .5s linear infinite;
}
.add-to-cart-grid.loading.btn-from-wishlist:before {
  left: 50%;
  right: auto;
}

.nasa-wrap-products-masonry .add-to-cart-grid.loading:before,
.nasa-special-deal-style-multi-wrap .add-to-cart-grid.loading:before,
.nasa-table-compare .add-to-cart-grid.loading:before {
  left: 50%;
  right: auto;
}

.single_add_to_cart_button.loading {
  opacity: 0.8;
}
.single_add_to_cart_button.loading:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  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;
  /* Safari | Chrome */
  -moz-animation: nasa-spin .5s linear infinite;
  /* FF */
  -o-animation: nasa-spin .5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin .5s linear infinite;
  /* IE */
  animation: nasa-spin .5s linear infinite;
}

.nasa-item-img {
  width: 22%;
  display: inline-block;
  position: relative;
}
.nasa-item-img .nasa-widget-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  opacity: 0;
  visibility: hidden;
}
.nasa-item-img .nasa-widget-img img {
  width: 100%;
  margin: 0;
}
.nasa-item-img .quick-view {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fff;
  border-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nasa-item-img .quick-view i {
  font-size: 120%;
  line-height: 29px;
}
.nasa-item-img .quick-view:hover {
  background: #f76b6a;
  border-color: #f76b6a;
  color: #fff;
}

.nasa-item-meta {
  width: 78%;
  display: inline-block;
}
.nasa-item-meta .nasa-widget-title {
  color: #000;
  font-size: 110%;
  line-height: 1.2em;
}
.nasa-item-meta .nasa-widget-title:hover {
  color: #f76b6a;
}
.nasa-item-meta .star-rating {
  margin-top: 8px;
}
.nasa-item-meta .price {
  display: block;
  font-size: 110%;
  line-height: 1.2em;
  margin-top: 10px;
  color: #333;
}

.item-product-widget {
  position: relative;
}
.item-product-widget:after {
  content: "";
  display: block;
  clear: both;
}
.item-product-widget:hover .nasa-item-img .nasa-widget-img:before {
  opacity: 0.3;
  visibility: visible;
}
.item-product-widget:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.nasa-list-type-main .nasa-item-img {
  width: 40%;
}
.nasa-list-type-main .nasa-item-meta {
  width: 60%;
}

.nasa-list-type-extra {
  margin-bottom: 20px;
}

.nasa-wrap-column .item-product-widget {
  margin-bottom: 30px;
}

.nasa-slick-slider .item-product-widget img {
  width: 100%;
}

/* PRODUCT PAGE DETAIL */
.product-page .size-chart {
  font-size: 100%;
  font-weight: normal;
}
.product-page .custom.dropdown {
  width: 80%;
}
.product-page .text-center .custom.dropdown {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.product-page .prefix.last {
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  border-radius: 0px 10px 0px 10px;
}
.product-page .nasa-product-details-page {
  position: relative;
  padding-top: 30px;
  background: #FFF;
}
.product-page .nasa-product-details-page .yith-wcpb-product-bundled-items {
  display: none;
}
.product-page .nasa-sidebar-single-product {
  position: fixed;
  z-index: 100;
  top: 40%;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}
.product-page .nasa-sidebar-single-product:hover {
  opacity: 1;
}
.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;
}
.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;
}
.product-page .nasa-sidebar-single-product .toggle-sidebar-shop {
  display: block;
  padding: 15px;
  color: #333;
  line-height: inherit;
  background: #fff;
  border: 1px solid #e4e4e4;
  margin: 0 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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);
}
.product-page .nasa-sidebar-single-product .toggle-sidebar-shop:hover i {
  color: #333;
}
.product-page .nasa-sidebar-single-product .toggle-sidebar-shop i {
  font-size: 150%;
  display: block;
  color: #888;
}

.nasa-single-product-2-columns .nasa-single-product-main-image > div {
  width: 50%;
  float: left;
}
.nasa-single-product-2-columns .nasa-single-product-main-image > div:nth-of-type(n) {
  clear: none;
}
.nasa-single-product-2-columns .nasa-single-product-main-image > div:nth-of-type(2n+1) {
  clear: both;
}

.nasa-single-product-main-image .nasa-item-main-image-wrap {
  padding: 0 5px 10px 5px;
}

.nasa-single-product-slide .nasa-single-product-main-image .nasa-item-main-image-wrap {
  padding: 0 0 10px 0;
}

.nasa-single-product-scroll .nasa-single-product-thumbnails .nasa-wrap-item-thumb {
  margin: 0 0 10px 0;
  cursor: pointer;
}

.button.add_to_cart_accessories {
  padding-left: 25px;
  padding-right: 25px;
}

.woosb-total {
  font-size: 130%;
}
.woosb-total ins {
  font-weight: bold;
}

.nasa-disable-lightbox-image .product-gallery .product-image-btn .product-lightbox-btn {
  display: none;
}

#nasa-tab-seller ul li.clearfix:before, #nasa-tab-seller ul li.clearfix:after {
  display: none;
}

.nasa-single-product-scroll .product-info {
  padding-left: 20px;
}

.viewed .viewed-block-title {
  margin-top: 15px;
}
.viewed .viewed-block-title h3 {
  float: left;
  position: relative;
  font-size: 150%;
  margin-top: 5px;
  z-index: 2;
  padding-right: 15px;
  background: #fff;
}
.viewed .nasa-nav-carousel-wrap {
  float: right;
  z-index: 2;
  top: 2px;
  right: 5px;
}
.viewed .nasa-nav-carousel-wrap .nasa-nav-icon-slider {
  background: #fff;
}
.viewed hr.nasa-separator {
  width: 95%;
  clear: none;
  margin-top: 20px;
  position: absolute;
}

/* Product detail info */
.product-info .entry-title {
  margin: 0;
  word-wrap: break-word;
  font-weight: 800;
  font-size: 230%;
  line-height: 1.1;
  color: #2d2a2a;
}
.product-info .entry-title a {
  color: #000;
}
.product-info .entry-title a:hover {
  color: #f76b6a;
}
.product-info .stock {
  color: #f76b6a;
  font-weight: bold;
  margin-bottom: 5px;
  clear: both;
}
.product-info .stock.out-of-stock {
  margin-bottom: 20px;
}
.product-info .stock span {
  color: #666;
}
.product-info .stock span b {
  font-weight: 800;
  color: #000;
  font-size: 120%;
}
.product-info .price {
  font-size: 180%;
  clear: both;
  display: block;
  margin: 0;
  padding-top: 10px;
  font-weight: 600;
}
.product-info .products-arrow .price {
  font-size: 100%;
  padding-top: 0;
}
.product-info .woosb-price .price {
  font-size: 100%;
  padding-top: 0;
}
.product-info .woocommerce-product-details__short-description {
  color: #777;
  font-size: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
  clear: both;
}
.product-info .woocommerce-product-details__short-description ul {
  list-style: inside;
}
.product-info .star-rating {
  margin: 0;
  display: inline-block;
}
.product-info.product-lightbox-inner .star-rating {
  margin-top: 15px;
}
.product-info.product-lightbox-inner .star-rating.nasa-has-sa-brands {
  margin-right: 30px;
}
.product-info.product-lightbox-inner .nasa-sa-brand-item {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-bottom: -5px;
}
.product-info .woocommerce-product-rating {
  line-height: 1.6;
  margin-top: 15px;
  display: inline-block;
  float: left;
}
.product-info .woocommerce-product-rating.nasa-has-sa-brands:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #efefef;
  margin: 0 15px;
}
.product-info .woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  top: -2px;
  color: #777;
}
.product-info .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #2d2a2a;
}
.product-info .nasa-single-share {
  display: block;
  margin: 15px 0;
}
.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: 100%;
  position: relative;
}
.product-info .variations .nasa-attr-ux.nasa-processing, .product-info .variations .nasa-attr-ux.nasa-processing-deal {
  pointer-events: none;
  cursor: wait;
}
.product-info .variations .label {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 5px 0;
}
.product-info .variations .value {
  margin-left: 0;
  display: block;
  padding: 0 0 20px 0;
  vertical-align: top;
}
.product-info .variations label {
  font-weight: 700;
  font-size: 85%;
  margin: 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: default;
}
.product-info .variations .label-tip:before {
  content: ":";
  margin: 0 5px 0 1px;
}
.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: inline-block;
  font-size: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  display: block;
}
.product-info .product_meta br {
  display: none;
}
.product-info .product_meta > span {
  display: block;
}
.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: #888;
  font-weight: 400;
}
.product-info .product_meta a:hover {
  text-decoration: underline;
  color: #333;
}
.product-info .yith-wcwl-add-to-wishlist {
  position: relative;
  padding: 20px 0px 15px 30px;
  display: block;
}
.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;
}
.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: #f76b6a;
}
.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;
}
.product-info .compare:hover, .product-info .compare:hover:before {
  color: #f76b6a;
  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;
  width: auto;
  display: inline-block;
}
.product-info .cart.variations_form {
  width: 100%;
  margin-top: 0;
  display: block;
}
.product-info .cart.variations_form .woocommerce-variation-add-to-cart {
  width: auto;
  display: inline-block;
}
.product-info .cart.grouped_form .woocommerce-grouped-product-list-item__label {
  padding-right: 10px;
}
.product-info .cart .single_add_to_cart_button {
  padding: 1em 5em;
  font-size: 12px;
  letter-spacing: 2px;
}
.product-info .cart .single_add_to_cart_button.nasa_add_to_cart_single i {
  font-size: 125%;
}
.product-info .cart .single_add_to_cart_button.loading {
  color: transparent !important;
}
.product-info .cart .nasa-single-form-text {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  font-weight: bold;
}
.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;
}

.nasa-layout-full .product-info .woocommerce-product-rating {
  float: none;
}

.nasa-wrap-popup-nodes {
  display: block;
  margin: 15px 0 20px 0;
  padding: 0;
  list-style: none;
}
.nasa-wrap-popup-nodes > li {
  display: inline-flex;
  margin-right: 15px;
}
.nasa-wrap-popup-nodes > li.hidden-tag {
  display: none;
}
.nasa-wrap-popup-nodes > li.last {
  margin-right: 0;
}
.nasa-wrap-popup-nodes > li > a {
  font-size: 75%;
  text-transform: uppercase;
  color: #7E7E7E;
  letter-spacing: 0.15em;
}
.nasa-wrap-popup-nodes > li > a:hover {
  color: #333;
  text-decoration: underline;
}
.nasa-wrap-popup-nodes > li > a:active, .nasa-wrap-popup-nodes > li > a:focus {
  color: #7E7E7E;
}
.nasa-wrap-popup-nodes > li > a:active:hover, .nasa-wrap-popup-nodes > li > a:focus:hover {
  color: #333;
}

.nasa-popup-content-contact {
  max-width: 595px;
  margin: auto;
}
.nasa-popup-content-contact#nasa-content-request-a-callback {
  max-width: 520px;
}
.nasa-popup-content-contact .nasa-headling-popup {
  font-size: 180%;
}
.nasa-popup-content-contact .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.nasa-popup-content-contact textarea {
  min-height: 120px;
  max-width: 100%;
}
.nasa-popup-content-contact .wpcf7 input[type="text"],
.nasa-popup-content-contact .wpcf7 input[type="email"],
.nasa-popup-content-contact .wpcf7 input[type="number"],
.nasa-popup-content-contact .wpcf7 select,
.nasa-popup-content-contact .wpcf7 textarea {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nasa-popup-content-contact .radio-list-wrap > label {
  display: inline-flex;
  width: 33%;
}
.nasa-popup-content-contact .radio-list-wrap input[type="radio"] {
  margin-bottom: 0;
}
.nasa-popup-content-contact .wpcf7 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  width: 100%;
  padding: 0;
}
.nasa-popup-content-contact div.wpcf7-response-output {
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
}
.nasa-popup-content-contact div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #7db62e;
}
.nasa-popup-content-contact .wpcf7 input[type="button"],
.nasa-popup-content-contact .wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
}
.nasa-popup-content-contact .row.nasa-hafl-width {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
.nasa-popup-content-contact .nasa-submit-wrap {
  clear: both;
  padding-top: 5px;
}
.nasa-popup-content-contact .nasa-product {
  background: #F9F9F9;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px;
}
.nasa-popup-content-contact .nasa-product .name {
  font-size: 130%;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}
.nasa-popup-content-contact .nasa-product .star-rating {
  margin-bottom: 10px;
}
.nasa-popup-content-contact .nasa-product .price-wrap {
  font-weight: bold;
  line-height: 1.2;
}
.nasa-popup-content-contact .nasa-product del {
  font-weight: normal;
}
.nasa-popup-content-contact .nasa-wrap {
  padding: 10px 30px 20px 30px;
}
.nasa-popup-content-contact .nasa-product-img img {
  max-width: 100%;
  border: 1px solid #dcdcdc;
}
.nasa-popup-content-contact .nasa-note {
  text-align: center;
  color: #999;
  line-height: 1.4;
  margin-top: 20px;
  font-size: 90%;
}
.nasa-popup-content-contact .nasa-note i {
  font-size: 90%;
}

.mfp-content .nasa-node-content {
  background: #fff;
  padding: 25px;
  text-align: initial;
  display: block;
}
.mfp-content .nasa-node-content.nasa-popup-content-contact {
  padding: 0;
}

.nasa-content-specifications table th {
  vertical-align: top;
  line-height: 1.24138em;
}
.nasa-content-specifications table th:first-child {
  width: 30%;
}
.nasa-content-specifications table th,
.nasa-content-specifications table td {
  border-top: 1px solid #eceeef;
  padding-left: 15px;
  padding-right: 15px;
}
.nasa-content-specifications table thead th {
  font-size: 110%;
  color: #333;
}
.nasa-content-specifications table tbody th {
  letter-spacing: 0;
}
.nasa-content-specifications table.nasa-has-bg {
  border: 1px solid #eceeef;
  margin: 0;
}
.nasa-content-specifications table.nasa-has-bg tbody tr:nth-of-type(2n+1) th, .nasa-content-specifications table.nasa-has-bg tbody tr:nth-of-type(2n+1) td {
  background: #fafafa;
}
.nasa-content-specifications table.nasa-has-bg tbody tr:nth-of-type(2n) th, .nasa-content-specifications table.nasa-has-bg tbody tr:nth-of-type(2n) td {
  background: transparent;
}

.woocommerce-tabs {
  margin-top: 30px;
}
.woocommerce-tabs.nasa-scroll-content {
  margin-top: 0;
}
.woocommerce-tabs.nasa-tabs-content {
  margin-bottom: 10px;
}
.woocommerce-tabs .nasa-panel {
  padding: 0px;
}
.woocommerce-tabs .nasa-panel.no-border {
  border: none;
  padding: 0px;
}
.woocommerce-tabs .nasa-panel.no-border .nasa-panel-block {
  padding: 3px;
  margin-bottom: 20px;
}
.woocommerce-tabs .nasa-accordion-title a {
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.nasa-content-additional_information .shop_attributes {
  margin-bottom: 0;
  width: auto;
}
.nasa-content-additional_information .shop_attributes p {
  margin-bottom: 0;
}
.nasa-content-additional_information .shop_attributes th, .nasa-content-additional_information .shop_attributes td {
  border: none;
  padding: 5px 0;
  vertical-align: top;
  line-height: 1.6;
}
.nasa-content-additional_information .shop_attributes th {
  padding-right: 15px;
  color: #000;
  letter-spacing: 0;
}
.nasa-content-additional_information .shop_attributes td {
  color: #777;
}

.nasa-scroll-titles {
  display: block;
  border-bottom: 1px solid #efefef;
  margin: 40px 0 30px 0;
}

.nasa-anchor {
  display: inline-block;
  font-size: 200%;
  font-weight: 800;
  color: #aaa;
  line-height: 1.6;
  position: relative;
  bottom: -1px;
  margin-right: 50px;
  border-bottom: 3px solid transparent;
}
.nasa-anchor:last-child {
  margin-right: 0;
}
.nasa-anchor:active, .nasa-anchor:focus {
  color: #aaa;
}
.nasa-anchor:hover, .nasa-anchor.active {
  color: #333;
}
.nasa-anchor.active {
  border-color: #f76b6a;
}

.text-right .nasa-anchor {
  margin-right: 0;
  margin-left: 40px;
}
.text-right .nasa-anchor:first-child {
  margin-left: 0;
}
.text-right .nasa-anchor:last-child {
  margin-left: 40px;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-scroll-titles {
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to left, transparent 5px, black 40px);
    mask-image: linear-gradient(to left, transparent 5px, black 40px);
  }

  .nasa-anchor {
    font-size: 150%;
  }
}
.nasa-layout-full .product-details .nasa-content-additional_information .shop_attributes {
  margin-left: auto;
  margin-right: auto;
}
.nasa-layout-full .slick-dots {
  margin-bottom: 20px;
}

.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;
  opacity: inherit;
}
.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;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  opacity: 0.8;
}

.nasa-single-product-scroll .product-gallery {
  padding-right: 10px;
}

/* Product gallery */
.product-gallery {
  margin-bottom: 25px;
  padding-right: 15px;
  margin-right: 0px;
}
.product-gallery.nasa-gallery-full {
  padding-right: 10px;
}
.product-gallery.nasa-gallery-full .fpd-container {
  margin: auto;
}
.product-gallery .product-img {
  border: 1px solid #ececec;
}
.product-gallery .product-images-slider {
  position: relative;
}
.product-gallery .btn-wishlist,
.product-gallery .btn-compare,
.product-gallery .product-video-popup {
  background: #fff;
  display: block;
  position: relative;
  margin-top: 10px;
  opacity: 0.6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
}
.product-gallery .btn-wishlist .nasa-icon,
.product-gallery .btn-compare .nasa-icon,
.product-gallery .product-video-popup .nasa-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.product-gallery .btn-wishlist .nasa-icon:before,
.product-gallery .btn-compare .nasa-icon:before,
.product-gallery .product-video-popup .nasa-icon:before {
  line-height: inherit;
}
.product-gallery .btn-wishlist.nasa-added,
.product-gallery .btn-compare.nasa-added,
.product-gallery .product-video-popup.nasa-added {
  opacity: 1;
}
.product-gallery .btn-wishlist.nasa-added .nasa-icon,
.product-gallery .btn-compare.nasa-added .nasa-icon,
.product-gallery .product-video-popup.nasa-added .nasa-icon {
  color: #f76b6a;
}
.product-gallery .btn-wishlist:hover,
.product-gallery .btn-compare:hover,
.product-gallery .product-video-popup:hover {
  opacity: 1;
}
.product-gallery .product-image-btn {
  position: absolute;
  height: 1px;
  width: auto;
  top: 0;
  left: 20px;
  z-index: 99;
}
.product-gallery .product-image-btn .product-video-popup .nasa-icon {
  font-size: 175%;
}
.product-gallery .product-image-btn .nasa-icon-text {
  display: none;
}
.product-gallery .btn-wishlist.nasa-disabled {
  cursor: wait;
}
.product-gallery .nasa-thumbnail-hoz .product-image-btn {
  left: 12px;
}

@media only screen and (max-width: 52.96552em) {
  .product-gallery .product-image-btn {
    left: 15px;
  }
}
.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%;
}
.nasa-single-product-scroll .nasa-thumb-wrap .nasa-wrap-item-thumb {
  opacity: 0.3;
}
.nasa-single-product-scroll .nasa-thumb-wrap .nasa-wrap-item-thumb.nasa-active, .nasa-single-product-scroll .nasa-thumb-wrap .nasa-wrap-item-thumb:hover {
  opacity: 1;
}
.nasa-single-product-scroll .nasa-product-info-wrap {
  position: relative;
  display: block;
  min-height: 1px;
  z-index: 99;
}
.nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll {
  position: static;
  margin-top: 0;
  width: 100%;
}
.nasa-single-product-scroll .nasa-end-scroll {
  border-top: 1px solid transparent;
  min-height: 1px;
  width: 100%;
  clear: both;
}

/* Product video popup */
.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);
  -moz-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;
}

/* Product zoom */
.easyzoom {
  position: relative;
}
.easyzoom img {
  vertical-align: bottom;
  width: 100%;
}
.easyzoom.is-loading img {
  cursor: wait;
}
.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: 1px;
  height: 1px;
  margin: 0;
  line-height: 1px;
  text-indent: -999px;
  overflow: hidden;
  text-align: center;
  background: transparent;
  box-shadow: none;
}
.easyzoom .easyzoom-flyout {
  position: absolute;
  z-index: 97;
  overflow: hidden;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.easyzoom .easyzoom-flyout img {
  max-width: none;
  width: auto !important;
}
.easyzoom .easyzoom-flyout:hover {
  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;
}

.nasa-layout-full .products-arrow {
  left: 10px;
  right: 10px;
}
.nasa-layout-full .products-arrow .prev-product {
  margin-left: 0;
}
.nasa-layout-full .products-arrow .prev-product .dropdown-wrap {
  right: auto;
  left: 0;
}
.nasa-layout-full .products-arrow .next-product {
  margin-left: 0;
}
.nasa-layout-full .products-arrow .next-prev-buttons .dropdown-wrap div {
  text-align: left;
}

.products-arrow {
  position: absolute;
  top: 7px;
  right: 10px;
  height: 1px;
}
.products-arrow .dropdown-wrap {
  position: absolute;
  top: 32px;
  width: 320px;
  padding: 10px 0;
  border: 1px solid #eeeeee;
  background: white none repeat scroll 0% 0%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.products-arrow .dropdown-wrap img {
  max-width: 70px;
  height: auto;
  margin: 0 10px;
  display: inline-block;
  float: left;
}
.products-arrow .dropdown-wrap div {
  margin: 0;
  display: inline-block;
  width: 215px;
}
.products-arrow .dropdown-wrap .product-name {
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 8px;
}
.products-arrow .next-prev-buttons {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.products-arrow .next-prev-buttons:hover .dropdown-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-arrow .prev-product {
  float: left;
  margin-left: 10px;
}
.products-arrow .next-product {
  float: right;
  margin-left: 10px;
}
.products-arrow .icon-next-prev {
  border: 1px solid #ddd;
  padding: 0;
  font-size: 150%;
  color: #aaa;
}
.products-arrow .icon-next-prev:hover {
  border-color: #f76b6a;
  background: #f76b6a;
  color: #fff;
}
.products-arrow .next-product .dropdown-wrap {
  right: 0;
}
.products-arrow .prev-product .dropdown-wrap {
  right: 0;
}
.products-arrow .prod-dropdown {
  display: inline-block;
}

.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;
}

.nasa-product-details-page .product-info .entry-title {
  padding-right: 75px;
}
.nasa-product-details-page.nasa-layout-full .product-info {
  border-bottom: 1px solid #efefef;
}
.nasa-product-details-page.nasa-layout-full .product-info .entry-title {
  padding-left: 25px;
  padding-right: 25px;
}
.nasa-product-details-page.nasa-layout-full .product-info .variations {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: auto;
}
.nasa-product-details-page.nasa-layout-full .product-info .variations .label {
  text-align: center;
}
.nasa-product-details-page.nasa-layout-full .product-info .variations .value {
  text-align: center;
}
.nasa-product-details-page.nasa-layout-full .product-info .variations .nasa-attr-ux_wrap {
  display: inline-block;
}
.nasa-product-details-page.nasa-layout-full .product-info .variations .reset_variations {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nasa-product-details-page.nasa-layout-full .product-info .nasa-single-share {
  margin-bottom: 40px;
}
.nasa-product-details-page.nasa-layout-full .nasa-single-product-stock {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
.nasa-product-details-page.nasa-layout-full .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  text-align: center !important;
}
.nasa-product-details-page .product-gallery .badge.nasa-variants, .nasa-product-details-page .product-gallery .badge.b360-label, .nasa-product-details-page .product-gallery .badge.video-label {
  display: none;
}
.nasa-product-details-page .product-gallery .nasa-thumbnail-hoz .nasa-single-product-main-image {
  padding-left: 0;
  padding-right: 0;
}
.nasa-product-details-page .product-gallery .nasa-thumbnail-hoz .nasa-single-product-main-image .slick-slide {
  padding: 0;
}
.nasa-product-details-page .product-gallery .nasa-single-product-main-image {
  padding-left: 5px;
  padding-right: 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%;
  border: 1px solid #f3f3f3;
}
.nasa-product-details-page .product-gallery .nasa-thumb-wrap {
  width: 10%;
  float: left;
}
.nasa-product-details-page .product-gallery .nasa-thumb-wrap.nasa-thumbnail-hoz {
  width: 100%;
}
.nasa-product-details-page .product-gallery .nasa-main-wrap {
  width: 90%;
  float: left;
}
.nasa-product-details-page .product-gallery .nasa-main-wrap.nasa-thumbnail-hoz {
  width: 100%;
}
.nasa-product-details-page .product-gallery.nasa-gallery-full .nasa-main-wrap {
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.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-video-popup:hover {
  opacity: 1;
}
.nasa-product-details-page.nasa-layout-full .product_meta {
  text-align: center;
}
.nasa-product-details-page .product_meta {
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.nasa-product-details-page .product_meta strong {
  color: #2d2a2a;
}
.nasa-product-details-page .product_meta br {
  display: none;
}
.nasa-product-details-page .product_meta > * {
  display: inline-flex;
  margin: 0;
}
.nasa-product-details-page .product_meta > *:after {
  display: inline-block;
  position: relative;
  content: "/";
  margin: 0 8px 0 10px;
}
.nasa-product-details-page .product_meta > *:last-child:after {
  display: none;
}
.nasa-product-details-page .product_meta > *.yith-wcbr-brands-logo {
  display: none !important;
}
.nasa-product-details-page .product_meta > * a,
.nasa-product-details-page .product_meta > * .sku {
  font-weight: normal;
  opacity: 0.7;
  margin: 0 0 0 3px;
}
.nasa-product-details-page .product_meta > * a:hover,
.nasa-product-details-page .product_meta > * .sku:hover {
  opacity: 1;
}

#review_form_wrapper .comment-reply-title {
  font-size: 120%;
  line-height: 2;
  font-weight: bold;
  color: #2d2a2a;
}
#review_form_wrapper .comment-form-rating {
  margin-bottom: 15px;
  margin-top: 10px;
}
#review_form_wrapper .comment-form-rating label {
  display: inline-block;
  margin-right: 15px;
}
#review_form_wrapper .comment-form-rating .stars {
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (min-width: 52.96552em) {
  body .nasa-single-product-scroll .nasa-thumb-wrap .nasa-single-product-thumbnails.nasa-single-fixed {
    position: fixed;
    z-index: 10;
    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: 10;
    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;
}

body .woosb-products .woosb-product .woosb-title .woosb-availability {
  margin-top: 10px;
}

.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: 100px;
  padding: 10px 0;
  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);
}
.nasa-add-to-cart-fixed .woocommerce-grouped-product-list {
  display: none;
}
.nasa-add-to-cart-fixed button.disabled {
  cursor: not-allowed;
}
.nasa-add-to-cart-fixed .nasa-wrap-content-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.nasa-add-to-cart-fixed .nasa-wrap-content {
  display: block;
  width: 100%;
  height: 100%;
}
.nasa-add-to-cart-fixed .price {
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
}

.nasa-toggle-variation_wrap-clone {
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}
.nasa-toggle-variation_wrap-clone:hover {
  text-decoration: underline;
}

.nasa-fixed-product-info {
  width: 50%;
  display: inline-block;
  float: left;
}

.nasa-thumb-clone {
  display: inline-block;
  float: left;
  width: 60px;
  margin-right: 10px;
}
.nasa-thumb-clone img {
  border: 1px solid #f1f1f1;
}

.nasa-title-clone h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nasa-fixed-product-variations-wrap {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #f8f8f8;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.nasa-fixed-product-variations-wrap.nasa-active {
  opacity: inherit;
  visibility: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nasa-fixed-product-variations-wrap a.nasa-close-wrap {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  right: 3px;
  display: inline-block;
  text-align: center;
}
.nasa-fixed-product-variations-wrap a.nasa-close-wrap:before, .nasa-fixed-product-variations-wrap a.nasa-close-wrap:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  border-top: 2px solid #555;
}
.nasa-fixed-product-variations-wrap a.nasa-close-wrap:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nasa-fixed-product-variations-wrap a.nasa-close-wrap:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nasa-fixed-product-variations-wrap a.nasa-close-wrap:hover:before, .nasa-fixed-product-variations-wrap a.nasa-close-wrap:hover:after {
  border-color: #000;
}

.nasa-fixed-product-variations {
  overflow-y: auto;
  max-height: 100%;
  max-width: 82.75862em;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  display: inline-flex;
}

.single_variation_wrap-clone .button.disabled {
  cursor: not-allowed;
}

.nasa-fixed-product-btn {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: right;
}

.nasa-fixed-single-simple .nasa-fixed-product-info {
  width: 50%;
}
.nasa-fixed-single-simple .nasa-fixed-product-btn {
  width: 50%;
  text-align: right;
}

.nasa-single-btn-clone {
  display: inline-block;
}

.nasa-attr-ux_wrap-clone,
.nasa-attr-select_wrap-clone {
  display: block;
  margin: 0 10px;
  padding: 5px 0;
  text-align: center;
}

.nasa-attr-ux-clone {
  display: inline-block;
  margin: 5px 15px 5px 0;
}
.nasa-attr-ux-clone.nasa-disable {
  opacity: 0.3;
  cursor: not-allowed;
}
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg,
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg-img {
  cursor: not-allowed;
}
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg:before, .nasa-attr-ux-clone.nasa-disable .nasa-attr-bg:after,
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg-img:before,
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg-img:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 2px solid #000;
}
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg:before,
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg-img:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg:after,
.nasa-attr-ux-clone.nasa-disable .nasa-attr-bg-img:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.nasa-attr-ux-clone.nasa-attr-ux-color-clone {
  margin-top: 10px;
  position: relative;
}
.nasa-attr-ux-clone.nasa-attr-ux-color-clone .nasa-attr-text {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 0 8px;
  background: #333;
  color: #fff;
  font-size: 11px;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.nasa-attr-ux-clone.nasa-attr-ux-color-clone .nasa-attr-text:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-color: transparent;
  border-top-color: #333;
  border-width: 4px;
  margin-left: -4px;
}
.nasa-attr-ux-clone.nasa-attr-ux-color-clone:hover .nasa-attr-text {
  visibility: visible;
  opacity: 1;
}
.nasa-attr-ux-clone.nasa-attr-ux-color-clone .nasa-attr-bg {
  margin-right: 0;
}
.nasa-attr-ux-clone.nasa-attr-ux-label-clone {
  margin-right: 15px;
  margin-top: 10px;
}
.nasa-attr-ux-clone .nasa-attr-bg {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
  float: left;
  margin-right: 5px;
  padding: 0;
  background: #EAEAEA;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-attr-ux-clone .nasa-attr-text {
  line-height: 22px;
}
.nasa-attr-ux-clone:hover .nasa-attr-bg {
  border-color: #ddd;
  opacity: 0.9;
  -webkit-box-shadow: 2px 2px 5px -2px #666666;
  -moz-box-shadow: 2px 2px 5px -2px #666666;
  box-shadow: 2px 2px 5px -2px #666666;
}
.nasa-attr-ux-clone.selected .nasa-attr-bg {
  border-color: #999;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 5px -2px black;
  -moz-box-shadow: 2px 2px 5px -2px black;
  box-shadow: 2px 2px 5px -2px black;
}
.nasa-attr-ux-clone.selected .nasa-attr-bg:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 4px;
  left: 7px;
}
.nasa-attr-ux-clone.selected.nasa-attr-ux-label-clone .nasa-attr-bg:before {
  border-color: #333;
}
.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;
  opacity: 0.7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-attr-ux-clone.nasa-attr-ux-image-clone img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-attr-ux-clone.nasa-attr-ux-image-clone .nasa-attr-text {
  display: none;
}
.nasa-attr-ux-clone.nasa-attr-ux-image-clone:hover .nasa-attr-bg-img {
  border-color: #ddd;
  opacity: 0.9;
  -webkit-box-shadow: 2px 2px 5px -2px #666666;
  -moz-box-shadow: 2px 2px 5px -2px #666666;
  box-shadow: 2px 2px 5px -2px #666666;
}
.nasa-attr-ux-clone.nasa-attr-ux-image-clone.selected .nasa-attr-bg-img {
  border-color: #999;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 5px -2px black;
  -moz-box-shadow: 2px 2px 5px -2px black;
  box-shadow: 2px 2px 5px -2px black;
}

.nasa-attr-select_wrap-clone label {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
}
.nasa-attr-select_wrap-clone select {
  display: inline-block;
  width: auto;
  margin: 0;
}

.nasa-single-btn-clone .price {
  display: block;
  line-height: 38px;
  float: left;
}

.woocommerce-variation-add-to-cart-clone {
  display: inline-block;
  margin: 0 0 0 10px;
}

.nasa-image-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-image-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.has-nasa-cart-fixed {
  padding-bottom: 100px;
}
body.has-nasa-cart-fixed .nasa-add-to-cart-fixed {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.woocommerce-tabs #reviews .woocommerce-Reviews-title,
.woocommerce-tabs #reviews .comment-reply-title {
  font-size: 120%;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
  font-weight: 700;
  color: #555555;
}
.woocommerce-tabs #reviews .nasa-statistic-ratings,
.woocommerce-tabs #reviews #review_form_wrapper {
  width: 50%;
  display: inline-block;
  float: left;
}
.woocommerce-tabs #reviews .nasa-statistic-ratings {
  padding-right: 20px;
}
.woocommerce-tabs #reviews .nasa-statistic-ratings.fullwidth {
  width: 100%;
  padding-right: 0;
}
.woocommerce-tabs #reviews #comments {
  padding-top: 30px;
}
.woocommerce-tabs #reviews #comments .commentlist {
  padding-top: 15px;
}
.woocommerce-tabs #reviews #comments .avatar {
  margin: 0 20px 10px 0;
  float: left;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.woocommerce-tabs #reviews #comments .description {
  color: #555;
  font-style: normal;
}
.woocommerce-tabs #reviews #comments .description p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: italic;
}
.woocommerce-tabs #reviews #comments .star-rating {
  display: inline-block;
}
.woocommerce-tabs #reviews #comments .meta {
  display: block;
  margin-bottom: 5px;
}
.woocommerce-tabs #reviews #comments .commentlist li:after {
  display: block;
  content: "";
  border-top: 1px solid #efefef;
  /* width: 100%; */
  margin: 30px auto;
}
.woocommerce-tabs #reviews #comments .commentlist li:last-child:after {
  display: none;
}
.woocommerce-tabs #reviews #comments .page-numbers li {
  width: 30px;
}
.woocommerce-tabs #reviews #review_form_wrapper {
  padding-left: 20px;
}
.woocommerce-tabs #reviews .comment-notes {
  margin-bottom: 15px;
}
.woocommerce-tabs #reviews .comment-form-rating {
  margin-bottom: 15px;
}
.woocommerce-tabs #reviews .comment-form-rating label {
  display: inline-block;
}
.woocommerce-tabs #reviews .comment-form-rating label:after {
  content: ":";
  margin-left: 2px;
}
.woocommerce-tabs #reviews .comment-form-rating .stars {
  display: inline-block;
  position: relative;
  top: 2px;
}
.woocommerce-tabs #reviews .comment-form-comment {
  margin: 0;
}
.woocommerce-tabs #reviews .comment-form-author,
.woocommerce-tabs #reviews .comment-form-email {
  width: 50%;
  display: inline-block;
  margin: 0;
  float: left;
}
.woocommerce-tabs #reviews .comment-form-author {
  padding-right: 10px;
}
.woocommerce-tabs #reviews .comment-form-email {
  padding-left: 10px;
}
.woocommerce-tabs #reviews #respond {
  /* WOOCOMMERCE REVIEW */
}
.woocommerce-tabs #reviews #respond .stars:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce-tabs #reviews #respond .stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(assets/images/star.png) repeat-x left 0;
}
.woocommerce-tabs #reviews #respond .stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.woocommerce-tabs #reviews #respond .stars span a:hover {
  background: url(assets/images/star.png) repeat-x left -16px;
}
.woocommerce-tabs #reviews #respond .stars span a:focus {
  background: url(assets/images/star.png) repeat-x left -16px;
}
.woocommerce-tabs #reviews #respond .stars span a.active {
  background: url(assets/images/star.png) repeat-x left -32px;
}
.woocommerce-tabs #reviews #respond .stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
.woocommerce-tabs #reviews #respond .stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
.woocommerce-tabs #reviews #respond .stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
.woocommerce-tabs #reviews #respond .stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
.woocommerce-tabs #reviews #respond .stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
.woocommerce-tabs #reviews #respond textarea#comment {
  height: 100px;
}

.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: 700;
  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 .product-details #reviews .nasa-statistic-ratings,
  body .product-details #reviews #review_form_wrapper {
    width: 100%;
    padding: 0;
  }
  body .product-details #reviews #comments {
    padding: 30px 0 0 0;
    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;
  }
  body .mfp-content .nasa-node-content {
    padding: 25px 10px;
  }
  body .mfp-content .nasa-node-content#nasa-content-ask-a-quetion {
    padding: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 894px) {
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn .quantity {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn button.single_add_to_cart_button {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  body .nasa-add-to-cart-fixed {
    padding: 0;
  }
  body .nasa-add-to-cart-fixed .nasa-wrap-content {
    display: table;
  }
  body .nasa-add-to-cart-fixed .nasa-toggle-variation_wrap-clone {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-info {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    float: unset;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-info .nasa-title-clone {
    padding-top: 10px;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-variations-wrap {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: unset;
    position: unset;
    visibility: unset;
    opacity: unset;
    float: unset;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-variations-wrap a.nasa-close-wrap {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-variations-wrap .nasa-fixed-product-variations {
    overflow-y: auto;
    max-height: 100px;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    float: unset;
  }
  body .nasa-add-to-cart-fixed .nasa-attr-ux_wrap-clone,
  body .nasa-add-to-cart-fixed .nasa-attr-select_wrap-clone {
    text-align: unset;
    display: inline-block;
    line-height: 1;
  }
}
@media only screen and (max-width: 640px) {
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn .quantity {
    display: none;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn .price {
    display: inline-block;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn button.single_add_to_cart_button {
    padding: 8px 15px;
  }
}
@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: 60%;
    padding: 8px 10px;
  }
  body .nasa-add-to-cart-fixed .nasa-thumb-clone {
    width: 35px;
  }
  body .nasa-add-to-cart-fixed .nasa-title-clone h3 {
    font-size: 100%;
  }
  body .nasa-add-to-cart-fixed .price {
    font-size: 95%;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-info {
    width: 55%;
  }
  body .nasa-add-to-cart-fixed .nasa-fixed-product-btn {
    width: 45%;
    text-align: right;
  }
}
/* BUY NOW */
body .nasa-buy-now {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 12px;
  padding: 1em 5em;
  background-color: #79b530;
  border-color: #79b530;
  outline: none;
  -webkit-box-shadow: 0 2px 0 #5e8d25;
  -moz-box-shadow: 0 2px 0 #5e8d25;
  box-shadow: 0 2px 0 #5e8d25;
}
body .nasa-buy-now:hover {
  background-color: #6ca300;
  border-color: #6ca300;
}

body .nasa-single-btn-clone .nasa-buy-now {
  margin-top: 5px;
}

.nasa-single-product-stock {
  padding-bottom: 15px;
  margin-top: 20px;
  margin-right: 10px;
}
.nasa-single-product-stock .stock-sold,
.nasa-single-product-stock .stock-available {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 90%;
}
.nasa-single-product-stock .nasa-product-stock-progress {
  background: #EBEBEC;
}
.nasa-single-product-stock .nasa-product-stock-progress .nasa-product-stock-progress-bar {
  display: block;
  height: 10px;
  min-width: 1px;
  background: #f76b6a;
}

body .woosb-products .woosb-product .woosb-qty input {
  margin-bottom: 0;
  width: 45px;
}

@media only screen and (min-width: 70.62069em) {
  .nasa-accessories-wrap .nasa-current-product {
    margin-left: -15px;
  }
}
.nasa-accessories-item-check.nasa-accessories-item-check-main label strong {
  color: #000;
}

.nasa-check-main-product,
.nasa-check-accessories-product {
  position: relative;
  top: 1px;
}

.nasa-accessories-price {
  color: #e00;
  font-weight: bold;
  display: inline-block;
}

.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: #555;
  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;
  opacity: 0.5;
}

.nasa-message-error {
  color: #e00;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 105%;
}
.nasa-message-error p {
  margin-bottom: 5px;
}

.number-stock-color {
  color: green;
  font-weight: bold;
}

.list-unstyled {
  list-style: none;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 5px;
}

.nasa-single-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  visibility: hidden;
  opacity: 0;
}
.nasa-single-arrow:before, .nasa-single-arrow:after {
  font-family: 'Pe-icon-7-stroke';
  display: inline-block;
  font-size: 350%;
}
.nasa-single-arrow[data-action="prev"] {
  left: 0;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}
.nasa-single-arrow[data-action="prev"]:before {
  content: "\e686";
}
.nasa-single-arrow[data-action="next"] {
  right: 0;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
.nasa-single-arrow[data-action="next"]:after {
  content: "\e684";
}
.nasa-single-arrow.nasa-disabled {
  cursor: not-allowed;
}
.nasa-single-arrow.nasa-disabled:before, .nasa-single-arrow.nasa-disabled:after {
  color: #999;
}

.nasa-single-slider-arrows {
  position: absolute;
  height: 1px;
  top: 50%;
  left: 5px;
  right: 5px;
  margin-top: -25px;
}

.product-images-slider:hover .nasa-single-arrow {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 52.96552em) {
  .nasa-single-slider-arrows {
    left: 0;
    right: 0;
  }

  .nasa-single-arrow {
    visibility: visible;
    opacity: 1;
  }
  .nasa-single-arrow[data-action="prev"], .nasa-single-arrow[data-action="next"] {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.nasa-content-singleproductmultivendor > .container > .row {
  margin-left: 0;
  margin-right: 0;
}

.nasa-360-degree-popup {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 33px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #333 !important;
  margin: 10px 0;
  opacity: 0.6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
}
.nasa-360-degree-popup:hover {
  opacity: 1;
  color: #333 !important;
}

.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 .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: translate(-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-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_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_images img.previous-image {
  visibility: hidden;
}
.nasa-threesixty_images img.current-image {
  visibility: visible;
}

.main-images .product-image {
  display: block;
}

.product-info .woocommerce-grouped-product-list .stock.out-of-stock {
  margin-bottom: 0;
}
.product-info .woocommerce-grouped-product-list .stock.nasa-single-product-stock {
  padding-bottom: 0;
  margin-top: 10px;
  margin-right: 10px;
}
.product-info .cart.grouped_form .single_add_to_cart_button {
  width: 100%;
}

form.variations_form.nasa-processing {
  position: relative;
}
form.variations_form.nasa-processing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.6;
  z-index: 9999;
}
form.variations_form.nasa-processing-countdown {
  position: relative;
}
form.variations_form.nasa-processing-countdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.6;
  z-index: 9999;
}

.nasa-single-product-brands {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}

.nasa-brand-sep {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #aaa;
  margin: 0 10px;
}

.nasa-single-brand-item {
  display: inline-block;
  line-height: 1.6;
  position: relative;
}
.nasa-single-brand-item .nasa-p-brand-img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -15px);
  -moz-transform: translate(-50%, -15px);
  -o-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
}
.nasa-single-brand-item .nasa-p-brand-img img {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.nasa-single-brand-item .nasa-p-brand-img:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-top: 8px solid #efefef;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nasa-single-brand-item:hover {
  text-decoration: underline;
}
.nasa-single-brand-item:hover .nasa-p-brand-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -8px);
  -moz-transform: translate(-50%, -8px);
  -o-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}

.nasa-sa-brands {
  display: inline-flex;
  opacity: 0;
  visibility: hidden;
}
.nasa-sa-brands.nasa-inited {
  visibility: visible;
  opacity: 1;
}

.nasa-layout-full .nasa-sa-brand-item {
  margin-top: 0;
  position: relative;
  top: 8px;
}

.nasa-sa-brand-item {
  display: inline-flex;
  height: 30px;
  margin-top: 7px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}
.nasa-sa-brand-item img {
  height: 100%;
  width: auto;
}
.nasa-sa-brand-item:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.nasa-ct-fields-toggle {
  display: inline-block;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.nasa-ct-fields-toggle:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  top: 0;
  left: 0;
  background: #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-ct-fields-toggle:after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 7px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nasa-ct-fields-toggle.nasa-active:after {
  border-color: #555555;
}

.nasa-ct-fields-wrap {
  margin-bottom: 30px;
}

.nasa-ct-field label {
  font-weight: 700;
  font-size: 90%;
  margin-bottom: 5px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nasa-ct-field textarea {
  min-height: 100px;
}

#nasa-view-compare-product {
  position: relative;
  min-height: 200px;
  width: 100%;
}

.nasa-compare.added .nasa-icon.icon-nasa-refresh:before, .nasa-compare.nasa-added .nasa-icon.icon-nasa-refresh:before {
  content: "\54";
}

.nasa-compare-list-bottom {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-shadow: 0 0 2px 2px #666666;
  -moz-box-shadow: 0 0 2px 2px #666666;
  box-shadow: 0 0 2px 2px #666666;
}
.nasa-compare-list-bottom [class*="column"] + [class*="column"]:last-child {
  float: left;
}
.nasa-compare-list-bottom.nasa-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nasa-compare-wrap-item {
  position: relative;
}

.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: #f76b6a;
  z-index: 1;
}

.nasa-compare-label {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.nasa-compare-label.hidden-tag {
  display: none;
}

.nasa-compare-clear-all {
  margin: 0 10px;
  line-height: 37px;
  display: inline-block;
}

.nasa-compare-list {
  padding: 30px;
}
.nasa-compare-list table {
  margin-bottom: 0;
}
.nasa-compare-list .nasa-compare-view {
  padding: 12px 30px;
  font-size: 12px;
}

.nasa-compare-item-hover {
  position: absolute;
  bottom: 100%;
  width: 230px;
  left: 50%;
  padding-bottom: 20px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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-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-item-hover-wraper h5 {
  margin-bottom: 0;
  line-height: 1;
}

.nasa-compare-item {
  position: relative;
  padding: 0 5px;
  z-index: 2;
  text-align: center;
}
.nasa-compare-item .nasa-img-compare,
.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;
}

.nasa-compare-wrap-item .nasa-remove-compare {
  height: 20px;
  width: 20px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #eaeaea;
  position: absolute;
  right: -5px;
  top: -10px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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-wrap-item:hover .nasa-compare-item .nasa-remove-compare {
  visibility: visible;
  opacity: 1;
}
.nasa-compare-wrap-item:hover .nasa-compare-item-hover {
  background: #fff;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-wrap-table-compare {
  margin: 35px 0 45px 0;
  overflow-x: auto;
  position: relative;
}
.nasa-wrap-table-compare .nasa-empty-icon {
  display: block;
  font-size: 1500%;
  color: #ccc;
}
.nasa-wrap-table-compare .woocommerce-compare__empty-message {
  font-size: 200%;
}

.nasa-table-compare {
  margin: 0;
}
.nasa-table-compare .compare-product-title {
  font-weight: 600;
}
.nasa-table-compare .amount {
  font-weight: bold;
}
.nasa-table-compare .btn-link {
  margin: 0;
}
.nasa-table-compare .add-to-cart-grid {
  display: inline-block;
  padding: 8px 20px;
  background: #f76b6a;
  color: #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nasa-table-compare .add-to-cart-grid .cart-icon {
  display: none;
}
.nasa-table-compare .add-to-cart-grid .add_to_cart_text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 75%;
}
.nasa-table-compare .add-to-cart-grid.loading .add_to_cart_text {
  color: transparent;
}
.nasa-table-compare .btn-wishlist,
.nasa-table-compare .btn-compare,
.nasa-table-compare .quick-view {
  display: none;
}
.nasa-table-compare td,
.nasa-table-compare th {
  border: 1px solid #ddd;
  padding: 20px 20px;
}
.nasa-table-compare td ul,
.nasa-table-compare th ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.nasa-table-compare td {
  text-align: center;
}
.nasa-table-compare th {
  vertical-align: middle;
  background: #f4f4f4;
  color: #222;
  font-size: 110%;
  text-align: left;
  letter-spacing: 0;
}
.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;
  color: #609622 !important;
}
.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;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-compare-list-bottom .nasa-compare-list table td {
    width: 100%;
    display: unset;
  }
  .nasa-compare-list-bottom .nasa-compare-list table td.nasa-td-products-compare {
    display: none;
  }
}
@media only screen and (min-width: 52.96552em) {
  .nasa-compare.added .nasa-icon.icon-nasa-refresh:before, .nasa-compare.nasa-added .nasa-icon.icon-nasa-refresh:before {
    color: #fff;
  }

  .group-btn-in-list .nasa-compare.added .nasa-icon.icon-nasa-refresh:before, .group-btn-in-list .nasa-compare.nasa-added .nasa-icon.icon-nasa-refresh:before {
    color: inherit;
  }
}
.nasa-marker-icon-wrap {
  position: relative;
  display: block;
  height: 100%;
  padding: 0;
  -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: #f76b6a;
  border: 3px solid #f76b6a;
  color: #FFF;
  font-size: 85%;
  text-align: center;
  line-height: 35px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-marker-icon-bg .woocommerce-Price-amount.amount {
  color: inherit !important;
  margin: 0 5px;
}
.nasa-marker-icon-bg:hover {
  background-color: #f76b6a !important;
}
.nasa-marker-icon-bg:hover .woocommerce-Price-amount.amount {
  color: white !important;
}

.nasa-marker-icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #FFF;
  color: #555555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #f76b6a;
  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-action-effect {
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  opacity: 0;
  z-index: 1;
  background: #f76b6a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-effect .nasa-action-effect {
  animation: nasa_pulsate 2400ms linear infinite;
}

.wpb_text_column :last-child .nasa-material-pin,
.wpb_text_column :last-child .nasa-product-pin {
  margin-bottom: 20px;
}

.nasa-material-pin,
.nasa-product-pin {
  margin-bottom: 20px;
  background: #FFF;
  padding: 15px;
  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%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.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: translate(-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(2px 0 1px #dfdfdf);
  filter: drop-shadow(2px 0 1px #dfdfdf);
}
.easypin-popover.nasa-right {
  left: 100%;
  right: auto;
  padding-left: 5px;
  -webkit-transform: translate(10px, 50%);
  -moz-transform: translate(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, .easypin-marker.nasa-active .easypin-popover {
  opacity: 1;
  visibility: visible;
}

.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;
}

@keyframes nasa_pulsate {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@media only screen and (min-width: 52.96552em) {
  .easypin-popover {
    display: block !important;
  }
}
@media only screen and (max-width: 52.96552em) {
  .nasa-active .easypin-popover {
    display: block !important;
  }
}
.order-steps {
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}

.checkout-breadcrumb {
  width: 100%;
  float: left;
  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 .pe-7s-angle-right {
  display: none;
}

.title-cart,
.title-checkout,
.title-thankyou {
  cursor: pointer;
  position: relative;
}
.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;
  font-weight: bold;
}
.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 {
  opacity: 0.2;
}
.woocommerce-cart .title-checkout:hover,
.woocommerce-cart .title-thankyou:hover {
  opacity: 1;
}

.woocommerce-checkout .title-thankyou {
  opacity: 0.2;
}
.woocommerce-checkout .title-thankyou.nasa-complete {
  opacity: 1;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
  font-size: 115%;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: #555555;
  text-decoration: underline;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin:hover {
  color: #000;
}
.woocommerce-checkout .place-order .button {
  width: 100%;
}

.container-wrap.page-checkout .woocommerce-form-login {
  padding: 20px 30px 15px 30px;
  border: 2px dashed #ccc;
  margin-bottom: 25px;
}
.container-wrap.page-checkout .woocommerce-form-login input[type="checkbox"],
.container-wrap.page-checkout .woocommerce-form-login input[type="radio"] {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container-wrap.page-checkout .woocommerce-form-login .nasa-social-login-title {
  text-align: unset;
  margin-top: 20px;
}
.container-wrap.page-checkout .woocommerce-form-login .nasa-social-login-title h5 {
  padding-left: unset;
  padding-right: unset;
}
.container-wrap.page-checkout .woocommerce-form-login .nasa-social-login-title:after {
  display: none;
}
.container-wrap.page-checkout .woocommerce-form-login .row-submit-login-social div.nsl-container-block .nsl-container-buttons a {
  margin-left: 0;
  margin-right: 10px;
}

.my-account .woocommerce-form-login,
.my-account .woocommerce-form-register {
  padding: 20px 30px 30px 30px;
  border: 2px dashed #ccc;
}

.woocommerce-form-login .form-row input[type="checkbox"],
.woocommerce-form-login .form-row .input-checkbox,
.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox,
.woocommerce-form-register .form-row input[type="checkbox"],
.woocommerce-form-register .form-row .input-checkbox,
.woocommerce-form-register .form-row .woocommerce-form__label-for-checkbox {
  display: inline-flex;
}

#order_review {
  background: #FFF;
  padding: 10px 30px 30px 30px;
}
#order_review table {
  border-collapse: collapse;
}
#order_review tbody td {
  padding-top: 20px;
}
#order_review th {
  color: #000;
  font-size: 100%;
}
#order_review thead th {
  font-size: 105%;
}
#order_review .product-total {
  text-align: right;
  vertical-align: top;
}
#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: #f76b6a;
}
#order_review .product-total .woocommerce-Price-amount {
  color: #555555;
}

.woocommerce address {
  font-style: normal;
}
.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;
}

.woocommerce-address-fields .form-row-wide {
  clear: both;
}
.woocommerce-address-fields .form-row-wide#billing_phone_field, .woocommerce-address-fields .form-row-wide#billing_email_field {
  clear: none;
}

#billing_address_1_field,
#shipping_address_1_field {
  margin-bottom: 10px;
}

#billing_phone_field,
#billing_first_name_field,
#shipping_first_name_field {
  width: 50%;
  padding-right: 5px;
  float: left;
}
#billing_phone_field input.input-text,
#billing_first_name_field input.input-text,
#shipping_first_name_field input.input-text {
  margin-bottom: 0;
}

#billing_email_field,
#billing_last_name_field,
#shipping_last_name_field {
  width: 50%;
  padding-left: 5px;
  float: right;
}
#billing_email_field input.input-text,
#billing_last_name_field input.input-text,
#shipping_last_name_field input.input-text {
  margin-bottom: 0;
}

.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;
}

#ship-to-different-address {
  border-width: 1px;
  font-size: 110%;
}
#ship-to-different-address span {
  font-weight: bold;
}
#ship-to-different-address:before {
  display: none;
}
#ship-to-different-address input {
  margin-bottom: 0;
  position: relative;
  top: 1px;
}
#ship-to-different-address:hover {
  color: #000;
}
#ship-to-different-address label.checkbox {
  margin-left: 0;
}

ul.payment_methods {
  margin: 0 0 20px 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;
  margin-bottom: 10px;
}

.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 #7db62e;
  padding: 20px;
}
.nasa-order-received .nasa-order-received-left .nasa-warper-order .woocommerce-thankyou-order-received {
  color: #7db62e;
  font-size: 140%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.nasa-order-received .nasa-order-received-left .nasa-warper-order ul.woocommerce-thankyou-order-details {
  padding-left: 20px;
  margin-bottom: 10px;
}
.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: 5px;
  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 th {
  font-size: 115%;
}
.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: #f76b6a;
}
.woocommerce-table--order-details .order_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-table--order-details .order_item:last-child td {
  padding-bottom: 25px;
}

.nasa-p-show-coupon {
  font-size: 110%;
  margin-bottom: 10px;
}

.nasa-toggle-coupon-checkout {
  font-size: 110%;
}
.nasa-toggle-coupon-checkout .showcoupon {
  color: #555555;
  text-decoration: underline;
  font-weight: bold;
}
.nasa-toggle-coupon-checkout .showcoupon:hover {
  color: #000;
}

.nasa-coupon-wrap {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: relative;
}
.nasa-coupon-wrap.nasa-active {
  visibility: visible;
  opacity: 1;
  height: 200px;
}

.checkout_coupon {
  padding: 20px 30px 30px 30px;
  border: 2px dashed #ccc;
  margin-bottom: 25px;
}

.woocommerce-shipping-calculator button[name="calc_shipping"] {
  background: transparent;
  color: #555555;
  border-color: #ccc;
  font-size: 12px;
  padding: 10px 25px;
}
.woocommerce-shipping-calculator button[name="calc_shipping"]:hover {
  background: #f76b6a;
  border-color: #f76b6a;
  color: #fff;
}

form .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form .select2-container .select2-selection--single {
  height: 42px;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
form .select2-container--default .select2-selection--single,
form .select2-dropdown,
form .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
}

.cart-subtotal .woocommerce-Price-amount.amount {
  color: #333;
}

.nasa-single-product-slide .main-images.nasa-single-product-main-image {
  visibility: hidden;
  opacity: 0;
  display: inline-flex;
  -webkit-transition: opacity 50ms ease;
  -moz-transition: opacity 50ms ease;
  -o-transition: opacity 50ms ease;
  transition: opacity 50ms ease;
}
.nasa-single-product-slide .main-images.nasa-single-product-main-image.slick-initialized {
  display: block;
  visibility: visible;
  opacity: 1;
}
.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;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 50ms ease;
  -moz-transition: opacity 50ms ease;
  -o-transition: opacity 50ms ease;
  transition: opacity 50ms ease;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails.slick-initialized {
  visibility: visible;
  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;
  opacity: 0.3;
}
.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb.slick-current img, .nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb:hover img {
  opacity: 1;
  border: 1px solid #f3f3f3;
}

/* Modifired Revolution slider arrows */
.tparrows.custom {
  background: transparent !important;
}
.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: auto !important;
  height: 1px !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  text-align: center;
}
.tp-bullets.custom :before {
  display: none;
}
.tp-bullets.custom .tp-bullet {
  margin: 0 3px;
  border: none;
  opacity: 0.5;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: transparent;
  top: -25px !important;
  left: auto !important;
  width: auto;
  height: auto;
  padding: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.custom .tp-bullet:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: #C0C0C0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tp-bullets.custom .tp-bullet.selected {
  opacity: 1;
}
.tp-bullets.custom .tp-bullet.selected:after {
  background-color: #f76b6a;
  padding-left: 15px;
  padding-right: 15px;
}
.tp-bullets.custom .tp-bullet:hover, .tp-bullets.custom .tp-bullet.selected {
  background: transparent !important;
}

.nasa-bullets-inside .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.nasa-bullets-inside .banner {
  margin-bottom: 0;
}

.nasa-bullets-left .slick-dots {
  text-align: left;
  margin-left: -5px;
  margin-right: -5px;
  left: unset;
}

.nasa-bullets-right .slick-dots {
  text-align: right;
  margin-left: -5px;
  margin-right: -5px;
  left: unset;
}

.nasa-carousel-loadding {
  background: #ddd;
  position: relative;
  z-index: 1;
}

.custom.tp-bullets:before {
  display: none;
}

.nasa-slick-slider .nasa_banner {
  margin-bottom: 0;
}
.nasa-slick-slider .banner-inner {
  opacity: 0;
  display: none;
}
.nasa-slick-slider .banner-inner.animated {
  opacity: inherit;
}

.nasa-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%;
}

.nasa-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.nasa-banner-content.align-left {
  left: 10%;
  right: auto;
}
.nasa-banner-content.align-right {
  right: 10%;
  left: auto;
}
.nasa-banner-content.align-center {
  text-align: center;
}
.nasa-banner-content.valign-bottom {
  bottom: 10% !important;
  top: auto;
}
.nasa-banner-content.valign-top {
  top: 10% !important;
  bottom: auto !important;
}
.nasa-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;
  transform: translateY(50%) !important;
}
.nasa-banner-content.dark .banner-inner h1,
.nasa-banner-content.dark .banner-inner h2,
.nasa-banner-content.dark .banner-inner h3,
.nasa-banner-content.dark .banner-inner h4,
.nasa-banner-content.dark .banner-inner h5,
.nasa-banner-content.dark .banner-inner h6 {
  color: #FFF;
}

.banner-inner h1, .banner-inner h2, .banner-inner h3, .banner-inner h4 {
  font-weight: bold;
}
.banner-inner h1 {
  font-size: 380%;
  line-height: 95%;
  margin: 12px 0px;
}
.banner-inner h2 {
  font-size: 330%;
  line-height: 100%;
  margin: 12px 0px;
}
.banner-inner h3 {
  font-size: 280%;
  line-height: 100%;
  margin: 12px 0px;
}
.banner-inner h4 {
  font-size: 200%;
  line-height: 100%;
  margin: 6px 0px;
}
.banner-inner h5 {
  font-size: 150%;
  line-height: 130%;
  margin: 6px 0px;
}
.banner-inner h6 {
  font-size: 100%;
  line-height: 100%;
  margin: 6px 0px;
}
.banner-inner .big-size {
  font-size: 650%;
}
.banner-inner .x-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.banner-inner button {
  margin-top: 10px;
}

.banner-content-warper {
  position: relative;
  height: 100%;
  z-index: 4;
  max-width: 82.75862em !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.nasa_banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.nasa_banner .nasa-banner-image {
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.nasa_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;
}
.nasa_banner.hover-zoom .nasa-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;
}
.nasa_banner.hover-zoom:hover a {
  text-decoration: none !important;
}
.nasa_banner.hover-zoom:hover .nasa-banner-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.nasa_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;
}
.nasa_banner.hover-reduction .nasa-banner-image {
  width: 100%;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nasa_banner.hover-reduction:hover {
  background-color: #000;
}
.nasa_banner.hover-reduction:hover a {
  text-decoration: none !important;
}
.nasa_banner.hover-reduction:hover .nasa-banner-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.75;
}
.nasa_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;
}
.nasa_banner.hover-fade:hover .nasa-banner-image {
  opacity: 0.8;
  width: 100%;
}
.nasa_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;
}
.nasa_banner.hover-lax .nasa-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;
}

.border_outner {
  border: 1px solid #f76b6a;
}

.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_load_ajax {
  position: relative;
  z-index: 1;
}

.load-more-masonry {
  letter-spacing: 2px;
  font-weight: bold;
  color: #aaa;
}
.load-more-masonry:hover {
  color: #333;
}

.end-product {
  color: #888 !important;
  cursor: auto;
  font-size: 100%;
  letter-spacing: 2px;
  font-weight: bold;
}

.nasa-sc-title {
  font-weight: 800;
}

.nasa-post-cats-wrap,
.nasa-blog-title,
.nasa-post-date-author-wrap,
.nasa-info-short {
  margin-top: 10px;
}

.nasa-sc-blogs-list .post-content > *:first-child {
  margin-top: 0;
}

.nasa-info-short {
  line-height: 1.6;
}
.nasa-info-short:empty {
  display: none;
}
.nasa-info-short p:last-child {
  margin-bottom: 0;
}

.nasa-post-cats-wrap {
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 90%;
  color: #bababa;
}
.nasa-post-cats-wrap a {
  text-transform: uppercase;
  color: inherit;
}
.nasa-post-cats-wrap a:hover {
  color: #333;
}

.nasa-post-date-author {
  display: inline-block;
  font-size: 90%;
}
.nasa-post-date-author i {
  font-size: 120%;
  position: relative;
  top: 2px;
  color: inherit;
}
.nasa-post-date-author:after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 1px;
  border-left: 1px solid #ddd;
  margin: 0 5px;
}

.nasa-post-date-author-link {
  color: #aaa;
}
.nasa-post-date-author-link:hover {
  color: #000;
}
.nasa-post-date-author-link:last-child .nasa-post-date-author:after {
  display: none;
}

.nasa-blog-info-slider {
  padding: 10px 25px 25px 25px;
}

.nasa-blog-item-wrap {
  border: 1px solid #efefef;
}
.nasa-blog-item-wrap:hover {
  border-color: #aaa;
}

.nasa-sc-posts-warp {
  padding-top: 30px;
}
.nasa-sc-posts-warp .nasa-blog-wrap-all-items {
  padding-top: 20px;
}
.nasa-sc-posts-warp .section-title {
  margin-bottom: 0;
}

.nasa-title-relate {
  font-size: 230%;
  font-weight: 800;
  margin: 0 0 15px 0;
}

.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-carousel-related {
  top: 3px;
  left: -5px;
  right: -5px;
  width: unset;
}

.nasa-nav-carousel-wrap {
  position: absolute;
  right: 0;
  top: -45px;
  width: 40px;
  height: 1px;
}

.nasa-nav-icon-slider {
  display: inline-block;
  width: 20px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
.nasa-nav-icon-slider:before {
  font-size: 250%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nasa-nav-icon-slider[data-do="prev"] {
  float: left;
}
.nasa-nav-icon-slider[data-do="next"] {
  float: right;
}

.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-product-list-carousel {
  margin-top: 30px;
}
.nasa-product-list-carousel .nasa-nav-carousel-wrap {
  top: -65px;
  visibility: hidden;
  opacity: 0;
}
.nasa-product-list-carousel .nasa-nav-carousel-wrap:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 50px;
}
.nasa-product-list-carousel:hover .nasa-nav-carousel-wrap {
  visibility: visible;
  opacity: 1;
}

.nasa-warp-slide-nav-top .nasa-title h3 {
  line-height: 1;
  font-size: 165%;
}
.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-center .nasa-title {
  text-align: center;
}
.nasa-warp-slide-nav-top.title-align-center .nasa-title h3 {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.nasa-warp-slide-nav-top.title-align-left .nasa-title {
  text-align: left;
}
.nasa-warp-slide-nav-top.title-align-left .nasa-title h3 {
  padding-right: 15px;
  padding-left: 0;
}
.nasa-warp-slide-nav-top.title-align-right .nasa-title {
  text-align: right;
}
.nasa-warp-slide-nav-top.title-align-right .nasa-title h3 {
  padding-right: 0;
  padding-left: 15px;
}
.nasa-warp-slide-nav-top.title-align-right .nasa-sc-product-btn {
  left: 65px;
  right: auto;
}

/* Latest blog shortcode */
.nasa-blog-title {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}

.blog-image-attachment {
  position: relative;
}
.blog-image-attachment:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  -webkit-border: 0px solid rgba(255, 255, 255, 0.5);
  -moz-border: 0px solid rgba(255, 255, 255, 0.5);
  -ms-border: 0px solid rgba(255, 255, 255, 0.5);
  -o-border: 0px solid rgba(255, 255, 255, 0.5);
  border: 0px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
}
.blog-image-attachment:hover:after {
  opacity: 1;
  -webkit-border: 15px solid rgba(255, 255, 255, 0.5);
  -moz-border: 15px solid rgba(255, 255, 255, 0.5);
  -ms-border: 15px solid rgba(255, 255, 255, 0.5);
  -o-border: 15px solid rgba(255, 255, 255, 0.5);
  border: 15px solid rgba(255, 255, 255, 0.5);
}
.blog-image-attachment img {
  width: 100%;
}

.blog-image-fullwidth img,
.nasa-slick-slider .blog-image-attachment img {
  width: 100%;
}

.nasa-item-blog-grid-2 {
  position: relative;
  overflow: hidden;
}
.nasa-item-blog-grid-2 .entry-blog {
  position: relative;
  z-index: 1;
}
.nasa-item-blog-grid-2 .entry-blog-title {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
.nasa-item-blog-grid-2 .entry-blog-title a {
  display: inline-block;
  padding: 8px 50px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  -webkit-box-shadow: 0px 0px 5px 0px #ececec;
  -moz-box-shadow: 0px 0px 5px 0px #ececec;
  box-shadow: 0px 0px 5px 0px #ececec;
}
.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;
  opacity: 0;
}
.nasa-item-blog-grid-2 .nasa-info-short {
  margin-top: 15px;
}
.nasa-item-blog-grid-2 .nasa-date-author-wrap {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin: 25px 0 0 0;
  font-size: 120%;
}
.nasa-item-blog-grid-2:hover .nasa-blog-info, .nasa-item-blog-grid-2:active .nasa-blog-info, .nasa-item-blog-grid-2:focus .nasa-blog-info {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.nasa-sc-blogs-list .nasa-sc-blogs-row {
  margin-bottom: 50px;
}

.entry-header .info-wrap > a:last-child > span:after {
  display: none;
}

.client {
  font-size: 100%;
  text-align: left;
}
.client.client-simple {
  display: inline-flex;
}
.client.client-simple .client-img {
  width: 80px;
}
.client.client-simple .client-img img {
  margin-top: 5px;
}
.client.client-simple .client-name {
  color: #888;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 85%;
  text-align: center;
  min-width: 80px;
}
.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;
}
.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: #969696;
  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 .client-content {
  font-style: italic;
}
.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: #f76b6a;
}
.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: #f76b6a;
}
.client.text-justify .client-inner .client-info {
  text-align: justify;
}

.slick-initialized .slick-slide.client-simple {
  display: inline-flex;
}

.team-member {
  text-align: center;
}
.team-member .member-image {
  margin-bottom: 20px;
}
.team-member .member-image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.team-member .member-image img:hover {
  opacity: 0.8;
}
.team-member .member-details h3 {
  letter-spacing: 0;
  font-size: 100%;
  font-weight: 800;
  color: #000;
}
.team-member .member-details h3.member-position {
  font-weight: normal;
  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;
}

.nasa-brands .brands-item {
  display: inline-block;
  margin: 0 auto;
}
.nasa-brands .brands-item img {
  opacity: 1;
  display: inline-block;
  margin: 0 auto;
}
.nasa-brands .brands-item img:hover {
  opacity: 0.6;
}
.nasa-brands li {
  padding-bottom: 0;
}

.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;
}
.nasa-category-slider-vertical .product-category .header-title .count {
  display: none;
}
.nasa-category-slider-vertical .product-category:hover .header-title h3:hover {
  background: #f76b6a;
  color: #FFF;
  padding: 5px 10px 5px 20px;
}

.nasa-deal-for-time .nasa-sc-pdeal-countdown {
  margin: 0;
  display: inline-block;
}
.nasa-deal-for-time .nasa-sc-pdeal-countdown .countdown-row {
  margin: 0 -7px;
  width: auto;
}
.nasa-deal-for-time .nasa-sc-pdeal-countdown .countdown-section {
  padding: 0;
  margin: 0 7px;
}
.nasa-deal-for-time .nasa-sc-pdeal-countdown .countdown-amount {
  font-size: 120%;
  padding: 15px 0;
  width: 55px;
}
.nasa-deal-for-time .nasa-sc-pdeal-countdown .countdown-period {
  display: block;
  line-height: 120%;
  font-size: 80%;
}

/* End Product Category Slider Element */
.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-row {
  margin: 0 -5px;
}
.nasa-sc-pdeal-countdown .countdown-section {
  padding: 0;
  margin: 0 5px;
}
.nasa-sc-pdeal-countdown .countdown-amount {
  font-size: 90%;
  padding: 11px 0 9px 0;
  width: 35px;
  font-weight: 900;
}
.nasa-sc-pdeal-countdown .countdown-period {
  display: block;
  line-height: 120%;
  font-size: 70%;
}
.nasa-sc-pdeal-countdown.nasa-countdown-small .countdown-section {
  margin: 0 2px;
}
.nasa-sc-pdeal-countdown.nasa-countdown-small .countdown-amount {
  font-size: 80%;
  padding: 8px 0 7px 0;
  width: 30px;
}
.nasa-sc-pdeal-countdown.nasa-countdown-small .countdown-period {
  font-size: 45%;
}

/* Shortcode product deal */
.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: #f76b6a;
  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: #555555;
  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 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:hover {
  color: #f76b6a;
}

.nasa-product-deal .price {
  font-size: 115%;
  margin-bottom: 10px;
  font-weight: bold;
}
.nasa-product-deal .name {
  line-height: 1.2;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
.nasa-product-deal .product-deal-countdown {
  padding: 10px 0;
}
.nasa-product-deal .countdown-amount {
  background: #efefef;
  color: #333;
  font-weight: bold;
  border: 1px solid #efefef;
  padding: 12px 0;
  font-size: 120%;
  line-height: 120%;
  width: 46px;
}

/* End Shortcode product deal */
/* Shortcode Tabs - Accordion */
/* Tab Elements */
.nasa-tabs-content {
  position: relative;
}
.nasa-tabs-content .nasa-accordion-title {
  display: none;
}
.nasa-tabs-content .nasa-panel {
  display: none;
}
.nasa-tabs-content .nasa-panel.active {
  display: block;
}

.nasa-tab-icon {
  font-size: 200%;
  display: block;
  text-align: center;
}

.nasa-tab-icon-organic .nasa-tabs a {
  font-size: 120% !important;
  letter-spacing: 0 !important;
}
.nasa-tab-icon-organic .nasa-tabs a:after {
  left: 0 !important;
}

.woocommerce-tabs .nasa-tabs.nasa-slide-style {
  margin-bottom: 35px;
}

.nasa-slide-style {
  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-slide-style a {
  padding: 10px 30px;
  display: inline-block;
  margin: 0;
  font-size: 110%;
  color: #555555;
  font-weight: bold;
  line-height: 1.4;
}
.nasa-slide-style li {
  position: relative;
  z-index: 2;
  background: transparent;
  display: inline-block;
  list-style: none;
}
.nasa-slide-style li.active a {
  color: #f76b6a;
}
.nasa-slide-style li.nasa-single-product-tab a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 100%;
  letter-spacing: 0.1em;
  color: #ababab;
}
.nasa-slide-style .nasa-slide-tab {
  display: none;
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  z-index: 1;
  border: 2px solid #f76b6a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-slide-style .nasa-tab-icon {
  line-height: 12px;
}

.nasa-classic-style {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: inherit;
  background: transparent;
}
.nasa-classic-style a {
  border: 1px solid;
  border-color: #ccc;
  color: #aaa;
  font-size: 100%;
  line-height: 100%;
  margin: 0;
  padding: 8px 25px;
  font-weight: bold;
}
.nasa-classic-style a.nasa-uppercase {
  text-transform: uppercase;
}
.nasa-classic-style 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;
}
.nasa-classic-style 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;
}
.nasa-classic-style a .nasa-tab-icon {
  display: block;
  color: #ccc;
  text-align: center;
  font-size: 230%;
}
.nasa-classic-style li {
  list-style: none;
  display: inline-flex;
  position: relative;
  margin-right: 15px;
}
.nasa-classic-style li.last {
  margin-right: 0;
}
.nasa-classic-style li.nasa-single-product-tab a {
  text-transform: uppercase;
  font-size: 130%;
}
.nasa-classic-style li.active a, .nasa-classic-style li:hover a {
  border-color: #6e6e6e;
  color: #2d2a2a;
  font-weight: bold;
}
.nasa-classic-style li.active a .nasa-tab-icon, .nasa-classic-style li:hover a .nasa-tab-icon {
  color: #2d2a2a;
}
.nasa-classic-style li.active a:before, .nasa-classic-style li.active a:after, .nasa-classic-style li:hover a:before, .nasa-classic-style li:hover a:after {
  border-color: #6e6e6e;
}
.nasa-classic-style .nasa-slide-tab {
  display: none !important;
}
.nasa-classic-style.nasa-tabs-has-bg a {
  padding: 10px 0 6px 0;
}
.nasa-classic-style.nasa-classic-2d a:before, .nasa-classic-style.nasa-classic-2d a:after {
  display: none;
}
.nasa-classic-style.nasa-tabs-no-border a {
  border: none;
  padding: 0;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.nasa-classic-style.nasa-tabs-no-border a:after {
  content: " ";
  display: block;
  position: relative;
  bottom: 0;
  left: -1px;
  right: 0px;
  margin: 2px auto 0 auto;
  width: 1px;
  height: 2px;
  background-color: transparent;
  border-color: transparent !important;
}
.nasa-classic-style.nasa-tabs-no-border li {
  margin-right: 40px;
}
.nasa-classic-style.nasa-tabs-no-border li.last {
  margin-right: 0;
}
.nasa-classic-style.nasa-tabs-no-border li.active a:after {
  width: 100%;
  background-color: #555555;
}
.nasa-classic-style.nasa-tabs-no-border li.nasa-single-product-tab a {
  text-transform: none;
  font-size: 220%;
  font-weight: 800;
  letter-spacing: inherit;
}
.nasa-classic-style.nasa-tabs-no-border li.nasa-single-product-tab a:after {
  display: none;
}
.nasa-classic-style.nasa-tabs-no-border.nasa-tabs-radius a {
  padding: 10px 25px;
  background: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.nasa-classic-style.nasa-tabs-no-border.nasa-tabs-radius a:after {
  display: none;
}
.nasa-classic-style.nasa-tabs-no-border.nasa-tabs-radius li {
  margin-right: 10px;
}
.nasa-classic-style.nasa-tabs-no-border.nasa-tabs-radius li.last {
  margin-right: 0;
}
.nasa-classic-style.nasa-tabs-no-border.nasa-tabs-radius li.active a {
  background: #f76b6a;
  color: #fff;
}
.nasa-classic-style.nasa-tabs-no-border.nasa-tabs-radius li.nasa-single-product-tab a {
  font-size: 150%;
}
.nasa-classic-style.nasa-tabs-has-bg {
  padding: 15px;
  background: #efefef;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
}
.nasa-classic-style.nasa-tabs-has-bg li a.nasa-custom-text-color {
  color: inherit;
  border-width: 0;
}
.nasa-classic-style.nasa-tabs-has-bg li a.nasa-custom-text-color:after {
  background: none !important;
  border: 1px solid;
  border-color: transparent;
}
.nasa-classic-style.nasa-tabs-has-bg li.active a.nasa-custom-text-color:after, .nasa-classic-style.nasa-tabs-has-bg li:hover a.nasa-custom-text-color:after {
  border-color: inherit !important;
}
.nasa-classic-style.nasa-tabs-has-bg.nasa-tabs-bg-transparent {
  padding: 6px 0;
  background: transparent;
}
.nasa-classic-style.nasa-tabs-radius-dashed a {
  padding: 10px 25px;
  background: transparent;
  border-style: dashed;
  border-color: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.nasa-classic-style.nasa-tabs-radius-dashed a:after {
  display: none;
}
.nasa-classic-style.nasa-tabs-radius-dashed li {
  margin-right: 20px;
}
.nasa-classic-style.nasa-tabs-radius-dashed li.last {
  margin-right: 0;
}
.nasa-classic-style.nasa-tabs-radius-dashed li.active a {
  border-color: #6e6e6e;
}
.nasa-classic-style.nasa-tabs-radius-dashed li.nasa-single-product-tab a {
  font-size: 150%;
}

.nasa-tab-primary-color .nasa-classic-style a {
  font-size: 120%;
  font-weight: bold;
  color: inherit;
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}
.nasa-tab-primary-color .nasa-classic-style li.active a, .nasa-tab-primary-color .nasa-classic-style li:hover a {
  border-color: #f76b6a;
  background: #f76b6a;
  color: #FFF;
}

/* Collapse Accordion */
.nasa-accordion-title {
  margin-top: 10px;
}
.nasa-accordion-title:first-child {
  margin-top: unset;
}
.nasa-accordion-title a {
  color: #555555;
  font-weight: bold;
  padding: 15px 15px 15px 40px;
  line-height: 1.4;
  display: block;
  position: relative;
  border: 1px solid #ececec;
}
.nasa-accordion-title a:hover {
  background: #FCFCFC;
}
.nasa-accordion-title a:before, .nasa-accordion-title a:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  margin-top: -1px;
  top: 50%;
  left: 15px;
  border-top: 2px solid #999;
  color: #999;
}
.nasa-accordion-title a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nasa-accordion-title a.active {
  color: #f76b6a;
}
.nasa-accordion-title a.active:before, .nasa-accordion-title a.active:after {
  border-color: #f76b6a;
  color: inherit;
}
.nasa-accordion-title a.active:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.nasa-no-border .nasa-accordion-title a {
  padding: 5px 15px 5px 25px;
  border: none;
}
.nasa-no-border .nasa-accordion-title a:hover {
  background: transparent;
}
.nasa-no-border .nasa-accordion-title a:before, .nasa-no-border .nasa-accordion-title a:after {
  left: 0;
  border-color: #555555;
}
.nasa-no-border .nasa-accordion-title a.active {
  color: #555555;
}
.nasa-no-border .nasa-accordion-title a.active:before, .nasa-no-border .nasa-accordion-title a.active:after {
  border-color: #555555;
}

.nasa-arrow .nasa-accordion-title a {
  padding: 15px 30px 15px 15px;
}
.nasa-arrow .nasa-accordion-title a:before {
  display: none;
}
.nasa-arrow .nasa-accordion-title a:after {
  right: 0px;
  left: auto;
  margin-top: 0;
  top: 50%;
  margin-top: -15px;
  font-family: 'Pe-icon-7-stroke';
  content: "\e688";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: none;
  font-size: 200%;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.nasa-arrow .nasa-accordion-title a.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nasa-arrow.nasa-no-border .nasa-accordion-title a {
  padding: 5px 25px 5px 0;
}
.nasa-arrow.nasa-no-border .nasa-accordion-title a:after {
  right: 0;
}
.nasa-arrow.nasa-no-border .nasa-accordion-title a.active {
  color: #555555;
}
.nasa-arrow.nasa-no-border .nasa-accordion-title a.active:after {
  color: #555555;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nasa-accordions-content {
  margin-bottom: 15px;
}
.nasa-accordions-content .nasa-panel {
  display: none;
  padding: 15px;
  border: 1px solid #ececec;
  border-top: none;
  margin: 0;
}
.nasa-accordions-content .nasa-panel.nasa-content-reviews {
  padding: 20px;
}
.nasa-accordions-content.nasa-no-border .nasa-panel {
  border: none;
  padding: 5px 0 10px 0;
}
.nasa-accordions-content.nasa-accodion-first-hide .nasa-accordion-title a.active {
  background: none;
  color: #555555;
}
.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);
}

.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%;
}

/* End shortcode tabs - accordion */
/* sevice box =========== */
.nasa-col.service-icon {
  border-right: 1px solid #ddd;
}
.nasa-col.service-icon.last {
  border: none;
}

/* Tab ================= */
.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: #555555;
  opacity: 0.5;
}
.nasa-slide-left-info-wrap .nasa-shortcode-parent-term:hover a {
  color: #555555;
  opacity: 1;
}
.nasa-slide-left-info-wrap .nasa-shortcode-title-slider {
  text-align: left;
  float: left;
  font-weight: 700;
  font-size: 180%;
  margin-bottom: 30px;
}
.nasa-slide-left-info-wrap .nasa-nav-icon-slider {
  display: inline-flex;
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
  padding: 5px 20px;
  border: 1px solid #555555;
  color: #555555;
  opacity: 0.5;
  overflow: visible;
}
.nasa-slide-left-info-wrap .nasa-nav-icon-slider[data-do="prev"] {
  float: left;
  margin-right: 5px;
}
.nasa-slide-left-info-wrap .nasa-nav-icon-slider[data-do="next"] {
  float: none;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap {
  padding: 0;
  position: static;
  display: block;
  width: auto;
  height: auto;
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-icon-slider:before {
  position: relative;
  font-size: 160%;
  color: inherit;
  top: -3px;
  left: -2px;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-icon-slider:after {
  content: "";
  position: absolute;
  background: #fff;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  border: 1px solid;
  border-color: inherit;
  -webkit-transform: translate(-2px, -2px);
  -moz-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}
.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-icon-slider:hover {
  opacity: 1;
}
.nasa-slide-left-info-wrap .nasa-view-more-slider {
  display: block;
  text-align: left;
  font-size: 110%;
  margin-top: 30px;
  text-decoration: underline;
}

.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;
}

.product-deal-special-progress {
  display: block;
}
.product-deal-special-progress .deal-stock-label {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}
.product-deal-special-progress .deal-stock-label .stock-available {
  float: left;
}
.product-deal-special-progress .deal-stock-label .stock-sold {
  float: right;
}
.product-deal-special-progress .deal-progress {
  width: 100%;
  background: #efefef;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-deal-special-progress .deal-progress .deal-progress-bar {
  display: block;
  line-height: 80%;
  text-indent: -99999px;
  background: #f76b6a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Deal special product */
.nasa-products-special-deal {
  padding: 0;
  background: #FFF;
}
.nasa-products-special-deal.nasa-products-special-deal-multi {
  padding: 0 0 0 55px;
  -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;
}
.nasa-products-special-deal.nasa-products-special-deal-multi .nasa-title {
  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;
}
.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;
  position: relative;
  top: -2px;
}
.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-item .product-img {
  position: relative;
  margin: 55px 35px 55px 0px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .nasa-heading-title {
  font-size: 26px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-special-deals {
  text-align: center;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-deal-special-title {
  font-size: 130%;
  font-weight: 700;
  line-height: 140%;
  margin-top: 15px;
  margin-bottom: 0;
  display: inline-block;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-deal-special-price {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 110%;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .nasa-slide-special-product-deal .nasa-nav-carousel-wrap {
  top: -40px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-deal-special-progress {
  margin-top: 20px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .product-deal-special-progress .deal-progress {
  margin-bottom: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .countdown-section {
  margin: 0 5px;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .countdown-section:first-child {
  margin-left: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .countdown-section:last-child {
  margin-right: 0;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .countdown-amount {
  padding: 10px 0;
  font-size: 100%;
}
.nasa-products-special-deal.nasa-products-special-deal-simple .countdown-period {
  font-size: 70%;
}
.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-heading {
  font-size: 300%;
  color: inherit;
  margin: 5px 0;
  font-weight: 900;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-nav-carousel-wrap {
  position: absolute;
  right: 0;
  top: 20px;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-nav-carousel-wrap .nasa-nav-icon-slider {
  display: block;
  font-size: 150%;
  color: inherit;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-desc {
  font-size: 130%;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-deal-for-time {
  margin: 30px 0 20px 0;
}
.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 .countdown-amount {
  background-color: transparent;
  border: 1px solid #aaa;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .product-item .countdown-amount {
  background-color: #000;
  border: 1px solid transparent;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .product-item .countdown-period {
  color: #000;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .product-item .info .name,
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .product-item .info .price,
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .product-item .info .price * {
  color: inherit !important;
}
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white .nasa-nav-carousel-wrap .nasa-nav-icon-slider:hover {
  color: #FFF;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-main-special {
  position: relative;
  border: 1px solid #f76b6a;
  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 {
  padding: 0 10px;
  outline: none;
}
.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;
}
.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: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #aaa;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-list-category a {
  color: inherit;
  font-weight: 600;
}
.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 .star-rating {
  margin-bottom: 20px;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-price {
  font-weight: 800;
  margin-bottom: 20px;
  color: #FF3300;
  font-size: 150%;
}
.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: #f76b6a;
}
.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-amount {
  width: 46px;
  padding: 12px 0;
  background: transparent;
  color: #FF3300;
  font-size: 130%;
  font-weight: 700;
  border: 1px solid #ddd;
}
.nasa-products-special-deal.nasa-products-special-deal-multi-2 .product-deal-special-progress .deal-progress {
  margin-bottom: 25px;
}
.nasa-products-special-deal .nasa-title {
  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: 130%;
  font-weight: 400;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nasa-products-special-deal .product-deal-special-price {
  display: block;
  width: 100%;
  font-size: 135%;
  margin-bottom: 30px;
}
.nasa-products-special-deal .product-deal-special-buttons .add-to-cart-grid {
  padding: 8px 30px;
}
.nasa-products-special-deal .product-deal-special-buttons .add-to-cart-grid .cart-icon {
  margin-right: 8px;
  display: none;
}
.nasa-products-special-deal .product-deal-special-buttons .add-to-cart-grid .add_to_cart_text {
  position: relative;
  line-height: 1;
}
.nasa-products-special-deal .product-deal-special-buttons .add-to-cart-grid.loading .add_to_cart_text {
  color: transparent !important;
}
.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-amount {
  width: 50px;
  font-size: 120%;
}
.nasa-products-special-deal .nasa-special-deal-style-multi .product-special-deals .product-deal-special-buttons {
  margin-top: 30px;
}

.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-special-deal-style-multi-wrap .nasa-product-grid .add-to-cart-grid {
  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-special-deal-style-multi-wrap .nasa-product-grid .add_to_cart_text {
  visibility: visible;
  width: 100%;
  max-width: 100%;
  padding: 1em 4em;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}
.nasa-special-deal-style-multi-wrap .nasa-product-grid .btn-wishlist,
.nasa-special-deal-style-multi-wrap .nasa-product-grid .quick-view,
.nasa-special-deal-style-multi-wrap .nasa-product-grid .btn-compare {
  display: none;
}
.nasa-special-deal-style-multi-wrap .product-deal-special-buttons .nasa-product-grid {
  position: unset;
  width: unset;
  height: unset;
}
.nasa-special-deal-style-multi-wrap .product-deal-special-buttons .nasa-product-grid .add-to-cart-grid {
  width: unset;
  height: unset;
  padding: 0;
}

.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;
  opacity: 0.7;
  margin: 0;
  border-top: 1px solid transparent;
}
.nasa-slider-deal-vertical-extra-switcher .item-slick.slick-current, .nasa-slider-deal-vertical-extra-switcher .item-slick:hover {
  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: #a7a7a7;
}
.nasa-slider-deal-vertical-extra-switcher .nasa-border-img:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 15px;
}
.nasa-slider-deal-vertical-extra-switcher .nasa-slick-img {
  text-align: center;
  width: 33%;
}
.nasa-slider-deal-vertical-extra-switcher .nasa-slick-img img {
  height: auto;
  width: 100%;
  display: inline-block;
  border: 1px solid transparent;
}
.nasa-slider-deal-vertical-extra-switcher .nasa-slick-info {
  width: 67%;
}
.nasa-slider-deal-vertical-extra-switcher .nasa-gift-featured-wrap {
  display: none;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items {
  padding: 0;
  margin-top: -10px;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .slick-list {
  padding-left: 6px;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-deal-thumb {
  padding: 10px;
  margin: 0;
  border: 1px solid #a7a7a7;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-deal-thumb:last-child {
  margin-bottom: 0;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-deal-thumb:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-deal-thumb .nasa-slick-img img {
  border-color: transparent;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-deal-thumb:after {
  content: "";
  display: block;
  clear: both;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .slick-slide {
  padding: 10px 0 15px 0;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .slick-slide.slick-current .item-deal-thumb, .nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .slick-slide:hover .item-deal-thumb {
  border-color: #f76b6a;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .slick-slide.slick-current .item-deal-thumb:before, .nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .slick-slide:hover .item-deal-thumb:before {
  border-color: transparent;
  border-right-color: inherit;
  border-width: 7px;
  margin-top: -7px;
  visibility: visible;
}
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .slick-slide:last-child {
  padding-bottom: 0;
}
.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-price.price {
  color: #FF3300;
}

.left .nasa-slider-deal-vertical-extra-switcher .item-slick {
  cursor: pointer;
  margin-left: 0;
  margin-right: 10px;
}
.left .nasa-slider-deal-vertical-extra-switcher .item-slick:after, .left .nasa-slider-deal-vertical-extra-switcher .item-slick:before {
  left: 100%;
  right: auto;
}
.left .nasa-slider-deal-vertical-extra-switcher .item-slick.slick-current, .left .nasa-slider-deal-vertical-extra-switcher .item-slick:hover {
  border-color: #999999;
}
.left .nasa-slider-deal-vertical-extra-switcher .item-slick.slick-current:after, .left .nasa-slider-deal-vertical-extra-switcher .item-slick:hover:after {
  border-color: rgba(153, 153, 153, 0);
  border-right-color: none;
  border-left-color: #999999;
  border-width: 4px;
  margin-top: -4px;
  visibility: visible;
}
.left .nasa-slider-deal-vertical-extra-switcher .item-slick.slick-current:before, .left .nasa-slider-deal-vertical-extra-switcher .item-slick:hover:before {
  border-color: rgba(153, 153, 153, 0);
  border-right-color: none;
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px;
  visibility: visible;
}

/* Service block */
.service-block {
  position: relative;
  cursor: pointer;
}
.service-block .box {
  background: #ffffff;
  padding: 10px 20px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.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;
}
.service-block .service-text {
  overflow: hidden;
}
.service-block .service-title {
  text-transform: capitalize;
  font-size: 120%;
  line-height: 150%;
  font-weight: 800;
  color: #333;
}
.service-block .service-desc {
  font-size: 100%;
  color: #999;
}
.service-block.style-1 {
  margin-bottom: 10px;
}
.service-block.style-1 .box {
  display: inline-flex;
  padding: 15px 30px;
}
.service-block.style-1 .service-title {
  font-size: 110%;
}
.service-block.style-1 .service-icon {
  width: 60px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 300%;
  font-weight: normal;
  color: #f76b6a;
}
.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: #f76b6a;
}
.service-block.style-2 .service-title {
  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: #f76b6a;
}
.service-block.style-3 .service-text {
  color: #333;
}
.service-block.style-3 .service-title {
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 3px;
}
.service-block.style-3 .service-desc {
  line-height: 22px;
}
.service-block.style-4 {
  text-align: center;
  border: 1px solid #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.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;
  opacity: 0.5;
}
.service-block.style-4 .service-text {
  color: #555555;
}
.service-block.style-4 .service-title {
  font-size: 115%;
  margin-top: 5px;
  text-transform: uppercase;
}
.service-block.style-4 .service-desc {
  line-height: 22px;
}
.service-block.style-4:hover {
  border-color: #ccc;
}

.nasa-category-horizontal-1 img {
  width: 100%;
  height: auto;
}
.nasa-category-horizontal-1 .header-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 3;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-category-horizontal-1 .header-title h3 {
  color: #fff;
  margin-top: 0;
  line-height: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -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);
  -moz-transform: translateY(10px);
  -o-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;
}
.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: "";
  opacity: 0;
  z-index: 2;
}
.nasa-category-horizontal-1 .product-category:hover .header-title {
  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);
}
.nasa-category-horizontal-1 .product-category:hover .hover-overlay:after {
  opacity: 1;
}

.nasa-category-horizontal-2 .hover-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.nasa-category-horizontal-2 .header-title {
  position: absolute;
  top: 30px;
  left: 5px;
  width: auto;
  text-align: center;
  opacity: 1;
  z-index: 3;
  color: #333;
  background: #FFF;
  font-size: 120%;
  padding: 2px 15px;
}
.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: #f76b6a;
  padding: 2px 30px 2px 15px;
}
.nasa-category-horizontal-2 .product-category:hover .hover-overlay {
  opacity: 0.3;
  visibility: visible;
  background: #333;
}

.nasa-category-horizontal-3 .nasa-cat-link {
  display: block;
  margin: 5px;
  padding-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-category-horizontal-3 .nasa-cat-link .nasa-cat-thumb {
  padding: 30px 30px 0 30px;
}
.nasa-category-horizontal-3 .nasa-cat-link .nasa-cat-thumb img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.nasa-category-horizontal-3 .nasa-cat-link .header-title {
  text-align: center;
  margin-top: 10px;
  font-size: 110%;
  margin-bottom: 0;
}
.nasa-category-horizontal-3 .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);
}
.nasa-category-horizontal-3 .nasa-cat-link:hover .nasa-cat-thumb img {
  border-color: transparent;
}

.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-5 {
  border: 1px solid #F1F1F1;
}
.nasa-category-horizontal-5 .product-category {
  border-right: 1px solid #F1F1F1;
  padding: 15px;
  float: left;
}
.nasa-category-horizontal-5 .header-title {
  font-weight: 700;
}
.nasa-category-horizontal-5 .nasa-cat-link:hover {
  text-decoration: underline;
  color: #555555;
}

.nasa-category-horizontal-6 {
  position: relative;
}
.nasa-category-horizontal-6 .product-category {
  padding: 5px;
}
.nasa-category-horizontal-6 .nasa-cat-title {
  font-weight: 700;
  font-size: 105%;
  margin-top: 10px;
  color: #444;
}
.nasa-category-horizontal-6 .nasa-cat-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-category-horizontal-6 .nasa-cat-thumb img {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-category-horizontal-6 .nasa-cat-link:hover .nasa-cat-title {
  color: #333;
}
.nasa-category-horizontal-6 .nasa-cat-link:hover .nasa-cat-thumb img {
  -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);
}

.grid-product-category .nasa-item-wrap {
  border: 1px solid #eee;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.grid-product-category .nasa-item-wrap:hover {
  border-color: #aaa;
}
.grid-product-category .nasa-item-wrap:hover .nasa-view-more i {
  color: #f76b6a;
}
.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;
}

.images-compare-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: col-resize;
}

.images-compare-before {
  will-change: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.images-compare-after {
  pointer-events: none;
}

.images-compare-before img, .images-compare-after img {
  max-width: 100%;
  height: auto;
  display: block;
}

.images-compare-separator {
  position: absolute;
  background: #FFF;
  height: 100%;
  width: 2px;
  z-index: 4;
  left: 0;
  top: 0;
  cursor: inherit;
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}

.images-compare-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 3px solid #FFF;
  z-index: 3;
  background: transparent;
  cursor: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.images-compare-left-arrow,
.images-compare-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.images-compare-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.images-compare-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.images-compare-container .images-compare-label {
  display: inherit;
}

.images-compare-before .images-compare-label {
  left: 10px;
}

.images-compare-after .images-compare-label {
  left: auto;
  right: 10px;
}

.nasa-boot-rate {
  margin-bottom: 10px;
}
.nasa-boot-rate .nasa-text {
  margin-bottom: 10px;
  color: #888;
}
.nasa-boot-rate .star-rating {
  margin-bottom: 8px;
}
.nasa-boot-rate .nasa-customer {
  font-weight: bold;
  font-size: 105%;
  margin-bottom: 0;
}

.nasa-boot-rate-shopping-cart {
  border: 1px solid #ccc;
}

.nasa-widget-hidden {
  display: none !important;
}

.nasa-actived-filter .count {
  color: #999;
}
.nasa-actived-filter .count:before {
  content: "(";
}
.nasa-actived-filter .count:after {
  content: ")";
}

.widget-title .rsswidget {
  position: relative;
  z-index: 1;
}
.widget-title .rsswidget .rss-widget-icon {
  position: relative;
  top: -2px;
}

.nasa-open-toggle > ul:last-child {
  margin-bottom: 10px;
}

.widget li {
  list-style: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}
.widget li .post-date,
.widget li .comment-author-link,
.widget li .rss-date {
  color: #aaa;
}
.widget li .rsswidget {
  text-decoration: underline;
}
.widget li:before {
  color: #ccc;
  font-family: fontawesome;
  content: "\f111";
  font-size: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.widget li.nasa_show_manual:before {
  display: none;
}
.widget li.nasa_show_manual a {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #333 !important;
}
.widget li.nasa_show_manual a:after {
  display: none;
}
.widget li.nasa_show_manual a:hover {
  text-decoration: underline;
}
.widget li.nasa-recent-posts-li, .widget li.item-product-widget, .widget li.dokan-form-group {
  padding-left: 0;
}
.widget li.nasa-recent-posts-li:before, .widget li.item-product-widget:before, .widget li.dokan-form-group:before {
  display: none;
}
.widget li.nasa-recent-posts-li {
  margin-bottom: 20px;
}
.widget li ul {
  padding: 0;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 0;
}
.widget .recentcomments:before {
  content: "\f0e5";
  font-size: 80%;
  top: 2px;
}
.widget.widget_archive li, .widget.widget_meta li {
  padding-left: 20px;
}
.widget.widget_archive li:before {
  content: "\f073";
  font-size: 95%;
  top: -1px;
  color: #555;
}
.widget.widget_meta li:before {
  content: "\f121";
  font-size: 90%;
  top: 1px;
}
.widget select[name="archive-dropdown"],
.widget select[name="cat"] {
  margin-top: 5px;
}
.widget form {
  margin-bottom: 0;
}

.nasa-recent-posts-li .nasa-post-cats-wrap {
  margin-top: 0;
  font-size: 85%;
  line-height: 1;
}

.nasa-wg-recent-post-title {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  margin-top: 10px;
}

.nasa-top-cat-filter-wrap-mobile,
.nasa-product-taxs-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nasa-top-cat-filter-wrap-mobile .children,
.nasa-product-taxs-widget .children {
  display: none;
  padding-left: 20px;
  margin: 12px 0 0 0;
}
.nasa-top-cat-filter-wrap-mobile .current-tax-item > .children,
.nasa-top-cat-filter-wrap-mobile .nasa-current-tax-parent > .children,
.nasa-product-taxs-widget .current-tax-item > .children,
.nasa-product-taxs-widget .nasa-current-tax-parent > .children {
  display: block;
}
.nasa-top-cat-filter-wrap-mobile .current-tax-item > .nasa-filter-item,
.nasa-product-taxs-widget .current-tax-item > .nasa-filter-item {
  text-decoration: underline;
  color: #f76b6a;
  font-weight: 700;
}
.nasa-top-cat-filter-wrap-mobile .nasa-current-note,
.nasa-product-taxs-widget .nasa-current-note {
  display: none;
}
.nasa-top-cat-filter-wrap-mobile li,
.nasa-product-taxs-widget li {
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
}
.nasa-top-cat-filter-wrap-mobile li:before,
.nasa-product-taxs-widget li:before {
  display: none;
}
.nasa-top-cat-filter-wrap-mobile .accordion,
.nasa-product-taxs-widget .accordion {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 23px;
  padding: 0;
}
.nasa-top-cat-filter-wrap-mobile .accordion:before, .nasa-top-cat-filter-wrap-mobile .accordion:after,
.nasa-product-taxs-widget .accordion:before,
.nasa-product-taxs-widget .accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 1px;
  background: #333;
}
.nasa-top-cat-filter-wrap-mobile .accordion:after,
.nasa-product-taxs-widget .accordion:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nasa-top-cat-filter-wrap-mobile .active > .accordion:after,
.nasa-product-taxs-widget .active > .accordion:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.nasa-top-cat-filter-wrap-mobile .nasa-filter-item,
.nasa-product-taxs-widget .nasa-filter-item {
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.nasa-search-form-container {
  position: relative;
  width: 100%;
}
.nasa-search-form-container .nasa-icon-submit-page {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 35px;
  overflow: hidden;
}
.nasa-search-form-container .nasa-icon-submit-page:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e618";
  background: none;
  color: #555555;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 180%;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.nasa-search-form-container .nasa-icon-submit-page input {
  border: none;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
}

.nasa-search-post-no-result .nasa-search-form-container {
  max-width: 500px;
}

.tagcloud {
  padding-top: 10px;
  display: block;
}
.tagcloud a {
  font-size: 100% !important;
  padding: 2px 10px;
  float: left;
  margin: 0 7px 7px 0;
  display: inline-block;
  color: #666;
  background: #f1f1f1;
  line-height: 25px;
}
.tagcloud a:hover {
  color: #FFF !important;
  background: #333;
  border-color: #333;
}
.tagcloud:after {
  content: "";
  display: block;
  clear: both;
}

.nasa-tag-cloud-ul {
  margin: 0;
  padding: 0;
}
.nasa-tag-cloud-ul li {
  padding: 0;
  margin: 0;
}
.nasa-tag-cloud-ul li:before {
  display: none;
}

.nasa-tag-cloud {
  padding-top: 10px;
}
.nasa-tag-cloud a.nasa-active {
  background: #333;
  color: #fff !important;
}
.nasa-tag-cloud a.nasa-active:hover {
  color: #fff !important;
}

.wp-calendar-table {
  margin-bottom: 10px;
}
.wp-calendar-table caption {
  line-height: 35px;
  font-weight: bold;
  font-size: 115%;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
  border: 1px solid #efefef;
}
.wp-calendar-table th {
  background: #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-calendar-table #today {
  font-weight: bold;
  text-decoration: underline;
  background: #efefef;
}

.wp-calendar-nav {
  margin-bottom: 10px;
}

.widget .nasa-variation-filters li {
  padding: 0 10px;
}
.widget .nasa-variation-filters li:before {
  display: none;
}

.nasa-text-variation {
  color: #555555;
}

.nasa-filter-color-span {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 0;
  left: 0;
  background: #EAEAEA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-filter-color-span:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 -2px 3px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -2px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-filter-image-span {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 0;
  left: 0;
  display: inline-block;
  border: 1px solid #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-filter-image-span img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-filter-default:before,
.nasa-filter-size:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 0;
  left: 0;
  background: #EAEAEA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-filter-size .nasa-text-variation {
  font-weight: bold;
}

.nasa-filter-var-chosen .nasa-text-variation {
  color: #000;
  font-weight: bold;
}

.widget .count {
  color: #aaa;
  font-weight: normal;
}
.widget .count:before {
  content: "(";
}
.widget .count:after {
  content: ")";
}
.widget .nasa-filter-brand-item .count {
  position: absolute;
  right: -8px;
  top: -8px;
  display: inline-block;
  border: 1px solid #efefef;
  padding: 1px 2px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.widget .nasa-filter-brand-item .count:before, .widget .nasa-filter-brand-item .count:after {
  content: "";
}

.nasa-variation-filters a {
  display: inline-block;
  line-height: 20px;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nasa-variation-filters a:after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 9px;
  left: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nasa-variation-filters a.nasa-filter-var-chosen:after, .nasa-variation-filters a:hover:after {
  border-color: #555555;
}
.nasa-variation-filters a.nasa-filter-var-chosen.nasa-filter-color:after, .nasa-variation-filters a:hover.nasa-filter-color:after {
  border-color: #fff;
}
.nasa-variation-filters a.nasa-filter-var-chosen .nasa-filter-image-span, .nasa-variation-filters a:hover .nasa-filter-image-span {
  border-color: #aaa;
}
.nasa-variation-filters a.nasa-filter-image:after {
  display: none;
}
.nasa-variation-filters a.nasa-hidden {
  display: none;
}

.nasa-variation-filters-brands .nasa-text-variation {
  display: none;
}
.nasa-variation-filters-brands .nasa-filter-image-span {
  position: static;
  width: auto;
  height: auto;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-variation-filters-brands .attr-image-preview {
  height: 30px;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-variation-filters-brands a {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.nasa-variation-filters-brands a.nasa-filter-var-chosen .nasa-filter-image-span, .nasa-variation-filters-brands a:hover .nasa-filter-image-span {
  border-color: transparent;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.nasa-tab-filter-topbar img.rss-widget-icon {
  position: relative;
  margin-right: 5px;
  top: -2px;
}

/* Widget filter variation products */
.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;
}

/* PRODUCTS CATEGORIES WIDGET */
.col-sidebar .widget .nasa-variation-filters li,
.nasa-side-sidebar .widget .nasa-variation-filters li,
.top-bar-wrap-type-2 .widget .nasa-variation-filters li {
  clear: none !important;
  width: 100%;
}
.col-sidebar .widget .nasa-variation-filters-brands li,
.nasa-side-sidebar .widget .nasa-variation-filters-brands li,
.top-bar-wrap-type-2 .widget .nasa-variation-filters-brands li {
  width: 50%;
}
.col-sidebar .widget .nasa-variation-filters-brands li::nth-of-type(2n+1),
.nasa-side-sidebar .widget .nasa-variation-filters-brands li::nth-of-type(2n+1),
.top-bar-wrap-type-2 .widget .nasa-variation-filters-brands li::nth-of-type(2n+1) {
  clear: both !important;
}

.top-bar-wrap-type-2 .widget {
  margin-bottom: 0;
  width: 100%;
}

.nasa-recent-posts li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0px;
}
.nasa-recent-posts .post-title {
  padding-bottom: 0px;
  text-transform: uppercase;
}
.nasa-recent-posts .read-more {
  font-size: 100%;
  color: #888;
}
.nasa-recent-posts .read-more:hover {
  color: #f76b6a;
}
.nasa-recent-posts .post-date {
  margin-bottom: 3px;
  font-size: 100%;
  color: #f76b6a;
  text-transform: uppercase;
}
.nasa-recent-posts .post-excerpt {
  font-size: 100%;
}

.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;
  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;
  position: relative;
}
.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);
  -moz-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: #c1c1c1;
}
.widget_price_filter .price_slider_wrapper {
  padding-top: 15px;
}
.widget_price_filter .price_slider_wrapper .reset_price {
  display: none;
  font-size: 0;
  color: transparent;
}
.widget_price_filter .price_slider_wrapper .reset_price:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  text-indent: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: -30px;
  top: 6px;
  bottom: auto;
  left: auto;
  width: 21px;
  height: 21px;
  border: 1px solid;
  border-color: #888;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget_price_filter .price_slider_wrapper .reset_price:hover:before {
  background: #f76b6a;
  border-color: #f76b6a;
  color: #fff;
}
.widget_price_filter .ui-slider-horizontal {
  height: .3em;
  margin-left: 14px;
  margin-right: 14px;
}
.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 PAGE*/
.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;
}

/* INSTAGRAM */
.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 {
  position: relative;
  display: inline-block;
  list-style: none;
}
.nasa-instagram li:hover {
  opacity: 0.8;
}
.nasa-instagram img.nasa-not-set {
  background: #efefef;
}
.nasa-instagram .username-text {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  padding: 12px 20px;
  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: 3;
}
.nasa-instagram .username-text span {
  margin-left: 10px;
}

/* WIDGET SEARCH */
.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%;
}
.nasa-search .fa:hover {
  color: #333;
}
.nasa-search .fa,
.nasa-search #searchsubmit {
  position: absolute;
  height: 32px;
  line-height: 32px;
  color: #888;
}

.nasa-top-sidebar {
  padding-top: 0;
}
.nasa-top-sidebar .nasa-toggle-widget {
  display: none;
}
.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;
}

.widget_product_brands .nasa-brand-icon {
  width: 25px;
}

.widget_search .nasa-close-search {
  display: none;
}

.widget_price_filter_list .nasa-active .nasa-filter-price-text {
  font-weight: 800;
  color: #000;
  text-decoration: underline;
}
.widget_price_filter_list li {
  padding: 0;
}
.widget_price_filter_list li:before {
  display: none;
}

.nasa-no-toggle .nasa-toggle-widget {
  display: none !important;
}

.nasa-disable-toggle-widgets .col-sidebar .widget-hidden,
.nasa-disable-toggle-widgets .nasa-side-sidebar .widget-hidden {
  display: unset;
}
.nasa-disable-toggle-widgets .col-sidebar .widget,
.nasa-disable-toggle-widgets .nasa-side-sidebar .widget {
  margin-bottom: 15px;
  border-bottom: none;
}
.nasa-disable-toggle-widgets .nasa-toggle-widget {
  display: none;
}

.nasa-top-bar-2-content {
  overflow: hidden;
}

.nasa-top-sidebar-2 {
  padding: 20px 15px 10px 15px;
  background: #f9f9f9;
}
.nasa-top-sidebar-2 .widget {
  padding-left: 20px;
  padding-right: 20px;
}
.nasa-top-sidebar-2 .widget-title,
.nasa-top-sidebar-2 .widget-title {
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-right: 20px;
  font-size: 150%;
  line-height: 25px;
  font-weight: 800;
}
.nasa-top-sidebar-2 .widget-title a,
.nasa-top-sidebar-2 .widget-title a {
  position: relative;
  z-index: 1;
}

.col-sidebar .widget-hidden,
.nasa-side-sidebar .widget-hidden,
.dokan-store-sidebar .widget-hidden {
  display: none;
}
.col-sidebar .widget-title,
.nasa-side-sidebar .widget-title,
.dokan-store-sidebar .widget-title {
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-right: 20px;
  font-size: 150%;
  line-height: 25px;
  font-weight: 800;
}
.col-sidebar .widget-title a,
.nasa-side-sidebar .widget-title a,
.dokan-store-sidebar .widget-title a {
  position: relative;
  z-index: 1;
}
.col-sidebar .widget,
.nasa-side-sidebar .widget,
.dokan-store-sidebar .widget {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.col-sidebar .widget:last-child,
.nasa-side-sidebar .widget:last-child,
.dokan-store-sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.col-sidebar .widget .nasa-open-toggle,
.nasa-side-sidebar .widget .nasa-open-toggle,
.dokan-store-sidebar .widget .nasa-open-toggle {
  padding-top: 5px;
}
.col-sidebar .widget.nasa-inited .nasa-toggle-widget,
.nasa-side-sidebar .widget.nasa-inited .nasa-toggle-widget,
.dokan-store-sidebar .widget.nasa-inited .nasa-toggle-widget {
  display: block;
}
.col-sidebar .nasa-toggle-widget,
.nasa-side-sidebar .nasa-toggle-widget,
.dokan-store-sidebar .nasa-toggle-widget {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 25px;
}
.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,
.dokan-store-sidebar .nasa-toggle-widget:before,
.dokan-store-sidebar .nasa-toggle-widget:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  right: 0;
  top: 11px;
  border-top: 2px solid #333;
}
.col-sidebar .nasa-toggle-widget.nasa-hide:after,
.nasa-side-sidebar .nasa-toggle-widget.nasa-hide:after,
.dokan-store-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-filter-variations-widget-wrap,
.nasa-side-sidebar .nasa-filter-variations-widget-wrap,
.dokan-store-sidebar .nasa-filter-variations-widget-wrap {
  padding-top: 10px;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-top-sidebar .widget-hidden {
    display: none;
  }
  .nasa-top-sidebar .nasa-widget-wrap {
    padding-bottom: 10px;
    margin-top: 25px;
  }
  .nasa-top-sidebar .nasa-widget-wrap:last-child {
    border-bottom: none;
  }
  .nasa-top-sidebar .widget {
    position: relative;
  }
  .nasa-top-sidebar .widget .widget-title {
    margin-bottom: 0.5em;
    padding-right: 20px;
    font-size: 150%;
    margin-top: 0;
    line-height: 25px;
  }
  .nasa-top-sidebar .widget.nasa-inited .nasa-toggle-widget {
    display: block;
  }
  .nasa-top-sidebar .nasa-toggle-widget {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
  }
  .nasa-top-sidebar .nasa-toggle-widget:before, .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;
  }
  .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);
  }
  .nasa-top-sidebar .nasa-open-toggle .nasa-filter-variations-widget-wrap {
    padding-top: 10px;
  }
}
.left .nasa-close-sidebar,
.nasa-sidebar-left .nasa-close-sidebar {
  right: 0;
  top: 30px;
}
.left .nasa-close-sidebar:before,
.nasa-sidebar-left .nasa-close-sidebar:before {
  content: "\7a";
}

.right .nasa-close-sidebar,
.nasa-sidebar-right .nasa-close-sidebar {
  left: 0;
  top: 30px;
}
.right .nasa-close-sidebar:before,
.nasa-sidebar-right .nasa-close-sidebar:before {
  content: "\79";
}

.nasa-active .nasa-close-sidebar {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nasa-active .nasa-close-sidebar: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);
}
.nasa-active.left .nasa-close-sidebar {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.nasa-active.right .nasa-close-sidebar {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nasa-show .nasa-close-sidebar {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nasa-show .nasa-close-sidebar: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);
}
.nasa-show.nasa-sidebar-left .nasa-close-sidebar {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.nasa-show.nasa-sidebar-right .nasa-close-sidebar {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 52.96552em) {
  .col-sidebar .nasa-close-sidebar {
    display: none;
  }

  .nasa-side-sidebar .nasa-close-sidebar {
    display: unset;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: black;
  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;
  opacity: 0.65;
  color: white;
  background: #000;
  font-style: normal;
  font-size: 25px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  background: none !important;
}
.mfp-close:active {
  top: 1px;
}

button[type="button"].mfp-close:hover, button[type="button"].mfp-close:focus {
  color: #555555 !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;
  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 {
  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 {
  opacity: 0;
}

.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.nasa-mfp-max-width .mfp-content {
  max-width: 800px;
}

.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -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 {
  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);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg .mfp-content {
  opacity: 0;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
  opacity: 0;
}

.has-product-video .mfp-close {
  display: none;
}

.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;
}

/* WISTLIST PAGE */
.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: #f76b6a;
}

#yith-wcwl-popup-message {
  background: transparent;
  line-height: 40px;
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  margin: 0 auto !important;
}

#yith-wcwl-message {
  display: block;
  width: 100%;
  opacity: 0.8;
  padding: 2px 15px;
  background: #7db62e;
  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-content-promotion-news {
  background-color: #efefef;
}

.nasa-promotion-news {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
.nasa-promotion-news.nasa-hide {
  display: none;
}
.nasa-promotion-news .nasa-wapper-promotion {
  position: relative;
}
.nasa-promotion-news .nasa-content-promotion-news {
  height: 50px;
  position: relative;
}
.nasa-promotion-news .nasa-content-promotion-custom {
  height: 100%;
  width: 100%;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  overflow-y: auto;
  padding: 0 10px;
}
.nasa-promotion-news .nasa-content-promotion-custom a {
  color: inherit;
  text-decoration: underline;
}
.nasa-promotion-news .nasa-content-promotion-custom a:hover {
  text-decoration: none;
}
.nasa-promotion-news a.nasa-a-icon {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  font-size: 180%;
}
.nasa-promotion-news .nasa-post-slider-item {
  text-align: center;
}
.nasa-promotion-news .nasa-post-slider-item a {
  font-size: 120%;
  line-height: 50px;
  font-weight: bold;
}

.nasa-promotion-show {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 180%;
  background: #222;
  color: #FFF;
  display: none;
  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;
  z-index: 97;
  background: transparent;
  height: 0px;
}

.nasa-static-group-btn {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 100;
  width: 0;
}
.nasa-static-group-btn a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
  -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);
  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-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nasa-static-group-btn a#nasa-back-to-top {
  visibility: hidden;
  opacity: 0;
}
.nasa-static-group-btn a#nasa-back-to-top.nasa-show {
  visibility: visible;
  opacity: 0.8;
}
.nasa-static-group-btn a#nasa-back-to-top.nasa-show:hover {
  opacity: 1;
}
.nasa-static-group-btn a.hidden-tag {
  display: none;
}
.nasa-static-group-btn a i {
  line-height: 45px;
}
.nasa-static-group-btn a i.icon-nasa-headphone {
  font-size: 180%;
  line-height: 50px;
}
.nasa-static-group-btn a.nasa-node-popup {
  background: #fff;
}
.nasa-static-group-btn a:hover {
  opacity: 1;
}

#nasa-back-to-top {
  position: relative;
  z-index: 100;
  font-size: 200%;
  background: #fff;
  color: #555555;
}

/* Viewed product */
#nasa-init-viewed {
  position: relative;
  z-index: 100;
  font-size: 150%;
  background: #fff;
  color: #555555;
}
#nasa-init-viewed:hover {
  background: #f5f5f5;
}
#nasa-init-viewed.style-2 {
  background: #000;
  color: #FFF;
}
#nasa-init-viewed.style-2:hover {
  background: #666;
}

.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:last-child {
  margin-right: 0;
}
.nasa-share a i {
  background: transparent;
  color: #333;
  opacity: 0.6;
}
.nasa-share a:hover i {
  opacity: 1;
}

/* Social icon Share */
.social-icons.share-row span.title {
  font-weight: bold;
  margin-right: 5px;
}

.nasa-follow {
  margin-top: 0;
  margin-bottom: 0;
}

.nasa-follow-title {
  font-weight: bold;
}

.follow-icon a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.follow-icon a i {
  background: transparent;
  color: #333;
  opacity: 0.8;
}
.follow-icon a:hover i {
  opacity: 1;
}
.follow-icon a:last-child {
  margin-right: 0;
}

/* Notifier Out Of Stock */
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 .nasa-layout-full .cwginstock-subscribe-form .panel-body {
  display: inline-block;
}
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;
  float: left;
  margin-right: 10px;
}
body .cwginstock-subscribe-form input[type="email"],
body .cwginstock-subscribe-form input[type="text"] {
  border: 1px solid #CCC;
  height: 38px;
  padding: 8px 15px;
  line-height: 20px;
  min-width: 302px;
  display: inline-block;
  margin: 0;
  text-align: left !important;
  font-weight: bold;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
body .cwgstock_output {
  line-height: 1.4;
}
body .blockOverlay {
  background: #FFF !important;
}

table.nasa-info-size-guide td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 5px;
  color: #333;
  font-weight: 800;
  font-size: 14px;
}
table.nasa-info-size-guide td.nasa-font-color {
  color: #555555;
}
table.nasa-info-size-guide thead td {
  background-color: #f76b6a;
  font-size: 15px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 15px 0;
  letter-spacing: 2px;
}
table.nasa-info-size-guide tbody tr:nth-of-type(2n) td {
  background-color: #f1f1f1;
}

.nasa-letter-spacing-2px {
  letter-spacing: 2px;
}

.nasa-tab-spacing-2px .nasa-tab {
  letter-spacing: 2px;
}
.nasa-tab-spacing-2px.nasa-tabs-content .nasa-classic-style li a {
  font-size: 110%;
  font-weight: 800;
}

.nasa-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: none;
  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-slider.slick-initialized {
  display: block;
}
.slick-slider.nasa-slider-deal-vertical-extra-switcher {
  display: none;
}
.slick-slider.nasa-slider-deal-vertical-extra-switcher.slick-initialized {
  display: block;
}

.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;
  margin: auto;
}
.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;
}

.nasa-slick-fog {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: transparent;
  width: 100%;
  height: 100%;
}

button.slick-arrow {
  display: none !important;
}

.nasa-nav-arrow {
  display: block;
}

.nasa-slider-deal-has-vertical {
  display: inline-flex;
  opacity: 0;
}
.nasa-slider-deal-has-vertical.slick-initialized {
  display: block;
  opacity: 1;
}

.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 {
  opacity: 0.3;
  -webkit-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 {
  opacity: 1;
}
.nasa-wrap-slick-slide-products-title .nasa-slide-products-title-item.slick-current > a {
  color: #f76b6a;
}

.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 .title-wrap {
  visibility: hidden;
  opacity: 0;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap a {
  display: inline-block;
  font-weight: 800;
  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;
  opacity: 0.7;
  display: block;
}
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap .nasa-bold {
  font-weight: bold;
}
.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-slick-slider-title-wrap .image-wrap img {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-slick-slider-title-wrap .image-wrap:hover {
  cursor: move;
}
.nasa-slick-slider-title-wrap .slick-slide {
  opacity: 0.2;
}
.nasa-slick-slider-title-wrap .slick-slide .image-wrap img {
  margin: 0 auto;
}
.nasa-slick-slider-title-wrap .slick-current,
.nasa-slick-slider-title-wrap .slick-center {
  opacity: 1;
  margin-bottom: -10px;
}
.nasa-slick-slider-title-wrap .slick-current .image-wrap img,
.nasa-slick-slider-title-wrap .slick-center .image-wrap img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nasa-slick-slider-title-wrap .slick-current .title-wrap,
.nasa-slick-slider-title-wrap .slick-center .title-wrap {
  visibility: visible;
  opacity: 1;
}

.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top {
  margin-bottom: 30px;
}
.nasa-wrap-slick-slide-products .nasa-title-wrap {
  position: relative;
  display: block;
}
.nasa-wrap-slick-slide-products .nasa-nav-icon-slick {
  position: absolute;
  top: -8px;
  font-size: 150%;
  opacity: 0.3;
}
.nasa-wrap-slick-slide-products .nasa-nav-icon-slick.nasa-nav-prev {
  left: 5px;
}
.nasa-wrap-slick-slide-products .nasa-nav-icon-slick.nasa-nav-next {
  right: 5px;
}
.nasa-wrap-slick-slide-products .nasa-nav-icon-slick:hover {
  opacity: 1;
}

.slick-dots {
  text-align: center;
  padding: 0;
  margin: auto;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  position: relative;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background: #C0C0C0;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.slick-dots li button {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}
.slick-dots li.slick-active {
  width: 30px;
  background-color: #f76b6a;
}

.nasa-blog-carousel .slick-dots {
  margin-top: 20px;
}

.nasa-thumbnail-hoz .slick-dots {
  display: none !important;
}

.nasa-nav-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 1px;
  font-family: "nasa-font";
  visibility: hidden;
  opacity: 0;
}
.nasa-nav-arrow:before {
  display: inline-block;
  padding: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nasa-nav-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.nasa-nav-arrow.slick-prev:before {
  content: "\7a";
}
.nasa-nav-arrow.slick-next {
  right: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.nasa-nav-arrow.slick-next:before {
  content: "\79";
}
.nasa-nav-arrow.slick-disabled {
  color: #aaa;
  cursor: not-allowed;
}

.nasa-slick-nav:hover .nasa-nav-arrow {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nasa-nav-top .nasa-nav-arrow {
  top: -37px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-nav-top .nasa-nav-arrow:before {
  padding: 8px 0;
}
.nasa-nav-top.nasa-nav-top-radius .nasa-nav-arrow:before {
  padding: 13px;
  border: 1px solid rgba(129, 129, 129, 0.2);
  color: #777;
  font-size: 70%;
}
.nasa-nav-top.nasa-nav-top-radius .nasa-nav-arrow:hover:before {
  border: 1px solid #818181;
  color: #000;
}
.nasa-nav-top.nasa-nav-top-radius .nasa-nav-arrow.slick-disabled:before {
  border: 1px solid rgba(129, 129, 129, 0.1);
  color: #ccc;
}

.nasa-slick-nav.nasa-nav-top .nasa-nav-arrow {
  visibility: visible;
  opacity: 1;
}

.nasa-recommend-product .nasa-nav-top .nasa-nav-arrow {
  top: -33px;
}

.title-align-left .nasa-nav-top .slick-prev {
  left: auto;
  right: 25px;
}

.title-align-right .nasa-nav-top .slick-next {
  right: auto;
  left: 25px;
}

.nasa-nav-top-right .nasa-nav-arrow {
  top: -30px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-nav-top-right .nasa-nav-arrow:before {
  padding: 8px 0;
}
.nasa-nav-top-right .slick-prev {
  left: auto;
  right: 25px;
}

.nasa-nav-top-list .nasa-nav-arrow {
  top: -47px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nasa-nav-top-list .nasa-nav-arrow:before {
  padding: 8px 0;
}
.nasa-nav-top-list .nasa-nav-arrow.slick-prev {
  left: auto;
  right: 25px;
}

.nasa-category-horizontal-3 .nasa-nav-arrow,
.nasa-category-horizontal-4 .nasa-nav-arrow {
  margin-top: -10px;
}

.nasa-nav-radius .nasa-nav-arrow,
.nasa-nav-box-shadow .nasa-nav-arrow {
  width: 40px;
  height: 40px;
  margin-top: -35px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-nav-radius .nasa-nav-arrow:before,
.nasa-nav-box-shadow .nasa-nav-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nasa-nav-radius .nasa-nav-arrow {
  border: 1px solid #eee;
}

.nasa-nav-box-shadow .nasa-nav-arrow {
  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);
}

.nasa-category-horizontal-6 .nasa-nav-arrow {
  margin-top: -45px;
}

@media only screen and (min-width: 1220px) {
  .nasa-slick-nav-outside .nasa-nav-arrow.slick-prev {
    left: -30px;
  }
  .nasa-slick-nav-outside .nasa-nav-arrow.slick-next {
    right: -30px;
  }

  .nasa-nav-radius .nasa-nav-arrow.slick-prev,
  .nasa-nav-box-shadow .nasa-nav-arrow.slick-prev {
    left: -20px;
  }
  .nasa-nav-radius .nasa-nav-arrow.slick-next,
  .nasa-nav-box-shadow .nasa-nav-arrow.slick-next {
    right: -20px;
  }
}
.nasa-slick-slider {
  display: inline-flex;
  visibility: hidden;
  opacity: 0;
}
.nasa-slick-slider.slick-initialized {
  display: block;
  visibility: visible;
  opacity: 1;
}

.nasa-slider-items-margin {
  overflow: hidden;
}
.nasa-slider-items-margin.nasa-nav-box-shadow, .nasa-slider-items-margin.nasa-slick-nav-outside, .nasa-slider-items-margin.nasa-nav-top, .nasa-slider-items-margin.nasa-nav-top-right, .nasa-slider-items-margin.nasa-nav-top-list, .nasa-slider-items-margin.nasa-nav-radius {
  overflow: visible;
}
.nasa-slider-items-margin.slick-initialized {
  display: block;
}
.nasa-slider-items-margin .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.nasa-slider-items-margin .nasa-slider-item,
.nasa-slider-items-margin .product-item,
.nasa-slider-items-margin .item-product-widget,
.nasa-slider-items-margin .blog-item,
.nasa-slider-items-margin .brands-item {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1130px) {
  .nasa-slider-items-margin .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .nasa-slider-items-margin .nasa-slider-item,
  .nasa-slider-items-margin .product-item,
  .nasa-slider-items-margin .item-product-widget,
  .nasa-slider-items-margin .blog-item,
  .nasa-slider-items-margin .brands-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.nasa-attr-ux_wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.nasa-attr-bg {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: 0.8;
  float: left;
  margin-right: 10px;
  background: #EAEAEA;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-attr-ux-color .nasa-attr-bg {
  margin-right: 0;
}

.nasa-attr-bg-img {
  display: inline-block;
  padding: 1px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
  border: 1px solid #ececec;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-attr-bg-img img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-attr-text {
  display: inline-block;
  clear: both;
  line-height: 22px;
}

.nasa-attr-ux-image .nasa-attr-text {
  display: none;
}
.nasa-attr-ux-image:hover .nasa-attr-bg-img {
  border-color: #999;
}

.selected .nasa-attr-bg-img {
  border-color: #999;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 5px -2px #888888;
  -moz-box-shadow: 2px 2px 5px -2px #888888;
  box-shadow: 2px 2px 5px -2px #888888;
}
.selected .nasa-attr-bg {
  border-color: #999;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 5px -2px #888888;
  -moz-box-shadow: 2px 2px 5px -2px #888888;
  box-shadow: 2px 2px 5px -2px #888888;
}
.selected .nasa-attr-bg:before {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -6px) rotate(45deg);
  -moz-transform: translate(-50%, -6px) rotate(45deg);
  -o-transform: translate(-50%, -6px) rotate(45deg);
  -ms-transform: translate(-50%, -6px) rotate(45deg);
  transform: translate(-50%, -6px) rotate(45deg);
}
.selected.nasa-attr-ux-white .nasa-attr-bg:before {
  border-color: #333;
}
.selected.nasa-attr-ux-label .nasa-attr-bg:before {
  border-color: #333;
}

.nasa-attr-ux {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-right: 20px;
  float: left;
}
.nasa-attr-ux .nasa-attr-bg {
  height: 22px;
  width: 22px;
}
.nasa-attr-ux:last-child {
  margin-right: 0;
}
.nasa-attr-ux.nasa-unavailable {
  opacity: 0.2 !important;
}
.nasa-attr-ux.nasa-disable {
  opacity: 0.6;
  cursor: not-allowed;
}
.nasa-attr-ux.nasa-disable .nasa-attr-bg-img,
.nasa-attr-ux.nasa-disable .nasa-attr-bg {
  position: relative;
  cursor: not-allowed;
}
.nasa-attr-ux.nasa-disable .nasa-attr-bg-img:before, .nasa-attr-ux.nasa-disable .nasa-attr-bg-img:after,
.nasa-attr-ux.nasa-disable .nasa-attr-bg:before,
.nasa-attr-ux.nasa-disable .nasa-attr-bg:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #333;
}
.nasa-attr-ux.nasa-disable .nasa-attr-bg-img:before,
.nasa-attr-ux.nasa-disable .nasa-attr-bg:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-attr-ux.nasa-disable .nasa-attr-bg-img:after,
.nasa-attr-ux.nasa-disable .nasa-attr-bg:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.nasa-full-color-image-attr .nasa-image-wrap-child {
  display: none;
}

.nasa-image-square .nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_image {
  width: 30px;
  height: 30px;
  margin-top: -3px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}
.nasa-image-square .nasa-product-content-color-image-wrap .nasa-attr-ux-nasa_image img {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}
.nasa-image-square .nasa-attr-bg-img {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}
.nasa-image-square .nasa-attr-bg-img img {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.nasa-image-square-caption .nasa-attr-ux-image {
  padding: 2px;
  border: 1px solid #ececec;
  text-align: center;
  width: 120px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nasa-image-square-caption .nasa-attr-ux-image:hover {
  border-color: #aaa;
}
.nasa-image-square-caption .nasa-attr-ux-image.selected {
  padding: 1px;
  border: 2px solid #888;
}
.nasa-image-square-caption .nasa-attr-ux-image .nasa-attr-text {
  display: block;
  line-height: 1.2;
  margin: 8px 0 3px 0;
  font-size: 85%;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nasa-image-square-caption .nasa-attr-bg-img {
  display: block;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-image-square-caption .nasa-attr-bg-img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.nasa-product-content-select-wrap .nasa-attr-ux-item.nasa-disable:before, .nasa-product-content-select-wrap .nasa-attr-ux-item.nasa-disable:after {
  display: none;
}

.nasa-attr-ux-item.nasa-unavailable {
  opacity: 0.3 !important;
}
.nasa-attr-ux-item.nasa-disable {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  position: relative;
}
.nasa-attr-ux-item.nasa-disable:before, .nasa-attr-ux-item.nasa-disable:after {
  content: "";
  height: 1px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #333;
}
.nasa-attr-ux-item.nasa-disable:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-attr-ux-item.nasa-disable:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.nasa-attr-ux-color {
  position: relative;
}
.nasa-attr-ux-color .nasa-attr-text {
  width: auto;
  height: auto;
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 0 8px;
  background: #333;
  color: #fff;
  font-size: 11px;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.nasa-attr-ux-color .nasa-attr-text:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-color: transparent;
  border-top-color: #333;
  border-width: 4px;
  margin-left: -4px;
}
.nasa-attr-ux-color:hover .nasa-attr-text {
  visibility: visible;
  opacity: 1;
}

.nasa-color-round .nasa-attr-ux-color {
  padding: 3px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-color-round .nasa-attr-ux-color .nasa-attr-bg {
  position: relative;
  height: 25px;
  width: 25px;
  border-color: transparent;
}
.nasa-color-round .nasa-attr-ux-color .nasa-attr-bg:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-color-round .nasa-attr-ux-color.nasa-disable .nasa-attr-bg:after {
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nasa-color-round .nasa-attr-ux-color:hover {
  border-color: #888;
}
.nasa-color-round .nasa-attr-ux-color.selected {
  border-color: #555;
}
.nasa-color-round .nasa-attr-ux-color.selected .nasa-attr-bg {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nasa-color-round .nasa-attr-ux-color.selected .nasa-attr-bg:before {
  display: none;
}

.nasa-color-small-square .nasa-attr-ux-color {
  border: 1px solid #ccc;
  margin-right: 5px;
  float: left;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-color-small-square .nasa-attr-ux-color:last-child {
  margin-right: 0;
}
.nasa-color-small-square .nasa-attr-ux-color:after {
  bottom: 0;
  right: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-color: transparent;
  border-width: 4px;
}
.nasa-color-small-square .nasa-attr-ux-color.selected {
  border-color: #f76b6a;
  color: #f76b6a;
}
.nasa-color-small-square .nasa-attr-ux-color.selected:after {
  border-bottom-color: inherit;
  border-right-color: inherit;
}
.nasa-color-small-square .nasa-attr-ux-color:hover {
  border-color: #f76b6a;
  color: #f76b6a;
}
.nasa-color-small-square .nasa-attr-ux-color .nasa-attr-bg {
  display: none;
}
.nasa-color-small-square .nasa-attr-ux-color .nasa-attr-text {
  position: unset;
  background: transparent;
  color: inherit;
  visibility: unset;
  opacity: unset;
  font-size: 90%;
  text-align: center;
  padding: 5px 10px 4px 10px;
  min-width: 70px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nasa-color-small-square .nasa-attr-ux-color .nasa-attr-text:after {
  display: none;
}
.nasa-color-small-square .nasa-attr-ux-color.nasa-disable {
  position: relative;
}
.nasa-color-small-square .nasa-attr-ux-color.nasa-disable:before, .nasa-color-small-square .nasa-attr-ux-color.nasa-disable:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #ccc;
}
.nasa-color-small-square .nasa-attr-ux-color.nasa-disable:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-color-small-square .nasa-attr-ux-color.nasa-disable:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.nasa-color-big-square .nasa-attr-ux-color {
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 15px;
  float: left;
  min-width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-color-big-square .nasa-attr-ux-color:last-child {
  margin-right: 0;
}
.nasa-color-big-square .nasa-attr-ux-color .nasa-attr-bg {
  margin: auto;
  float: unset;
  display: block;
  border: none;
  height: 32px;
  width: 32px;
}
.nasa-color-big-square .nasa-attr-ux-color .nasa-attr-text {
  position: unset;
  background: transparent;
  color: #555555;
  visibility: unset;
  opacity: unset;
  font-size: 75%;
  line-height: 1;
  margin-top: 5px;
  padding: 0;
  display: block;
  text-align: center;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nasa-color-big-square .nasa-attr-ux-color .nasa-attr-text:after {
  display: none;
}
.nasa-color-big-square .nasa-attr-ux-color:hover {
  border-color: #888;
}
.nasa-color-big-square .nasa-attr-ux-color.selected {
  border-color: #f76b6a;
  border-width: 2px;
  padding: 14px 15px;
}
.nasa-color-big-square .nasa-attr-ux-color.selected .nasa-attr-bg {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nasa-color-big-square .nasa-attr-ux-color.selected .nasa-attr-bg:before {
  display: none;
}

.nasa-label-round .nasa-attr-ux-label {
  text-align: center;
  border: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 35px;
  height: 35px;
  line-height: 32px;
  padding: 0 3px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.nasa-label-round .nasa-attr-ux-label .nasa-attr-bg {
  display: none;
}
.nasa-label-round .nasa-attr-ux-label .nasa-attr-text {
  font-size: 85%;
  font-weight: 800;
  color: #555555;
  line-height: inherit;
}
.nasa-label-round .nasa-attr-ux-label:hover {
  border-color: #888;
}
.nasa-label-round .nasa-attr-ux-label.selected {
  border-color: #333;
  background: #333;
}
.nasa-label-round .nasa-attr-ux-label.selected .nasa-attr-text {
  color: #fff;
}
.nasa-label-round .nasa-attr-ux-label.nasa-disable {
  position: relative;
}
.nasa-label-round .nasa-attr-ux-label.nasa-disable:before, .nasa-label-round .nasa-attr-ux-label.nasa-disable:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #ccc;
}
.nasa-label-round .nasa-attr-ux-label.nasa-disable:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-label-round .nasa-attr-ux-label.nasa-disable:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.nasa-label-small-square-1 .nasa-attr-ux-label {
  border: 1px solid #ccc;
  margin-right: 5px;
  float: left;
  color: #555555;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-label-small-square-1 .nasa-attr-ux-label:last-child {
  margin-right: 0;
}
.nasa-label-small-square-1 .nasa-attr-ux-label:after {
  bottom: 0;
  right: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-color: transparent;
  border-width: 4px;
}
.nasa-label-small-square-1 .nasa-attr-ux-label.selected {
  border-color: #f76b6a;
  color: #f76b6a;
}
.nasa-label-small-square-1 .nasa-attr-ux-label.selected:after {
  border-bottom-color: inherit;
  border-right-color: inherit;
}
.nasa-label-small-square-1 .nasa-attr-ux-label:hover {
  border-color: #f76b6a;
  color: #f76b6a;
}
.nasa-label-small-square-1 .nasa-attr-ux-label .nasa-attr-bg {
  display: none;
}
.nasa-label-small-square-1 .nasa-attr-ux-label .nasa-attr-text {
  position: unset;
  background: transparent;
  color: inherit;
  visibility: unset;
  opacity: unset;
  font-size: 90%;
  text-align: center;
  padding: 5px 10px 4px 10px;
  min-width: 70px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nasa-label-small-square-1 .nasa-attr-ux-label .nasa-attr-text:after {
  display: none;
}
.nasa-label-small-square-1 .nasa-attr-ux-label.nasa-disable {
  position: relative;
}
.nasa-label-small-square-1 .nasa-attr-ux-label.nasa-disable:before, .nasa-label-small-square-1 .nasa-attr-ux-label.nasa-disable:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #ccc;
}
.nasa-label-small-square-1 .nasa-attr-ux-label.nasa-disable:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-label-small-square-1 .nasa-attr-ux-label.nasa-disable:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.nasa-label-small-square-2 .nasa-attr-ux-label {
  text-align: center;
  border: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 40px;
  height: 40px;
  line-height: 37px;
  padding: 0 5px;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-label-small-square-2 .nasa-attr-ux-label:last-child {
  margin-right: 0;
}
.nasa-label-small-square-2 .nasa-attr-ux-label .nasa-attr-bg {
  display: none;
}
.nasa-label-small-square-2 .nasa-attr-ux-label .nasa-attr-text {
  font-size: 85%;
  font-weight: 800;
  color: #555555;
  line-height: inherit;
}
.nasa-label-small-square-2 .nasa-attr-ux-label:hover {
  border-color: #888;
}
.nasa-label-small-square-2 .nasa-attr-ux-label.selected {
  border-color: #555;
}
.nasa-label-small-square-2 .nasa-attr-ux-label.nasa-disable {
  position: relative;
}
.nasa-label-small-square-2 .nasa-attr-ux-label.nasa-disable:before, .nasa-label-small-square-2 .nasa-attr-ux-label.nasa-disable:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #ccc;
}
.nasa-label-small-square-2 .nasa-attr-ux-label.nasa-disable:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-label-small-square-2 .nasa-attr-ux-label.nasa-disable:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.nasa-label-big-square .nasa-attr-ux-label {
  text-align: center;
  border: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 150px;
  height: 75px;
  line-height: 73px;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nasa-label-big-square .nasa-attr-ux-label:last-child {
  margin-right: 0;
}
.nasa-label-big-square .nasa-attr-ux-label .nasa-attr-bg {
  display: none;
}
.nasa-label-big-square .nasa-attr-ux-label .nasa-attr-text {
  font-size: 125%;
  font-weight: 600;
  color: #888;
  line-height: inherit;
}
.nasa-label-big-square .nasa-attr-ux-label:hover {
  border-color: #888;
}
.nasa-label-big-square .nasa-attr-ux-label.selected {
  border-color: #f76b6a;
  border-width: 2px;
  line-height: 71px;
}
.nasa-label-big-square .nasa-attr-ux-label.nasa-disable {
  position: relative;
}
.nasa-label-big-square .nasa-attr-ux-label.nasa-disable:before, .nasa-label-big-square .nasa-attr-ux-label.nasa-disable:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #ccc;
}
.nasa-label-big-square .nasa-attr-ux-label.nasa-disable:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nasa-label-big-square .nasa-attr-ux-label.nasa-disable:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/* CONTACT US FOOTER */
.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;
}

.nasa-nav-sc-menu .menu-item a {
  color: inherit;
  border: none;
}
.nasa-nav-sc-menu .menu-item a:hover {
  color: #f76b6a;
}

.footer-type-default {
  padding: 30px;
  background: #f9f9f9;
  text-align: center;
  font-weight: bold;
}

#nasa-footer p {
  line-height: 2;
}
#nasa-footer .nasa-panel p {
  line-height: 1.6;
}
#nasa-footer .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-right: 0;
  width: 100%;
}
#nasa-footer div.wpcf7-mail-sent-ok,
#nasa-footer div.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: 30px;
}
#nasa-footer .nasa-nav-sc-menu ul li {
  list-style: none;
}
#nasa-footer .nasa-nav-sc-menu ul li a {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
#nasa-footer .nasa-share {
  margin-top: 5px;
}
#nasa-footer .nasa-share li {
  margin-right: 20px;
}
#nasa-footer .nasa-2columns .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 p {
  line-height: 240%;
}
#nasa-footer .footer-before {
  padding-top: 20px;
  padding-bottom: 20px;
}
#nasa-footer .top-footer .nasa-hr {
  display: block;
  height: 2px;
}
#nasa-footer .nasa-contact-footer-custom h5 {
  font-size: 150%;
  color: #f76b6a;
}
#nasa-footer .nasa-contact-footer-custom h5 i {
  color: #f76b6a;
}
#nasa-footer .nasa-footer-bottom {
  background: #FFF;
  color: #333;
  padding: 20px 0;
  border-top: 1px solid #ececec;
}
#nasa-footer .nasa-footer-bottom .nasa-nav-sc-menu {
  margin-bottom: 0;
}
#nasa-footer .nasa-footer-bottom-left p {
  line-height: 300%;
  margin: 0;
}
#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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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-light-1 {
  background: #FAFAFA;
  border-top: 1px solid #efefef;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-email {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 5px 0;
  font-weight: 500;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-email:focus {
  background: none;
}
#nasa-footer .footer-light-1 .footer-contact .nasa-contact-text {
  margin-top: 31px;
  margin-bottom: 0;
}
#nasa-footer .footer-light-1 .footer-contact .btn-submit-newsletters {
  padding: 10px 30px;
  margin-top: 0;
  display: block;
  clear: both;
  margin-bottom: 0;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7 p {
  margin-bottom: 0;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 0;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-email::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #CFCFCF;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CFCFCF;
  opacity: 1;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CFCFCF;
  opacity: 1;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CFCFCF;
}
#nasa-footer .footer-light-1 .footer-contact .wpcf7-email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CFCFCF;
}
#nasa-footer .footer-light-1 .contact-information {
  margin-top: 31px;
}
#nasa-footer .footer-light-2 {
  background: #FAFAFA;
  border-top: 1px solid #ececec;
}
#nasa-footer .footer-light-2 .footer-contact h4 {
  margin: 0;
  line-height: 37px;
}
#nasa-footer .footer-light-2 .footer-contact .wpcf7-form-control-wrap {
  float: left;
  display: inline-block;
  width: 66%;
  margin-bottom: 0;
}
#nasa-footer .footer-light-2 .footer-contact .wpcf7-email {
  margin: 1px 0 0 0;
  padding: 0 9px;
  height: 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#nasa-footer .footer-light-2 .footer-contact .btn-submit-newsletters {
  padding: 11px 0;
  margin: 1px 0;
  display: inline-block;
  float: right;
  width: 33%;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
#nasa-footer .footer-light-2 .footer-contact .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 30px;
}
#nasa-footer .footer-light-2 .footer-contact .wpcf7 p {
  margin-bottom: 0;
}
#nasa-footer .footer-light-2 .footer-contact .wpcf7-response-output {
  position: absolute;
  margin: 0;
  top: 40px;
  padding: 0;
}
#nasa-footer .footer-light-2 .footer-contact .wpcf7-email:-moz-placeholder,
#nasa-footer .footer-light-2 .footer-contact .wpcf7-email::-moz-placeholder {
  color: #CFCFCF;
  opacity: 1;
}
#nasa-footer .footer-light-2 .footer-contact .wpcf7-email::-webkit-input-placeholder,
#nasa-footer .footer-light-2 .footer-contact .wpcf7-email:-ms-input-placeholder,
#nasa-footer .footer-light-2 .footer-contact .wpcf7-email::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CFCFCF;
}
#nasa-footer .footer-light-2 .nasa-follow {
  line-height: 37px;
}
#nasa-footer .footer-light-2 .contact-information {
  margin-top: 36px;
}
#nasa-footer .footer-light-2.nasa-footer-baby .contact-information {
  margin-top: 34px;
}
#nasa-footer .footer-light-3 {
  text-align: center;
}
#nasa-footer .footer-light-3 .nasa-nav-sc-menu {
  margin-top: 10px;
}
#nasa-footer .footer-dark {
  background: #282828;
  color: #aaaaaa;
}
#nasa-footer .footer-dark.nasa-footer-bottom {
  background: #191919;
  color: #FFF;
  border-top: none;
}
#nasa-footer .footer-dark h2, #nasa-footer .footer-dark h4 {
  color: #FFF;
}
#nasa-footer .footer-dark h2 {
  font-size: 140%;
  line-height: 2;
  padding-bottom: 10px;
}
#nasa-footer .footer-dark .nasa-nav-sc-menu ul li a {
  opacity: 0.6;
}
#nasa-footer .footer-dark .nasa-nav-sc-menu ul li a:hover {
  color: inherit;
  opacity: 1;
}
#nasa-footer .footer-dark .nasa-follow a,
#nasa-footer .footer-dark .nasa-share a {
  color: inherit;
}
#nasa-footer .footer-dark .nasa-follow a i,
#nasa-footer .footer-dark .nasa-share a i {
  color: inherit;
}

.footer .contact-logo {
  margin-bottom: 20px;
}

.contact-icon.border-circle {
  position: relative;
  border: 1px solid #ddd;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  background: #fff;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.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;
}

.footer-border-top {
  border-top: 1px solid #ececec;
}

.footer-light-grey {
  background: #fafafa;
}

/* Buzz Out */
@-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: 35px 0 15px 0;
}
.nasa-opening-time .nasa-day-open {
  text-align: left;
}
.nasa-opening-time .nasa-time-open {
  text-align: right;
}
.nasa-opening-time li {
  display: inline-flex;
  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:last-child {
  border-bottom: none;
}

.nasa-menu-inline .nasa-menu-wrapper li {
  display: inline-block;
  margin-right: 10px;
}
.nasa-menu-inline .nasa-menu-wrapper li:last-child {
  margin-right: 0;
}

/** BOTTOM BAR **/
.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;
  display: inline-flex;
  text-align: center;
  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);
}
.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-bottom-bar-icons.nasa-3-columns li {
  width: 33.333333%;
}
.nasa-bottom-bar-icons.nasa-2-columns li {
  width: 50%;
}
.nasa-bottom-bar-icons.nasa-1-columns li {
  width: 100%;
}

.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 (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%;
  }

  .footer-mobile.nasa-border-top {
    border-top: 1px solid #efefef;
  }
}
.nasa-blog-paging {
  text-align: center;
}
.nasa-blog-paging ul.page-numbers li {
  list-style: none;
  display: inline-block;
}
.nasa-blog-paging ul.page-numbers li .page-numbers {
  display: inline-block;
  padding: 5px 15px;
}
.nasa-blog-paging ul.page-numbers li .page-numbers.current {
  text-decoration: underline;
}

.nasa-blogs-relate {
  margin-top: 50px;
  border-top: 1px solid #efefef;
  padding-top: 35px;
  padding-bottom: 35px;
}
.nasa-blogs-relate .nasa-blog-title {
  font-size: 120%;
}
.nasa-blogs-relate .nasa-blog-info-slider {
  padding: 0;
}
.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: 20px;
}
.nasa-posts-masonry-isotope-item.nasa-item-normal article .entry-title {
  font-size: 130%;
}

.nasa-item-blog-grid article.type-post {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}

.nasa-single-blog article.hentry {
  margin-bottom: 5px;
}

article {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
article .entry-title {
  font-size: 160%;
  font-weight: 800;
  color: #333;
}
article .entry-title.nasa-title-single-post {
  font-size: 230%;
  margin-bottom: 5px;
}
article .entry-meta {
  padding: 0;
}
article .entry-readmore {
  opacity: 0.4;
  font-weight: 800;
  font-size: 90%;
}
article .entry-readmore:hover {
  opacity: 1;
}

.entry-header .meta-author {
  text-align: center;
}
.entry-header .post-date-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  text-align: center;
  background: #f76b6a;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.entry-header .post-date-wrapper:hover {
  background: #f43b3a;
}
.entry-header .post-date {
  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-content table th, .entry-content table td {
  border: 1px solid #aaaaaa;
  padding: 0.55172em;
}
.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: #555;
  font-weight: 700;
}

.entry-title {
  font-weight: 800;
}

.nasa-item-blog-grid .entry-title {
  line-height: 1.2;
}

.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;
}

.nasa-item-normal .entry-image.nasa-blog-img-masonry-isotope {
  margin-bottom: 15px;
}

.entry-image {
  position: relative;
  margin: 0 0 20px 0;
}
.entry-image.nasa-blog-img-masonry-isotope {
  margin: 0 0 20px;
}
.entry-image.nasa-blog-img-masonry-isotope img {
  width: 100%;
}

.nasa-meta-categories {
  display: inline-block;
  margin: 0 auto;
  background: #f76b6a;
  color: #fff;
  padding: 3px 15px;
  margin-bottom: 10px;
  letter-spacing: .3px;
  font-weight: 600;
  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: 2px 10px 1px 10px;
  border: 2px solid #eee;
  margin: 2px 4px;
  color: #555555;
}
.nasa-meta-tags a:hover {
  border-color: #555555;
  color: #000;
}

.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-meta-social .nasa-share li:last-child {
  margin: 0 10px;
}

.nasa-post-navigation {
  margin-bottom: 35px;
  height: 90px;
  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 a:hover .nasa-post-title {
  color: #333;
}
.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: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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: #333;
  border-color: #333;
}
.nasa-post-navigation .nasa-post-prev .nasa-post-label,
.nasa-post-navigation .nasa-post-next .nasa-post-label {
  display: block;
  color: #aaa;
  font-weight: bold;
}
.nasa-post-navigation .nasa-post-prev a {
  text-align: left;
  padding-left: 50px;
}
.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;
}
.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;
}

.page-no-sidebar .entry-image img {
  width: 100%;
}

.entry-summary {
  margin-top: 0px;
}
.entry-summary p {
  margin-bottom: 10px;
}
.entry-summary p:last-child {
  margin-bottom: 0;
}

.entry-meta {
  padding: 15px 0;
  font-size: 100%;
}
.entry-meta span.divider {
  opacity: 0.5;
  margin: 0 5px;
}
.entry-meta span.meta-author {
  font-size: 100%;
}

.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;
}
.navigation-paging a:hover {
  color: #fff;
  background-color: #f76b6a;
}

.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;
}
.navigation-image a:hover {
  color: #fff;
  background-color: #f76b6a;
}

.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 {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.post.sticky {
  border: 3px solid #f76b6a;
  padding: 30px;
}

.post.sticky footer.entry-meta {
  border-bottom: 0;
}

.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: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.blog-list-style:after {
  content: "";
  height: 1px;
  display: block;
  margin: 30px auto;
  border-top: 1px solid transparent;
}
.blog-list-style article {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.blog-list-style .entry-content {
  margin-top: 0;
}
.blog-list-style .entry-image {
  margin-top: 0;
}
.blog-list-style:first-child article {
  margin-top: 10px;
}
.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 {
  opacity: 0.8;
}
.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 {
  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;
}

.wp-caption {
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  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 0;
  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;
}

.form-allowed-tags {
  font-size: 100%;
}

.comments-title {
  text-transform: capitalize;
  font-weight: bold;
}
.comments-title span {
  font-weight: bold;
}

.comment-list > li {
  margin-bottom: 0;
}
.comment-list .fn {
  color: #555555;
  font-weight: bold;
  font-size: 130%;
  font-style: normal;
}
.comment-list .children .comment-inner {
  border-top: 1px solid #eeeeee;
  padding: 15px;
  margin-right: 0;
}
.comment-list .comment:last-child {
  border: 0;
}
.comment-list .bypostauthor {
  display: inline-block;
}

.comment-meta {
  font-size: 95%;
  margin-top: 5px;
  opacity: 0.6;
  float: right;
}

.comment-content {
  margin-top: 5px;
  color: #aaa;
}
.comment-content p {
  margin-bottom: 10px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  word-wrap: break-word;
}

.comment-inner {
  position: relative;
  padding: 15px;
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
}
.comment-inner .reply a {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  background: #fff;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ececec;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comment-inner .reply a:hover {
  background: #f76b6a;
  border-color: #f76b6a;
  color: white !important;
}
.comment-inner:after {
  content: "";
  clear: both;
  display: block;
  height: 1px;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  margin-bottom: 0;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  display: inline-block;
  width: 32.8%;
  position: relative;
}
#respond .comment-form-author,
#respond .comment-form-email {
  padding-right: 10px;
}

#comments ul li,
#add_review ul li {
  list-style: none;
  width: 100%;
}
#comments ul.children,
#add_review ul.children {
  margin-left: 35px;
}
#comments ol li,
#add_review ol li {
  list-style: none;
  width: 100%;
}
#comments .children #respond,
#add_review .children #respond {
  padding: 15px 30px;
  border-top: 1px solid #eeeeee;
  padding: 15px;
  margin-right: 0px;
}
#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;
}

/* My Account */
.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: #555555;
  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: #f76b6a;
}
.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;
}
.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;
}
.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 .col-1 .woocommerce-column__title,
.col2-set.addresses .col-2 .woocommerce-column__title {
  font-size: 150%;
  font-weight: bold;
}

.col2-set.addresses address {
  line-height: 150%;
}

.col2-set.addresses h3 {
  font-size: 150%;
  text-transform: capitalize;
  font-weight: bold;
}

.col2-set.addresses .edit {
  color: #f76b6a;
}

.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;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.page-featured-item #content > ul {
  margin-left: 0;
}

li.featured-item a {
  display: block;
}

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%;
}

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: #f76b6a;
  padding-bottom: 0;
}

li.featured-item.style_2 .hover-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

li.featured-item.style_2:hover .hover-text {
  opacity: 1;
}

li.featured-item.style_2:hover img {
  margin-top: 0;
  -webkit-transform: scale(1.2);
  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;
  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;
}

.hover-mask:hover:after,
.hover-mask:hover:before {
  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;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  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;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 180%;
  z-index: 10;
}

.hover-mask:hover .entry-image-attachment .icon-wrap {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.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 form.nasa-search-form {
  margin-bottom: 0;
}
.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;
}

.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;
}

.my_account_orders tbody tr:first-child th {
  border-bottom: 2px solid #ECECEC;
}
.my_account_orders .wc-item-meta {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.my_account_orders .wc-item-meta li {
  color: #999;
  font-size: 85%;
}
.my_account_orders .wc-item-meta li p {
  display: inline-block;
  margin: 0;
}

.cat-links-archive {
  display: block;
  text-transform: uppercase;
  color: #ababab;
  font-weight: bold;
}
.cat-links-archive a {
  color: inherit;
  letter-spacing: 0.2em;
}
.cat-links-archive a:hover {
  color: #333;
}

.nasa-item-blog-grid .cat-links-archive,
.nasa-posts-masonry-isotope .cat-links-archive {
  font-size: 85%;
}

article {
  line-height: 1.6;
}
article .nasa-archive-info {
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
}
article .nasa-archive-info.entry-title {
  line-height: 1.2;
}
article .nasa-archive-info.first {
  position: relative;
  margin-top: -5px;
}
article .nasa-archive-info:empty {
  display: none;
}

.meta-item {
  padding: 0;
  position: relative;
  opacity: 0.8;
}
.meta-item i {
  font-size: 120%;
  position: relative;
  top: 2px;
  line-height: 1;
}
.meta-item:after {
  content: " ";
  margin: 0px 10px;
  height: 11px;
  color: #D8D8D8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}
.meta-item.no-after:after {
  display: none;
}
.meta-item:hover {
  opacity: 1;
}
.meta-item.post-comment-count {
  position: absolute;
}
.meta-item.post-comment-count i {
  font-size: 150%;
  margin: 0;
  top: 2px;
}

.nasa-comment-count {
  font-size: 75%;
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: #555;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.nasa-comment-count.nasa-empty {
  display: none;
}

a:hover .nasa-comment-count {
  background: #f76b6a;
}

.nasa-archive-info a:last-child .meta-item:after {
  display: none;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 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 {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #ff0000;
}

.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 {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  cursor: wait;
  opacity: 0.5;
}
div.wpcf7 .ajax-loader:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  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;
  /* Safari | Chrome */
  -moz-animation: nasa-spin .5s linear infinite;
  /* FF */
  -o-animation: nasa-spin .5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin .5s linear infinite;
  /* IE */
  animation: nasa-spin .5s linear infinite;
}
div.wpcf7 .ajax-loader.is-active {
  display: block;
  z-index: 1;
}

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;
}

.wcmp_fpm_buttons {
  display: none;
}

li.product-warp-item .wcmp_fpm_buttons {
  display: block;
}

/* Text meant only for screen readers. */
.wpb_animate_when_almost_visible {
  visibility: hidden;
}
.wpb_animate_when_almost_visible.animated {
  visibility: visible;
}

.primary-color {
  color: #f76b6a;
}

.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-border-top {
  border-top: 1px solid #555555;
}

.nasa-border-left {
  border-left: 1px solid #555555;
}

.nasa-border-right {
  border-right: 1px solid #555555;
}

.nasa-border-bottom {
  border-bottom: 1px solid #555555;
}

.nasa-border-shadow {
  border: 1px solid #efefef;
  -webkit-box-shadow: 0px -3px 10px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 10px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 10px -3px rgba(0, 0, 0, 0.1);
}

.nasa-border-bottom-gray {
  border-bottom: 1px solid #efefef;
}

.text-success,
.nasa-success {
  color: #7db62e;
}

.text-danger,
.nasa-error {
  color: #c60f13;
}

input[type="text"].nasa-error,
input[type="password"].nasa-error,
input[type="date"].nasa-error,
input[type="datetime"].nasa-error,
input[type="datetime-local"].nasa-error,
input[type="month"].nasa-error,
input[type="week"].nasa-error,
input[type="email"].nasa-error,
input[type="number"].nasa-error,
input[type="search"].nasa-error,
input[type="tel"].nasa-error,
input[type="time"].nasa-error,
input[type="url"].nasa-error,
textarea.nasa-error {
  color: #c60f13;
  border-color: #c60f13;
}

.nasa-bold {
  font-weight: 600;
}

.nasa-bold-700 {
  font-weight: 700;
}

.nasa-bold-800 {
  font-weight: 800;
}

.nasa-bold-900 {
  font-weight: 900;
}

.nasa-close-search {
  visibility: hidden;
  opacity: 0;
}

.nasa-icon-submit-page input[type="submit"] {
  padding: 8px 14px;
}

.nasa-min-height {
  min-height: 1px;
}

.nasa_load_ajax {
  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%;
  opacity: 0.1;
}

.nasa-light-fog {
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

#nasa-before-load {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  opacity: 0.8;
  z-index: 9999999;
}
#nasa-before-load .nasa-loader {
  top: 45%;
}

.screen-reader-text {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}

.woocommerce-checkout .screen-reader-text {
  display: block;
  position: relative;
  height: auto;
  width: auto;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  background-color: transparent;
}
body .nasa-only-rtl {
  display: none;
}
body .vc_section {
  padding: unset;
  margin: unset;
}
body.bg-full-size {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.boxed {
  background-color: #efefef;
}
body.boxed #wrapper {
  max-width: 1250px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
body.full-width #wrapper {
  width: 100%;
}

#wrapper {
  background-color: #fff;
  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;
  padding-bottom: 50px;
}

.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 {
  display: block;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.2em;
  width: 5.7em;
  font-family: 'FontAwesome';
  margin: 0;
}
.star-rating:before {
  content: "\f006   \f006   \f006   \f006   \f006";
  color: #ddd;
  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;
  width: 100%;
}
.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;
}

/* Pagination */
.nasa-pagination ul {
  margin-bottom: 0;
}
.nasa-pagination ul li {
  display: inline-block;
  list-style: none;
}
.nasa-pagination ul li .pe7-icon {
  font-size: 160%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -2px;
}
.nasa-pagination.style-1 {
  border: 1px solid #e5e5e5;
  padding: 5px 5px 5px 15px;
  margin-bottom: 50px;
  -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;
  border: 1px solid transparent;
}
.nasa-pagination.style-1 .page-number li a.nasa-current, .nasa-pagination.style-1 .page-number li a.current,
.nasa-pagination.style-1 .page-number li > span.nasa-current,
.nasa-pagination.style-1 .page-number li > span.current {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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: #f76b6a;
}
.nasa-pagination.style-2 hr {
  width: 50%;
  padding-bottom: 25px;
  margin-top: 70px;
}
.nasa-pagination.style-2 > div {
  text-align: center;
}
.nasa-pagination.style-2 .page-numbers {
  text-align: center;
  font-size: 100%;
  overflow: hidden;
  display: inline-block;
}
.nasa-pagination.style-2 .page-numbers li {
  margin: 0 4px;
  float: left;
}
.nasa-pagination.style-2 .page-numbers li .pe7-icon {
  font-size: 35px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inherit;
  text-align: center;
  top: unset;
  font-weight: bold;
  color: #aaa;
}
.nasa-pagination.style-2 .page-numbers li .pe7-icon:before {
  position: absolute;
  top: 0;
  left: 0;
}
.nasa-pagination.style-2 .page-numbers li a:hover .pe7-icon {
  color: inherit;
}
.nasa-pagination.style-2 .page-numbers a,
.nasa-pagination.style-2 .page-numbers li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  color: #444 !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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 a:hover {
  background-color: #eee;
}
.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: #f76b6a;
  color: #fff !important;
}

.woocommerce-pagination {
  width: 100%;
  text-align: center;
}
.woocommerce-pagination ul li {
  list-style: none;
  display: inline-block;
}
.woocommerce-pagination ul li .page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce-pagination ul li .page-numbers.current {
  background: #f76b6a;
  color: #fff;
}

.nasa-footer-info-box {
  margin-top: 15px;
}

.nasa-footer-contact-title h5 {
  margin: 0;
  color: #f76b6a;
}
.nasa-footer-contact-title h5 i {
  color: #FEDC00;
}

.nasa-footer-contact-us {
  margin-top: 15px;
}

.nasa-title-desc {
  opacity: 0.9;
  font-style: italic;
  line-height: 1.5;
  color: #878787;
}

/* nasa Title */
.nasa-title {
  margin-bottom: 8px;
  position: relative;
  clear: both;
  font-size: 110%;
}
.nasa-title .nasa-heading-title {
  margin-bottom: 0.1em;
  font-weight: 800;
}
.nasa-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0;
}
.nasa-title .nasa-first-word {
  font-weight: 900;
  color: #f76b6a;
}
.nasa-title .nasa-title-hr {
  display: none;
}
.nasa-title .nasa-title-desc {
  margin-bottom: 0;
  font-size: 90%;
}
.nasa-title.nasa-dft h1.nasa-heading-title {
  font-size: 32px;
}
.nasa-title.nasa-dft h2.nasa-heading-title {
  font-size: 29px;
}
.nasa-title.nasa-dft h3.nasa-heading-title {
  font-size: 26px;
}
.nasa-title.nasa-dft h4.nasa-heading-title {
  font-size: 22px;
}
.nasa-title.nasa-dft h5.nasa-heading-title {
  font-size: 19px;
}
.nasa-title a {
  font-weight: normal;
}
.nasa-title.nasa-text-link {
  z-index: 12;
}
.nasa-title.text-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-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;
  line-height: 1;
}
.nasa-title.hr-type-simple span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  font-weight: 800;
  font-size: 120%;
}
.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 rgba(129, 129, 129, 0.2);
}
.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-vertical {
  position: relative;
}
.nasa-title.hr-type-vertical .nasa-wrap {
  border-left: 3px solid #f76b6a;
  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 */
.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: #f76b6a;
}
.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;
}

.breadcrumb-row {
  float: none;
  z-index: 99;
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.nasa-first-breadcrumb {
  display: block;
  float: none;
  font-size: 175%;
  font-weight: 800;
  line-height: 1.4;
  color: inherit;
  margin: 0;
}
.nasa-first-breadcrumb a {
  color: inherit;
}

.single-product .nasa-first-breadcrumb {
  font-size: 135%;
  line-height: 1.6;
}

.breadcrumb {
  font-weight: normal;
  letter-spacing: 0;
  padding: 0px;
  margin: 0;
  font-size: 100%;
  color: inherit;
  display: inline-block;
}
.breadcrumb span {
  margin: 0px 10px;
  color: inherit;
  line-height: 1.4;
}
.breadcrumb span.nasa-bread-single {
  margin: 0;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb .current,
.breadcrumb a:hover {
  text-decoration: underline;
}

.bread {
  background: #f7f7f7;
  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 * {
  color: inherit;
}
.bread.nasa-breadcrumb-has-bg .breadcrumb-row a:hover {
  color: #f32321;
}
.bread.nasa-breadcrumb-has-bg .row,
.bread.nasa-breadcrumb-has-bg .columns {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.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;
}

/* Promo popup */
#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 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 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: #f76b6a;
  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;
}
#nasa-popup .wpcf7 input[type="button"]:hover,
#nasa-popup .wpcf7 input[type="submit"]:hover {
  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 .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);
}

.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;
  -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;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* animate in */
.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);
}

/* animate out */
.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 *****/
.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-number {
  opacity: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -45px;
  right: -15px;
  border: 1px solid #666;
  text-align: center;
  line-height: 30px;
  color: #f76b6a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.progress-bar .bar-meter {
  display: block;
  height: 100%;
  width: 0;
  position: relative;
}

.search-icon {
  font-size: 16px;
}

button[disabled] {
  background-color: #333;
  opacity: 0.6;
}

button.primary-color {
  color: #fff !important;
  border: none;
}

.woocommerce-notices-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.woocommerce-notices-wrapper:empty {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.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;
  bottom: 0;
  width: 50px;
  cursor: pointer;
}
.woocommerce-notices-wrapper .nasa-close-notice:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-notices-wrapper .button.wc-forward {
  background-color: transparent !important;
  border: none;
  padding: 0px 10px;
  font-size: 13px;
  color: inherit !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  position: relative;
  margin-bottom: 20px !important;
  z-index: unset;
}
.woocommerce-cart .woocommerce-notices-wrapper:empty {
  display: none;
}

.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:not(.cart-empty),
.woocommerce-message:not(.cart-empty) {
  padding: 15px;
  background: #7db62e;
  display: block;
  color: #fff;
  font-size: 100%;
  position: relative;
  margin: 0;
  text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) a,
.woocommerce-message:not(.cart-empty) a {
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) a:hover,
.woocommerce-message:not(.cart-empty) a:hover {
  color: #FFF;
  text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-info.cart-empty {
  margin-top: 30px;
}

.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:not(.cart-empty),
.woocommerce-message:before:not(.cart-empty),
#yith-wcwl-message:before:not(.cart-empty) {
  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;
  opacity: 0.5;
  z-index: 99;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-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 {
  opacity: 0.8;
}

.entry-content > ul,
.entry-content > ol,
.tabs-inner ul,
.tabs-inner ol,
.accordian-inner ul,
.accordian-inner ol {
  margin-left: 20px;
}

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;
}

/* TOOL TIP */
.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;
  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;
}

.nasa_block .edit-link {
  display: none;
}

.columns > br,
.row > br {
  display: none;
}

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;
}

.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;
}

body.error404 .container-wrap {
  padding: 70px 0 40px 0;
}

.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-leading {
  font-size: 300% !important;
}

.nasa-ignore-margin {
  margin: 0 !important;
}

.nasa-float-left {
  float: left;
}

.nasa-float-right {
  float: right;
}

.nasa-float-none {
  float: none !important;
}

.clear,
.nasa-clear-both {
  clear: both;
}

.nasa-clear-none {
  clear: none !important;
}

.nasa-invisible {
  opacity: 0;
  visibility: hidden;
}
.nasa-invisible.nasa-down {
  height: 0;
}
.nasa-invisible.nasa-visible {
  opacity: 1;
  visibility: visible;
}

.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-300-bottom {
  margin-bottom: -300px !important;
}

.margin-310-bottom {
  margin-bottom: -310px !important;
}

.margin-320-bottom {
  margin-bottom: -320px !important;
}

.margin-330-bottom {
  margin-bottom: -330px !important;
}

.margin-340-bottom {
  margin-bottom: -340px !important;
}

.margin-350-bottom {
  margin-bottom: -350px !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: #f76b6a;
}

.clear-both {
  clear: both;
}

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 {
  /* VC progress bar color */
  background: #71BB6D !important;
}

.solid-red,
.bar_red {
  /* VC progress bar color */
  background: #E66F66 !important;
}

.solid-yellow {
  background: #FAB336 !important;
}

.solid-blue,
.bar_blue {
  /* VC progress bar color */
  background: #4F84C7 !important;
}

.solid-gray,
.bar_grey {
  /* VC progress bar color */
  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 {
    /* &.nasa-more-type-1 {
        height: 1px;
        width: 70%;
        margin: 0 auto 30px auto;

        .load-more-content {
            padding: 5px 25px;
            display: inline-block;
            top: -20px;
            cursor: pointer;
            font-weight: 500;
            @include radius(5px);
            @include both-align;
        }

        .nasa-end-content{
            display: inline-block;
            padding: 10px 25px;
            font-weight: 500;
            @include radius(5px);
            @include both-align;
        }
    } */
}
.load-more .load-more-icon {
  font-size: 160%;
  margin-right: 5px;
  position: relative;
  top: 2px;
  height: 20px;
  width: 28px;
  color: #aaa;
}
.load-more .load-more-text {
  position: relative;
  top: -5px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #aaa;
}
.load-more:hover .load-more-icon,
.load-more:hover .load-more-text {
  color: #333;
}
.load-more .load-more-content:hover .load-more-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.load-more.load-more-btn {
  cursor: pointer;
}
.load-more.end-product {
  cursor: default;
  font-size: 100%;
  letter-spacing: 2px;
  font-weight: bold;
  color: #aaa;
}
.load-more.end-product:hover {
  color: #333;
}
.load-more.load-more-btn, .load-more.end-product {
  position: relative;
  text-align: center;
  display: inline-block;
}
.load-more.nasa-more-type-2 {
  height: auto;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 14px 0;
}
.load-more.nasa-more-type-2 .load-more-content {
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.load-more.nasa-more-type-2 .load-more-icon {
  display: none;
}
.load-more.nasa-more-type-2 .load-more-text {
  position: static;
  font-weight: 700;
  font-size: 110%;
  letter-spacing: 0.1em;
  display: block;
}
.load-more.nasa-more-type-3 {
  padding: 10px 35px;
  border: 1px dashed #ccc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.load-more.nasa-more-type-3 .load-more-icon {
  display: none;
}
.load-more.nasa-more-type-3 .load-more-text {
  position: static;
  line-height: 1.4;
  letter-spacing: 1px;
}
.load-more.nasa-more-type-3.end-product {
  line-height: 1.4;
}
.load-more.nasa-more-type-3:hover {
  border-color: #2f2f2f;
}

.nasa-vitual-hidden {
  border: none !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  position: absolute !important;
}

.hidden-tag,
.hide,
.nasa-show-less,
.nasa-hide-for-desk,
[class*="block-grid-"] > li.nasa-show-less {
  display: none;
}

.nasa-show-less.current-tax-item {
  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;
}

.tt-menu .tt-dataset {
  min-height: 30px;
}
.tt-menu .tt-dataset .nasa-notice-empty {
  margin-bottom: 0;
  line-height: 29px;
}

.warpper-mobile-search.show-in-desk {
  display: block;
  position: fixed;
  z-index: 9999;
  background: #fff;
  padding: 15px 10px 25px 10px;
  width: 100%;
  top: -100%;
  box-shadow: 10px 5px 30px 3px #d1d1d1;
  text-align: center;
}
.warpper-mobile-search.show-in-desk input {
  width: 100%;
  margin: auto;
}
.warpper-mobile-search.show-in-desk form {
  margin: 0;
}
.warpper-mobile-search.show-in-desk form .screen-reader-text {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
}
.warpper-mobile-search.show-in-desk form input {
  margin: 0;
}
.warpper-mobile-search.show-in-desk form > label {
  padding-bottom: 10px;
}
.warpper-mobile-search.show-in-desk .twitter-typeahead,
.warpper-mobile-search.show-in-desk input.live-search-input {
  width: 85%;
}
.warpper-mobile-search.show-in-desk select[name="product_cat"] {
  width: 15%;
}
.warpper-mobile-search.show-in-desk .tt-menu {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.warpper-mobile-search.show-in-desk .tt-menu .item-search {
  max-height: 70px;
  overflow: hidden;
}
.warpper-mobile-search.show-in-desk .tt-menu .item-search a {
  display: block;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.warpper-mobile-search.show-in-desk .tt-menu .item-search a:hover {
  background: #f9f9f9;
}
.warpper-mobile-search.show-in-desk .tt-menu .item-search a p {
  font-size: 100%;
  text-align: left;
}
.warpper-mobile-search.show-in-desk .tt-menu .item-search a .nasa_item_title_search,
.warpper-mobile-search.show-in-desk .tt-menu .item-search a img {
  float: left;
}
.warpper-mobile-search.show-in-desk .tt-menu .item-search a .nasa_item_title_search {
  margin-left: 12px;
}
.warpper-mobile-search.show-in-desk .tt-menu .item-search a img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.reset_price {
  float: right;
}

.nasa-bg-dark {
  background-color: #333;
  margin-top: 30px;
}

ul.instagram-pics {
  margin-bottom: 0;
}

.nasa-mgr-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nasa-mgr-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nasa-mgr-top-20 {
  margin-top: 20px;
}

.nasa-mgr-top-40 {
  margin-top: 40px;
}

.nasa-mgr-bot-20 {
  margin-bottom: 20px;
}

.nasa-mgr-bot-40 {
  margin-bottom: 40px;
}

.nasa-service-block {
  background: #ffffff;
  border: 1px solid #cccccc;
}

.nasa-not-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.no-margin-top {
  margin-top: 0px !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 {
  opacity: 0;
}

.nasa-body-loaded .nasa-full-to-left,
.nasa-body-loaded .nasa-full-to-right {
  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: 100%;
  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;
}

/* Custom columns */
.columns.nasa-less-left,
.column.nasa-less-left {
  padding-left: 0.45977em;
}
.columns.nasa-less-right,
.column.nasa-less-right {
  padding-right: 0.45977em;
}

.padding-side-15 {
  padding: 0 15px;
}

.nasa-tip-content {
  position: absolute;
  top: -10px;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  width: auto;
  height: auto;
  background: #333;
  border-color: #333;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  padding: 5px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.nasa-tip-content:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-color: transparent;
  border-top-color: inherit;
  border-width: 6px;
  margin-left: -6px;
}

.nasa-tip {
  position: relative;
}
.nasa-tip:hover .nasa-tip-content {
  visibility: visible;
  opacity: 1;
}
.nasa-tip.nasa-tip-left .nasa-tip-content {
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.nasa-tip.nasa-tip-left .nasa-tip-content:after {
  top: 50%;
  left: 100%;
  border-top-color: transparent;
  border-left-color: inherit;
  margin-left: -1px;
  margin-top: -6px;
}
.nasa-tip.nasa-tip-right .nasa-tip-content {
  top: 50%;
  left: auto;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.nasa-tip.nasa-tip-right .nasa-tip-content:after {
  top: 50%;
  left: -11px;
  border-top-color: transparent;
  border-right-color: inherit;
  margin-left: 0px;
  margin-top: -6px;
}
.nasa-tip.nasa-tip-bottom .nasa-tip-content {
  top: auto;
  bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.nasa-tip.nasa-tip-bottom .nasa-tip-content:after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: inherit;
  margin-bottom: 0;
}

.nasa-sidebar-single-product.left .nasa-tip-content {
  top: 50%;
  left: auto;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.nasa-sidebar-single-product.left .nasa-tip-content:after {
  top: 50%;
  left: -11px;
  border-top-color: transparent;
  border-right-color: inherit;
  margin-left: 0px;
  margin-top: -6px;
}

.nasa-sidebar-single-product.right .nasa-tip-content {
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.nasa-sidebar-single-product.right .nasa-tip-content:after {
  top: 50%;
  left: auto;
  right: -11px;
  border-top-color: transparent;
  border-left-color: inherit;
  margin-left: 0px;
  margin-top: -6px;
}

.group-btn-in-list .nasa-tip-content {
  display: none;
}

@media only screen and (max-width: 52.96552em) {
  html {
    margin-top: 0px !important;
  }

  body {
    background: none;
    -ms-overflow-style: none;
  }
  body input,
  body textarea,
  body select {
    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 .sort-bar {
    position: relative;
  }
  body .sort-bar .sort-bar-text {
    display: inline-flex !important;
    font-weight: normal;
    font-size: 115%;
    line-height: 44px;
    color: #333;
  }
  body .sort-bar .woocommerce-ordering {
    width: 30px;
    height: 44px;
    position: static;
    z-index: 1;
    text-align: right;
    line-height: 44px;
  }
  body .sort-bar .woocommerce-ordering:after {
    position: static;
    margin: 0 2px;
    color: #2d2a2a;
    font-size: 25px;
    content: "\e659";
    font-family: "Pe-icon-7-stroke";
  }
  body .sort-bar .woocommerce-ordering select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: 400;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body .sort-bar .woocommerce-ordering select option {
    font-size: 14px;
  }
  body .nasa-compare-mess {
    position: unset;
    top: unset;
  }
  body .nasa-slide-left-info-wrap {
    padding: 10px 0;
  }
  body .nasa-slide-left-info-wrap .nasa-shortcode-title-slider {
    margin-bottom: 15px;
  }
  body .banner {
    margin-bottom: 10px;
  }
  body .nasa-product-details-page .product_meta > *:after {
    display: none;
  }
  body .nasa-dokan-sold_by_in_loop {
    margin-top: 3px;
  }
  body .nasa-single-product-stock {
    margin-right: 0;
  }
  body .order-steps {
    display: none;
  }
  body .nasa-static-group-btn {
    right: 10px;
    bottom: 0;
  }
  body .nasa-wrap-active-top {
    padding-right: 0;
    width: 100%;
  }
  body .nasa-reset-filters-top {
    padding: 7px 0 5px 25px;
  }
  body .nasa-reset-filters-top:before {
    left: 0;
    top: 50%;
    bottom: auto;
    width: 22px;
    height: 22px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body .nasa-reset-filters-top:hover {
    border-color: transparent;
  }
  body .nasa-boot-rate {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .comment-meta {
    float: none;
    margin-top: 0;
  }

  #top-bar {
    height: auto;
  }

  .nasa-change-view {
    display: none !important;
  }

  #nasa-popup {
    background-position: center center;
  }

  .widget-title {
    font-size: 150%;
    margin-bottom: 20px;
  }

  .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;
  }

  #main-content {
    margin-top: 0px;
  }

  .page-inner {
    padding: 0;
    border: 0;
  }

  #main-content .nasa_bg {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nasa-title span.nasa-title-wrap {
    font-size: 140%;
  }

  .nasa-title.nasa-text-link span {
    font-size: 110%;
  }

  .nasa-slick-slider {
    display: none;
  }
  .nasa-slick-slider.slick-initialized {
    display: block;
  }

  .nasa-slide-style-product-carousel .nasa-shortcode-title-slider {
    font-size: 150%;
  }

  .nasa-title-relate {
    font-size: 160%;
    margin-bottom: 23px;
    padding: 0 20px;
  }

  .nasa-slide-style-product-carousel .nasa-nav-carousel-wrap.nasa-carousel-related {
    top: -5px;
  }

  .nasa-nav-top-list .nasa-nav-arrow {
    visibility: visible;
    opacity: 1;
  }

  .tparrows.custom {
    transform: unset !important;
    margin-top: -20px;
  }
  .tparrows.custom.tp-rightarrow {
    right: 0;
    left: auto !important;
  }

  #top-link,
  .config,
  .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,
  .cart-sidebar .widget-title,
  .checkout-breadcrumb span,
  .checkout-breadcrumb span.divider,
  .widget:before,
  .widget:after {
    display: none;
  }

  .nasa-not-show-mobile {
    display: none !important;
  }

  .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;
  }

  .transparent-desktop,
  .wide-nav,
  .setting-switcher,
  .header-fold-btn,
  .share-icon,
  .nasa-groups,
  .header-utilities,
  .header-search,
  .header-share-icons {
    display: none !important;
  }

  .mobile-menu {
    color: #666;
    width: 100%;
    padding: 0 10px;
    position: relative;
    display: block;
  }
  .mobile-menu.nasa-mobile-fixed {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100;
    background: #FFF;
    padding: 0 10px;
    -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: 170%;
    position: relative;
  }
  .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-absolute-icons {
    position: static;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    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);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap .header-icons {
    display: inline-block;
    float: none;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap .header-icons > li {
    width: auto;
    margin: 5px 15px;
    text-align: center;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap .header-icons > li .wishlist-link,
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap .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 .header-icons > li a {
    color: #555555;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap .header-icons > li a .nasa-icon {
    font-size: 250%;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap.nasa-absolute-icons .nasa-header-icons-wrap .header-icons > li.nasa-icon-compare i {
    top: 2px;
  }
  .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 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .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: 5px;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li.first {
    margin-left: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li a .nasa-icon {
    margin-right: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart {
    right: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart .cart-icon {
    font-size: 175%;
    top: 0px;
  }

  .nasa-tab {
    margin-bottom: 15px;
  }

  .nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tab {
    margin-bottom: 0;
  }

  .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;
  }

  .nasa-wrap-popup-nodes {
    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-wrap-popup-nodes::-webkit-scrollbar {
    display: none;
  }

  #nasa-content-ask-a-quetion .nasa-ask-product {
    padding-left: 10px;
    padding-right: 10px;
  }

  #nasa-content-ask-a-quetion .nasa-ask-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Tab Elements */
  .nasa-tabs-content .nasa-slide-style {
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .nasa-tabs-content .nasa-slide-style 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-tabs.nasa-classic-style {
    margin-bottom: 0;
  }
  .nasa-tabs-content .nasa-tabs.nasa-slide-style {
    width: 100%;
    white-space: unset;
    border: unset;
    background: #f9f9f9;
    mask-image: unset;
    -webkit-mask-image: unset;
  }
  .nasa-tabs-content.woocommerce-tabs .nasa-tabs.nasa-classic-style {
    margin-bottom: 10px;
  }

  .client .client-inner {
    padding: 55px 0px;
  }

  .service-block .box .title .text {
    font-size: 100%;
  }

  .service-block .box {
    margin-bottom: 15px;
  }

  .woocommerce.widget_products,
  .woocommerce.widget_top_rated_products {
    padding-right: 0px;
  }

  #mobile-navigation ul[class*="block-grid-"] > li {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    overflow-x: auto;
  }

  .woocommerce-MyAccount-orders {
    min-width: 640px;
  }
  .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
    text-decoration: underline;
  }

  /* Blog */
  .blog .left {
    padding-right: 10px;
  }
  .blog .right {
    padding-left: 10px;
  }

  .icon-wrap.circle {
    display: none !important;
  }

  .product_list_widget > div:last-child {
    margin-bottom: 40px;
  }
  .product_list_widget.cart_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%;
  }

  .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%;
  }

  .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;
  }

  .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: 40px;
  }

  .shop_table .product-thumbnail {
    width: 50px;
  }

  .shop_table .product-quantity {
    width: 85px;
  }

  .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;
  }

  #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%;
  }

  .nasa-first-breadcrumb {
    font-size: 150%;
  }

  .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;
  }

  .nasa-leading {
    font-size: 200% !important;
  }

  #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;
  }

  .col-sidebar,
  .column.col-sidebar,
  .columns.col-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    text-align: left;
    background: #fff;
    z-index: 9998;
    max-width: 80%;
    width: 500px;
    padding: 0;
    -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: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .col-sidebar.left.nasa-active,
  .column.col-sidebar.left.nasa-active,
  .columns.col-sidebar.left.nasa-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .col-sidebar.left .nasa-sidebar-off-canvas,
  .column.col-sidebar.left .nasa-sidebar-off-canvas,
  .columns.col-sidebar.left .nasa-sidebar-off-canvas {
    direction: rtl;
  }
  .col-sidebar.right,
  .column.col-sidebar.right,
  .columns.col-sidebar.right {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .col-sidebar.right.nasa-active,
  .column.col-sidebar.right.nasa-active,
  .columns.col-sidebar.right.nasa-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .col-sidebar .nasa-sidebar-off-canvas,
  .column.col-sidebar .nasa-sidebar-off-canvas,
  .columns.col-sidebar .nasa-sidebar-off-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 40px;
  }

  /* Shortcode product deal */
  .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 {
    position: static;
  }
  .nasa-sc-pdeal.product-item .info {
    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-row {
    position: relative;
    top: 0;
    left: 0;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-pdeal-countdown .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-amount {
    display: inline-block;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .left {
    text-align: center;
  }

  .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 .add-to-cart-grid {
    text-align: center;
  }
  .nasa-products-special-deal .product-item {
    padding-top: 0px;
  }

  .nasa-special-deal-style-multi-wrap .product-deal-special-buttons {
    height: 60px;
  }

  .nasa-slide-style-product-deal .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal {
    top: -20px;
    width: 100%;
    z-index: 15;
  }

  .product-item {
    margin: 0 0 10px 0;
    min-height: auto !important;
    cursor: pointer;
    overflow: hidden;
  }
  .product-item .nasa-product-grid {
    padding-top: 5px;
  }
  .product-item .nasa-product-grid .btn-wishlist {
    visibility: visible;
    opacity: 0.8;
    left: -34px;
    margin-bottom: 5px;
    margin-top: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -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-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .product-item .nasa-product-grid .btn-wishlist .nasa-icon {
    line-height: 30px;
    font-size: 110%;
  }
  .product-item .nasa-product-grid .add-to-cart-grid {
    visibility: visible;
    opacity: 1;
    right: 10px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .product-item .nasa-product-grid .quick-view,
  .product-item .nasa-product-grid .btn-compare {
    visibility: hidden;
    opacity: 0;
    left: -34px;
    margin-bottom: 5px;
    margin-top: 0;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -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-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .product-item .nasa-product-grid .quick-view .nasa-icon,
  .product-item .nasa-product-grid .btn-compare .nasa-icon {
    color: inherit;
    line-height: 30px;
    font-size: 110%;
  }
  .product-item:hover .nasa-product-grid .btn-wishlist, .product-item.nasa-mobile-hover .nasa-product-grid .btn-wishlist {
    opacity: 0.8;
  }
  .product-item:hover .nasa-product-grid .quick-view,
  .product-item:hover .nasa-product-grid .btn-compare, .product-item.nasa-mobile-hover .nasa-product-grid .quick-view,
  .product-item.nasa-mobile-hover .nasa-product-grid .btn-compare {
    opacity: 0.8;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .product-item .nasa-gift-featured-wrap {
    display: none;
  }
  .product-item .info {
    position: inherit;
    width: 100%;
    bottom: 0;
    min-height: 100px;
  }
  .product-item .info .name a {
    line-height: 160%;
  }
  .product-item .info .star-rating {
    margin-bottom: 10px;
  }
  .product-item .info .info_main {
    font-size: 125%;
    line-height: 125%;
    margin: 5px 0 0 0;
  }

  .nasa-wrap-column .product-item .info {
    padding-bottom: 25px;
  }

  .columns.nasa-column-custom-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .columns.nasa-column-custom-2 {
    width: 50%;
  }
  .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: 15px 0 5px 0;
  }
  .category-page .filters-container.top-bar-wrap-type-1, .category-page .filters-container.top-bar-wrap-type-2 {
    padding-bottom: 10px;
  }

  .nasa-actived-filter {
    margin-bottom: 10px;
  }

  .nasa-slick-nav.nasa-top-sidebar-2 .nasa-nav-arrow {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .show-for-small.text-center {
    display: block !important;
  }

  .page-checkout #content {
    padding-top: 20px;
  }
  .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;
    padding-top: 10px;
  }

  .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-tit {
    font-size: 150%;
  }
  .nasa-static-sidebar .empty {
    font-size: 110%;
  }

  .products.nasa-main-content-warp {
    margin-top: -10px;
    position: static;
  }
  .products.nasa-main-content-warp:hover {
    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: #f76b6a;
  }
  .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-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-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;
  }

  #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 .nasa-sc-pdeal.product-item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.nasa-enable-wow .product-item.animated .info .nasa-product-grid {
    visibility: visible;
    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 {
    opacity: 1;
  }
  body .product-item.product-deals .nasa-sc-pdeal-countdown {
    opacity: 0.6;
  }
  body .product-item .info .name {
    padding-top: 5px;
  }
  body .nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll {
    margin-top: 0 !important;
    max-width: 100%;
    width: 100% !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;
  }
  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: unset !important;
  }
  body #main-content .nasa-single-product-main-image .nasa-item-main-image-wrap {
    width: 100%;
    float: left;
  }
  body .nasa-product-details-page .product-gallery .nasa-single-product-main-image {
    padding: 0;
  }
  body .nasa-single-product-scroll .product-gallery .nasa-badges-wrap {
    right: 10px;
  }
  body .nasa-product-details-page .nasa-single-product-slide .product-gallery .nasa-badges-wrap {
    right: 5px;
  }
  body .nasa-single-product-scroll .product-info {
    padding-left: 0.68966em;
  }
  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 a {
    font-size: 140%;
    padding: 10px 0;
  }
  body .nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap .price {
    font-size: 110%;
  }
  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 .nasa-recommend-product .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap {
    top: -52px;
  }

  .nasa-slider-items-margin.nasa-small-center-mode .slick-list {
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce-cart .cart-empty {
    font-size: 25px;
    margin-top: 30px;
  }

  .nasa-compare-list {
    padding: 10px 10px 20px 10px;
  }

  .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;
  }

  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 .header-type-4 #masthead {
    padding-top: 0;
  }
  body .nasa-megamenu .nasa-absolute {
    display: none !important;
  }
  body .product-warp-item .nasa-product-content-color-image-wrap {
    bottom: -43px;
  }
  body .nasa-product-content-color-image-wrap .nasa-product-content-child:first-child .nasa-attr-ux-nasa_color {
    margin-top: 0;
  }
  body .product-item .nasa-product-content-nasa_label-wrap {
    visibility: visible;
    opacity: 1;
  }
  body .product-item .nasa-product-grid .add-to-cart-grid .add_to_cart_text {
    display: none;
  }
  body .product-item .product-special-deals .nasa-product-grid .add-to-cart-grid .add_to_cart_text {
    display: block;
  }
  body .row .row.nasa-mobile-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  body .nasa-title-absolute h2 {
    font-size: 24px;
  }
}
.nasa-check-reponsive {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  background: transparent;
}

.nasa-col.columns .nasa-wrap-products-masonry {
  margin-left: -5px;
  margin-right: -5px;
}

.nasa-row.fullwidth .nasa-col.columns .nasa-wrap-products-masonry {
  margin-left: 5px;
  margin-right: 5px;
}

.nasa-columns-padding-0 .columns, .nasa-columns-padding-0 .column {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 52.96552em) {
  .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 {
    font-size: 140%;
    font-weight: 600;
  }
  .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: 54px;
    display: inherit;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nasa-box-shadow .nasa-tabs {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  }

  .nasa-sc .nasa-hoz-buttons .add-to-cart-grid.loading:before,
  .grid .nasa-hoz-buttons .add-to-cart-grid.loading:before {
    right: 6px;
  }
  .nasa-sc .nasa-hoz-buttons .nasa-product-grid .cart-icon.fa-plus:before,
  .grid .nasa-hoz-buttons .nasa-product-grid .cart-icon.fa-plus:before {
    line-height: 33px;
  }

  .nasa-masonry-item.nasa-opacity-0 {
    opacity: 0;
    visibility: visible;
  }
  .nasa-masonry-item.nasa-opacity-0 * {
    opacity: inherit !important;
  }
  .nasa-masonry-item .nasa-product-grid {
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    height: 41px;
    z-index: 6;
    width: unset;
    padding-top: unset;
    text-align: center;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .nasa-masonry-item .nasa-product-grid .btn-link {
    position: unset;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 2px;
    visibility: unset;
    opacity: unset;
    vertical-align: top !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nasa-masonry-item .nasa-product-grid .btn-link .nasa-icon {
    line-height: 30px;
  }
  .nasa-masonry-item .nasa-product-grid .btn-link.btn-wishlist {
    background: #696969;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .nasa-masonry-item .nasa-product-grid .btn-link.btn-wishlist .nasa-icon {
    font-size: 110%;
    color: #FFF;
  }
  .nasa-masonry-item .nasa-product-grid .btn-link.btn-wishlist.nasa-added .nasa-icon {
    color: #7db62e;
  }
  .nasa-masonry-item .nasa-product-grid .btn-link.btn-wishlist:hover {
    background: #333;
  }
  .nasa-masonry-item .nasa-product-grid .add-to-cart-grid {
    height: 30px;
    width: 30px;
  }
  .nasa-masonry-item .nasa-product-grid .add_to_cart_text {
    display: none;
  }
  .nasa-masonry-item .nasa-product-grid .cart-icon {
    height: 24px;
    width: 24px;
  }
  .nasa-masonry-item .nasa-product-grid .cart-icon:before {
    line-height: 23px;
  }
  .nasa-masonry-item .nasa-product-grid .cart-icon.fa-plus:before {
    line-height: 25px;
  }
  .nasa-masonry-item .product-item {
    margin: 0 0 10px 0;
  }
  .nasa-masonry-item .product-item .nasa-sc-pdeal-countdown {
    top: 40px;
    bottom: auto;
    padding: 5px 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .nasa-masonry-item .product-item .nasa-badges-wrap {
    top: 0;
    visibility: inherit;
    opacity: 0.9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nasa-masonry-item .product-item .product-info-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 8px;
    text-align: center;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .nasa-masonry-item .product-item .product-info-wrap .name {
    padding: 0 0 5px 0;
  }
  .nasa-masonry-item .product-item .product-info-wrap .name a {
    font-weight: bold;
  }
  .nasa-masonry-item .product-item .product-info-wrap .star-rating {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .nasa-masonry-item .product-item .nasa-product-content-variable-warp {
    position: absolute;
    z-index: 5;
    bottom: 80px;
    width: 100%;
    padding: 5px;
    background: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .nasa-masonry-item .product-item .nasa-product-content-variable-warp * {
    visibility: inherit;
    opacity: 0;
  }
  .nasa-masonry-item .product-item .nasa-product-content-nasa_select-wrap,
  .nasa-masonry-item .product-item .nasa-product-content-color-image-wrap,
  .nasa-masonry-item .product-item .nasa-product-content-nasa_label-wrap {
    position: unset;
    text-align: center;
    height: auto;
  }
  .nasa-masonry-item .product-item .nasa-product-content-color-image-wrap .nasa-product-content-child {
    float: none;
  }
  .nasa-masonry-item .product-item:hover .nasa-badges-wrap {
    visibility: hidden;
    opacity: 0;
  }
  .nasa-masonry-item .product-item:hover .product-info-wrap {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .nasa-masonry-item .product-item:hover .nasa-sc-pdeal-countdown {
    opacity: 0.8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .nasa-masonry-item .product-item:hover .nasa-product-content-variable-warp {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .nasa-masonry-item .product-item:hover .nasa-product-content-variable-warp * {
    opacity: 1;
  }
  .nasa-masonry-item .product-item:hover .nasa-product-content-variable-warp .nasa-product-content-select-wrap {
    display: none;
  }
  .nasa-masonry-item .product-item:hover .nasa-product-grid {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title h3 {
    font-size: 220%;
  }

  .nasa-boot-rate-center:before, .nasa-boot-rate-center:after {
    content: "";
    position: absolute;
    width: 1px;
    height: auto;
    top: 10px;
    bottom: 20px;
    border-left: 1px solid #efefef;
  }
  .nasa-boot-rate-center:before {
    left: -5px;
  }
  .nasa-boot-rate-center:after {
    right: -5px;
  }

  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;
    opacity: 0;
  }
  body .nasa-nav-extra-warp.nasa-show {
    visibility: visible;
    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;
    opacity: 0.7;
    background: #fff;
    text-align: center;
    line-height: 1.2;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 10px 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);
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  body .nasa-nav-extra-warp .desktop-menu-bar .bar-mobile_toggle:hover {
    cursor: pointer;
    opacity: 1;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 20px rgba(0, 0, 0, 0.1);
    -moz-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 {
    opacity: 1;
  }
  body .nasa-nav-extra-warp.style-2 .desktop-menu-bar .bar-mobile_toggle .fa-bars {
    color: #FFF;
  }
  body .nasa-wrap-column .product-item .info {
    min-height: 110px;
  }
  body .nasa-products-page-wrap.left,
  body .col-sidebar.left {
    padding-right: 20px;
  }
  body .nasa-products-page-wrap.right,
  body .col-sidebar.right {
    padding-left: 20px;
  }
  body .black-window-mobile {
    display: none;
    width: 0;
  }
  body .nasa-archive-product-content {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter {
    position: relative;
    display: inline-block;
    margin-left: -23%;
    width: 23%;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter .widget.woocommerce {
    padding: 5px 5px 50px 10px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter .widget.woocommerce .widget-title {
    display: none;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter.nasa-push-cat-show {
    margin-left: 0;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter.nasa-push-cat-show .widget.woocommerce {
    visibility: visible;
    height: unset;
    overflow: unset;
  }
  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.dokan-store #main-content {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 82.75862em;
  }
  body.dokan-store #main-content .seller-items .row {
    max-width: 100%;
  }
  body #dokan-store-listing-filter-wrap .left,
  body #dokan-store-listing-filter-wrap .right {
    float: none !important;
  }
  body .nasa-gallery-full.columns {
    padding-left: 0;
    padding-right: 0;
  }
  body .product-gallery.nasa-gallery-full .nasa-badges-wrap {
    right: 20px;
  }
  body.woocommerce-cart .woocommerce-notices-wrapper {
    margin-top: -50px !important;
  }

  .nasa-custom-countdown.nasa-large .countdown-row {
    margin: 0 -20px;
  }
  .nasa-custom-countdown.nasa-large .countdown-section {
    margin: 0 20px;
  }
  .nasa-custom-countdown.nasa-large .countdown-amount {
    width: 70px;
    padding: 21px 0;
  }
  .nasa-custom-countdown.nasa-large .countdown-period {
    font-size: 60%;
  }

  .large-block-grid-6 .product-item .nasa-sc-pdeal-countdown {
    padding-top: 5px;
  }
  .large-block-grid-6 .product-item .nasa-sc-pdeal-countdown .countdown-section {
    margin: 0 2px;
  }
  .large-block-grid-6 .product-item .nasa-sc-pdeal-countdown .countdown-amount {
    font-size: 70%;
    padding: 8px 0 6px 0;
    width: 25px;
  }
  .large-block-grid-6 .product-item .nasa-sc-pdeal-countdown .countdown-period {
    display: none;
  }

  .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-300-bottom {
    margin-bottom: -300px !important;
  }

  .desktop-margin-310-bottom {
    margin-bottom: -310px !important;
  }

  .desktop-margin-320-bottom {
    margin-bottom: -320px !important;
  }

  .desktop-margin-330-bottom {
    margin-bottom: -330px !important;
  }

  .desktop-margin-340-bottom {
    margin-bottom: -340px !important;
  }

  .desktop-margin-350-bottom {
    margin-bottom: -350px !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-110 {
    padding-top: 110px !important;
  }

  .desktop-padding-top-120 {
    padding-top: 120px !important;
  }

  .desktop-padding-top-130 {
    padding-top: 130px !important;
  }

  .desktop-padding-top-140 {
    padding-top: 140px !important;
  }

  .desktop-padding-top-150 {
    padding-top: 150px !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-110 {
    padding-bottom: 110px !important;
  }

  .desktop-padding-bottom-120 {
    padding-bottom: 120px !important;
  }

  .desktop-padding-bottom-130 {
    padding-bottom: 130px !important;
  }

  .desktop-padding-bottom-140 {
    padding-bottom: 140px !important;
  }

  .desktop-padding-bottom-150 {
    padding-bottom: 150px !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;
  }

  .container-wrap.page-checkout .woocommerce-form-login {
    margin-bottom: 30px;
  }
  .container-wrap.page-checkout .woocommerce-form-login .form-row-first,
  .container-wrap.page-checkout .woocommerce-form-login .form-row-last {
    width: 50%;
    float: left;
  }
  .container-wrap.page-checkout .woocommerce-form-login .form-row-first input,
  .container-wrap.page-checkout .woocommerce-form-login .form-row-last input {
    margin: 0;
  }
  .container-wrap.page-checkout .woocommerce-form-login .form-row-first {
    padding-right: 20px;
  }
  .container-wrap.page-checkout .woocommerce-form-login .form-row-last {
    padding-left: 20px;
  }
  .container-wrap.page-checkout .woocommerce-form-login .submit_wrap {
    float: left;
  }
  .container-wrap.page-checkout .woocommerce-form-login .submit_wrap .woocommerce-form-login__rememberme {
    float: right;
    height: 38px;
    line-height: 38px;
    margin-right: 30px;
  }
  .container-wrap.page-checkout .woocommerce-form-login .submit_wrap .woocommerce-form-login__submit {
    float: left;
    margin-right: 30px;
  }
  .container-wrap.page-checkout .woocommerce-form-login .lost_password {
    float: left;
    height: 38px;
    line-height: 38px;
  }

  .nasa-instagram.nasa-instagram-ziczac {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 15px;
  }
  .nasa-instagram.nasa-instagram-ziczac .username-text {
    top: 0;
    border: 1px solid #f6f6f6;
    -webkit-box-shadow: 0px 2px 2px #333333;
    -moz-box-shadow: 0px 2px 2px #333333;
    box-shadow: 0px 2px 2px #333333;
  }
  .nasa-instagram.nasa-instagram-ziczac li {
    padding: 5px;
    background: #fff;
    border: 1px solid #f6f6f6;
  }
  .nasa-instagram.nasa-instagram-ziczac li.nasa-odd {
    z-index: 1;
  }
  .nasa-instagram.nasa-instagram-ziczac li.nasa-even {
    z-index: 2;
    margin-bottom: 80px;
    -webkit-transform: scale(1.2, 1.2) translateY(55px);
    -ms-transform: scale(1.2, 1.2) translateY(55px);
    -moz-transform: scale(1.2, 1.2) translateY(55px);
    -o-transform: scale(1.2, 1.2) translateY(55px);
    transform: scale(1.2, 1.2) translateY(55px);
  }
  .nasa-instagram.nasa-instagram-ziczac li:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 52.96552em) {
  body .nasa-check-reponsive.nasa-switch-check {
    width: 1px;
    height: 1px;
  }
  body .tipr_container_bottom,
  body .tipr_container_top {
    display: none !important;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter {
    position: fixed;
    display: inline-block;
    left: -80%;
    top: 0;
    width: 500px;
    max-width: 80%;
    height: 100%;
    overflow-y: auto;
    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;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
  }
  body .black-window-mobile.nasa-push-cat-show {
    visibility: visible;
    opacity: 0.7;
  }
  body .nasa-slide-style-product-carousel.nasa-product-list-carousel .nasa-nav-carousel-wrap {
    top: -60px;
  }
  body .nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border li {
    margin-left: 0;
  }
  body .badge {
    font-size: 70%;
    padding: 1px 6px;
    line-height: 16px;
  }
  body .badge.out-of-stock-label {
    padding: 0 10px;
  }
  body .nasa-accessories-product .product-img:before {
    display: none;
  }
}
@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: #555555;
  }

  .nasa-header-icons-type-1 .header-icons > li {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body .product-info .entry-title {
    font-size: 180%;
    line-height: 1.4;
  }
  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;
  }
  body .nasa-side-sidebar {
    padding: 60px 20px;
  }
  body .product-item .nasa-sc-pdeal-countdown {
    padding: 3px 0 0 0;
  }
  body .product-item .nasa-sc-pdeal-countdown .countdown-section {
    margin: 0 2px;
  }
  body .product-item .nasa-sc-pdeal-countdown .countdown-amount {
    font-size: 70%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0;
  }
  body .product-item .nasa-sc-pdeal-countdown .countdown-period {
    font-size: 50%;
  }
}
@media (max-width: 320px) {
  .nasa-main-content-warp .nasa-sc-p-info .nasa-sc-price .nasa-sc-p-price {
    bottom: 0px !important;
  }
}
@media (max-width: 370px) {
  body .nasa-products-special-deal.nasa-products-special-deal-multi .countdown-row, body .nasa-products-special-deal.nasa-products-special-deal-multi-2 .countdown-row {
    margin: 0 -5px;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-multi .countdown-section, body .nasa-products-special-deal.nasa-products-special-deal-multi-2 .countdown-section {
    margin: 0 5px;
  }
  body .nasa-products-special-deal.nasa-products-special-deal-multi .countdown-amount, body .nasa-products-special-deal.nasa-products-special-deal-multi-2 .countdown-amount {
    width: 40px !important;
    padding: 9px 0;
    font-size: 115% !important;
  }
  body .products-arrow .next-prev-buttons .dropdown-wrap {
    display: none;
  }
}
/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .nasa-search-space form#yith-ajaxsearchform input {
    width: auto;
  }

  .service-block .box .title .text {
    top: 18px;
  }

  .banner .nasa-banner-content {
    padding: 0px !important;
  }

  .border_inner {
    border: none;
  }

  .rev_slider_wrapper {
    margin-bottom: 20px !important;
  }

  .product-info .quantity {
    margin-bottom: 10px;
  }

  body .product-info .cart .single_add_to_cart_button {
    padding: 1em 2.5em;
  }
}
/* Custom @media only screen and (max-width: 450px) */
@media only screen and (max-width: 450px) {
  .page-checkout .cart-sidebar .button {
    width: 100%;
  }
  .page-checkout .cart-sidebar .checkout-button {
    margin-left: 0px;
  }
  .page-checkout input[name="apply_coupon"] {
    width: 100%;
  }

  .payment_method_paypal img {
    max-width: 100px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 600px) {
  body .nasa-static-sidebar#nasa-viewed-sidebar .products,
  body .nasa-static-sidebar .widget_shopping_wishlist_content,
  body .nasa-static-sidebar .widget_shopping_cart_content {
    padding: 0 20px 20px 20px;
  }
  body .nasa-wrap-title-width {
    width: 100%;
  }
  body .small-6 .product-item .nasa-icon {
    font-size: 150%;
  }
  body .nasa-sidebar-return-shop {
    font-size: 80%;
  }
}
@media screen and (max-width: 340px) {
  body .product-item .product-img-wrap .nasa-product-grid .add-to-cart-grid .add_to_cart_text {
    font-size: 70%;
  }
}
@media screen and (max-width: 1199px) {
  body .vertical-menu.nasa-allways-show-warp {
    min-width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #main-content > .section-element {
    position: relative;
  }
  #main-content > .section-element > .row > .columns.nasa-full-to-left, #main-content > .section-element > .row > .columns.nasa-full-to-right {
    position: absolute;
    top: 0;
  }
  #main-content > .section-element > .row > .columns.nasa-full-to-left {
    left: 0;
    padding-left: 0;
  }
  #main-content > .section-element > .row > .columns.nasa-full-to-right {
    right: 0;
    padding-right: 0;
  }

  body .nasa-check-reponsive.nasa-desktop-check {
    width: 1px;
    height: 1px;
  }
}
@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 only screen and (min-width: 600px) and (max-width: 700px) {
  body .product-item .nasa-icon {
    font-size: 150%;
  }
}
@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 {
    font-size: 180%;
  }
  body .header-icons > li a .nasa-icon.icon-nasa-search {
    font-size: 160%;
  }
}
@media screen and (max-width: 400px) {
  body .header-icons > li a .nasa-icon {
    font-size: 160%;
  }
  body .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart .cart-icon {
    font-size: 160%;
  }
}
/**
 * Fix icons in loop product
 */
@media screen and (max-width: 420px) {
  body .mobile-menu .nasa-mobile-menu-icon {
    font-size: 150%;
  }
  body .mobile-search {
    font-size: 150%;
  }
  body .product-info .cart .single_add_to_cart_button {
    padding: 1em 2em;
  }
}
@media only screen and (min-width: 52.96552em) {
  .large-2:nth-of-type(n) {
    clear: none;
  }
  .large-2:nth-of-type(6n+1) {
    clear: both;
  }

  .large-3:nth-of-type(n) {
    clear: none;
  }
  .large-3:nth-of-type(4n+1) {
    clear: both;
  }

  .large-4:nth-of-type(n) {
    clear: none;
  }
  .large-4:nth-of-type(3n+1) {
    clear: both;
  }

  .nasa-5-col.columns,
  .nasa-large-5-col-1.columns {
    width: 20%;
  }
  .nasa-5-col.columns:nth-of-type(n),
  .nasa-large-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  .nasa-5-col.columns:nth-of-type(5n+1),
  .nasa-large-5-col-1.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .nasa-5-col-2.columns,
  .nasa-large-5-col-2.columns {
    width: 40%;
  }

  .nasa-5-col-3.columns,
  .nasa-large-5-col-3.columns {
    width: 60%;
  }

  .nasa-5-col-4.columns,
  .nasa-large-5-col-4.columns {
    width: 80%;
  }

  .large-6:nth-of-type(n) {
    clear: none;
  }
  .large-6:nth-of-type(2n+1) {
    clear: both;
  }

  .large-offset-1 {
    margin-left: 8.333333%;
  }

  .large-offset-2 {
    margin-left: 16.666666%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-offset-4 {
    margin-left: 33.333333%;
  }

  .large-offset-5 {
    margin-left: 41.666666%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-offset-7 {
    margin-left: 58.333333%;
  }

  .large-offset-8 {
    margin-left: 66.666666%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-offset-10 {
    margin-left: 83.333333%;
  }

  .large-offset-11 {
    margin-left: 91.666666%;
  }

  .large-offset-12 {
    margin-left: 100%;
  }

  .nasa-large-offset-5-col-1.columns {
    margin-left: 20%;
  }

  .nasa-large-offset-5-col-2.columns {
    margin-left: 40%;
  }

  .nasa-large-offset-5-col-3.columns {
    margin-left: 60%;
  }

  .nasa-large-offset-5-col-4.columns {
    margin-left: 80%;
  }
}
/**
 * Large columns
 */
@media only screen and (min-width: 70.62069em) {
  .hide-for-desktop {
    display: none;
  }
}
/**
 * Tablet columns
 */
@media only screen and (min-width: 52.96552em) and (max-width: 70.62069em) {
  .nasa-accessories-product .product-img:before {
    display: none;
  }

  .hide-for-taplet {
    display: none;
  }

  body .nasa-check-reponsive.nasa-taplet-check {
    width: 1px;
    height: 1px;
  }
  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-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 .medium-1 {
    width: 8.333333%;
  }
  body .medium-1:nth-of-type(n) {
    clear: none;
  }
  body .medium-1:nth-of-type(12n+1) {
    clear: both;
  }
  body .medium-2 {
    width: 16.666666%;
  }
  body .medium-2:nth-of-type(n) {
    clear: none;
  }
  body .medium-2:nth-of-type(6n+1) {
    clear: both;
  }
  body .medium-3 {
    width: 25%;
  }
  body .medium-3:nth-of-type(n) {
    clear: none;
  }
  body .medium-3:nth-of-type(4n+1) {
    clear: both;
  }
  body .medium-4 {
    width: 33.333333%;
  }
  body .medium-4:nth-of-type(n) {
    clear: none;
  }
  body .medium-4:nth-of-type(3n+1) {
    clear: both;
  }
  body .medium-5 {
    width: 41.666666%;
  }
  body .medium-6 {
    width: 50%;
  }
  body .medium-6:nth-of-type(n) {
    clear: none;
  }
  body .medium-6:nth-of-type(2n+1) {
    clear: both;
  }
  body .medium-7 {
    width: 58.333333%;
  }
  body .medium-8 {
    width: 66.666666%;
  }
  body .medium-9 {
    width: 75%;
  }
  body .medium-10 {
    width: 83.333333%;
  }
  body .medium-11 {
    width: 91.666666%;
  }
  body .medium-12 {
    width: 100%;
  }
  body .nasa-medium-5-col-1.columns {
    width: 20%;
  }
  body .nasa-medium-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  body .nasa-medium-5-col-1.columns:nth-of-type(5n+1) {
    clear: both;
  }
  body .nasa-medium-5-col-2.columns {
    width: 40%;
  }
  body .nasa-medium-5-col-3.columns {
    width: 60%;
  }
  body .nasa-medium-5-col-4.columns {
    width: 80%;
  }
  body .medium-offset-1 {
    margin-left: 8.333333%;
  }
  body .medium-offset-2 {
    margin-left: 16.666666%;
  }
  body .medium-offset-3 {
    margin-left: 25%;
  }
  body .medium-offset-4 {
    margin-left: 33.333333%;
  }
  body .medium-offset-5 {
    margin-left: 41.666666%;
  }
  body .medium-offset-6 {
    margin-left: 50%;
  }
  body .medium-offset-7 {
    margin-left: 58.333333%;
  }
  body .medium-offset-8 {
    margin-left: 66.666666%;
  }
  body .medium-offset-9 {
    margin-left: 75%;
  }
  body .medium-offset-10 {
    margin-left: 83.333333%;
  }
  body .medium-offset-11 {
    margin-left: 91.666666%;
  }
  body .medium-offset-12 {
    margin-left: 100%;
  }
  body .nasa-medium-offset-5-col-1.columns {
    margin-left: 20%;
  }
  body .nasa-medium-offset-5-col-2.columns {
    margin-left: 40%;
  }
  body .nasa-medium-offset-5-col-3.columns {
    margin-left: 60%;
  }
  body .nasa-medium-offset-5-col-4.columns {
    margin-left: 80%;
  }
  body .nasa-instagram.items-tablet-1 li {
    width: 100%;
  }
  body .nasa-instagram.items-tablet-2 li {
    width: 50%;
  }
  body .nasa-instagram.items-tablet-2 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-tablet-2 li:nth-of-type(2n+1) {
    clear: both;
  }
  body .nasa-instagram.items-tablet-3 li {
    width: 33.3333%;
  }
  body .nasa-instagram.items-tablet-3 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-tablet-3 li:nth-of-type(4n+1) {
    clear: both;
  }
  body .nasa-instagram.items-tablet-4 li {
    width: 25%;
  }
  body .nasa-instagram.items-tablet-4 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-tablet-4 li:nth-of-type(4n+1) {
    clear: both;
  }
  body .nasa-instagram.items-tablet-5 li {
    width: 20%;
  }
  body .nasa-instagram.items-tablet-5 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-tablet-5 li:nth-of-type(5n+1) {
    clear: both;
  }
  body .nasa-instagram.items-tablet-6 li {
    width: 16.6666%;
  }
  body .nasa-instagram.items-tablet-6 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-tablet-6 li:nth-of-type(6n+1) {
    clear: both;
  }

  body .tablet-margin-top-0 {
    margin-top: 0px !important;
  }
  body .tablet-margin-top-5 {
    margin-top: 5px !important;
  }
  body .tablet-margin-top-10 {
    margin-top: 10px !important;
  }
  body .tablet-margin-top-15 {
    margin-top: 15px !important;
  }
  body .tablet-margin-top-20 {
    margin-top: 20px !important;
  }
  body .tablet-margin-top-25 {
    margin-top: 25px !important;
  }
  body .tablet-margin-top-30 {
    margin-top: 30px !important;
  }
  body .tablet-margin-top-35 {
    margin-top: 35px !important;
  }
  body .tablet-margin-top-40 {
    margin-top: 40px !important;
  }
  body .tablet-margin-top-45 {
    margin-top: 45px !important;
  }
  body .tablet-margin-top-50 {
    margin-top: 50px !important;
  }
  body .tablet-margin-top-60 {
    margin-top: 60px !important;
  }
  body .tablet-margin-top-70 {
    margin-top: 70px !important;
  }
  body .tablet-margin-top-80 {
    margin-top: 80px !important;
  }
  body .tablet-margin-top-100 {
    margin-top: 100px !important;
  }
  body .tablet-margin-top-120 {
    margin-top: 120px !important;
  }
  body .tablet-margin-top-140 {
    margin-top: 140px !important;
  }
  body .tablet-margin-top-150 {
    margin-top: 150px !important;
  }
  body .tablet-margin-top-300 {
    margin-top: 300px !important;
  }
  body .tablet-margin-top-310 {
    margin-top: 310px !important;
  }
  body .tablet-margin-top-320 {
    margin-top: 320px !important;
  }
  body .tablet-margin-top-330 {
    margin-top: 330px !important;
  }
  body .tablet-margin-top-340 {
    margin-top: 340px !important;
  }
  body .tablet-margin-top-350 {
    margin-top: 350px !important;
  }
  body .tablet-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  body .tablet-margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  body .tablet-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  body .tablet-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  body .tablet-margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  body .tablet-margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  body .tablet-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  body .tablet-margin-bottom-35 {
    margin-bottom: 35px !important;
  }
  body .tablet-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  body .tablet-margin-bottom-45 {
    margin-bottom: 45px !important;
  }
  body .tablet-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  body .tablet-margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  body .tablet-margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  body .tablet-margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  body .tablet-margin-300-bottom {
    margin-bottom: -300px !important;
  }
  body .tablet-margin-310-bottom {
    margin-bottom: -310px !important;
  }
  body .tablet-margin-320-bottom {
    margin-bottom: -320px !important;
  }
  body .tablet-margin-330-bottom {
    margin-bottom: -330px !important;
  }
  body .tablet-margin-340-bottom {
    margin-bottom: -340px !important;
  }
  body .tablet-margin-350-bottom {
    margin-bottom: -350px !important;
  }
  body .tablet-margin-left-0 {
    margin-left: 0px !important;
  }
  body .tablet-margin-left-5 {
    margin-left: 5px !important;
  }
  body .tablet-margin-left-10 {
    margin-left: 10px !important;
  }
  body .tablet-margin-left-15 {
    margin-left: 15px !important;
  }
  body .tablet-margin-left-20 {
    margin-left: 20px !important;
  }
  body .tablet-margin-left-25 {
    margin-left: 25px !important;
  }
  body .tablet-margin-left-30 {
    margin-left: 30px !important;
  }
  body .tablet-margin-left-35 {
    margin-left: 35px !important;
  }
  body .tablet-margin-left-40 {
    margin-left: 40px !important;
  }
  body .tablet-margin-left-45 {
    margin-left: 45px !important;
  }
  body .tablet-margin-left-50 {
    margin-left: 50px !important;
  }
  body .tablet-margin-left-60 {
    margin-left: 60px !important;
  }
  body .tablet-margin-left-70 {
    margin-left: 70px !important;
  }
  body .tablet-margin-left-80 {
    margin-left: 80px !important;
  }
  body .tablet-margin-right-0 {
    margin-right: 0px !important;
  }
  body .tablet-margin-right-5 {
    margin-right: 5px !important;
  }
  body .tablet-margin-right-10 {
    margin-right: 10px !important;
  }
  body .tablet-margin-right-15 {
    margin-right: 15px !important;
  }
  body .tablet-margin-right-20 {
    margin-right: 20px !important;
  }
  body .tablet-margin-right-25 {
    margin-right: 25px !important;
  }
  body .tablet-margin-right-30 {
    margin-right: 30px !important;
  }
  body .tablet-margin-right-35 {
    margin-right: 35px !important;
  }
  body .tablet-margin-right-40 {
    margin-right: 40px !important;
  }
  body .tablet-margin-right-45 {
    margin-right: 45px !important;
  }
  body .tablet-margin-right-50 {
    margin-right: 50px !important;
  }
  body .tablet-margin-right-60 {
    margin-right: 60px !important;
  }
  body .tablet-margin-right-70 {
    margin-right: 70px !important;
  }
  body .tablet-margin-right-80 {
    margin-right: 80px !important;
  }
  body .tablet-padding-top-0 {
    padding-top: 0px !important;
  }
  body .tablet-padding-top-5 {
    padding-top: 5px !important;
  }
  body .tablet-padding-top-10 {
    padding-top: 10px !important;
  }
  body .tablet-padding-top-15 {
    padding-top: 15px !important;
  }
  body .tablet-padding-top-20 {
    padding-top: 20px !important;
  }
  body .tablet-padding-top-25 {
    padding-top: 25px !important;
  }
  body .tablet-padding-top-30 {
    padding-top: 30px !important;
  }
  body .tablet-padding-top-35 {
    padding-top: 35px !important;
  }
  body .tablet-padding-top-40 {
    padding-top: 40px !important;
  }
  body .tablet-padding-top-45 {
    padding-top: 45px !important;
  }
  body .tablet-padding-top-50 {
    padding-top: 50px !important;
  }
  body .tablet-padding-top-60 {
    padding-top: 60px !important;
  }
  body .tablet-padding-top-70 {
    padding-top: 70px !important;
  }
  body .tablet-padding-top-80 {
    padding-top: 80px !important;
  }
  body .tablet-padding-top-90 {
    padding-top: 90px !important;
  }
  body .tablet-padding-top-100 {
    padding-top: 100px !important;
  }
  body .tablet-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  body .tablet-padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  body .tablet-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  body .tablet-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  body .tablet-padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  body .tablet-padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  body .tablet-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  body .tablet-padding-bottom-35 {
    padding-bottom: 35px !important;
  }
  body .tablet-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  body .tablet-padding-bottom-45 {
    padding-bottom: 45px !important;
  }
  body .tablet-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  body .tablet-padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  body .tablet-padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  body .tablet-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  body .tablet-padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  body .tablet-padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  body .tablet-padding-left-0 {
    padding-left: 0px !important;
  }
  body .tablet-padding-left-5 {
    padding-left: 5px !important;
  }
  body .tablet-padding-left-10 {
    padding-left: 10px !important;
  }
  body .tablet-padding-left-15 {
    padding-left: 15px !important;
  }
  body .tablet-padding-left-20 {
    padding-left: 20px !important;
  }
  body .tablet-padding-left-25 {
    padding-left: 25px !important;
  }
  body .tablet-padding-left-30 {
    padding-left: 30px !important;
  }
  body .tablet-padding-left-35 {
    padding-left: 35px !important;
  }
  body .tablet-padding-left-40 {
    padding-left: 40px !important;
  }
  body .tablet-padding-left-45 {
    padding-left: 45px !important;
  }
  body .tablet-padding-left-50 {
    padding-left: 50px !important;
  }
  body .tablet-padding-left-60 {
    padding-left: 60px !important;
  }
  body .tablet-padding-left-70 {
    padding-left: 70px !important;
  }
  body .tablet-padding-left-80 {
    padding-left: 80px !important;
  }
  body .tablet-padding-left-90 {
    padding-left: 90px !important;
  }
  body .tablet-padding-left-100 {
    padding-left: 100px !important;
  }
  body .tablet-padding-left-110 {
    padding-left: 110px !important;
  }
  body .tablet-padding-left-120 {
    padding-left: 120px !important;
  }
  body .tablet-padding-left-130 {
    padding-left: 130px !important;
  }
  body .tablet-padding-left-140 {
    padding-left: 140px !important;
  }
  body .tablet-padding-left-150 {
    padding-left: 150px !important;
  }
  body .tablet-padding-left-160 {
    padding-left: 160px !important;
  }
  body .tablet-padding-left-170 {
    padding-left: 170px !important;
  }
  body .tablet-padding-left-180 {
    padding-left: 180px !important;
  }
  body .tablet-padding-left-190 {
    padding-left: 190px !important;
  }
  body .tablet-padding-left-200 {
    padding-left: 200px !important;
  }
  body .tablet-padding-right-0 {
    padding-right: 0px !important;
  }
  body .tablet-padding-right-5 {
    padding-right: 5px !important;
  }
  body .tablet-padding-right-10 {
    padding-right: 10px !important;
  }
  body .tablet-padding-right-15 {
    padding-right: 15px !important;
  }
  body .tablet-padding-right-20 {
    padding-right: 20px !important;
  }
  body .tablet-padding-right-25 {
    padding-right: 25px !important;
  }
  body .tablet-padding-right-30 {
    padding-right: 30px !important;
  }
  body .tablet-padding-right-35 {
    padding-right: 35px !important;
  }
  body .tablet-padding-right-40 {
    padding-right: 40px !important;
  }
  body .tablet-padding-right-45 {
    padding-right: 45px !important;
  }
  body .tablet-padding-right-50 {
    padding-right: 50px !important;
  }
  body .tablet-padding-right-60 {
    padding-right: 60px !important;
  }
  body .tablet-padding-right-70 {
    padding-right: 70px !important;
  }
  body .tablet-padding-right-80 {
    padding-right: 80px !important;
  }
  body .tablet-padding-right-90 {
    padding-right: 90px !important;
  }
  body .tablet-padding-right-100 {
    padding-right: 100px !important;
  }
  body .tablet-padding-right-110 {
    padding-right: 110px !important;
  }
  body .tablet-padding-right-120 {
    padding-right: 120px !important;
  }
  body .tablet-padding-right-130 {
    padding-right: 130px !important;
  }
  body .tablet-padding-right-140 {
    padding-right: 140px !important;
  }
  body .tablet-padding-right-150 {
    padding-right: 150px !important;
  }
  body .tablet-padding-right-160 {
    padding-right: 160px !important;
  }
  body .tablet-padding-right-170 {
    padding-right: 170px !important;
  }
  body .tablet-padding-right-180 {
    padding-right: 180px !important;
  }
  body .tablet-padding-right-190 {
    padding-right: 190px !important;
  }
  body .tablet-padding-right-200 {
    padding-right: 200px !important;
  }
}
/**
 * Mobile View
 */
@media only screen and (max-width: 52.96552em) {
  .nasa-accessories-product .product-img:before {
    display: none;
  }

  .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 .nasa-sidebar-off-canvas,
  body .category-page .column.col-sidebar .nasa-sidebar-off-canvas,
  body .category-page .columns.col-sidebar .nasa-sidebar-off-canvas,
  body .category-page .nasa-side-sidebar .nasa-sidebar-off-canvas {
    padding: 40px 30px;
  }
  body .nasa-labels-filter-top .nasa-labels-filter-accordion .nasa-top-row-filter li {
    width: 100%;
  }
  body .nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border li.nasa-single-product-tab a {
    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 .small-1 {
    width: 8.333333%;
    width: 16.666666%;
  }
  body .small-1:nth-of-type(n) {
    clear: none;
  }
  body .small-1:nth-of-type(12n+1) {
    clear: both;
  }
  body .small-2 {
    width: 16.666666%;
  }
  body .small-2:nth-of-type(n) {
    clear: none;
  }
  body .small-2:nth-of-type(6n+1) {
    clear: both;
  }
  body .small-3 {
    width: 25%;
  }
  body .small-3:nth-of-type(n) {
    clear: none;
  }
  body .small-3:nth-of-type(4n+1) {
    clear: both;
  }
  body .small-4 {
    width: 33.333333%;
  }
  body .small-4:nth-of-type(n) {
    clear: none;
  }
  body .small-4:nth-of-type(3n+1) {
    clear: both;
  }
  body .small-5 {
    width: 41.666666%;
  }
  body .small-6 {
    width: 50%;
  }
  body .small-6:nth-of-type(n) {
    clear: none;
  }
  body .small-6:nth-of-type(2n+1) {
    clear: both;
  }
  body .small-6.product-warp-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  body .small-7 {
    width: 58.333333%;
  }
  body .small-8 {
    width: 66.666666%;
  }
  body .small-9 {
    width: 75%;
  }
  body .small-10 {
    width: 83.333333%;
  }
  body .small-11 {
    width: 91.666666%;
  }
  body .small-12 {
    width: 100%;
  }
  body .nasa-small-5-col-1.columns {
    width: 20%;
  }
  body .nasa-small-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  body .nasa-small-5-col-1.columns:nth-of-type(5n+1) {
    clear: both;
  }
  body .nasa-small-5-col-2.columns {
    width: 40%;
  }
  body .nasa-small-5-col-3.columns {
    width: 60%;
  }
  body .nasa-small-5-col-4.columns {
    width: 80%;
  }
  body .small-offset-1 {
    margin-left: 8.333333%;
  }
  body .small-offset-2 {
    margin-left: 16.666666%;
  }
  body .small-offset-3 {
    margin-left: 25%;
  }
  body .small-offset-4 {
    margin-left: 33.333333%;
  }
  body .small-offset-5 {
    margin-left: 41.666666%;
  }
  body .small-offset-6 {
    margin-left: 50%;
  }
  body .small-offset-7 {
    margin-left: 58.333333%;
  }
  body .small-offset-8 {
    margin-left: 66.666666%;
  }
  body .small-offset-9 {
    margin-left: 75%;
  }
  body .small-offset-10 {
    margin-left: 83.333333%;
  }
  body .small-offset-11 {
    margin-left: 91.666666%;
  }
  body .small-offset-12 {
    margin-left: 100%;
  }
  body .nasa-small-offset-5-col-1.columns {
    margin-left: 20%;
  }
  body .nasa-small-offset-5-col-2.columns {
    margin-left: 40%;
  }
  body .nasa-small-offset-5-col-3.columns {
    margin-left: 60%;
  }
  body .nasa-small-offset-5-col-4.columns {
    margin-left: 80%;
  }
  body .nasa-instagram.items-mobile-1 li {
    width: 100%;
  }
  body .nasa-instagram.items-mobile-2 li {
    width: 50%;
  }
  body .nasa-instagram.items-mobile-2 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-mobile-2 li:nth-of-type(2n+1) {
    clear: both;
  }
  body .nasa-instagram.items-mobile-3 li {
    width: 33.3333%;
  }
  body .nasa-instagram.items-mobile-3 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-mobile-3 li:nth-of-type(4n+1) {
    clear: both;
  }
  body .nasa-instagram.items-mobile-4 li {
    width: 25%;
  }
  body .nasa-instagram.items-mobile-4 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-mobile-4 li:nth-of-type(4n+1) {
    clear: both;
  }
  body .nasa-instagram.items-mobile-5 li {
    width: 20%;
  }
  body .nasa-instagram.items-mobile-5 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-mobile-5 li:nth-of-type(5n+1) {
    clear: both;
  }
  body .nasa-instagram.items-mobile-6 li {
    width: 16.6666%;
  }
  body .nasa-instagram.items-mobile-6 li:nth-of-type(n) {
    clear: none;
  }
  body .nasa-instagram.items-mobile-6 li:nth-of-type(6n+1) {
    clear: both;
  }

  .category-page .col-sidebar,
  .category-page .column.col-sidebar,
  .category-page .columns.col-sidebar {
    padding: 60px;
  }
}
.nasa-header-mobile-layout .elements-wrapper .nasa-icon {
  font-size: 160%;
  line-height: 60px;
}

ul.products-group {
  margin: 0;
}

/* Override the Global Elements radius */
.woocommerce-billing-fields input {
  padding: 0 15px !important;
  height: 42px;
}

.woocommerce form select {
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #ccc;
}

#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;
}

.fpd-catalog-customize {
  position: absolute;
  width: auto;
  bottom: -18px;
  display: block;
  right: 10px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -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;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.product-item .fpd-catalog-customize {
  display: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body.dokan-theme-elessi-theme .nasa-panel.nasa-content-seller .seller-rating {
  position: relative;
  top: 3px;
  display: block;
}

#showagain {
  position: relative;
  top: 2px;
}

.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);
}
.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;
}

.nasa-wc-vendor-single-meta {
  font-weight: bold;
}

.wcvendors_sold_by_in_loop {
  display: block;
  line-height: 1.6;
  margin-top: 8px;
  font-weight: bold;
}

[name="vendor_application_submit"] {
  margin-top: 30px;
}

.nasa-dokan-sold_by_in_loop {
  display: block;
  line-height: 1.6;
  margin-top: 8px;
}
.nasa-dokan-sold_by_in_loop .nasa-dokan-sold_by_href {
  font-weight: bold;
}

#dokan-seller-listing-wrap .seller-listing-content ul.dokan-seller-wrap {
  margin-top: 30px;
}

#dokan-seller-listing-wrap .seller-listing-content ul.dokan-seller-wrap li {
  margin-bottom: 30px;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label {
  margin-bottom: 15px;
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {
  line-height: 1.4;
}

#dokan-primary {
  margin-top: 40px;
  margin-bottom: 40px;
}

#main-content .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  margin-left: -10px;
  width: 30px;
  text-align: center;
}

.seller-listing-content .pagination-wrap {
  text-align: center;
}

.seller-items .nasa-content-page-products ul.products {
  margin-left: -10px;
  margin-right: -10px;
}

.dokan-widget-area {
  padding-top: 35px;
}

#dokan-store-listing-filter-wrap .left,
#dokan-store-listing-filter-wrap .right {
  float: none !important;
}

body #dokan-seller-listing-wrap.grid-view .store-footer {
  z-index: 9;
}

.dokan-store-open-close {
  padding-bottom: 10px;
}
.dokan-store-open-close span {
  font-weight: bold;
  color: #000;
}

.dokan-store-open-close label {
  display: inline-flex;
  margin-bottom: 0;
}

body .dokan-store-open-close .open-close-day {
  line-height: 30px;
  padding-top: 0;
}

form#dokan-form-contact-seller {
  padding-top: 10px;
}
form#dokan-form-contact-seller .alert-success {
  padding: 8px 15px;
  margin-bottom: 15px;
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form#dokan-form-contact-seller .dokan-form-group {
  margin-bottom: 15px;
}
form#dokan-form-contact-seller .dokan-form-group input[type="text"],
form#dokan-form-contact-seller .dokan-form-group input[type="password"],
form#dokan-form-contact-seller .dokan-form-group input[type="date"],
form#dokan-form-contact-seller .dokan-form-group input[type="datetime"],
form#dokan-form-contact-seller .dokan-form-group input[type="datetime-local"],
form#dokan-form-contact-seller .dokan-form-group input[type="month"],
form#dokan-form-contact-seller .dokan-form-group input[type="week"],
form#dokan-form-contact-seller .dokan-form-group input[type="email"],
form#dokan-form-contact-seller .dokan-form-group input[type="number"],
form#dokan-form-contact-seller .dokan-form-group input[type="search"],
form#dokan-form-contact-seller .dokan-form-group input[type="tel"],
form#dokan-form-contact-seller .dokan-form-group input[type="time"],
form#dokan-form-contact-seller .dokan-form-group input[type="url"],
form#dokan-form-contact-seller .dokan-form-group textarea {
  margin-bottom: 0;
}

body input[type="submit"].dokan-btn,
body a.dokan-btn,
body .dokan-btn,
body #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

body #dokan-store-listing-filter-wrap .right .toggle-view .active {
  color: #f76b6a;
}

body #dokan-store-listing-filter-wrap .right .item .dokan-icons {
  z-index: 9;
}

.dokan-btn[name="store_message_send"] {
  margin-top: 5px;
}

textarea.dokan-form-control {
  border-color: #ccc;
}

.toggle-sidebar-dokan {
  display: none;
  position: fixed;
  z-index: 100;
  top: 40%;
  padding: 15px;
  color: #333;
  line-height: inherit;
  background: #fff;
  opacity: 0.8;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -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);
}
.toggle-sidebar-dokan i {
  font-size: 150%;
  display: block;
  color: #333;
}

.dokan-store-widget #dokan-store-location {
  margin-bottom: 20px;
}

#dokan-content #nav-below {
  display: block;
}

body .dokan-pagination-container .dokan-pagination li a {
  margin: 2px;
  display: inline-flex;
}

.nasa-in-mobile .toggle-sidebar-dokan {
  display: none !important;
}

@media only screen and (max-width: 52.96552em) {
  body .toggle-sidebar-dokan {
    display: block;
  }
  body .dokan-store-sidebar {
    position: fixed;
    z-index: 401;
    top: 0;
    bottom: 0;
    left: 0;
    width: 380px !important;
    max-width: 80%;
    background: #FFF;
    float: none;
    margin-right: 0 !important;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  body .dokan-store-sidebar.nasa-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body .dokan-store-sidebar.nasa-active .nasa-close-sidebar {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  body .dokan-store-sidebar .nasa-close-sidebar {
    right: 0;
    top: 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body .dokan-store-sidebar .nasa-close-sidebar:before {
    content: "\7a";
  }
  body .dokan-store-sidebar .nasa-close-sidebar: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);
  }
  body .dokan-store-sidebar .dokan-widget-area {
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    direction: rtl;
  }
  body .dokan-single-store {
    width: 100% !important;
    margin-top: 0 !important;
  }
  body .dokan-store-sidebar,
  body .dokan-single-store {
    margin-right: 0;
    margin-left: 0;
  }
  body .seller-items .nasa-content-page-products ul.products,
  body #dokan-seller-listing-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  body #dokan-seller-listing-wrap .seller-listing-content ul.dokan-seller-wrap li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}
.wcmp-report-abouse-wrapper .modal-header button.close {
  color: #000 !important;
}

body .wcfmmp-product-geolocate-search-form i.wcfmmmp_locate_icon {
  margin-top: -20px;
}

@media only screen and (min-width: 52.96552em) {
  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 .nasa-product-details-page .product-gallery .nasa-main-wrap,
  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 .column.col-sidebar,
  body.nasa-in-mobile .columns.col-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    text-align: left;
    background: #fff;
    z-index: 9998;
    max-width: 80%;
    width: 500px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  body.nasa-in-mobile .col-sidebar.left,
  body.nasa-in-mobile .column.col-sidebar.left,
  body.nasa-in-mobile .columns.col-sidebar.left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  body.nasa-in-mobile .col-sidebar.left.nasa-active,
  body.nasa-in-mobile .column.col-sidebar.left.nasa-active,
  body.nasa-in-mobile .columns.col-sidebar.left.nasa-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body.nasa-in-mobile .col-sidebar.left .nasa-sidebar-off-canvas,
  body.nasa-in-mobile .column.col-sidebar.left .nasa-sidebar-off-canvas,
  body.nasa-in-mobile .columns.col-sidebar.left .nasa-sidebar-off-canvas {
    direction: rtl;
  }
  body.nasa-in-mobile .col-sidebar.right,
  body.nasa-in-mobile .column.col-sidebar.right,
  body.nasa-in-mobile .columns.col-sidebar.right {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  body.nasa-in-mobile .col-sidebar.right.nasa-active,
  body.nasa-in-mobile .column.col-sidebar.right.nasa-active,
  body.nasa-in-mobile .columns.col-sidebar.right.nasa-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body.nasa-in-mobile .col-sidebar .nasa-sidebar-off-canvas,
  body.nasa-in-mobile .column.col-sidebar .nasa-sidebar-off-canvas,
  body.nasa-in-mobile .columns.col-sidebar .nasa-sidebar-off-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 40px;
  }
  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 .product-item {
    overflow: hidden;
  }
  body.nasa-in-mobile .header-icons {
    right: 10px;
  }
  body .page-wrapper.my-account {
    margin-top: 10px;
  }
}
.nasa-in-mobile .nasa-topbar-wrap.nasa-topbar-toggle.nasa-topbar-hide #top-bar {
  margin-top: unset;
  opacity: unset;
}
.nasa-in-mobile .mobile-text-center {
  text-align: center;
}
.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 .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;
}
.nasa-in-mobile .bread .breadcrumb-row h3 {
  margin-top: 0;
  line-height: 1.6em;
}
.nasa-in-mobile .div-toggle-sidebar.nasa-blog-sidebar {
  display: none;
}
.nasa-in-mobile #masthead {
  padding: 0;
}
.nasa-in-mobile .woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
}
.nasa-in-mobile .woocommerce-MyAccount-content {
  margin-bottom: 0;
  width: 100%;
  padding: 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 .nasa-compare-label {
  line-height: 1.6;
}
.nasa-in-mobile #nasa-footer ul.nasa-menu-wrapper {
  margin-bottom: 0;
}
.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn {
  padding-bottom: 50px;
}
.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-single-product-scroll .nasa-product-info-wrap .nasa-product-info-scroll {
  transform: unset !important;
}
.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .variations_form .woocommerce-variation-add-to-cart-disabled {
  opacity: unset;
}
.nasa-in-mobile.has-nasa-cart-fixed.nasa-cart-fixed-mobile-btn .nasa-product-details-page .product-info .cart .nasa-buy-now,
.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;
}
.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%;
}
.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;
}
.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,
.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%;
  max-width: unset;
}
.nasa-in-mobile .nasa-static-group-btn {
  right: 10px;
  bottom: 40px;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}
.nasa-in-mobile.single-product .nasa-static-group-btn {
  bottom: 0;
}
.nasa-in-mobile.single-product.has-nasa-cart-fixed .nasa-static-group-btn {
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
}

.nasa-header-mobile-layout #masthead {
  border-color: #e8e8e8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.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 .logo a {
  display: inline-block;
}
.nasa-header-mobile-layout .elements-wrapper .logo 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: 10px;
}
.nasa-header-mobile-layout .elements-wrapper .header-icons > li:first-child {
  margin-left: 0;
}
.nasa-header-mobile-layout .elements-wrapper .nasa-icon {
  font-size: 160%;
  line-height: 60px;
}
.nasa-header-mobile-layout .elements-wrapper .nasa-mini-number {
  top: 10px;
}
.nasa-header-mobile-layout.nasa-header-transparent #masthead {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: transparent;
}
.nasa-header-mobile-layout.nasa-header-transparent.nasa-header-sticky .sticky-wrapper.fixed-already #masthead {
  background-color: #fff;
}

.mobile-search {
  position: relative;
  font-size: 160%;
  margin-left: 5px;
}

.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);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}
.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 .live-search-input {
  font-size: 16px;
}
.warpper-mobile-search .tt-menu {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.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: 5px 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%;
  text-align: left;
  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 .nasa-title-item {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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: #555555;
}

.warpper-mobile-search .search-wrapper {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 350px) {
  body .nasa-header-mobile-layout .elements-wrapper .nasa-icon {
    font-size: 150%;
  }
}
button,
.button,
#submit,
a.button,
p a.button,
input#submit,
.add_to_cart,
.checkout-button,
input#place_order,
form.cart .button,
.form-submit input,
input[type="submit"],
body .dokan-btn-theme,
body a.dokan-btn-theme,
.btn-mini-cart .button,
#payment .place-order input,
.footer-type-2 input.button,
#nasa-footer .btn-submit-newsletters,
.nasa-table-compare .add-to-cart-grid,
body input[type="submit"].dokan-btn-theme,
.nasa-static-sidebar .nasa-sidebar-return-shop,
.product-deal-special-buttons .nasa-product-grid .add-to-cart-grid .add_to_cart_text {
  background-color: #f76b6a;
  border-color: #f76b6a;
  color: #FFF;
}

button:hover,
.button:hover,
#submit:hover,
a.button:hover,
p a.button:hover,
input#submit:hover,
.add_to_cart:hover,
.checkout-button:hover,
input#place_order:hover,
form.cart .button:hover,
.form-submit input:hover,
input[type="submit"]:hover,
body .dokan-btn-theme:hover,
body a.dokan-btn-theme:hover,
.btn-mini-cart .button:hover,
#payment .place-order input:hover,
.footer-type-2 input.button:hover,
.nasa-reset-filters-top:hover:before,
#nasa-footer .btn-submit-newsletters:hover,
.nasa-table-compare .add-to-cart-grid:hover,
body input[type="submit"].dokan-btn-theme:hover,
.nasa-static-sidebar .nasa-sidebar-return-shop:hover,
.product-list .product-img .quick-view.fa-search:hover,
.nasa-top-sidebar .nasa-actived-filter .nasa-ignore-price-item:hover:before,
.nasa-top-sidebar .nasa-actived-filter .nasa-ignore-variation-item:hover:before,
.product-deal-special-buttons .nasa-product-grid .add-to-cart-grid:hover .add_to_cart_text {
  background-color: #f54543;
  border-color: #f54543;
  color: #FFF;
}

#submit[disabled],
button[disabled],
.button[disabled],
input[type="submit"][disabled] {
  background-color: #efefef !important;
  border-color: #aaa !important;
  color: #aaa !important;
  cursor: not-allowed !important;
}
#submit[disabled]:hover,
button[disabled]:hover,
.button[disabled]:hover,
input[type="submit"][disabled]:hover {
  background-color: #ddd !important;
  border-color: #aaa !important;
  color: #aaa !important;
}

.nasa-close-sidebar,
.nasa-sidebar-close a,
.nasa-close-menu-mobile,
.nasa-top-cat-filter-wrap-mobile .nasa-close-filter-cat {
  text-indent: -9999px;
  color: inherit;
  position: absolute;
  z-index: 1;
  background: #fff;
  border: 1px solid #e8e8e8;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.nasa-close-sidebar:before,
.nasa-sidebar-close a:before,
.nasa-close-menu-mobile:before,
.nasa-top-cat-filter-wrap-mobile .nasa-close-filter-cat:before {
  text-indent: 0;
  font-family: "nasa-font";
  content: "\7a";
  text-align: center;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  color: #555555;
}
.nasa-close-sidebar:hover,
.nasa-sidebar-close a:hover,
.nasa-close-menu-mobile:hover,
.nasa-top-cat-filter-wrap-mobile .nasa-close-filter-cat:hover {
  background: #f76b6a;
  border-color: #f76b6a;
}
.nasa-close-sidebar:hover:before,
.nasa-sidebar-close a:hover:before,
.nasa-close-menu-mobile:hover:before,
.nasa-top-cat-filter-wrap-mobile .nasa-close-filter-cat:hover:before {
  color: #FFF;
}

@media only screen and (min-width: 52.96552em) {
  .nasa-top-sidebar .nasa-close-sidebar,
  .dokan-store-sidebar .nasa-close-sidebar {
    display: none;
  }
}
.nasa-body-loaded {
  -webkit-transition: padding-bottom 350ms ease;
  -moz-transition: padding-bottom 350ms ease;
  -o-transition: padding-bottom 350ms ease;
  transition: padding-bottom 350ms ease;
}
.nasa-body-loaded a {
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.nasa-body-loaded .nasa-show-search-form.nasa-over-hide,
.nasa-body-loaded .nasa-close-search,
.nasa-body-loaded .nasa-full-to-left,
.nasa-body-loaded .nasa-full-to-right {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.nasa-body-loaded .nasa-progress-bar-load-shop.nasa-loading .nasa-progress-per {
  -webkit-transition: all 950ms ease;
  -moz-transition: all 950ms ease;
  -o-transition: all 950ms ease;
  transition: all 950ms ease;
}
.nasa-body-loaded .nasa-progress-per {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.nasa-body-loaded .nasa-static-sidebar,
.nasa-body-loaded .nasa-static-sidebar .nasa-sidebar-close a,
.nasa-body-loaded .nasa-top-cat-filter-wrap-mobile,
.nasa-body-loaded .nasa-top-cat-filter-wrap-mobile .nasa-close-filter-cat,
.nasa-body-loaded .nasa-side-sidebar,
.nasa-body-loaded .nasa-close-menu-mobile,
.nasa-body-loaded #nasa-menu-sidebar-content,
.nasa-body-loaded .nasa-close-sidebar,
.nasa-body-loaded .nasa-bottom-bar-icons {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nasa-body-loaded .hover-mask:before,
.nasa-body-loaded .hover-mask:after,
.nasa-body-loaded .hover-mask img,
.nasa-body-loaded .yith-wcwl-add-to-wishlist span,
.nasa-body-loaded .yith-wcwl-add-to-wishlist:before,
.nasa-body-loaded .product-info .compare:bofore,
.nasa-body-loaded .nasa-progress-bar-load-shop,
.nasa-body-loaded .nasa-nav-carousel-wrap,
.nasa-body-loaded .my-mfp-slide-bottom .zoom-anim-dialog,
.nasa-body-loaded .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nasa-body-loaded .nasa-transition,
.nasa-body-loaded .nasa-visibility-hidden,
.nasa-body-loaded #ajax-loading,
.nasa-body-loaded .div-toggle-sidebar a,
.nasa-body-loaded .quantity a,
.nasa-body-loaded .nasa-static-sidebar .nasa-wishlist-title a,
.nasa-body-loaded .after-add-to-cart-shop_table,
.nasa-body-loaded .nasa-after-add-to-cart-popup .nasa-table-wrap,
.nasa-body-loaded .filter-tabs li i,
.nasa-body-loaded .nasa-product-content-nasa_label-wrap,
.nasa-body-loaded .nasa-product-content-color-image-wrap,
.nasa-body-loaded .nasa-product-content-select-wrap,
.nasa-body-loaded .nasa-toggle-variants,
.nasa-body-loaded .nasa-fog-variants,
.nasa-body-loaded #top-bar,
.nasa-body-loaded .topbar-menu-container ul li a,
.nasa-body-loaded .nav-wrapper .root-item > a,
.nasa-body-loaded .nav-wrapper .root-item > a:after,
.nasa-body-loaded .nasa-megamenu > .nav-dropdown > ul > .menu-item a,
.nasa-body-loaded .default-menu .menu-item a,
.nasa-body-loaded .default-menu > .nav-dropdown .sub-menu ul,
.nasa-body-loaded .vertical-menu .section-title,
.nasa-body-loaded .vertical-menu-wrapper .default-menu .menu-item,
.nasa-body-loaded .vertical-menu-wrapper .default-menu .menu-item ul,
.nasa-body-loaded .vertical-menu-wrapper .menu-item-has-children i.nasa-has-items-child,
.nasa-body-loaded .header-icons > li a,
.nasa-body-loaded .follow-icon a i,
.nasa-body-loaded .nasa-share a i,
.nasa-body-loaded .header-account li a,
.nasa-body-loaded .nasa-search-space .circle,
.nasa-body-loaded .nasa-search-space .handle:after,
.nasa-body-loaded .nasa-search-space .pe-7s-close,
.nasa-body-loaded .nasa-top-cat-filter-wrap .nasa-current-note,
.nasa-body-loaded .nasa-top-cat-filter-wrap .cat-item > .children,
.nasa-body-loaded .nasa-toggle-top-bar-click i,
.nasa-body-loaded .product-item .nasa-sc-pdeal-countdown,
.nasa-body-loaded .badge,
.nasa-body-loaded .badge.nasa-variants a,
.nasa-body-loaded .product-quickview-info,
.nasa-body-loaded .product-item .info .name a,
.nasa-body-loaded .product-item .info .name span,
.nasa-body-loaded .nasa-attr-ux-item,
.nasa-body-loaded .nasa-attr-ux,
.nasa-body-loaded .nasa-attr-bg,
.nasa-body-loaded .nasa-attr-bg-img,
.nasa-body-loaded .nasa-single-product-scroll .nasa-wrap-item-thumb,
.nasa-body-loaded .product-gallery .btn-wishlist,
.nasa-body-loaded .product-gallery .btn-compare,
.nasa-body-loaded .product-gallery .product-video-popup,
.nasa-body-loaded .product-img .image-overlay,
.nasa-body-loaded .product-thumbnail .image-overlay,
.nasa-body-loaded .group-btn-in-list .add_to_cart_text,
.nasa-body-loaded .nasa-item-img .product-img,
.nasa-body-loaded .quick-view,
.nasa-body-loaded .nasa-icon-text,
.nasa-body-loaded .nasa-widget-img:before,
.nasa-body-loaded .nasa-product-grid .btn-wishlist,
.nasa-body-loaded .nasa-product-grid .add_to_cart_text,
.nasa-body-loaded .login-register-close,
.nasa-body-loaded #mobile-navigation a.accordion,
.nasa-body-loaded .nasa-filter-color-border,
.nasa-body-loaded .nasa-filter-image-span,
.nasa-body-loaded .nasa-li-filter-size,
.nasa-body-loaded .nasa-instagram li,
.nasa-body-loaded .nasa-search .fa,
.nasa-body-loaded .post-date-wrapper,
.nasa-body-loaded .reply a,
.nasa-body-loaded .woocommerce-MyAccount-navigation-link a,
.nasa-body-loaded .woocommerce-MyAccount-navigation-link a:before,
.nasa-body-loaded .checkout-breadcrumb span,
.nasa-body-loaded .title-cart,
.nasa-body-loaded .title-checkout,
.nasa-body-loaded .title-thankyou,
.nasa-body-loaded .nasa-coupon-wrap,
.nasa-body-loaded .nasa-marker-icon-bg,
.nasa-body-loaded .easypin-popover,
.nasa-body-loaded .nasa-wrap-active-top a:before,
.nasa-body-loaded .nasa-actived-filter .nasa-filter-color-span:after,
.nasa-body-loaded .nasa-widget-toggle,
.nasa-body-loaded .nasa-top-row-filter li i,
.nasa-body-loaded .nasa-top-row-filter li i:before,
.nasa-body-loaded .warpper-mobile-search,
.nasa-body-loaded .nasa-compare-list-bottom,
.nasa-body-loaded .nasa-compare-item .nasa-img-compare,
.nasa-body-loaded .nasa-compare-item .nasa-no-image,
.nasa-body-loaded .nasa-remove-compare,
.nasa-body-loaded .nasa-static-group-btn,
.nasa-body-loaded .nasa-static-group-btn a,
.nasa-body-loaded input[type="submit"].dokan-btn,
.nasa-body-loaded a.dokan-btn,
.nasa-body-loaded .dokan-btn,
.nasa-body-loaded #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
.nasa-body-loaded .nasa-sidebar-single-product,
.nasa-body-loaded .toggle-sidebar-shop,
.nasa-body-loaded .icon-next-prev,
.nasa-body-loaded .nasa-post-cats-wrap a,
.nasa-body-loaded .nasa-blog-info,
.nasa-body-loaded .brands-item img,
.nasa-body-loaded .product-category .header-title h3,
.nasa-body-loaded .nasa-sc-p-title a,
.nasa-body-loaded .nasa-tab-icon,
.nasa-body-loaded .nasa-classic-style a,
.nasa-body-loaded .nasa-classic-style a:before,
.nasa-body-loaded .nasa-classic-style a:after,
.nasa-body-loaded .nasa-accordion-title a,
.nasa-body-loaded .nasa-accordion-title a:before,
.nasa-body-loaded .nasa-accordion-title a:after,
.nasa-body-loaded .nasa-shortcode-parent-term a,
.nasa-body-loaded .nasa-nav-icon-slick,
.nasa-body-loaded .nasa-list-category a,
.nasa-body-loaded .product-deal-special-title a,
.nasa-body-loaded .item-slick,
.nasa-body-loaded .item-slick:before,
.nasa-body-loaded .nasa-nav-arrow,
.nasa-body-loaded .nasa-nav-arrow:before,
.nasa-body-loaded .service-block,
.nasa-body-loaded .service-block .box,
.nasa-body-loaded .service-block .service-icon,
.nasa-body-loaded .nasa-category-horizontal-1 .header-title,
.nasa-body-loaded .nasa-category-horizontal-2 .header-title,
.nasa-body-loaded .nasa-category-horizontal-1 .product-category,
.nasa-body-loaded .nasa-category-horizontal-1 .hover-overlay:after,
.nasa-body-loaded .hover-overlay,
.nasa-body-loaded .grid-product-category .nasa-item-wrap,
.nasa-body-loaded .blog-image-attachment:after,
.nasa-body-loaded .nasa-blog-item-wrap,
.nasa-body-loaded .wpcf7 input[type="button"],
.nasa-body-loaded .wpcf7 input[type="submit"],
.nasa-body-loaded .progress-bar .bar-number,
.nasa-body-loaded .woocommerce-notices-wrapper,
.nasa-body-loaded .nasa-invisible,
.nasa-body-loaded .load-more,
.nasa-body-loaded .load-more-text,
.nasa-body-loaded .load-more-icon,
.nasa-body-loaded .nasa-tip-content,
.nasa-body-loaded .nasa-add-to-cart-fixed,
.nasa-body-loaded .nasa-fixed-product-variations-wrap,
.nasa-body-loaded .nasa-attr-bg,
.nasa-body-loaded .nasa-attr-text,
.nasa-body-loaded .group-btn-in-list .nasa-icon,
.nasa-body-loaded .nasa-wrap-slick-slide-products .nasa-nav-icon-slick,
.nasa-body-loaded .nasa-product-slick-item-wrap,
.nasa-body-loaded .nasa-product-slick-item-wrap .title-wrap,
.nasa-body-loaded .nasa-product-slick-item-wrap .title-wrap a,
.nasa-body-loaded .nasa-tabs a,
.nasa-body-loaded .accordion:after,
.nasa-body-loaded .nasa-variation-filters a:after,
.nasa-body-loaded .item-deal-thumb:before,
.nasa-body-loaded .tparrows.custom,
.nasa-body-loaded .nasa-single-product-thumbnails img,
.nasa-body-loaded .nasa-cat-thumb img,
.nasa-body-loaded .banner-inner,
.nasa-body-loaded .nasa-labels-filter-accordion,
.nasa-body-loaded .nasa-pagination.style-2 .page-numbers a,
.nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid .add-to-cart-grid,
.nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid .btn-wishlist:before,
.nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid .quick-view:before,
.nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid .btn-compare:before,
.nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid .btn-wishlist .nasa-icon,
.nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid .quick-view .nasa-icon,
.nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid .btn-compare .nasa-icon {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nasa-body-loaded .nasa-login-register-warper,
.nasa-body-loaded .nasa-quickview-view-detail,
.nasa-body-loaded .products-arrow .next-prev-buttons .dropdown-wrap,
.nasa-body-loaded .nasa-cookie-notice-container,
.nasa-body-loaded .toggle-sidebar-dokan,
.nasa-body-loaded .mfp-wrap .nasa-bot-to-top,
.nasa-body-loaded .product-video-popup,
.nasa-body-loaded .product_meta .sku,
.nasa-body-loaded .product_meta a,
.nasa-body-loaded .nasa-360-degree-popup,
.nasa-body-loaded .nasa-slider-items-margin.nasa-small-center-mode .slick-slide:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nasa-body-loaded .top-bar .nasa-menus-account .sub-menu,
.nasa-body-loaded .nasa-select-languages .nasa-list-languages,
.nasa-body-loaded .nasa-select-currencies .wcml-dropdown li.wcml-cs-active-currency > ul,
.nasa-body-loaded .nasa-header-sticky .sticky-wrapper,
.nasa-body-loaded .nasa-attr-ux-color,
.nasa-body-loaded .nasa-attr-ux-label,
.nasa-body-loaded .nasa-attr-ux-label .nasa-attr-text,
.nasa-body-loaded .nasa-label-small-square-1 .nasa-attr-ux-label:after,
.nasa-body-loaded .nasa-color-small-square .nasa-attr-ux-color:after,
.nasa-body-loaded .nasa-reset-filters-top,
.nasa-body-loaded .button-in-wishlist,
.nasa-body-loaded .nasa-ignore-variation-item.nasa-ignore-brand-item:after {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nasa-body-loaded .nasa-static-sidebar .nasa-sidebar-close a:before,
.nasa-body-loaded .product-remove a,
.nasa-body-loaded .nav-dropdown,
.nasa-body-loaded .nasa-vertical-header .vertical-menu-container,
.nasa-body-loaded .nasa-show-search-form.nasa-over-hide.nasa-fadeInDown,
.nasa-body-loaded .nasa-show-search-form.nasa-over-hide.nasa-fadeInUp,
.nasa-body-loaded .nasa-show-search-form.nasa-over-hide.nasa-fadeIn,
.nasa-body-loaded .product-info .entry-title a,
.nasa-body-loaded .nasa-toggle-attr-select:before,
.nasa-body-loaded .nasa-toggle-attr-select:after,
.nasa-body-loaded .nasa-close-variants:before,
.nasa-body-loaded .nasa-close-variants:after,
.nasa-body-loaded .nasa-toogle-sidebar-classic,
.nasa-body-loaded .nasa-toogle-sidebar-classic:before,
.nasa-body-loaded .nasa-toogle-sidebar-classic:after,
.nasa-body-loaded .nasa-close-menu-mobile:before,
.nasa-body-loaded .widget a,
.nasa-body-loaded .tagcloud a,
.nasa-body-loaded .nasa-toggle-widget:before,
.nasa-body-loaded .nasa-toggle-widget:after,
.nasa-body-loaded .nasa-close-sidebar:before,
.nasa-body-loaded .cat-links-archive a,
.nasa-body-loaded .nasa-meta-tags a,
.nasa-body-loaded .navigation-paging a,
.nasa-body-loaded .navigation-image a,
.nasa-body-loaded li.featured-item a,
.nasa-body-loaded li.featured-item img,
.nasa-body-loaded .nasa-comment-count,
.nasa-body-loaded .nasa-close-filter-cat:before,
.nasa-body-loaded .nasa-quickview-product-deal-countdown,
.nasa-body-loaded .nasa-detail-product-deal-countdown,
.nasa-body-loaded .load-more-masonry,
.nasa-body-loaded .my-mfp-zoom-in .mfp-content,
.nasa-body-loaded a.nasa-close-wrap:before,
.nasa-body-loaded a.nasa-close-wrap:after,
.nasa-body-loaded .nasa-single-arrow,
.nasa-body-loaded .nasa-static-sidebar .btn-mini-cart a,
.nasa-body-loaded .nasa-table-compare .add-to-cart-grid,
.nasa-body-loaded #submit,
.nasa-body-loaded button,
.nasa-body-loaded .button,
.nasa-body-loaded input[type="submit"],
.nasa-body-loaded .nasa-ct-fields-toggle,
.nasa-body-loaded .nasa-ct-fields-toggle:after,
.nasa-body-loaded .nasa-img-loading,
.nasa-body-loaded .nasa-toggle-top-bar-click:before,
.nasa-body-loaded .nasa-toggle-top-bar-click:after {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-body-loaded .vertical-menu-wrapper .root-item,
.nasa-body-loaded .vertical-menu-wrapper .root-item > a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.nasa-body-loaded .nasa-product-grid .btn-wishlist {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.nasa-body-loaded .my-mfp-zoom-in .mfp-content {
  -webkit-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;
}
.nasa-body-loaded .my-mfp-zoom-in.mfp-bg .mfp-content {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.nasa-body-loaded .nasa-elements-wrap {
  -webkit-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .2s ease-out, opacity .3s .2s ease-out, transform .3s .2s ease-out;
  -moz-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .2s ease-out, opacity .3s .2s ease-out, transform .3s .2s ease-out;
  -ms-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .2s ease-out, opacity .3s .2s ease-out, transform .3s .2s ease-out;
  -o-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .2s ease-out, opacity .3s .2s ease-out, transform .3s .2s ease-out;
  transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .25s ease-out, opacity .3s .2s ease-out, transform .3s .2s ease-out;
}
.nasa-body-loaded .hover-fade img {
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}
.nasa-body-loaded .hover-zoom img {
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.nasa-body-loaded .hover-to-top img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nasa-body-loaded .hover-flip 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;
}
.nasa-body-loaded .hover-bottom-to-top img,
.nasa-body-loaded .hover-top-to-bottom img {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.nasa-body-loaded .hover-left-to-right img,
.nasa-body-loaded .hover-right-to-left img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nasa-body-loaded .woocommerce-variation-add-to-cart-disabled {
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.nasa-body-loaded .nasa-color-big-square .nasa-attr-ux-color,
.nasa-body-loaded .nasa-label-big-square .nasa-attr-ux-label,
.nasa-body-loaded .nasa-image-square-caption .nasa-attr-ux-image {
  -webkit-transition: border-color 250ms ease;
  -moz-transition: border-color 250ms ease;
  -o-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}
.nasa-body-loaded .nasa-slick-slider,
.nasa-body-loaded .easyzoom .easyzoom-flyout,
.nasa-body-loaded .mfp-bg {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.nasa-body-loaded .nasa-product-grid .add-to-cart-grid {
  -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;
}
.nasa-body-loaded .nasa-product-grid .quick-view {
  -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-body-loaded .nasa-product-grid .btn-compare {
  -webkit-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .35s ease-out, opacity .3s .35s ease-out, -webkit-transform .3s .35s ease-out;
  -moz-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .35s ease-out, opacity .3s .35s ease-out, -moz-transform .3s .35s ease-out;
  -ms-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .35s ease-out, opacity .3s .35s ease-out, -ms-transform .3s .35s ease-out;
  -o-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .35s ease-out, .3s .35s ease-out, -o-transform .3s .35s ease-out;
  transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .35s ease-out, opacity .3s .35s ease-out, transform .3s .35s ease-out;
}
.nasa-body-loaded .nasa-archive-product-warp {
  background: transparent;
}

@media only screen and (min-width: 52.96552em) {
  .nasa-body-loaded .nasa-top-cat-filter-wrap {
    -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-body-loaded .nasa-nav-extra-warp {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .nasa-body-loaded .category-page.nasa-with-sidebar-classic .nasa-products-page-wrap,
  .nasa-body-loaded .category-page.nasa-with-sidebar-classic .col-sidebar,
  .nasa-body-loaded .nasa-nav-extra-warp .bar-mobile_toggle,
  .nasa-body-loaded .nasa-archive-product-content .nasa-push-cat-filter,
  .nasa-body-loaded .nasa-archive-product-content .nasa-products-page-wrap.nasa-has-push-cat {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-body-loaded .nasa-hoz-buttons .nasa-product-grid {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  .nasa-body-loaded .category-page.nasa-with-sidebar-classic {
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .nasa-body-loaded .nasa-masonry-item .nasa-badges-wrap,
  .nasa-body-loaded .nasa-masonry-item .product-info-wrap,
  .nasa-body-loaded .nasa-masonry-item .product-item .nasa-product-content-variable-warp,
  .nasa-body-loaded .nasa-masonry-item .product-item .nasa-product-content-variable-warp *,
  .nasa-body-loaded .nasa-masonry-item .nasa-product-grid,
  .nasa-body-loaded .nasa-masonry-item .nasa-sc-pdeal-countdown {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .nasa-body-loaded.nasa-in-mobile .col-sidebar,
  .nasa-body-loaded.nasa-in-mobile .column.col-sidebar,
  .nasa-body-loaded.nasa-in-mobile .columns.col-sidebar {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .nasa-body-loaded .nasa-masonry-item .nasa-product-grid .btn-link {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
}
@media only screen and (max-width: 52.96552em) {
  .nasa-body-loaded .columns.nasa-top-sidebar,
  .nasa-body-loaded .dokan-store-sidebar,
  .nasa-body-loaded .col-sidebar {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .nasa-body-loaded .nasa-archive-product-content .nasa-push-cat-filter,
  .nasa-body-loaded .black-window-mobile {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .nasa-body-loaded .nasa-mobile-fixed,
  .nasa-body-loaded .nasa-header-icons-wrap {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-body-loaded .nasa-mobile-menu-icon {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }
}
.nasa-total-condition-hint,
.nasa-subtotal-condition {
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}

.nasa-enable-wow .wow {
  visibility: hidden;
}
.nasa-enable-wow .wow.animated {
  visibility: visible;
}
.nasa-enable-wow .nasa-bg-gd {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: nasa-bg-gradient;
  animation-timing-function: linear;
  background: linear-gradient(to right, #f9f9f9 8%, #eeeeee 18%, #f9f9f9 38%);
}
.nasa-enable-wow.nasa-body-loaded .nasa-bg-gd {
  background: transparent;
}

@keyframes nasa-bg-gradient {
  0% {
    background-position: 0px 0;
  }

  100% {
    background-position: 100em 0;
  }
}
