/*
Theme Name: Elessi Theme
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: 3.4.0
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).
 */

@font-face {
  font-family: "NKSSmart3";
  src: url("../chuuwainyein/assets/font-nasa/NKSSmart3.ttf");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "Century-burma";
  src: url("../chuuwainyein/assets/Century-burma.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Awesome-Lathusca";
  src: url("../chuuwainyein/assets/font-nasa/Awesome-Lathusca.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nowester";
  src: url("../chuuwainyein/assets/font-nasa/norwester.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SedGwickAve";
  src: url("../chuuwainyein/assets/font-nasa/SedgwickAve-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GlacialIndifference";
  src: url("../chuuwainyein/assets/font-nasa/GlacialIndifference-Regular.otf");
}

.vertical_center {
  display: flex;
  justify-items: center;
  justify-content: center;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

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-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: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: none;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

div.wpcf7 .button.btn-contact {
  font-size: 12px;
  padding: 12px 40px;
}

/* Animate.css - http://daneden.me/animate */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  min-width: 1px;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* 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;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

p a {
  color: #491c0e;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#submit,
button,
.button,
input[type="submit"] {
  letter-spacing: 2px;
}

*,
*: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: #491c0e;
  padding: 0;
  margin: 0;
  font-family: "GlacialIndifference", 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;
}
.lang-item {
display:none!important;} 
#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%;
}

.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;
}

.wow.animated {
  visibility: visible;
}

.primary-color {
  color: #bb3e10;
}

.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;
}

.text-success,
.nasa-success {
  color: #bb3e10;
}

.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-transition {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa_load_ajax {
  opacity: 0.5;
  border: 1px solid #efefef;
  background: #fafafa;
}

.nasa-dark-fog {
  background: #491c0e;
  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;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  opacity: 0.8;
  z-index: 9999999;
}

#nasa-before-load .nasa-relative {
  width: 100%;
  left: 0;
  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;
}

.woocommerce-checkout .nasa-search-form-warp .screen-reader-text {
  display: none;
}

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: 82.75862em;
  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.boxed #masthead .header-container .logo-wrapper {
  display: block;
}

body.boxed .nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  left: 0;
  right: 0;
}

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: inline-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;
}

.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;
  -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: #bb3e10;
}

.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: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inherit;
  text-align: center;
  top: unset;
  font-weight: bold;
  color: #d0d0d0;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

.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: #555555;
}

.nasa-pagination.style-2 .page-numbers a,
.nasa-pagination.style-2 .page-numbers li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #444 !important;
  text-align: center;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}

.nasa-pagination.style-2 .page-numbers a.nasa-page-more,
.nasa-pagination.style-2 .page-numbers li > span.nasa-page-more {
  width: auto;
}

.nasa-pagination.style-2 .page-numbers span.current,
.nasa-pagination.style-2 .page-numbers a.current,
.nasa-pagination.style-2 .page-numbers a.nasa-current {
  background-color: #bb3e10;
  color: #fff !important;
}

.nasa-pagination.style-2 .page-numbers a:hover {
  text-decoration: underline;
}

.nasa-pagination.style-2 .page-numbers a:hover.current,
.nasa-pagination.style-2 .page-numbers a:hover.nasa-current {
  text-decoration: none;
}

.nasa-pagination.style-2 .page-numbers a:hover.nasa-next > span,
.nasa-pagination.style-2 .page-numbers a:hover.next > span {
  text-decoration: underline;
}

.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: #bb3e10;
  color: #fff;
}

.nasa-footer-info-box {
  margin-top: 15px;
}

.nasa-footer-contact-title h5 {
  margin: 0;
  color: #bb3e10;
}

.nasa-footer-contact-title h5 i {
  color: #fedc00;
}

.nasa-footer-contact-us {
  margin-top: 15px;
}

/* nasa Title */

.nasa-title {
  margin-bottom: 8px;
  position: relative;
  clear: both;
}

.nasa-title .nasa-heading-title {
  margin-bottom: 0.1em;
}

.nasa-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0;
  font-weight: 800;
}

.nasa-title span.nasa-title-wrap {
  font-size: 110%;
}

.nasa-title span.nasa-shortcode-title {
  font-size: 123%;
}

.nasa-title span.nasa-first-word {
  font-weight: bold !important;
  color: #bb3e10;
}

.nasa-title .nasa-title-hr {
  display: none;
}

.nasa-title .nasa-title-desc {
  opacity: 0.9;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.5;
  color: #878787;
}

.nasa-title.nasa-text-link {
  z-index: 12;
}

.nasa-title.text-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nasa-title.text-right:after {
  right: 0px !important;
  left: auto;
}

.nasa-title.hr-type-simple .nasa-title-wrap {
  position: relative;
  padding: 0 45px;
  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;
  font-weight: 500;
  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 #feba01;
  padding-left: 8px;
  margin-top: 8px;
  text-align: left;
}

.nasa-title.hr-type-vertical .nasa-heading-title {
  position: relative;
}

.nasa-title.hr-type-vertical h1.nasa-heading-title {
  top: -8px;
  margin-bottom: -8px;
}

.nasa-title.hr-type-vertical h2.nasa-heading-title {
  top: -7px;
  margin-bottom: -7px;
}

.nasa-title.hr-type-vertical h3.nasa-heading-title {
  top: -6px;
  margin-bottom: -6px;
}

.nasa-title.hr-type-vertical h4.nasa-heading-title {
  top: -5px;
  margin-bottom: -5px;
}

.nasa-title.hr-type-vertical h5.nasa-heading-title {
  top: -4px;
  margin-bottom: -4px;
}

.nasa-title.hr-type-vertical .nasa-title-desc {
  position: relative;
  bottom: -4px;
}

.nasa-title.hr-type-baby span {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 800;
}

.nasa-title.hr-type-baby .nasa-title-hr {
  display: block;
  position: relative;
  width: 120px;
  height: 7px;
  margin: 10px auto;
  background: url("assets/images/hr-type-baby.png") 0 0 no-repeat;
}

.nasa-title.hr-type-baby .nasa-title-wrap {
  position: relative;
}

.nasa-title.hr-type-baby.text-left .nasa-title-wrap .nasa-title-hr {
  margin-left: 0;
}

.nasa-title.hr-type-baby.text-right .nasa-title-wrap .nasa-title-hr {
  margin-right: 0;
}

/* Title */

.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: #bb3e10;
}

.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;
}

/* Please wait style */

.item-product-widget .please-wait {
  top: 40%;
  left: 35%;
}

.please-wait {
  position: absolute;
  left: 45%;
  top: 35%;
  z-index: 9999;
}

.please-wait > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #888;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loader-fade 1s infinite;
  -moz-animation: loader-fade 1s infinite;
  -o-animation: loader-fade 1s infinite;
  -ms-animation: loader-fade 1s infinite;
  animation: loader-fade 1s infinite;
  -moz-box-shadow: 0 0 1px white;
  -webkit-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
}

.please-wait > span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.please-wait > span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.please-wait > span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.please-wait.type2 {
  content: " ";
  z-index: 99999;
  font-size: 10px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  border-left: 3px solid #bb3e10;
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.please-wait.type2:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.nasa_load_ajax .please-wait {
  z-index: 1;
}

@-webkit-keyframes loader-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes loader-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loader-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

.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 h3,
.bread.nasa-breadcrumb-has-bg .breadcrumb-row a,
.bread.nasa-breadcrumb-has-bg .breadcrumb-row span {
  color: #fff;
}

.bread.nasa-breadcrumb-has-bg .breadcrumb-row a:hover {
  color: #fff;
}

.bread.nasa-breadcrumb-has-bg .row,
.bread.nasa-breadcrumb-has-bg .columns {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.bread .breadcrumb-row {
  float: none;
  z-index: 99;
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.bread .breadcrumb-row h2 {
  display: block;
  float: none;
  font-size: 175%;
  font-weight: 800;
  color: inherit;
  margin: 0;
}

.bread .breadcrumb-row h2 a {
  color: inherit;
}

.bread .breadcrumb-row h3 {
  font-weight: normal;
  letter-spacing: 0;
  padding: 0px;
  margin: 0;
  font-size: 100%;
  color: inherit;
  display: inline-block;
}

.bread .breadcrumb-row h3 span {
  margin: 0px 10px;
  color: inherit;
  line-height: 1.4;
}

.bread .breadcrumb-row h3 span.nasa-bread-single {
  margin: 0;
}

.bread .breadcrumb-row h3 a {
  color: inherit;
}

.bread .breadcrumb-row h3 .current,
.bread .breadcrumb-row h3 a:hover {
  text-decoration: underline;
}

.bread .back-history {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 100%;
}

.bread .back-history:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 9px;
  margin: 0 9px 0 0;
}

/* Promo popup */

.nasa-size-guide-lightbox {
  text-align: center;
  position: relative;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nasa-size-guide-lightbox.white-popup-block {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  position: relative;
}

.nasa-size-guide-lightbox.white-popup-block .mfp-close {
  width: 25px;
  height: 25px;
  line-height: 15px;
  top: 5px;
  right: 8px;
  background: transparent !important;
  color: #d6d6d6;
  font-size: 25px;
  outline: none;
  font-weight: 100;
}

#nasa-popup {
  text-align: center;
  position: relative;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#nasa-popup span {
  font-size: 100%;
  color: #666;
  line-height: 1.5;
}

#nasa-popup .checkbox-label {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
}

#nasa-popup .checkbox-label label {
  display: inline-block;
  position: relative;
  color: #666;
  margin-left: 8px;
  font-weight: 400;
}

#nasa-popup.white-popup-block {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  position: relative;
}

#nasa-popup.white-popup-block .mfp-close {
  width: 25px;
  height: 25px;
  line-height: 15px;
  top: 5px;
  right: 8px;
  background: transparent !important;
  color: #d6d6d6;
  font-size: 25px;
  outline: none;
  font-weight: 100;
}

#nasa-popup .nasa-logo-img img {
  max-height: 42px;
  margin: 40px auto 35px auto;
}

#nasa-popup p {
  margin-bottom: 0;
}

#nasa-popup .nasa-pp-right {
  padding: 0 25px;
}

#nasa-popup .nasa-pp-right .nasa-popup-wrap-content {
  padding-top: 20%;
}

#nasa-popup .nasa-pp-right .nasa-popup-wrap-content h3 {
  font-weight: 800;
  font-size: 2.4em;
}

#nasa-popup .wpcf7 {
  padding-top: 10px;
}

#nasa-popup .wpcf7 .wpcf7-form-control-wrap {
  margin: 0 auto;
  float: none;
  display: block;
}

#nasa-popup .wpcf7 .wpcf7-form-control-wrap input {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#nasa-popup .wpcf7 input[type="button"],
#nasa-popup .wpcf7 input[type="submit"] {
  width: 100%;
  margin: 0;
  background: #bb3e10;
  border: none;
  outline: none;
  color: #fff !important;
  font-size: 85%;
  letter-spacing: 0.2em;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#nasa-popup .wpcf7 input[type="button"]:hover,
#nasa-popup .wpcf7 input[type="submit"]:hover {
  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: #bb3e10;
}

#nasa-popup .wpcf7 .ajax-loader {
  display: none !important;
}

#nasa-popup .wpcf7 .wpcf7-not-valid {
  border-color: #bb3e10;
}

#nasa-popup .wpcf7 div.wpcf7-mail-sent-ok {
  position: absolute;
  display: none !important;
}

#nasa-popup .nasa-popup-hr {
  display: none;
  margin: 30px 70px;
}

#nasa-newsletter-alert {
  position: fixed;
  top: 40%;
  z-index: 9999;
  display: block;
  width: 100%;
  text-align: center;
}

#nasa-newsletter-alert .wpcf7-mail-sent-ok {
  background: #fff;
  display: inline-block;
  padding: 20px;
}

.mfp-wrap .nasa-bot-to-top {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mfp-wrap.mfp-ready.mfp-removing .nasa-bot-to-top,
.mfp-wrap.mfp-removing .nasa-bot-to-top {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.mfp-wrap.mfp-ready .nasa-bot-to-top {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-transition: all 500ms ease;
  -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-meter {
  display: block;
  height: 100%;
  width: 0;
  /* init width */
  position: relative;
}

.progress-bar .bar-meter .bar-number {
  opacity: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -45px;
  right: -15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #666;
  text-align: center;
  line-height: 30px;
  color: #bb3e10;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.search-icon {
  font-size: 16px;
}

button[disabled] {
  background-color: #491c0e;
  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;
  opacity: 0.8;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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;
  cursor: pointer;
}

.woocommerce-notices-wrapper .nasa-close-notice:after {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
}

.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,
.woocommerce-message {
  padding: 15px;
  background: #bb3e10;
  display: block;
  color: #fff;
  font-size: 100%;
  position: relative;
  margin: 0;
  text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-message a {
  color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: #fff;
  text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-info.cart-empty {
  background: transparent;
}

.woocommerce-MyAccount-content .woocommerce-message a.button {
  position: absolute;
  top: 0;
  margin: 0;
  right: 15px;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 50px;
}

.woocommerce-MyAccount-content .woocommerce-message a.button:hover {
  text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-message:before,
#yith-wcwl-message:before {
  color: #fff;
  background: transparent;
  padding: 3px;
  font-family: "FontAwesome";
  display: inline-flex;
  content: "\f00c";
  margin-right: 10px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.single-product .woocommerce-message {
  margin-bottom: 0;
}

#top-link {
  display: none;
  background: #000;
  position: fixed;
  right: 35px;
  text-align: center;
  bottom: 20%;
  color: #fff;
  text-decoration: none;
  width: 40px;
  padding: 8px 8px 12px 10px;
  font-size: 20px;
  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;
}

.select-wrapper {
  position: relative;
  overflow: hidden;
}

.select-wrapper select {
  padding: 5px 15px 5px 10px;
  border: 1px solid #e6e6e6;
  margin: 0;
  appearance: none;
  cursor: pointer;
  color: #555555;
  background: transparent;
  position: relative;
}

.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;
}

.col_hover_focus > *,
.col_hover_fade > *,
.col_hover_blur > *,
.col_hover_grayscale > * {
  -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;
  position: relative;
}

#mobile-navigation .col_hover_focus > *,
#mobile-navigation .col_hover_fade > *,
#mobile-navigation .col_hover_blur > *,
#mobile-navigation .col_hover_grayscale > * {
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}

.col_hover_focus:hover > * {
  opacity: 1;
}

.col_hover_fade:hover > * {
  opacity: 1;
}

.col_hover_grayscale > * {
  opacity: 0.7;
}

.col_hover_grayscale:hover > * {
  opacity: 1;
}

.col_hover_blur > * {
  -webkit-filter: blur(3px);
}

.col_hover_blur:hover > * {
  -webkit-filter: blur(0px);
}

.square-round {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.square-round:hover {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.error404 .entry-content .search-wrapper {
  display: none;
}

.error404 .entry-content {
  margin-bottom: 90px;
}

.error404 .entry-content p {
  margin-bottom: 60px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none;
  }
}

.font-large {
  font-size: 600% !important;
  line-height: 80%;
  margin: 15px 0px;
}

.font-xlarge {
  font-size: 900% !important;
  line-height: 80%;
  margin: 15px 0px;
}

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.nasa-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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-invisible.nasa-down {
  height: 0;
}

.nasa-invisible.nasa-visible {
  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: #bb3e10;
}

.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 {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.load-more .load-more-icon {
  font-size: 160%;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.load-more .load-more-text {
  position: relative;
  top: -5px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #491c0e;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.load-more:hover .load-more-content .load-more-icon,
.load-more:hover .load-more-text {
  color: #bb3e10;
}

.load-more .load-more-content {
  border: none !important;
  background-color: #eadfcd !important;
}

.load-more .load-more-content .load-more-icon {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  height: 20px;
  width: 28px;
  color: #aaa;
}

.load-more .load-more-content:hover {
  color: #555555 !important;
  border: none !important;
  background-color: #fff !important;
}

.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.load-more-btn.nasa-more-type-2:hover .load-more-content {
  color: #555555 !important;
}

.load-more.end-product {
  cursor: auto;
  font-size: 100%;
  letter-spacing: 2px;
  font-weight: bold;
}

.load-more.load-more-btn,
.load-more.end-product {
  position: relative;
  text-align: center;
  display: inline-block;
}

.load-more.load-more-btn.nasa-more-type-3,
.load-more.end-product.nasa-more-type-3 {
  background: transparent;
}

.load-more.load-more-btn.nasa-more-type-1
  .load-more.load-more-btn.nasa-more-type-3,
.load-more.end-product.nasa-more-type-1
  .load-more.load-more-btn.nasa-more-type-3,
.load-more.load-more-btn.nasa-more-type-1
  .load-more.end-product.nasa-more-type-3,
.load-more.end-product.nasa-more-type-1
  .load-more.end-product.nasa-more-type-3 {
  height: 1px;
  width: 70%;
  margin: 0 auto 30px auto;
}

.load-more.load-more-btn.nasa-more-type-1
  .load-more.load-more-btn.nasa-more-type-3
  .load-more-content,
.load-more.end-product.nasa-more-type-1
  .load-more.load-more-btn.nasa-more-type-3
  .load-more-content,
.load-more.load-more-btn.nasa-more-type-1
  .load-more.end-product.nasa-more-type-3
  .load-more-content,
.load-more.end-product.nasa-more-type-1
  .load-more.end-product.nasa-more-type-3
  .load-more-content {
  padding: 5px 25px;
  display: inline-block;
  top: -20px;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  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%);
}

.load-more.load-more-btn.nasa-more-type-1
  .load-more.load-more-btn.nasa-more-type-3
  .nasa-end-content,
.load-more.end-product.nasa-more-type-1
  .load-more.load-more-btn.nasa-more-type-3
  .nasa-end-content,
.load-more.load-more-btn.nasa-more-type-1
  .load-more.end-product.nasa-more-type-3
  .nasa-end-content,
.load-more.end-product.nasa-more-type-1
  .load-more.end-product.nasa-more-type-3
  .nasa-end-content {
  display: inline-block;
  padding: 10px 25px;
  background: #fff;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  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%);
}

.load-more.load-more-btn.nasa-more-type-2,
.load-more.end-product.nasa-more-type-2 {
  height: auto;
  width: 100%;
  /* border-top: 1px solid #491c0e;
  border-bottom: 1px solid #491c0e; */
  padding: 15px 0 14px 0;
}

.load-more.load-more-btn.nasa-more-type-2 .load-more-content,
.load-more.end-product.nasa-more-type-2 .load-more-content {
  padding: 0;
  color: #491c0e;
  display: inline-block;
  cursor: pointer;
}

.load-more.load-more-btn.nasa-more-type-2 .load-more-content .load-more-icon,
.load-more.end-product.nasa-more-type-2 .load-more-content .load-more-icon {
  display: none;
}

.load-more.load-more-btn.nasa-more-type-2 .load-more-content .load-more-text,
.load-more.end-product.nasa-more-type-2 .load-more-content .load-more-text {
  top: auto;
  font-weight: 700;
  font-size: 110%;
  letter-spacing: 0.1em;
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
  /* background-color: #bb3e10; */
  border: 1px solid #bb3e10;
  color: #bb3e10;
  transition: all 0.3s ease;
}
.load-more-content:hover .load-more-text {
  background-color: #bb3e10 !important;
  border: 1px solid #bb3e10 !important;
  color: #fff !important;
}

.nasa-visibility-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#ajax-loading.absolute {
  position: absolute;
  left: 49%;
}

.black-window,
.white-window,
.transparent-desktop,
.transparent-window,
.transparent-mobile {
  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-3 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: #fff;
}

.opacity-3 .please-wait.type2 {
  top: 200px;
}

.div-toggle-sidebar {
  display: none;
  position: fixed;
  z-index: 100;
  top: 40%;
  left: 0;
  text-align: center;
}

.div-toggle-sidebar a {
  border: 1px solid #491c0e;
  background: #491c0e;
  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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.div-toggle-sidebar a i {
  font-size: 135%;
  display: block;
  color: inherit;
  margin-right: 0;
}

.div-toggle-sidebar a:hover {
  opacity: 1;
  color: #fff;
}

.nasa-vitual-hidden {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.hidden-tag,
.hide,
.nasa-show-less,
.nasa-hide-for-desk,
[class*="block-grid-"] > li.nasa-show-less {
  display: none;
}

.nasa-show-less.current-cat {
  display: block;
}

.inline-block {
  display: inline-block;
}

.required {
  color: #f00;
}

.nasa-pos-absolute {
  position: absolute;
}

.nasa-pos-relative {
  position: relative;
}

.nasa-over-hide {
  overflow: hidden;
}

.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: #491c0e;
  /* 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;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.nasa-body-loaded .nasa-full-to-left,
.nasa-body-loaded .nasa-full-to-right {
  opacity: 1;
}

.wpcf7 form {
  margin-bottom: 0;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wpcf7 .newletter-form-controls input[type="text"],
.wpcf7 .newletter-form-controls input[type="email"],
.wpcf7 .newletter-form-controls textarea {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wpcf7 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 72%;
  color: #bb3e10;
}

.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;
}

.columns.padding-left-0,
.column.padding-left-0 {
  padding-left: 0;
}

.columns.padding-right-0,
.column.padding-right-0 {
  padding-right: 0;
}

.padding-side-15 {
  padding: 0 15px;
}

/* 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 #491c0e;
  border-left: 1px solid #efefef;
  border-right: 1px solid #491c0e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin 0.5s linear infinite;
  /* Safari | Chrome */
  -moz-animation: nasa-spin 0.5s linear infinite;
  /* FF */
  -o-animation: nasa-spin 0.5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin 0.5s linear infinite;
  /* IE */
  animation: nasa-spin 0.5s linear infinite;
}

.nasa-loader {
  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 #491c0e;
  border-left: 1px solid #efefef;
  border-right: 1px solid #491c0e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin 0.5s linear infinite;
  /* Safari | Chrome */
  -moz-animation: nasa-spin 0.5s linear infinite;
  /* FF */
  -o-animation: nasa-spin 0.5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin 0.5s linear infinite;
  /* IE */
  animation: nasa-spin 0.5s linear infinite;
}

body div#schat-widget .schat-chat-btn,
body div#schat-widget .schat-popup .schat-header {
  background-color: #bb3e10;
}

body div#schat-widget .schat-chat-btn:hover,
body div#schat-widget .schat-popup .schat-header:hover {
  background-color: #bb3e10;
}

body #submit,
body button,
body .button,
body input[type="submit"] {
  padding: 12px 40px;
  letter-spacing: 2px;
  font-weight: bold;
  background-color: #bb3e10;
  border-color: #bb3e10;
  border-width: 1px;
  color: #fff;
  text-transform: uppercase;
}

body #submit.small,
body button.small,
body .button.small,
body input[type="submit"].small {
  font-size: 12px;
}

body #submit:hover,
body button:hover,
body .button:hover,
body input[type="submit"]:hover {
  opacity: 0.8;
}

/* TOP BAR */

.mobile-menu {
  display: none;
}

.mobile-menu.nasa-header-mobile-layout {
  display: block;
}

#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);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.top-bar .nasa-menus-account .nasa-subitem-acc {
  display: block;
  width: 100%;
  padding: 0 20px;
}

.top-bar .nasa-menus-account .nasa-subitem-acc:after {
  display: none;
}

.top-bar .nasa-menus-account .menu-item {
  position: relative;
  padding-bottom: 6px;
}

.top-bar .nasa-menus-account .menu-item:hover .sub-menu {
  z-index: 399;
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.top-bar .nasa-menus-account .nasa-hello-acc {
  font-weight: bold;
  padding: 5px 20px;
  color: #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: #491c0e;
}

.nasa-elements-wrap {
  transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.25s ease-out, opacity 0.3s 0.2s ease-out,
    transform 0.3s 0.2s ease-out;
  -webkit-transition: color 0.3s 0.001s ease-out,
    background 0.1s 0.001s ease-out, visibility 0.3s 0.2s ease-out,
    opacity 0.3s 0.2s ease-out, transform 0.3s 0.2s ease-out;
  -moz-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.2s ease-out, opacity 0.3s 0.2s ease-out,
    transform 0.3s 0.2s ease-out;
  -ms-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.2s ease-out, opacity 0.3s 0.2s ease-out,
    transform 0.3s 0.2s ease-out;
  -o-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.2s ease-out, opacity 0.3s 0.2s ease-out,
    transform 0.3s 0.2s ease-out;
}

.nasa-in-mobile #top-bar {
  padding: unset;
  height: unset;
  border-color: transparent;
}

.nasa-in-mobile #top-bar .topbar-mobile-text {
  line-height: 3;
  background: #bb3e10;
  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: 5px;
}

#top-bar {
  position: relative;
  margin-top: 0;
  opacity: 1;
  padding: 3px 0px 2px 0;
  height: 42px;
  background: #fff;
  border-bottom: 1px solid #efefef;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#top-bar .left-text {
  line-height: 2.5;
}

#top-bar .right-text {
  line-height: 2;
  font-size: 100%;
}

/* END TOP BAR */

.header-icons {
  list-style: none;
  margin: 12px 0 5px 0;
  float: right;
}
.header-icons .icon-nasa-like:before,
.header-icons .mini-cart .cart-icon:before,
.header-icons .icon-nasa-search:before {
  font-weight: 700;
}
.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 {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.header-icons > li a .nasa-icon {
  font-size: 18px;
  position: relative;
}

.header-icons > li a .nasa-icon.icon-nasa-cart-2,
.header-icons > li a .nasa-icon.icon-nasa-cart-4 {
  font-size: 155%;
}

.header-icons > li a .nasa-icon.fa-shopping-cart {
  font-size: 160%;
}

.header-icons > li a .nasa-icon.fa-shopping-bag,
.header-icons > li a .nasa-icon.fa-shopping-basket {
  font-size: 150%;
}

.header-icons > li a:hover i {
  color: #bb3e10;
}

.header-icons > li .header-account .pe7-icon {
  font-size: 160%;
  font-weight: bold;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.header-icons > li .nasa-product-empty .nasa-sl {
  display: none;
}

#top-bar {
  background: #fff;
  border-bottom: 1px solid #ececec;
}

#top-bar .topbar-menu-container {
  padding-top: 3px;
}

#top-bar .header-icons {
  float: none;
}

#top-bar .header-icons > li {
  float: none;
  font-size: 100%;
  margin-left: 0;
  visibility: visible;
  opacity: 1;
}

#top-bar .header-icons > li span {
  margin: 0;
}

#top-bar .header-icons > li a .nasa-icon {
  font-size: 130%;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#top-bar .header-icons > li a .nasa-icon.icon-nasa-refresh:before {
  content: "\33";
}

#top-bar .header-icons > li:last-child:after {
  content: " ";
  margin: 0px 18px 0 20px;
  height: 11px;
  color: #d8d8d8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}

.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 li a .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 a .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:hover {
  color: #bb3e10;
}

.topbar-menu-container ul li a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.topbar-menu-container ul li a:hover {
  color: #bb3e10;
}

.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;
}

.header-account ul li:hover {
  color: #bb3e10;
}

.header-account ul li a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.header-account ul li a:hover {
  color: #bb3e10;
}

.nasa-search-space {
  position: static;
  min-width: 25px;
  width: 100%;
  top: 0px;
}

.nasa-search-space .search-icon {
  margin-bottom: 3px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nasa-search-space .search-icon .circle {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
  background-color: white;
  z-index: 1;
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-search-space .search-icon .handle {
  position: absolute;
  background-color: #4d4d4d;
  top: 10px;
  left: 0px;
  width: 20px;
  height: 1px;
  display: block;
  transform: rotate(45deg);
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nasa-search-space .search-icon .handle:after {
  content: "";
  background-color: #4d4d4d;
  width: 20px;
  height: 1px;
  display: block;
  float: right;
  z-index: -1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-search-space .search-icon.open .circle {
  transform: scale(0.02);
  transform-origin: 30% 40%;
  background: white;
  border-color: white;
}

.nasa-search-space .search-icon.open .handle:after {
  transform-origin: center center;
  transform: rotate(90deg);
}

.nasa-search-space .pe-7s-close {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-search-space.black_bg {
  height: 100%;
}

.nasa-search-space.black_bg .icon {
  background: #000;
  color: #fff;
}

.nasa-search-space.black_bg .nasa-ajaxsearchform-container .icon {
  display: none;
}

.nasa-search-space .nasa-show-search-form {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
}

.nasa-search-space .nasa-show-search-form.nasa-over-hide {
  width: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.nasa-search-space .nasa-show-search-form.nasa-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(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-search-space
  .nasa-show-search-form.nasa-over-hide.nasa-fadeInDown.nasa-show {
  -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-over-hide.nasa-fadeInUp {
  width: 100%;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-search-space
  .nasa-show-search-form.nasa-over-hide.nasa-fadeInUp.nasa-show {
  -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-over-hide.nasa-leftToRight {
  right: auto;
  left: 0;
}

.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-fadeIn {
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.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-search-relative {
  position: relative;
  border-bottom: 2px solid #999;
  background: transparent;
}

.nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .search-wrapper
  form
  .twitter-typeahead
  input[name="s"] {
  padding-right: 55px;
  padding-left: 0px;
}

.nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .search-wrapper
  form
  .twitter-typeahead
  input.tt-hint {
  padding: 0 55px 0 0;
}

.nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .search-wrapper
  form
  .nasa-icon-submit-page {
  left: auto;
  right: 0;
}

.nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .search-wrapper
  form
  .nasa-icon-submit-page:before {
  line-height: 44px;
  text-align: right;
}

.nasa-search-space .nasa-show-search-form .nasa-close-search {
  position: absolute;
  right: 3px;
  top: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.nasa-search-space .nasa-show-search-form .nasa-close-search i {
  font-size: 310%;
}

.nasa-search-space .nasa-show-search-form .search-wrapper form {
  margin-bottom: 0px;
  position: relative;
}

.nasa-search-space .nasa-show-search-form .search-wrapper form input[name="s"] {
  margin: 0px;
  border: none;
  background: none;
  height: 44px;
  padding-right: 12px;
  padding-left: 55px;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  input[name="s"]:focus {
  background: none;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  input[name="s"]::placeholder {
  color: inherit;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .twitter-typeahead {
  position: relative;
  border: none;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .twitter-typeahead
  input[name="s"] {
  margin: 0px;
  border: none;
  background: #f8f8f8;
  height: 44px;
  padding-right: 12px;
  padding-left: 55px;
  font-size: 100%;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .twitter-typeahead
  input[name="s"]:focus {
  background: none;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .twitter-typeahead
  input.tt-hint {
  font-size: 100%;
  padding: 0 0 0 55px;
  height: 44px;
  background: transparent !important;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  select[name="product_cat"] {
  display: none;
  position: absolute;
  right: 130px;
  top: 2px;
  width: 25%;
  font-size: 100%;
  height: 44px;
  background: transparent;
  border: none;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #bb3e10 50%),
    linear-gradient(135deg, #bb3e10 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 5px),
    calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  select[name="product_cat"]::-ms-expand {
  display: none;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  select[name="product_cat"]:focus {
  background-image: linear-gradient(45deg, #bb3e10 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #bb3e10 50%);
  background-position: calc(100% - 16px) calc(1em + 3px),
    calc(100% - 20px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: none;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  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
  .search-wrapper
  form
  .nasa-icon-submit-page:hover {
  border-color: none;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .nasa-icon-submit-page
  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
  .search-wrapper
  form
  .nasa-icon-submit-page
  input[type="submit"]:focus {
  outline: none;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .nasa-icon-submit-page:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e618";
  color: #555555;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 9px;
  font-size: 280%;
  line-height: 48px;
  width: 100%;
  text-align: left;
}

.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 .tt-menu .item-search {
  position: relative;
}

.nasa-search-space .tt-menu .item-search a {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}

.nasa-search-space .tt-menu .item-search a:hover {
  background: #f9f9f9;
  color: #555555;
}

.nasa-search-space .tt-menu .item-search a p {
  font-size: 110%;
  font-weight: bold;
  color: #491c0e;
  margin: 0 0 5px 0;
  display: inline-block;
  line-height: 1.3;
}

.nasa-search-space .tt-menu .item-search a img {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: auto;
}

.nasa-search-space .tt-menu .item-search a .nasa-item-title-search {
  text-align: left;
  margin-top: 0px;
}

.nasa-search-space .please-wait {
  position: absolute;
  left: 30% !important;
  top: 30% !important;
}

.nasa-search-space .nav-dropdown {
  width: 300px;
  right: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.nasa-search-space .nav-dropdown .wide-nav-search .search-wrapper form {
  margin-bottom: 0px;
}

.nasa-search-space .nav-dropdown .wide-nav-search .search-wrapper form input {
  margin: 0px;
  padding-left: 15px;
  border: 1px solid #ddd;
  font-size: 100%;
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .search-wrapper
  form
  input:focus {
  background: none;
}

.nasa-search-space .nav-dropdown .wide-nav-search .twitter-typeahead,
.nasa-search-space .nav-dropdown .wide-nav-search input.live-search-input {
  width: 85%;
}

.nasa-search-space .nav-dropdown .wide-nav-search select[name="product_cat"] {
  width: 15%;
}

.nasa-search-space .nav-dropdown .wide-nav-search .tt-dropdown-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);
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search {
  max-height: 70px;
  overflow: hidden;
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search
  a {
  display: block;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search
  a:hover {
  background: #f9f9f9;
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search
  a
  p {
  font-size: 100%;
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search
  a
  .nasa-item-title-search,
.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search
  a
  img {
  float: left;
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search
  a
  .nasa-item-title-search {
  margin-left: 12px;
}

.nasa-search-space
  .nav-dropdown
  .wide-nav-search
  .tt-dropdown-menu
  .item-search
  a
  img {
  width: 60px;
  height: 60px;
}

.nasa-search-space .nav-dropdown .wide-nav-search .please-wait {
  position: absolute;
  left: 40% !important;
  top: 40% !important;
}

.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
  .search-wrapper
  form
  input[name="s"],
.header-type-4
  .nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .search-wrapper
  form
  .twitter-typeahead
  input[name="s"],
.header-type-4
  .nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .search-wrapper
  form
  .twitter-typeahead
  input.tt-hint {
  padding-left: 15px;
  padding-right: 140px;
}

.header-type-4
  .nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .search-wrapper
  form
  .nasa-icon-submit-page {
  top: -1px;
  right: -2px;
  height: 46px;
  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
  .search-wrapper
  form
  .nasa-icon-submit-page:before {
  padding-left: 0;
  padding-right: 15px;
  font-size: 150%;
  font-weight: 600;
  line-height: 48px;
  background: #bb3e10;
  color: #fff;
}

.header-type-4
  .nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .nasa-icon-submit-page
  .nasa-submit-search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: unset;
  width: 100%;
  display: block;
  background: transparent !important;
  text-indent: -25px;
  font-size: 100%;
  letter-spacing: 1px;
}

.header-type-4
  .nasa-search-space
  .nasa-show-search-form.nasa-search-relative
  .nasa-icon-submit-page
  .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
  .search-wrapper
  form
  .twitter-typeahead,
.header-wrapper.nasa-header-transparent
  .nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .twitter-typeahead
  input[name="s"] {
  background-color: transparent;
}

.nasa-left-main-header {
  width: 80%;
}

.nasa-right-main-header {
  width: 20%;
}

.logo-wrapper {
  line-height: 40px;
}

.logo-wrapper .logo .header_logo {
  max-height: 95px;
}

.mobile-menu .logo-wrapper .logo .header_logo,
.fixed-already .logo-wrapper .logo .header_logo {
  max-height: 25px;
}

#masthead {
  position: relative;
  background-color: transparent;
  padding: 10px 0;
}

#masthead .row.nasa-hide-for-mobile .logo-wrapper {
  float: left;
  line-height: 55px;
  position: relative;
}

#masthead .row.nasa-hide-for-mobile .logo-wrapper h1 {
  margin: 0;
}

#masthead .header-container .logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

#masthead .header-container .logo-wrapper.nasa-hide-for-desk {
  display: none;
}

#masthead .header-container .logo-wrapper .logo {
  height: 100%;
  vertical-align: middle;
}

#masthead .header-container .logo-wrapper .logo a {
  display: block;
  margin: 0;
  font-size: 200%;
  font-weight: bold;
  width: 100%;
  color: #bb3e10;
}

#masthead .header-container .logo-wrapper .logo a img {
  height: auto;
  width: auto;
}

#masthead .header-container .wide-nav {
  display: table-cell;
  vertical-align: middle;
}

#masthead .header-container .wide-nav li {
  list-style: none;
}

/* TRANSPARENT HEADER */

.header-transparent #masthead {
  background: transparent;
}

.header-transparent #masthead .logo-wrapper {
  z-index: 2;
}

.header-transparent .nasa-ajaxsearchform input {
  background: transparent;
}

/* END TRANSPARENT HEADER */

.header-type-1 #masthead .header-container .logo-wrapper .logo a {
  font-size: 100%;
}

.header-type-1 #masthead .nasa-search-space {
  top: 0;
}

.header-type-1
  #masthead
  .nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .twitter-typeahead {
  background: #fff;
}

.header-type-1 .static-block-wrapper {
  position: relative;
}

.header-type-1 .static-block-wrapper .support-item {
  clear: both;
}

.header-type-1 .static-block-wrapper .support-item.hr-bottom:after {
  display: block;
  content: " ";
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin: 15px 0;
}

.header-type-1 .static-block-wrapper .support-item .icon-wrap {
  display: inline-block;
  width: 25%;
  float: left;
}

.header-type-1 .static-block-wrapper .support-item .icon-wrap i {
  height: 48px;
  width: 48px;
  font-size: 48px;
}

.header-type-1 .static-block-wrapper .support-item .label-wrap {
  display: inline-block;
  width: 75%;
  position: relative;
}

.header-type-1 .static-block-wrapper .support-item .label-wrap.nasa-full {
  width: 100%;
}

.header-type-1
  .static-block-wrapper
  .support-item
  .label-wrap.nasa-full
  .static-block-label {
  line-height: 150%;
  padding-left: 0;
}

.header-type-1
  .static-block-wrapper
  .support-item
  .label-wrap.nasa-full
  .static-block-label.nasa-add-mail {
  line-height: 160%;
}

.header-type-1
  .static-block-wrapper
  .support-item
  .label-wrap
  .static-block-label {
  display: block;
  padding-left: 5px;
  line-height: 130%;
}

.header-type-1
  .static-block-wrapper
  .support-item
  .label-wrap
  .static-block-label.nasa-bold {
  font-size: 135%;
  line-height: 150%;
  font-weight: 500;
}

.header-type-1 .static-block-wrapper .support-item .label-wrap i {
  position: absolute;
  right: -10px;
  bottom: -4px;
  font-size: 30px;
  color: #bbb;
}

.header-type-1 .static-block-wrapper .support-item .label-wrap .nasa-united {
  font-size: 170%;
  font-weight: 300;
}

.header-type-1 .static-block-wrapper .support-item .label-wrap .nasa-add {
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 90%;
}

.header-type-1 .static-block-wrapper .support-show {
  cursor: pointer;
}

.header-type-1 .static-block-wrapper .support-hide {
  position: absolute;
  top: 69px;
  z-index: 401;
  padding: 30px 20px;
  width: 275px;
  background: #fff;
  -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);
}

.header-type-1 .nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  margin-left: -10px;
  margin-right: -10px;
}

.header-type-2 .nasa-share li,
.header-type-2 .nasa-follow {
  font-size: 140%;
}

.header-type-2 #masthead,
.header-type-3 #masthead,
.header-type-4 #masthead {
  padding-bottom: 0;
}

.header-type-4 #masthead {
  padding-top: 40px;
}

.header-type-4 .nasa-elements-wrap {
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
  margin-top: 40px;
}

.header-type-4 .nasa-megamenu > .nav-dropdown {
  padding-left: 10px;
  padding-right: 10px;
}

.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;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .search-wrapper {
    color: #c00;
  }
  /* Safari 5+ ONLY */
  ::i-block-chrome,
  .someClass {
    color: #000;
  }
}

.nasa-search-sticky-wrap {
  padding-left: 25px;
}

.nasa-filter-cat-topbar {
  position: relative;
  z-index: 3;
}

.nasa-filter-cat-topbar .nasa-icon-cat-topbar {
  min-width: 100px;
}

.nasa-filter-cat-topbar .nasa-icon-cat-topbar a {
  left: 0;
  top: 0;
  border: 2px solid #e2e2e2;
  display: block;
  color: #3b3c40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nasa-filter-cat-topbar .nasa-icon-cat-topbar a i {
  font-size: 130%;
  height: 44px;
  line-height: 44px;
  margin: 0 6px 0px 10px;
}

.nasa-filter-cat-topbar .nasa-icon-cat-topbar a span {
  position: relative;
  top: -3px;
  font-size: 90%;
}

.nasa-filter-cat-topbar .nasa-icon-cat-topbar:hover a {
  color: #000;
  background: #f6f6f6;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-top-bar-baby #top-bar {
  position: relative;
}

.nasa-top-bar-baby #top-bar:before,
.nasa-top-bar-baby #top-bar:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  border-top: 1px dashed #fff;
}

.nasa-top-bar-baby #top-bar:before {
  top: 5px;
}

.nasa-top-bar-baby #top-bar:after {
  bottom: 4px;
}

.nasa-header-sticky .sticky-wrapper {
  position: unset;
  top: -30px;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.nasa-header-sticky .sticky-wrapper.fixed-already {
  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 .sticky-wrapper.fixed-already .nasa-top-cat-filter-wrap {
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
}

.nasa-header-sticky .sticky-wrapper.fixed-already #masthead,
.nasa-header-sticky .sticky-wrapper.fixed-already .site-header {
  padding-top: 0;
  padding-bottom: 0;
}

.nasa-header-sticky .sticky-wrapper.fixed-already .logo {
  line-height: 44px;
}

.nasa-header-sticky
  .sticky-wrapper.fixed-already
  .nasa-allways-show.nasa-active {
  display: none;
}

.nasa-header-sticky
  .sticky-wrapper.fixed-already
  .nasa-vertical-header:hover
  .nasa-allways-show.nasa-active,
.nasa-header-sticky
  .sticky-wrapper.fixed-already
  .nasa-vertical-header:hover
  .vertical-menu-container {
  display: block;
}

.nasa-header-sticky.header-type-2
  .sticky-wrapper.fixed-already
  .nasa-elements-wrap,
.nasa-header-sticky.header-type-3
  .sticky-wrapper.fixed-already
  .nasa-elements-wrap {
  margin-top: 5px;
}

.nasa-header-sticky.header-type-4
  .sticky-wrapper.fixed-already
  .nasa-elements-wrap-bg {
  margin-top: 0;
}

.header-multi-languages > li {
  float: left;
}

.nasa-select-currencies {
  width: auto;
  max-width: 200px;
}

.nasa-select-currencies .wcml-spinner {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -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);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.nasa-select-currencies:hover .wcml-dropdown li.wcml-cs-active-currency > ul,
.nasa-select-currencies.nasa-active
  .wcml-dropdown
  li.wcml-cs-active-currency
  > ul {
  pointer-events: unset;
  visibility: visible;
  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);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.nasa-select-languages .nasa-list-languages .nasa-item-lang {
  visibility: inherit;
  display: block;
  width: 100%;
  padding: 0 10px;
}

.nasa-select-languages .nasa-list-languages .nasa-item-lang a img {
  margin: 0 5px;
  position: relative;
  top: -1px;
}

.nasa-select-languages:hover .nasa-list-languages,
.nasa-select-languages.nasa-active .nasa-list-languages {
  pointer-events: unset;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* 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;
}

.footer-type-default {
  padding: 30px;
  background: #f9f9f9;
  text-align: center;
  font-weight: bold;
}

#nasa-footer {
  background: #bb3e10;
  padding: 20px 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#nasa-footer p {
  line-height: 2;
  margin: 0px;
  font-size: 14px;
}

#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 .widget_nav_menu ul li,
#nasa-footer .nasa-nav-sc-menu ul li {
  list-style: none;
}

#nasa-footer .widget_nav_menu ul li a,
#nasa-footer .nasa-nav-sc-menu ul li a {
  border: none;
  color: inherit;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

#nasa-footer .widget_nav_menu ul li a:hover,
#nasa-footer .nasa-nav-sc-menu ul li a:hover {
  color: #212121;
}

#nasa-footer .top-footer .nasa-hr {
  display: block;
  height: 2px;
}

#nasa-footer .nasa-contact-footer-custom h5 {
  font-size: 150%;
  color: #bb3e10;
}

#nasa-footer .nasa-contact-footer-custom h5 i {
  color: #bb3e10;
}

#nasa-footer .nasa-footer-bottom {
  background: #fff;
  color: #491c0e;
  padding: 20px 0;
  border-top: 1px solid #ececec;
}

#nasa-footer .nasa-footer-bottom .widget_nav_menu,
#nasa-footer .nasa-footer-bottom .nasa-nav-sc-menu {
  margin-bottom: 0;
}

#nasa-footer .nasa-footer-bottom .widget_nav_menu ul li a:hover,
#nasa-footer .nasa-footer-bottom .nasa-nav-sc-menu ul li a:hover {
  color: #bb3e10;
}

#nasa-footer .nasa-footer-bottom-left p {
  line-height: 300%;
}

#nasa-footer .nasa-footer-bottom-right .nasa-nav-sc-menu {
  margin-top: 0;
  float: right;
}

#nasa-footer .nasa-footer-bottom-right ul {
  margin-bottom: 0;
  line-height: 2.3;
}

#nasa-footer .nasa-footer-bottom-right ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

#nasa-footer .nasa-footer-bottom-right ul li:after {
  position: absolute;
  display: block;
  content: " ";
  right: -10px;
  top: 50%;
  position: absolute;
  -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 .footer-contact .wpcf7-email {
  border: none;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 500;
  background: none;
}

#nasa-footer .footer-light-1 .footer-contact .wpcf7-email:focus {
  background: none;
}

#nasa-footer .footer-light-1 .footer-contact p.nasa-contact-text {
  margin-top: 27px;
}

#nasa-footer .footer-light-1 .footer-contact .btn-submit-newsletters {
  background: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
  padding: 10px 30px;
  margin-top: 0;
  display: block;
  clear: both;
  margin-bottom: 0;
}

#nasa-footer .footer-light-1 .footer-contact .btn-submit-newsletters:hover {
  background: #f65352;
  border-color: #f65352;
}

#nasa-footer
  .footer-light-1
  .footer-contact
  .btn-submit-newsletters.button-green {
  background: #62a70f;
  border-color: #62a70f;
}

#nasa-footer
  .footer-light-1
  .footer-contact
  .btn-submit-newsletters.button-green:hover {
  background: #54900d;
  border-color: #54900d;
}

#nasa-footer .footer-light-1 .footer-contact .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
}

#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: 28px;
}

#nasa-footer .footer-light-2 .footer-contact .wpcf7 .wpcf7-form-control-wrap {
  float: left;
  display: inline-block;
  width: 66%;
}

#nasa-footer
  .footer-light-2
  .footer-contact
  .wpcf7
  .wpcf7-form-control-wrap
  .wpcf7-email {
  margin: 1px 0 0 0;
  padding: 7px 9px 7px 9px;
  height: 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#nasa-footer .footer-light-2 .footer-contact .btn-submit-newsletters {
  background: #bb3e10;
  border-color: transparent !important;
  color: #fff;
  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
  .btn-submit-newsletters.button-green {
  background: #62a70f;
  border-color: #62a70f;
}

#nasa-footer
  .footer-light-2
  .footer-contact
  .btn-submit-newsletters.button-green:hover {
  background: #54900d;
  border-color: #54900d;
}

#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::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cfcfcf;
}

#nasa-footer .footer-light-2 .footer-contact .wpcf7-email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cfcfcf;
  opacity: 1;
}

#nasa-footer .footer-light-2 .footer-contact .wpcf7-email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cfcfcf;
  opacity: 1;
}

#nasa-footer
  .footer-light-2
  .footer-contact
  .wpcf7-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfcfcf;
}

#nasa-footer
  .footer-light-2
  .footer-contact
  .wpcf7-email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cfcfcf;
}

#nasa-footer .footer-light-2 .nasa-share {
  margin-top: 0px;
  line-height: 2.5;
}

#nasa-footer .footer-light-2 .contact-information {
  margin-top: 54px;
}

#nasa-footer .footer-light-2 .nasa-nav-sc-menu {
  margin-top: 56px;
}

#nasa-footer .footer-light-2.nasa-footer-baby .contact-information {
  margin-top: 53px;
}

#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 {
  color: inherit;
  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 li a {
  color: inherit;
}

#nasa-footer .footer-dark .nasa-follow a span,
#nasa-footer .footer-dark .nasa-follow a i,
#nasa-footer .footer-dark .nasa-share li a span,
#nasa-footer .footer-dark .nasa-share li a i {
  color: inherit;
}

#nasa-footer .nasa-share {
  margin-top: 5px;
}

#nasa-footer .nasa-share li {
  margin-right: 20px;
}

#nasa-footer .nasa-2columns .vc_column-inner .wpb_wrapper .wpb_content_element {
  width: 50%;
  display: inline-block;
}

#nasa-footer .nasa-row-light {
  background: transparent;
  padding: 30px 0 30px 0;
}

#nasa-footer .nasa-row-light .wpb_text_column p {
  line-height: 240%;
}

#nasa-footer .footer-before {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .contact-logo {
  margin-bottom: 20px;
}

.contact-icon.border-circle {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  background: #fff;
}

.contact-icon.border-circle .fa-paper-plane,
.contact-icon.border-circle .fa-envelope {
  position: absolute;
  top: 25%;
  left: 27%;
}

.contact-icon.border-circle .fa-phone {
  position: absolute;
  top: 28%;
  left: 35%;
}

.footer-service-box {
  padding: 20px 0px 60px 0px;
}

.footer-service-box:before {
  display: block;
  content: "";
  height: 1px;
  background: #ddd;
  width: 35%;
  margin: 0 auto;
  margin-bottom: 55px;
}

/* 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: 0;
}

.nasa-opening-time li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}

.nasa-opening-time li span {
  display: inline-block;
  width: 50%;
}

.nasa-opening-time li .nasa-day-open {
  text-align: left;
}

.nasa-opening-time li .nasa-time-open {
  text-align: right;
}

.nasa-opening-time li:last-child {
  border-bottom: none;
}

.nasa-menu-inline ul.nasa-menu-wrapper li {
  display: inline-block;
  margin-left: 10px;
}

.nasa-menu-inline ul.nasa-menu-wrapper li:first-child {
  margin-left: 0;
}

/** 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);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.nasa-bottom-bar-icons.nasa-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nasa-bottom-bar-icons li {
  display: inline-block;
  text-align: center;
  width: 25%;
}

.nasa-bottom-bar-icons li.hidden-tag {
  display: none;
}

.nasa-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: #491c0e;
  font-weight: bold;
  margin: 0;
}

.nasa-bot-icons i {
  font-size: 150%;
  display: block;
  color: inherit;
  font-weight: inherit;
}

.nasa-bot-icons i.nasa-font-icon {
  font-size: 145%;
}

@media only screen and (min-width: 52.96552em) {
  #nasa-footer .nasa-nav-sc-menu {
    margin-top: 25px;
  }
  .nasa-opening-time {
    margin: 10px 0 15px 0;
  }
}

@media only screen and (max-width: 52.96552em) {
  #nasa-footer .nasa-accordions-content .nasa-panel .nasa-menu-wrapper {
    margin-bottom: 0;
  }
  #nasa-footer .nasa-accordions-content.nasa-no-border .nasa-accordion-title a {
    font-size: 120%;
  }
  #nasa-footer
    .nasa-accordions-content.nasa-no-border
    .nasa-accordion-title
    a:after {
    font-size: 175%;
  }
}

.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;
}

.nasa-blogs-relate.nasa-slide-style-blogs .nasa-nav-carousel-wrap {
  top: 42px;
  width: 100%;
}

.nasa-blogs-relate.nasa-slide-style-blogs
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
  margin-right: -3px;
}

.nasa-blogs-relate
  .group-blogs.nasa-blog-carousel
  .blog_item:hover
  .nasa-content-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nasa-blogs-relate
  .group-blogs.nasa-blog-carousel
  .blog_item
  .nasa-content-group {
  border: none;
}

.nasa-blogs-relate
  .group-blogs.nasa-blog-carousel
  .blog_item
  .nasa-blog-info-slider {
  padding: 15px 0 0 0;
}

.nasa-blogs-relate .group-blogs .nasa-blog-info-slider .blog_title h5 {
  font-size: 100%;
  font-weight: bold;
}

.nasa-blogs-relate .nasa-shortcode-title-slider {
  font-size: 210%;
  font-weight: 700;
}

.nasa-posts-masonry-isotope-item.nasa-item-normal .entry-header {
  margin-bottom: 0px;
}

.nasa-posts-masonry-isotope-item.nasa-item-normal
  .entry-header
  .info-wrap
  .meta-author {
  margin: 0;
}

.nasa-posts-masonry-isotope-item.nasa-item-normal
  .entry-header
  .info-wrap
  .meta-author:after {
  border: none;
  margin: 0 5px;
}

.nasa-posts-masonry-isotope-item.nasa-item-normal article.hentry {
  margin-bottom: 0px;
}

.nasa-posts-masonry-isotope-item.nasa-item-normal article.type-post {
  border-bottom: none;
  padding-bottom: 10px;
}

.nasa-posts-masonry-isotope-item.nasa-item-normal
  article.post
  .entry-header
  .entry-title {
  font-size: 140%;
  margin-bottom: 0px;
}

.nasa-item-blog-grid article.type-post {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.nasa-single-blog article.hentry {
  margin-bottom: 5px;
}

article.type-post {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

article.hentry {
  margin-bottom: 40px;
}

article.post .entry-content p {
  font-size: 100%;
}

article.post .entry-header .entry-title {
  font-family: "Nowester" !important;
  text-transform: uppercase;
  font-size: 160%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #ba3e10;
}

article.post .entry-header .entry-title a {
  color: #ba3e10;
}

article.post .entry-header .entry-title.nasa-title-single-post {
  font-size: 230%;
}

article.post .entry-meta {
  padding: 10px 0;
}

article.post .entry-readmore {
  opacity: 0.5;
  font-weight: 700;
  font-size: 90%;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

article.post .entry-readmore p {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  margin-bottom: 0px;
}

article.post .entry-readmore:hover {
  opacity: 1;
}

.entry-header {
  margin-bottom: 15px;
}

.entry-header .meta-author {
  margin-top: 10px;
  font-size: 100%;
  text-align: center;
}

.entry-header .post-date-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  text-align: center;
  background: #bb3e10;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.entry-header .post-date-wrapper:hover {
  background: #f43b3a;
}

.entry-header .post-date {
  padding-top: 20px;
  text-align: center;
}

.entry-header .post-date span {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.entry-header .post-date .post-date-day {
  font-size: 250%;
}

.entry-header .post-date .post-date-month {
  font-size: 100%;
}

.entry-header .info-wrap .meta-author,
.entry-header .info-wrap .post-date,
.entry-header .info-wrap .comments-link {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0;
  position: relative;
  opacity: 0.5;
  font-size: 80%;
}

.entry-header .info-wrap .meta-author i,
.entry-header .info-wrap .post-date i,
.entry-header .info-wrap .comments-link i {
  font-size: 120%;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.entry-header .info-wrap .meta-author:after,
.entry-header .info-wrap .post-date:after,
.entry-header .info-wrap .comments-link:after {
  content: " ";
  margin: 0px 10px;
  height: 11px;
  color: #d8d8d8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}

.entry-header .info-wrap .meta-author.no-after:after,
.entry-header .info-wrap .post-date.no-after:after,
.entry-header .info-wrap .comments-link.no-after:after {
  display: none;
}

.entry-header .info-wrap .meta-author:hover,
.entry-header .info-wrap .post-date:hover,
.entry-header .info-wrap .comments-link:hover {
  opacity: 1;
}

.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: bold;
}

.type-page h1.entry-title,
.search-results .text-center h1.entry-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.type-page .text-center h1.entry-title,
.search-results .text-center h1.entry-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.entry-image {
  position: relative;
  margin: 0 0 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: #bb3e10;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 10px;
  letter-spacing: 0.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: 3px 10px 4px 10px;
  border: 2px solid #eee;
  margin: 2px 4px;
  color: #555555;
  -webkit-transition: border-color 200ms ease;
  -moz-transition: border-color 200ms ease;
  -o-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.nasa-meta-tags a:hover {
  border-color: #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 .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 .nasa-post-title,
.nasa-post-navigation .nasa-post-next a:hover .nasa-post-title {
  color: #bb3e10;
}

.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: #bb3e10;
  border-color: #bb3e10;
}

.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: #491c0e;
}

@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-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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navigation-paging a:hover {
  color: #fff;
  background-color: #bb3e10;
}

.navigation-image a {
  color: black;
  display: block;
  border: 1px solid #ececec !important;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navigation-image a:hover {
  color: #fff;
  background-color: #bb3e10;
}

.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;
}

.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 #bb3e10;
  padding: 30px;
}

.post.sticky footer.entry-meta {
  border-bottom: 0;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
#tab-description p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 100%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog-list-style {
  margin-bottom: 30px;
}

.blog-list-style article {
  margin-bottom: 30px;
  margin-top: 40px;
}

.blog-list-style .entry-content {
  margin-top: 0;
}

.blog-list-style .entry-image {
  margin-top: 0;
}

.blog-list-style .post-date {
  top: 20px;
}

.blog-list-style:first-child article {
  margin-top: 10px;
}

.blog-list-style .cat-links a {
  text-transform: uppercase;
  color: #999;
  font-size: 100%;
}

.blog-list-style .info-wrap > a:last-child .meta-author:after,
.blog-list-style .info-wrap > a:last-child .post-date:after,
.blog-list-style .info-wrap > a:last-child .comments-link:after {
  display: none;
}

.blog-list-style .info-wrap .meta-author,
.blog-list-style .info-wrap .post-date,
.blog-list-style .info-wrap .comments-link {
  opacity: 0.5;
}

.blog-list-style .info-wrap .meta-author i,
.blog-list-style .info-wrap .post-date i,
.blog-list-style .info-wrap .comments-link i {
  font-size: 120%;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.blog-list-style .info-wrap .meta-author:after,
.blog-list-style .info-wrap .post-date:after,
.blog-list-style .info-wrap .comments-link:after {
  content: " ";
  margin: 0px 10px;
  height: 11px;
  color: #d8d8d8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}

.blog-list-style .info-wrap .meta-author.no-after:after,
.blog-list-style .info-wrap .post-date.no-after:after,
.blog-list-style .info-wrap .comments-link.no-after:after {
  display: none;
}

.blog-list-style .info-wrap .meta-author:hover,
.blog-list-style .info-wrap .post-date:hover,
.blog-list-style .info-wrap .comments-link:hover {
  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 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 .comments-title,
#add_review .comments-title {
  text-transform: capitalize;
  font-weight: bold;
}

#comments .comments-title span,
#add_review .comments-title span {
  font-weight: bold;
}

#comments .comment-list > li,
#add_review .comment-list > li {
  margin-bottom: 0;
}

#comments .comment-list .comment-inner,
#add_review .comment-list .comment-inner {
  position: relative;
  padding: 15px;
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
}

#comments .comment-list .comment-inner .reply a,
#add_review .comment-list .comment-inner .reply a {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  background: #fff;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ececec;
}

#comments .comment-list .comment-inner .reply a:hover,
#add_review .comment-list .comment-inner .reply a:hover {
  background: #bb3e10;
  color: white !important;
}

#comments .comment-list .fn,
#add_review .comment-list .fn {
  color: #555555;
  font-weight: bold;
  font-size: 130%;
  font-style: normal;
}

#comments .comment-list .comment-meta.commentmetadata,
#add_review .comment-list .comment-meta.commentmetadata {
  font-size: 95%;
  margin-top: 10px;
  opacity: 0.6;
}

#comments .comment-list .comment-content,
#add_review .comment-list .comment-content {
  color: #aaa;
}

#comments .comment-list .comment-content a,
#add_review .comment-list .comment-content a {
  word-wrap: break-word;
}

#comments .comment-list .children .comment-inner,
#add_review .comment-list .children .comment-inner {
  border-top: 1px solid #eeeeee;
  padding: 15px;
  margin-right: 0;
}

#comments .comment-list .comment:last-child,
#add_review .comment-list .comment:last-child {
  border: 0;
}

#comments .comment-list .bypostauthor,
#add_review .comment-list .bypostauthor {
  display: inline-block;
}

#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input,
#comments #respond .comment-form-url input,
#add_review #respond .comment-form-author input,
#add_review #respond .comment-form-email input,
#add_review #respond .comment-form-url input {
  margin-bottom: 0;
}

#comments #respond .comment-form-author,
#comments #respond .comment-form-email,
#comments #respond .comment-form-url,
#add_review #respond .comment-form-author,
#add_review #respond .comment-form-email,
#add_review #respond .comment-form-url {
  display: inline-block;
  width: 32.8%;
  position: relative;
}

#comments #respond .comment-form-author,
#comments #respond .comment-form-email,
#add_review #respond .comment-form-author,
#add_review #respond .comment-form-email {
  padding-right: 10px;
}

#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: #bb3e10;
}

.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link.is-active {
  display: none;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 10px 0;
  display: block;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e632";
  display: inline-flex;
  margin: 0 5px;
  font-size: 110%;
  position: relative;
  top: 1px;
  color: inherit;
  font-weight: normal;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a:hover {
  color: #491c0e;
}

.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: #491c0e;
  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: #bb3e10;
}

.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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

li.featured-item h3 {
  text-transform: uppercase;
  line-height: 95%;
  font-size: 100%;
  padding: 15px 15px 0;
}

.featured_item_cats {
  text-transform: uppercase;
  font-size: 100%;
  display: block;
  margin-bottom: 15px;
}

.featured_item_cats a {
  font-weight: bold;
}

.page-featured-item h1 {
  text-transform: uppercase;
}

.featured_item_image {
  overflow: hidden;
  position: relative;
}

li.featured-item img {
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

li.featured-item:hover img {
  margin-top: -10px;
}

li.featured-item:hover a {
  background: #eee;
  padding-bottom: 10px;
}

li.featured-item.style_2:hover a {
  background-color: #bb3e10;
  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;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hover-mask:hover:after,
.hover-mask:hover:before {
  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;
}

.hover-mask img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  margin-top: 10px;
}

.wpcf7 textarea {
  margin-bottom: 20px;
}

.content-with-text.contact-us div.fa {
  float: left;
  display: inline-block;
}

.content-with-text.contact-us .content-text {
  float: right;
  width: 80%;
  margin: 0 1em;
}

.content-with-text.contact-us .nasa-share li a span {
  padding: 7px;
}

.content-with-text.contact-us .phone-number {
  font-size: 16px;
  font-weight: bold;
}

#comments .comment-reply-title {
  font-weight: bold;
}

.nasa-search-post-no-result .nasa-search-form-warp form {
  margin-bottom: 0;
}

.nasa-search-post-no-result .nasa-search-form-warp form .twitter-typeahead {
  min-width: 300px;
}

.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;
}

#nasa-wrap-archive-loadmore p,
#nasa-wrap-archive-loadmore a {
  display: block;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 15px 0 14px 0;
  margin-bottom: 50px;
  color: #888;
  font-size: 100%;
  letter-spacing: 2px;
  font-weight: bold;
}

#nasa-wrap-archive-loadmore a.nasa-disabled {
  opacity: 0.3;
}

#nasa-wrap-archive-loadmore a:hover {
  color: #491c0e;
}

#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-archive-product-warp {
  margin-bottom: 25px;
}

/* 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;
}

.nasa_shop_description .wcmp_vendor_banner_template {
  margin-bottom: 0;
  padding: 0 10px;
}

.cat_bg {
  margin-bottom: 20px;
}

.filters-container {
  padding: 20px 0;
}

.filters-container.top-bar-wrap-type-2 {
  padding: 35px 0;
}

.filters-container-down {
  padding: 10px 0 20px 0;
}

.filter-tabs {
  margin-bottom: 0;
  line-height: 1;
  float: right;
}

.filter-tabs li {
  display: inline-block;
  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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #aaa;
}

.filter-tabs li.active i,
.filter-tabs li:hover i {
  color: #555555;
}

.filter-tabs.nasa-show-number i {
  display: none;
}

.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;
}

.nasa-topbar-change-view-wrap .filter-tabs li {
  padding: 3px 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%;
}

.nasa-sort-bar-layout-side-sidebar .sort-bar .select-wrapper select {
  font-size: 100%;
  line-height: 40px;
}

.sort-bar {
  margin-bottom: 0;
  float: left;
}

.sort-bar .sort-bar-text {
  display: none !important;
  margin-right: 0px;
  font-weight: bold;
  list-style: none !important;
}

.sort-bar li {
  display: inline-flex;
  vertical-align: middle;
}

.sort-bar .woocommerce-result-count {
  display: none;
}

.sort-bar label {
  position: relative;
}

.sort-bar .select-wrapper {
  font-size: 100%;
  border: none;
}

.sort-bar .select-wrapper select {
  border: none;
  font-size: 115%;
  padding: 0 5px;
  line-height: 44px;
  color: #555555;
  font-weight: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  position: relative;
  z-index: 1;
  direction: rtl;
}

.sort-bar .select-wrapper select::-ms-expand {
  display: none;
}

.sort-bar .select-wrapper select option {
  padding: 0 15px;
  font-weight: normal;
  font-size: 85%;
}

.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;
}

.nasa-sort-bar-layout-side-sidebar {
  text-align: right;
}

.nasa-sort-bar-layout-side-sidebar .sort-bar {
  float: none;
  width: 100%;
}

.showing_info_top {
  min-height: 1px;
}

.showing_info_top .woocommerce-result-count {
  margin: 0;
  line-height: 2.8;
}

.nasa-toggle-layout-side-sidebar .toggle-sidebar-shop {
  line-height: 2.8;
  font-size: 115%;
}

.nasa-toggle-layout-side-sidebar .toggle-sidebar-shop i {
  font-size: 95%;
  position: relative;
  top: 1px;
}

.nasa-combo-slider
  .product-item.grid:hover
  .nasa-product-bundle-btns
  .quick-view {
  visibility: visible;
}

.nasa-combo-slider .product-item.grid .price {
  display: none;
}

.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view {
  border: 1px solid;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-color: white;
  padding: 5px 8px;
  color: #444444;
  border-color: #aaaaaa;
  transition: none;
  visibility: hidden;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-combo-slider
  .product-item.grid
  .nasa-product-bundle-btns
  .quick-view:hover {
  background-color: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
}

.nasa-combo-slider
  .product-item.grid
  .nasa-product-bundle-btns
  .quick-view
  .quick-view-icon
  .pe-icon {
  display: none;
}

.nasa-combo-slider
  .product-item.grid
  .nasa-product-bundle-btns
  .quick-view
  .quick-view-icon
  .nasa-icon-text {
  display: block;
}

.products.grid li.product-warp-item {
  margin-bottom: 10px;
}

.products.nasa-main-content-warp {
  overflow: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.products.nasa-main-content-warp .product-outner {
  position: relative;
}

.products.nasa-main-content-warp:hover {
  background: transparent;
}

.products.nasa-main-content-warp:hover .product-inner {
  min-height: 100%;
  position: absolute;
  padding-bottom: -40px;
  width: 100%;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}

.products.nasa-main-content-warp:hover
  .nasa-sc-main-product
  .info
  .nasa-product-grid {
  display: block;
  position: relative;
}

.products.nasa-main-content-warp .nasa-sc-main-product {
  background: #fff;
  position: relative;
  margin-top: 0;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .name.nasa-main-content-title
  h3 {
  padding-top: 10px;
  font-size: 120%;
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-img {
  padding: 50px 50px 10px 50px;
}

.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-p-thumbs {
  padding: 10px 15%;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-p-thumbs
  .owl-item {
  padding: 0 10px;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-p-thumbs
  .owl-item
  a {
  display: inline-block;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-p-thumbs
  .owl-item
  a.active-thumbnail {
  border-bottom: 2px solid #ddd;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-p-thumbs
  .owl-item.active-thumbnail
  a {
  border-bottom: 2px solid #e9e9e9;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-p-thumbs
  .owl-nav {
  visibility: visible;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-p-thumbs
  .owl-nav
  div {
  opacity: 1;
  top: -10px;
  font-size: 80%;
}

.products.nasa-main-content-warp .nasa-sc-main-product .info {
  position: relative;
  width: 100%;
  z-index: 13;
  background: #fff;
  margin-bottom: 10px;
  padding: 0px 10px 0 10px;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .info
  .nasa-product-grid {
  display: none;
  position: absolute;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .info
  .nasa-product-grid
  .product-interactions {
  text-align: center;
  padding: 5px 0 0 0;
  border-top: 1px solid #f1f0f0;
}

.products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price {
  position: relative;
  height: 140px;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-price
  .nasa-sc-p-price {
  position: absolute;
  font-size: 200%;
  bottom: 35px;
  left: 25px;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-price
  .nasa-sc-p-price
  ins {
  float: left;
  margin-right: 10px;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-price
  .nasa-sc-p-price
  del {
  font-size: 80%;
}

.products.nasa-main-content-warp .nasa-sc-main-product span.nasa-ofter-text {
  font-size: 120%;
  text-align: right;
  display: block;
  margin: 25px 20px;
  font-weight: 500;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-pdeal-countdown {
  float: right;
  margin-bottom: 35px;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row {
  margin: 0 -6px;
}

.products.nasa-main-content-warp
  .nasa-sc-main-product
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section {
  margin: 0 6px;
}

.product-warp-item .woocommerce-loop-category__title {
  font-size: 110%;
  margin-top: 10px;
}

.product-warp-item.product-category {
  text-align: center;
}

.product-warp-item.product-category img {
  border: 1px solid #efefef;
}

/* PRODUCT LIST - GRID CATEGORY PAGE */

@media only screen and (min-width: 52.96552em) {
  .products.list
    .nasa-toggle-variants
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_label-wrap,
  .products.list
    .nasa-toggle-variants
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_color-wrap,
  .products.list
    .nasa-toggle-variants
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_image-wrap {
    position: static;
    visibility: inherit;
    opacity: 1;
    width: auto;
  }
  .products.list
    .nasa-toggle-variants
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_label-wrap
    .nasa-product-content-child,
  .products.list
    .nasa-toggle-variants
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_color-wrap
    .nasa-product-content-child,
  .products.list
    .nasa-toggle-variants
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_image-wrap
    .nasa-product-content-child {
    position: inherit;
  }
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_label-wrap {
    bottom: 35px;
    left: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_color-wrap,
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_image-wrap {
    text-align: center;
    z-index: 4;
    width: 24px;
    right: 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_color-wrap
    .nasa-product-content-child,
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_image-wrap
    .nasa-product-content-child {
    position: absolute;
    text-align: center;
    bottom: 0;
  }
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_color-wrap
    .nasa-product-content-child:first-child
    a,
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_image-wrap
    .nasa-product-content-child:first-child
    a {
    margin: auto;
  }
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_color-wrap {
    bottom: 35px;
  }
  .products.list
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_image-wrap {
    bottom: 28px;
  }
  .products.list .nasa-gift-featured-wrap {
    display: none;
  }
  .products.list .info .nasa-product-grid {
    opacity: 0;
    display: none;
  }
  .products.list .product-warp-item {
    width: 100%;
    position: relative;
    padding: 0px 10px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list .product-warp-item:first-child .product-item {
    border-top: none;
  }
  .products.list .product-warp-item.product-category {
    width: 25%;
  }
  .products.list .product-warp-item .product-item {
    border-top: 1px solid #eaeaea;
    margin: 0;
  }
  .products.list .product-warp-item .product-item .product-img-wrap {
    width: 20%;
    float: left;
    border: none;
    padding: 30px;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-img-wrap
    .nasa-badges-wrap {
    top: 20px;
  }
  .products.list .product-warp-item .product-item .product-img-wrap .badge {
    margin-left: 30px;
  }
  .products.list .product-warp-item .product-item .product-img-wrap .main-img,
  .products.list .product-warp-item .product-item .product-img-wrap .back-img {
    width: 100%;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-img-wrap
    .nasa-product-grid {
    display: none;
  }
  .products.list .product-warp-item .product-item .product-info-wrap {
    float: left;
    width: 55%;
    position: relative;
    padding: 20px 0;
    text-align: left;
  }
  .products.list .product-warp-item .product-item .product-info-wrap .name {
    font-size: 130%;
    padding: 5px 0 10px 0;
    font-weight: bold;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .price-wrap {
    display: none;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .star-rating {
    display: block;
    padding-bottom: 15px;
    margin: 0;
    line-height: 1.3em;
    text-align: left;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .nasa-list-category {
    display: block;
    font-size: 80%;
    text-transform: uppercase;
    padding-top: 10px;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .nasa-list-category
    a {
    line-height: 1.4;
    opacity: 0.5;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .nasa-list-category
    a:hover {
    opacity: 1;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .info_main {
    text-align: left;
    padding: 0;
    float: left;
    width: 100%;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .product-des {
    display: block;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .product-des
    p {
    line-height: 1.6;
  }
  .products.list
    .product-warp-item
    .product-item
    .product-info-wrap
    .product-des
    ul {
    list-style: outside;
  }
  .products.list .product-warp-item .product-item .group-btn-in-list-wrap {
    display: block;
    width: 25%;
    float: left;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .add-to-cart-grid {
    position: relative;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .add-to-cart-grid:before {
    left: 50%;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list {
    padding: 30px;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .price-wrap {
    font-size: 120%;
    line-height: 1.4;
    color: #000;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .price-wrap
    ins {
    float: left;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .price-wrap
    del {
    margin-left: 10px;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .nasa-list-stock-status {
    display: block;
    padding: 8px 0 20px 0;
    text-transform: uppercase;
    margin: 0;
    font-size: 85%;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .nasa-list-stock-status.instock
    span {
    color: #690;
    font-weight: 800;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions {
    padding: 0;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-link {
    margin: 0;
    text-align: left;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-link.btn-wishlist {
    -webkit-transition: none 200ms ease;
    -moz-transition: none 200ms ease;
    -o-transition: none 200ms ease;
    transition: none 200ms ease;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-link.btn-wishlist.nasa-added {
    animation-name: unset;
    animation-duration: unset;
    background: transparent;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .nasa-compare.nasa-added
    .nasa-icon.icon-nasa-refresh:before {
    color: inherit;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .add-to-cart-btn {
    display: inline-block;
    min-width: 130px;
    padding: 0;
    margin-bottom: 15px;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .add-to-cart-btn
    .add_to_cart_text {
    display: block;
    text-align: center;
    font-weight: 500;
    position: relative;
    border: 2px solid #ddd;
    padding: 5px 10px 4px 15px;
    font-size: 90%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .add-to-cart-btn
    .add_to_cart_text:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5px;
    content: "+";
    font-size: 70%;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .add-to-cart-btn
    .cart-icon {
    display: none;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .add-to-cart-btn:hover
    .add_to_cart_text {
    border-color: #bb3e10;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-wishlist,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .quick-view,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-compare,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-combo-link {
    display: block;
    margin-top: 5px;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-wishlist
    .nasa-icon,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .quick-view
    .nasa-icon,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-compare
    .nasa-icon,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-combo-link
    .nasa-icon {
    display: inline-block;
    float: left;
    font-size: 150%;
    position: relative;
    line-height: 1;
    top: 2px;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-wishlist
    .nasa-icon-text,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .quick-view
    .nasa-icon-text,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-compare
    .nasa-icon-text,
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-combo-link
    .nasa-icon-text {
    display: inline-block;
    line-height: 1.5;
    padding-left: 10px;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .quick-view {
    margin-bottom: 8px;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-combo-link
    .gift-icon {
    top: 0;
  }
  .products.list
    .product-warp-item
    .product-item
    .group-btn-in-list-wrap
    .group-btn-in-list
    .product-interactions
    .btn-combo-link
    .gift-icon
    .nasa-icon-text {
    line-height: 1.8;
  }
  .products.list .product-warp-item .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-warp-item
    .product-item:hover
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_label-wrap {
    visibility: visible;
    opacity: 1;
  }
  .products.list
    .product-warp-item
    .product-item:hover
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_color-wrap {
    visibility: visible;
    opacity: 1;
  }
  .products.list
    .product-warp-item
    .product-item:hover
    .nasa-product-content-variable-warp
    .nasa-product-content-nasa_image-wrap {
    visibility: visible;
    opacity: 1;
  }
  .products.list
    .product-warp-item
    .product-item.product-deals
    .nasa-sc-pdeal-countdown {
    top: 50%;
    bottom: auto;
    width: 20%;
    -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 Elements */

.columns.nasa-column-custom-2 .nasa-slider.nasa-thumbs-slide,
.columns.nasa-column-custom-4 div.nasa-custom-deal {
  border: 1px solid #e2e2e2;
  min-height: 365px;
}

.columns.nasa-column-custom-2:hover {
  z-index: 12;
}

.columns.nasa-column-custom-2:hover .nasa-slider.nasa-thumbs-slide {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
  border-color: transparent;
}

.columns.nasa-column-custom-2:hover .info .info_main {
  border-bottom: 1px solid #ddd;
}

.columns.nasa-column-custom-4 {
  width: 40%;
}

.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block {
  margin: 0;
}

.columns.nasa-column-custom-4
  .nasa-sc-pdeal.nasa-sc-pdeal-block
  .nasa-sc-p-img {
  padding: 20px 0 20px 20px;
}

.columns.nasa-column-custom-4
  .nasa-sc-pdeal.nasa-sc-pdeal-block
  .nasa-sc-p-info {
  display: inline-block;
}

.columns.nasa-column-custom-4
  .nasa-sc-pdeal.nasa-sc-pdeal-block
  .nasa-sc-p-info
  .nasa-product-deal-des {
  margin: 20px 0;
  max-height: 120px;
  overflow: hidden;
}

.columns.nasa-column-custom-4
  .nasa-sc-pdeal.nasa-sc-pdeal-block
  .product-item
  .owl-carousel
  .owl-nav
  div {
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  color: #ddd;
  opacity: 0;
}

.columns.nasa-column-custom-4 .nasa-sc-pdeal.nasa-sc-pdeal-block:hover {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
}

.columns.nasa-column-custom-4 .nasa-sc-p-info {
  padding-top: 10px;
}

.columns.nasa-column-custom-4 .nasa-sc-p-img .price.nasa-sc-p-price {
  display: inline-block;
  font-size: 160%;
  position: relative;
  width: 100%;
  margin: 20px 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.columns.nasa-column-custom-4 .nasa-sc-p-img .price.nasa-sc-p-price del {
  color: #aaa;
  font-size: 75%;
  margin-left: 5px;
}

.columns.nasa-column-custom-4 .nasa-sc-p-img .price.nasa-sc-p-price ins {
  float: left;
}

.columns.nasa-column-custom-4 .nasa-sc-p-deal-countdown {
  position: relative;
  height: 50px;
  margin-top: 25px;
}

.columns.nasa-column-custom-4
  .nasa-sc-p-deal-countdown
  .countdown-row.countdown-show4 {
  padding: 0;
}

.columns.nasa-column-custom-4
  .nasa-sc-p-deal-countdown
  .countdown-row.countdown-show4
  .countdown-section {
  padding: 0;
  width: 20%;
  line-height: 1;
  border: 2px solid #888888;
}

.columns.nasa-column-custom-4
  .nasa-sc-p-deal-countdown
  .countdown-row.countdown-show4
  .countdown-section
  .countdown-amount {
  color: #555555;
}

.columns.nasa-column-custom-4
  .nasa-sc-p-deal-countdown
  .countdown-row.countdown-show4
  .countdown-section
  .countdown-period {
  font-size: 100%;
}

.columns.nasa-column-custom-4 .add-to-cart-btn a.quick-view {
  color: white;
}

.columns.nasa-column-custom-2 {
  width: 20%;
}

.columns.nasa-column-custom-2
  .product-item
  .nasa-slider.nasa-thumbs-slide
  .content-img {
  padding: 60px 20px 50px;
  overflow: hidden;
}

.columns.nasa-column-custom-2 .info {
  height: 40px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.columns.nasa-column-custom-2 .info .info_main {
  padding-top: 2px;
  margin: 0 20px;
  height: 100%;
  z-index: 11;
}

.columns.nasa-column-custom-2 .info .price {
  position: relative;
  right: 0;
  font-size: 160%;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.columns.nasa-column-custom-2 .product-item p.name {
  width: 80%;
}

.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-item img {
  transform-style: flat;
}

.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-next:before,
.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-prev:before {
  font-size: 150%;
}

.columns.nasa-column-custom-2 .product-item .owl-carousel .owl-nav div {
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  color: #ddd;
  opacity: 0;
  font-weight: bold;
}

.columns.nasa-column-custom-2:hover .info .nasa-product-grid {
  visibility: visible;
}

.columns.nasa-column-custom-2:hover
  .info
  .nasa-product-grid
  .product-interactions
  .btn-wishlist
  .wishlist-icon {
  opacity: 1;
  visibility: visible;
}

.columns.nasa-column-custom-2:hover
  .info
  .nasa-product-grid
  .product-interactions
  .compare-icon {
  opacity: 1;
  visibility: visible;
}

.columns.nasa-column-custom-2:hover
  .product-item
  .owl-carousel
  .owl-nav
  .owl-prev {
  left: 5px;
  visibility: visible;
  opacity: 1;
}

.columns.nasa-column-custom-2:hover
  .product-item
  .owl-carousel
  .owl-nav
  .owl-next {
  right: 5px;
  visibility: visible;
  opacity: 1;
}

.product-deals .onsale {
  display: none;
}

/* PRODUCT LIST WIDGET */

.product_list_widget {
  list-style: none;
}

.product_list_widget .product-item-content .nasa-content-product-widget-custom {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  display: inline-block;
}

.product_list_widget
  .product-item-content
  .nasa-content-product-widget-custom
  .nasa-product-item-excerpt {
  height: 85px;
  overflow: hidden;
}

.product_list_widget
  .product-item-content
  .info
  .nasa-info-group-box
  .nasa-btn-showmore
  .button {
  transition: none;
}

.nasa-wrap-column div.li_wapper {
  margin-bottom: 25px;
  padding: 0;
}

.item-product-widget {
  position: relative;
  z-index: 1;
}

.item-product-widget:last-child {
  padding-bottom: 0;
}

.item-product-widget.row.nasa-list-type-1 {
  background: #fff;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.item-product-widget.row.nasa-list-type-1
  .images
  .nasa-product-widget-image-wrap {
  position: relative;
  display: block;
}

.item-product-widget.row.nasa-list-type-1
  .images
  .nasa-product-widget-image-wrap
  a
  .overlay {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-product-widget.row.nasa-list-type-1
  .images
  .nasa-product-widget-image-wrap
  .product-interactions {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
  text-align: center;
}

.item-product-widget.row.nasa-list-type-1
  .images
  .nasa-product-widget-image-wrap
  .product-interactions
  .quick-view {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-color: #fff;
  opacity: 0;
  visibility: hidden;
  width: 29px;
  height: 29px;
  line-height: 35px;
  height: 29px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
}

.item-product-widget.row.nasa-list-type-1
  .images
  .nasa-product-widget-image-wrap
  .product-interactions
  .quick-view
  .nasa-icon-text {
  display: none;
}

.item-product-widget.row.nasa-list-type-1
  .images
  .nasa-product-widget-image-wrap
  .product-interactions
  .quick-view:hover {
  background: #bb3e10;
  color: #fff;
}

.item-product-widget.row.nasa-list-type-1:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.item-product-widget.row.nasa-list-type-1:hover
  .images
  .nasa-product-widget-image-wrap
  a
  .overlay {
  opacity: 0.7;
  background: #aaa;
}

.item-product-widget.row.nasa-list-type-1:hover
  .images
  .nasa-product-widget-image-wrap
  .product-interactions
  .quick-view {
  opacity: 1;
  visibility: visible;
}

.item-product-widget.row.nasa-list-type-extra {
  margin: 0 0 20px 0;
}

.item-product-widget.row .nasa-text-cat {
  font-size: 100%;
  color: #999;
  margin: 0 0 25px 0;
}

.item-product-widget.row .nasa-text-cat span a {
  display: inherit;
  border: none;
  color: #999;
  line-height: 1;
}

.item-product-widget.row .product-meta .product-title {
  line-height: 1.5;
  margin-bottom: 5px;
}

.item-product-widget.row .product-meta .price {
  margin-top: 10px;
}

.item-product-widget.nasa-list-type-extra {
  background: #fff;
  padding: 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.item-product-widget.nasa-list-type-extra .images a {
  margin-left: 0;
}

.item-product-widget.nasa-list-type-extra .product-meta {
  position: relative;
}

.item-product-widget.nasa-list-type-extra .product-meta .price {
  font-size: 120%;
  margin-top: 15px;
  font-weight: 500;
}

.item-product-widget.nasa-list-type-extra .product-meta .price del {
  font-size: 90%;
}

.item-product-widget.nasa-list-type-extra .product-meta .product-interactions {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 999;
  width: auto;
}

.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .quick-view {
  display: none;
}

.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list {
  border: none;
}

.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list:hover {
  background: none;
}

.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list:hover
  .pe-icon,
.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list:hover
  .nasa-icon {
  color: #bb3e10;
}

.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list
  .btn-link
  .pe-icon,
.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list
  .btn-link
  .nasa-icon {
  font-size: 170%;
}

.item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list
  .btn-link
  .nasa-icon-text {
  display: none;
}

.item-product-widget.nasa-item-widget-simple .nasa-text-cat {
  margin: 0 0 15px 0;
}

.item-product-widget.nasa-item-widget-simple .product-meta {
  padding: 10px;
}

.item-product-widget.nasa-item-widget-simple .info .nasa-info-group-box {
  top: -6px !important;
}

.item-product-widget.nasa-item-widget-simple
  .info
  .nasa-info-group-box
  .nasa-btn-group-custom {
  width: 100%;
  height: 40px;
}

.item-product-widget.nasa-list-type-main {
  background: #fff;
  padding: 14px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.item-product-widget.nasa-list-type-main .images {
  text-align: center;
}

.item-product-widget.nasa-list-type-main .images img {
  width: 167px;
}

.item-product-widget.nasa-list-type-main .product-title {
  font-size: 115%;
  line-height: 100%;
  padding-top: 15px;
}

.item-product-widget.nasa-list-type-main .star-rating {
  margin: 7px auto 0 auto;
}

.item-product-widget.nasa-list-type-main .price {
  text-align: center;
  font-size: 120%;
  margin: 10px 0;
  font-weight: 500;
}

.item-product-widget.nasa-list-type-main .price del {
  font-size: 90%;
}

.item-product-widget.nasa-list-type-main .product-interactions {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  width: auto;
}

.item-product-widget.nasa-list-type-main .product-interactions .btn-wishlist {
  visibility: hidden;
  opacity: 0;
  border: none;
}

.item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist
  .nasa-icon-text {
  display: none;
}

.item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist
  .pe-icon,
.item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist
  .nasa-icon {
  font-size: 170%;
}

.item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist:hover {
  background: none;
  border: none;
}

.item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist:hover
  .pe-icon,
.item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist:hover
  .nasa-icon {
  color: #bb3e10;
}

.item-product-widget.nasa-list-type-main:hover
  .product-interactions
  .btn-wishlist {
  visibility: visible;
  opacity: 1;
}

.item-product-widget.nasa-hidden-showmore .product-meta {
  padding: 10px;
}

.item-product-widget.nasa-hidden-showmore .product-meta .nasa-text-cat {
  margin-bottom: 15px;
}

.item-product-widget.nasa-hidden-showmore
  .product-meta
  .price.nasa-special-custom {
  margin: 0;
}

.item-product-widget.nasa-hidden-showmore
  .nasa-info-group-box
  .nasa-btn-showmore {
  display: none;
}

.item-product-widget.nasa-hidden-showmore
  .nasa-info-group-box
  .nasa-btn-group-custom {
  width: 100%;
}

.item-product-widget.item-product-widget-special {
  padding-bottom: 20px;
}

.item-product-widget .images {
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-product-widget .images a {
  display: block;
  position: relative;
  text-align: center;
}

.item-product-widget .images a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: transparent;
}

.item-product-widget .images .wapper-quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-product-widget .images .wapper-quick-view .product-interactions {
  text-align: center;
}

.item-product-widget
  .images
  .wapper-quick-view
  .product-interactions
  .quick-view {
  position: absolute;
  top: -25px;
  left: -25px;
}

.item-product-widget .images:hover a .overlay {
  opacity: 0.1;
}

.item-product-widget .product-meta {
  overflow: hidden;
  padding: 0 5px 10px 5px;
  text-align: left;
}

.item-product-widget .product-meta .product-interactions {
  padding: 0;
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
}

.item-product-widget .product-meta .product-interactions .btn-link {
  opacity: 1;
}

.item-product-widget .product-meta .product-title {
  font-size: 110%;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
}

.item-product-widget .product-meta .product-title a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
}

.item-product-widget .product-meta .product-title a:hover {
  color: #bb3e10;
}

.item-product-widget .product-meta .star-rating {
  margin: 0;
  margin-top: 2px;
  font-size: 13px;
}

.item-product-widget .product-meta .price {
  font-size: 110%;
  line-height: 100%;
  color: #491c0e;
}

.item-product-widget .product-meta .price ins {
  background: inherit;
  text-decoration: none;
}

.item-product-widget .product-meta .price del {
  margin-right: 5px;
}

.item-product-widget .product-meta .price del .amount {
  font-size: 85%;
  font-weight: normal;
  text-decoration: line-through;
}

.item-product-widget .product-meta .price.nasa-special-custom {
  height: 20px;
  margin: 20px 0;
}

.item-product-widget .product-meta .added_to_cart.wc-forward {
  display: none !important;
}

.item-product-widget .product-meta .add-to-cart-list {
  font-size: 100%;
  margin-top: 10px;
  padding: 9px 10px;
  cursor: pointer;
  font-weight: bold;
}

.item-product-widget .product-meta .yith-wcwl-add-to-wishlist {
  display: none;
}

.item-product-widget .info {
  position: relative;
}

.item-product-widget .info .nasa-btn-showmore {
  position: absolute;
  left: 30px;
  width: 40%;
  top: 100%;
  visibility: hidden;
  height: 70px;
  margin-top: 20px;
}

.item-product-widget .info .nasa-btn-showmore.nasa-showmore-10 {
  left: 10px;
}

.item-product-widget .info .nasa-btn-showmore a.button.small.quick-view {
  transition: none;
}

.item-product-widget .info .nasa-btn-group-custom {
  position: absolute;
  right: 0;
  background: #fff;
  width: 60%;
  visibility: hidden;
  height: 70px;
  top: 100%;
}

.item-product-widget .info .nasa-btn-group-custom .add-to-cart-btn,
.item-product-widget .info .nasa-btn-group-custom .btn-compare,
.item-product-widget .info .nasa-btn-group-custom .add-to-link {
  display: none;
}

.item-product-widget .info .nasa-btn-group-custom .btn-compare {
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
}

.item-product-widget .info .nasa-btn-group-custom .btn-compare .compare-icon {
  background: none;
  position: absolute;
  top: 25px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}

.item-product-widget
  .info
  .nasa-btn-group-custom
  .btn-compare
  .compare-icon
  .pe-icon,
.item-product-widget
  .info
  .nasa-btn-group-custom
  .btn-compare
  .compare-icon
  .nasa-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}

.item-product-widget
  .info
  .nasa-btn-group-custom
  .btn-compare
  .compare-icon
  .nasa-icon-text {
  display: inline-block;
  cursor: pointer;
}

.item-product-widget .info .nasa-btn-group-custom .btn-wishlist {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

.item-product-widget .info .nasa-btn-group-custom .btn-wishlist .wishlist-icon {
  background: none;
  position: absolute;
  top: 25px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}

.item-product-widget
  .info
  .nasa-btn-group-custom
  .btn-wishlist
  .wishlist-icon
  .pe-icon,
.item-product-widget
  .info
  .nasa-btn-group-custom
  .btn-wishlist
  .wishlist-icon
  .nasa-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}

.item-product-widget
  .info
  .nasa-btn-group-custom
  .btn-wishlist
  .wishlist-icon
  .nasa-icon-text {
  display: inline-block;
  cursor: pointer;
}

.item-product-widget .info .nasa-btn-group-custom .quick-view:hover {
  background: none;
}

.item-product-widget .info .nasa-btn-group-custom .quick-view .nasa-icon-text {
  height: 22px;
  width: 30px;
  line-height: 155%;
  text-align: center;
  display: block;
  border: 1px solid #ddd;
  -webkit-border-radius: 45%;
  -moz-border-radius: 45%;
  border-radius: 45%;
}

.item-product-widget
  .info
  .nasa-btn-group-custom
  .quick-view
  .nasa-icon-text:before {
  content: "";
  font-size: 100%;
  color: #bb3e10;
}

.item-product-widget
  .info
  .nasa-btn-group-custom
  .quick-view
  .nasa-icon-text:hover {
  background: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
}

.item-product-widget .info .nasa-info-group-box {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  height: 70px;
  width: 100%;
  visibility: hidden;
}

.item-product-widget .add-to-cart-btn {
  visibility: hidden;
  opacity: 0;
  margin-top: 30px;
}

.item-product-widget.nasa-list-type-1
  .product-interactions
  .quick-view-icon:hover
  .pe-icon {
  color: #fff;
}

.item-product-widget.nasa-list-type-2 {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  border: 1px solid transparent;
}

.item-product-widget.nasa-list-type-2 .images {
  margin-left: 0;
}

.item-product-widget.nasa-list-type-2 .images a {
  border: none;
}

.item-product-widget.nasa-list-type-2 .product-meta {
  padding-bottom: 20px;
  padding-right: 30px;
  height: 145px;
}

.item-product-widget.nasa-list-type-2 .product-meta .product-title {
  margin-top: 10px;
}

.item-product-widget.nasa-list-type-2 .product-meta .product-title a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-product-widget.nasa-list-type-2 .product-meta .product-title a:hover {
  color: #bb3e10;
}

.item-product-widget.nasa-list-type-2 .product-meta .product-interactions {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
}

.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .btn-wishlist,
.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .quick-view {
  display: inline-block;
  background: transparent;
  border: none;
  color: #555555;
  padding: 0;
  margin: 0;
  text-align: left;
  opacity: 1;
}

.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .btn-wishlist
  .nasa-icon-text,
.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .quick-view
  .nasa-icon-text {
  margin-right: 3px;
  color: inherit;
}

.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .btn-wishlist
  .nasa-icon-text
  i,
.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .quick-view
  .nasa-icon-text
  i {
  color: inherit;
  position: relative;
  top: 3px;
  font-size: 140%;
  font-weight: 600;
}

.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .btn-wishlist.added
  .nasa-icon-text
  i,
.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .quick-view.added
  .nasa-icon-text
  i {
  position: relative;
  top: 0px;
}

.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .btn-wishlist:hover,
.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .quick-view:hover {
  color: #ffffff;
}

.item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .nasa-space {
  display: inline-block;
  border-left: 1px solid #ddd;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  height: 10px;
}

.item-product-widget.nasa-list-type-2:hover .images a {
  border: none;
}

.item-product-widget.nasa-list-type-2:hover
  .product-meta
  .product-interactions {
  visibility: visible;
  opacity: 1;
}

.item-product-widget:hover {
  z-index: 12;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.item-product-widget:hover .product-meta .product-interactions {
  visibility: visible;
  opacity: 1;
}

.item-product-widget:hover .product-item-content {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
}

.item-product-widget:hover .product-item-content .info .nasa-info-group-box {
  opacity: 1;
  visibility: visible;
  z-index: 15;
  top: -3px;
  box-shadow: 0px 5px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 5px 5px 2px #dddddd;
  -moz-box-shadow: 0px 5px 5px 2px #dddddd;
}

.item-product-widget:hover
  .product-item-content
  .info
  .nasa-info-group-box
  .nasa-btn-showmore {
  visibility: visible;
}

.item-product-widget:hover
  .product-item-content
  .info
  .nasa-info-group-box
  .nasa-btn-group-custom
  .btn-wishlist
  .wishlist-icon {
  opacity: 1;
  visibility: visible;
}

.item-product-widget:hover
  .product-item-content
  .info
  .nasa-info-group-box
  .nasa-btn-group-custom
  .compare-icon {
  opacity: 1;
  visibility: visible;
}

.item-product-widget:hover .wapper-quick-view {
  visibility: visible;
  opacity: 1;
}

.item-product-widget:hover .add-to-cart-btn {
  visibility: visible;
  opacity: 1;
}

.widget.woocommerce .product_list_widget li.li_wapper {
  margin-bottom: 35px;
}

.widget.woocommerce
  .product_list_widget
  li.li_wapper
  .item-product-widget
  .product-meta
  .product-title {
  margin-bottom: 5px;
}

.widget.woocommerce
  .product_list_widget
  li.li_wapper
  .item-product-widget
  .product-meta
  .product-title
  a {
  font-size: 95%;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: normal;
  border: none;
}

.widget.woocommerce
  .product_list_widget
  li.li_wapper
  .item-product-widget
  .product-item-content
  .info
  .button.small {
  padding: 0;
}

.hide-cart-button .add_to_cart_button {
  display: none;
}

.woocommerce.widget_products .add-to-cart-btn {
  display: none;
}

.woocommerce.widget_products .item-product-widget .product-interactions {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.woocommerce.widget_products .item-product-widget .btn-wishlist {
  border: none;
  float: right;
}

.woocommerce.widget_products
  .item-product-widget
  .btn-wishlist
  .nasa-icon-text {
  display: none;
}

.woocommerce.widget_products .item-product-widget .btn-wishlist .pe-icon,
.woocommerce.widget_products .item-product-widget .btn-wishlist .nasa-icon {
  font-size: 170%;
}

.woocommerce.widget_products .item-product-widget .btn-wishlist:hover {
  background: none;
  border: none;
}

.woocommerce.widget_products .item-product-widget .btn-wishlist:hover .pe-icon,
.woocommerce.widget_products
  .item-product-widget
  .btn-wishlist:hover
  .nasa-icon {
  color: #bb3e10;
}

.widget .product_list_widget {
  margin-top: 26px;
}

.added .pe-icon,
.added .nasa-icon {
  color: #bb3e10 !important;
}

.added .pe-icon.cart-icon:before,
.added .nasa-icon.cart-icon:before {
  content: "\e66c";
  font-family: "Pe-icon-7-stroke";
  line-height: 85%;
}

.added .nasa-icon-text.not-added {
  display: none;
}

.added .nasa-icon-text.has-added {
  display: inline-block;
}

.product_list_widget .nasa-list-type-main .product-interactions .btn-wishlist {
  top: 10px;
  margin-right: 0;
}

.product_list_widget .nasa-list-type-extra .product-interactions .btn-wishlist {
  top: 5px;
  margin-right: 0;
}

.product_list_widget .product-interactions .pe-icon,
.product_list_widget .product-interactions .nasa-icon {
  font-size: 135%;
}

.product_list_widget .product-interactions .nasa-icon-text {
  position: relative;
  top: -1px;
  display: none;
}

.product_list_widget .product-interactions .add-to-cart-grid,
.product_list_widget .product-interactions .btn-wishlist,
.product_list_widget .product-interactions .quick-view {
  border: 1px solid #d7d7d7;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.product_list_widget .product-interactions .quick-view {
  margin-right: 10px;
}

.product_list_widget .product-interactions .btn-wishlist {
  padding: 0;
  position: relative;
  top: 1.5px;
  border: none;
  float: right;
  margin-right: 10px;
}

.product_list_widget
  .product-interactions
  .btn-wishlist
  .wishlist-icon
  .pe-icon,
.product_list_widget
  .product-interactions
  .btn-wishlist
  .wishlist-icon
  .nasa-icon {
  font-size: 150%;
}

.product_list_widget
  .product-interactions
  .btn-wishlist
  .wishlist-icon
  .nasa-icon-text {
  display: none;
}

.product_list_widget .product-interactions .btn-wishlist:hover {
  background: none;
  border: none;
}

.product_list_widget .product-interactions .quick-view {
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product_list_widget .product-interactions .quick-view:hover {
  background: #bb3e10;
  border-color: #bb3e10;
}

.product_list_widget .product-interactions .quick-view:hover .nasa-icon-text,
.product_list_widget .product-interactions .quick-view:hover .pe-icon,
.product_list_widget .product-interactions .quick-view:hover .nasa-icon {
  color: #fff;
}

.product_list_widget .product-interactions .add-to-cart-grid .cart-icon {
  display: none;
}

.product_list_widget .product-interactions .add-to-cart-grid .add_to_cart_text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 100%;
}

.product_list_widget .product-interactions .add-to-cart-grid:hover {
  background: #bb3e10;
  border-color: #bb3e10;
}

.product_list_widget
  .product-interactions
  .add-to-cart-grid:hover
  .add_to_cart_text {
  color: #fff;
}

.product_list_widget
  .product-interactions
  .add-to-cart-grid.added
  .add_to_cart_text {
  display: none;
}

.product_list_widget .product-interactions .add-to-cart-grid.added:before {
  content: "\f00c";
  font-family: "FontAwesome";
  line-height: 85%;
}

.woocommerce-resunasa-count,
.woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0;
}

.woocommerce-ordering,
.woocommerce-ordering .custom.dropdown,
.woocommerce-ordering select {
  margin: 0;
}

.section-element .woocommerce-ordering select {
  margin: 20px 0;
}

del .amount {
  color: #aaa !important;
}

.nasa-products-masonry-isotope .nasa-content-page-products {
  padding: 0;
}

.nasa-recommend-product .nasa-title {
  text-align: center;
  margin-bottom: 5px;
}

.nasa-recommend-product .nasa-title .nasa-separator {
  display: none;
}

.nasa-recommend-product
  .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap {
  width: 100%;
  top: -60px;
}

.nasa-recommend-product
  .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}

.nasa-recommend-product
  .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  a
  span {
  left: -7px;
}

.nasa-filter-nasa-categories {
  height: 39px;
  line-height: 37px;
  margin: 0;
}

@media only screen and (min-width: 52.96552em) {
  body .nasa-style-hoz .nasa-filter-custom-tax .nasa-wrap-select {
    margin-bottom: 0;
  }
}

body .nasa-filter-custom-tax .nasa-wrap-select {
  margin-bottom: 10px;
}

body .nasa-filter-custom-tax .nasa-wrap-select .select2-container {
  width: 100% !important;
  max-width: 100%;
  height: 39px;
}

body
  .nasa-filter-custom-tax
  .nasa-wrap-select
  .select2-container
  .select2-selection--single {
  height: 39px;
  border-color: #dcdcdc;
}

body
  .nasa-filter-custom-tax
  .nasa-wrap-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 37px;
  padding-left: 0;
  padding-right: 30px;
}

body
  .nasa-filter-custom-tax
  .nasa-wrap-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered:before {
  display: inline-block;
  width: 30px;
  text-align: center;
  border-right: 1px solid #ccc;
  line-height: 1.3;
  margin-right: 10px;
  color: #aaa;
}

body
  .nasa-filter-custom-tax
  .nasa-wrap-select
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  width: 30px;
}

body
  .nasa-filter-custom-tax
  .nasa-wrap-select:nth-of-type(1)
  .select2-container
  .select2-selection--single
  .select2-selection__rendered:before {
  content: "1";
}

body
  .nasa-filter-custom-tax
  .nasa-wrap-select:nth-of-type(2)
  .select2-container
  .select2-selection--single
  .select2-selection__rendered:before {
  content: "2";
}

body
  .nasa-filter-custom-tax
  .nasa-wrap-select:nth-of-type(3)
  .select2-container
  .select2-selection--single
  .select2-selection__rendered:before {
  content: "3";
}

.nasa-wrap-button .button.nasa-submit-form {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nasa-wrap-button .button.nasa-submit-form:hover {
  color: #fff;
}

.nasa-wrap-button .button.nasa-submit-form:before {
  content: "\57";
  font-family: "nasa-font";
  margin-right: 8px;
  vertical-align: middle;
  line-height: 12px;
  position: relative;
  top: -2px;
  font-size: 150%;
}

.nasa-products-page-wrap {
  position: relative;
}

.nasa-products-page-wrap .nasa-progress-bar-load-shop {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nasa-products-page-wrap .nasa-progress-bar-load-shop .nasa-progress-per {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #000;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.nasa-products-page-wrap
  .nasa-progress-bar-load-shop
  .nasa-progress-per.nasa-loaded {
  width: 100%;
}

.nasa-products-page-wrap .nasa-progress-bar-load-shop.nasa-loading {
  visibility: visible;
  opacity: 0.3;
}

.nasa-products-page-wrap
  .nasa-progress-bar-load-shop.nasa-loading
  .nasa-progress-per {
  width: 100%;
  -webkit-transition: all 950ms ease;
  -moz-transition: all 950ms ease;
  -o-transition: all 950ms ease;
  transition: all 950ms ease;
}

@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);
    -webkit-transition: color 0.3s 0.001s ease-out,
      background 0.1s 0.001s ease-out, visibility 0.3s 0.25s ease-out,
      opacity 0.3s 0.25s ease-out, -webkit-transform 0.3s 0.25s ease-out;
    -moz-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
      visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
      -moz-transform 0.3s 0.25s ease-out;
    -ms-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
      visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
      -ms-transform 0.3s 0.25s ease-out;
    -o-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
      visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
      -o-transform 0.3s 0.25s ease-out;
    transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
      visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
      transform 0.3s 0.25s ease-out;
    /**
     * 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;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    list-style: none;
    border: 1px solid #555555;
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-top-cat-filter-wrap .cat-item {
    display: inline-block;
  }
  .nasa-top-cat-filter-wrap .cat-item > a {
    display: block;
    padding: 20px 25px 10px 25px;
  }
  .nasa-top-cat-filter-wrap .cat-item .accordion {
    display: none;
  }
  .nasa-top-cat-filter-wrap .cat-item > .children {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 1px 0 0 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item {
    border: none;
  }
  .nasa-top-cat-filter-wrap .cat-item.root-item > a {
    text-transform: 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 {
    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: #000;
  color: #fff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.nasa-top-cat-filter-wrap-mobile.nasa-show {
  left: 0;
  -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-light {
  background: #fff;
  color: #555555;
}

.nasa-top-cat-filter-wrap-mobile.nasa-light .cat-item {
  border-top: none;
}

.nasa-top-cat-filter-wrap-mobile.nasa-light .cat-item > a {
  padding: 5px 0;
}

.nasa-top-cat-filter-wrap-mobile.nasa-light .cat-item > a.accordion {
  padding: 6px 0 6px 30px;
}

.nasa-top-cat-filter-wrap-mobile .nasa-current-note {
  visibility: hidden;
  opacity: 0;
}

.nasa-top-cat-filter-wrap-mobile .nasa-tit-filter-cat {
  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 {
  text-indent: -9999px;
  color: inherit;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.nasa-top-cat-filter-wrap-mobile .nasa-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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-top-cat-filter-wrap-mobile .nasa-close-filter-cat:hover:before {
  color: #bb3e10;
}

.nasa-top-cat-filter-wrap-mobile .cat-item {
  list-style: none;
  border-top: 1px solid #fff;
}

.nasa-top-cat-filter-wrap-mobile .cat-item.root-item:first-child {
  border-top: none;
}

.nasa-top-cat-filter-wrap-mobile .cat-item > a {
  padding: 10px 0;
  display: inline-block;
}

.nasa-top-cat-filter-wrap-mobile .cat-item > a.accordion {
  padding: 9px 0 9px 30px;
}

.nasa-top-cat-filter-wrap-mobile .cat-item .accordion {
  position: absolute;
  right: 0;
  padding: 3px 0 3px 30px;
  border: none;
  font-size: 115%;
}

.nasa-top-cat-filter-wrap-mobile .cat-item .children {
  display: none;
  margin: 0;
  text-indent: 10px;
}

.nasa-top-cat-filter-wrap-mobile .cat-item .children > li {
  text-indent: 10px;
}

.nasa-top-cat-filter-wrap-mobile .cat-item a {
  color: inherit;
}

.nasa-top-cat-filter-wrap-mobile .cat-item a h5 {
  color: inherit;
}

.nasa-top-cat-filter-wrap-mobile .cat-item a h5 i {
  font-size: 110%;
  width: 15px;
  margin-right: 10px;
  color: inherit;
}

.nasa-top-cat-filter-wrap-mobile .cat-item a.nasa-active h5,
.nasa-top-cat-filter-wrap-mobile .cat-item a:hover h5 {
  color: #555555;
}

.nasa-top-cat-filter-wrap-mobile .nasa-top-cat-filter {
  position: relative;
}

.nasa-top-cat-filter-wrap-mobile
  .nasa-top-cat-filter
  .li_accordion.current-cat
  > .children,
.nasa-top-cat-filter-wrap-mobile
  .nasa-top-cat-filter
  .li_accordion.current-cat-parent
  > .children {
  display: block;
}

.nasa-top-cat-filter-wrap-mobile .nasa-top-cat-filter .nasa-current-note {
  display: none;
}

.nasa-top-sidebar .toggle-topbar-shop-mobile {
  display: none;
}

.nasa-top-sidebar .nasa-widget-wrap {
  display: none;
  overflow: hidden;
  margin-top: 20px;
}

.nasa-top-sidebar .nasa-widget-wrap.nasa-widget-cat-wrap {
  overflow: visible;
}

.nasa-top-sidebar .nasa-widget-wrap.nasa-over-auto {
  overflow: inherit;
  margin-top: 0px;
}

.nasa-top-sidebar .nasa-widget-wrap .widgettitle {
  display: none;
}

.nasa-top-sidebar .nasa-widget-wrap .nasa-filter-variations-widget-wrap ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.nasa-top-sidebar
  .nasa-widget-wrap
  .nasa-filter-variations-widget-wrap
  ul
  li.nasa_show_manual {
  display: none;
}

.nasa-top-sidebar
  .nasa-widget-wrap
  .nasa-filter-variations-widget-wrap
  ul
  li.nasa-li-filter-size {
  margin: 0 0 15px 0;
  padding: 0;
  color: inherit;
}

.nasa-top-sidebar .nasa-widget-wrap .widget_price_filter .price_slider_wrapper {
  padding-bottom: 0;
}

.nasa-top-sidebar .nasa-widget-wrap .widget_price_filter form {
  margin-bottom: 0;
}

.nasa-top-sidebar .nasa-top-sidebar-variations-active {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-variations-active-title {
  opacity: 0.5;
}

.nasa-top-sidebar .nasa-top-sidebar-variations-active .reset_price {
  float: none;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item {
  margin-right: 15px;
  line-height: 2;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item
  .nasa-filter-color-span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item
  .nasa-filter-color-span:after {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 140%;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item
  .nasa-text-variation {
  font-weight: 500;
  display: inline-block;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item
  .nasa-text-variation.nasa-text-variation-color {
  display: none;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item
  .nasa-text-variation:after {
  font-family: "Pe-icon-7-stroke";
  content: "\e681";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
  font-size: 135%;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item
  .nasa-filter-image-span
  img {
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-ignore-variation-item:hover
  .nasa-text-variation:after {
  background: #491c0e;
  color: #fff;
}

.nasa-top-sidebar
  .nasa-top-sidebar-variations-active
  .nasa-variations-active-top,
.nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-price-active-top {
  float: left;
}

@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%);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .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 {
    right: 0;
    top: 30px;
    -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 .widgettitle {
    display: inherit;
  }
  .top-bar-wrap-type-1 {
    clear: both;
  }
  .top-bar-wrap-type-1 .toggle-topbar-shop-mobile {
    display: block;
    line-height: 44px;
    font-size: 115%;
    float: left;
    margin-right: 20px;
  }
  .top-bar-wrap-type-1 .toggle-topbar-shop-mobile i {
    font-size: 150%;
    position: relative;
    top: 5px;
  }
  .top-bar-wrap-type-1 .nasa-labels-filter-accordion {
    float: left;
  }
  .top-bar-wrap-type-1 .nasa-top-row-filter li {
    display: none !important;
  }
  .top-bar-wrap-type-1 .nasa-top-row-filter li.nasa-widget-categories {
    display: block !important;
  }
  .top-bar-wrap-type-1 .nasa-labels-filter-top .nasa-top-row-filter li {
    margin-right: 0;
  }
  .top-bar-wrap-type-1 .nasa-labels-filter-top .nasa-labels-filter-accordion {
    width: auto;
    float: left;
    margin-right: 20px;
  }
  .top-bar-wrap-type-1 .nasa-filter-action,
  .top-bar-wrap-type-1 .nasa-sort-by-action {
    float: left;
    width: auto;
  }
}

.nasa-labels-filter-top {
  width: 100%;
  min-height: 1px;
}

.nasa-labels-filter-top > span {
  float: left;
  display: inline-block;
  line-height: 2.55;
  font-size: 110%;
}

.nasa-labels-filter-top > span.nasa-labels-filter-text {
  margin-right: 25px;
}

.nasa-labels-filter-top .nasa-labels-filter-accordion {
  width: 100%;
}

.nasa-labels-filter-top .nasa-top-row-filter {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.nasa-labels-filter-top .nasa-top-row-filter li {
  list-style: none;
  float: left;
  margin-right: 30px;
  font-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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-labels-filter-top
  .nasa-top-row-filter
  li.nasa-widget-toggle.nasa-widget-show-less.nasa-widget-show {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.nasa-labels-filter-top .nasa-top-row-filter li .nasa-tab-push-cats i,
.nasa-labels-filter-top .nasa-top-row-filter li .nasa-tab-filter-cats i {
  color: #9c9c9c;
  margin-right: 10px;
  top: 0;
}

.nasa-labels-filter-top .nasa-top-row-filter li i {
  font-size: 125%;
  position: relative;
  top: 5px;
  margin-right: 5px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-labels-filter-top .nasa-top-row-filter li.nasa-active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nasa-labels-filter-top .nasa-top-row-filter li a.nasa-active:before {
  font-size: 125%;
  position: relative;
  top: 2px;
  margin-right: 3px;
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e66c";
}

.nasa-labels-filter-top .nasa-top-row-filter li .showing_info_top p {
  margin: 0;
  line-height: 2.55;
  color: #999;
}

.nasa-labels-filter-top .nasa-top-row-filter li.last {
  margin-right: 0;
}

.nasa-labels-filter-top .nasa-top-row-filter > li.nasa-active a {
  color: #bb3e10;
}

.nasa-side-sidebar {
  position: fixed;
  z-index: 401;
  top: 0;
  bottom: 0;
  width: 380px;
  max-width: 80%;
  background: #fff;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.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 {
  display: inline-block;
}

.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;
  font-size: 105%;
}

.nasa-toggle-top-bar-click i {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 170%;
  font-weight: 700;
  position: relative;
  top: 5px;
}

.nasa-toggle-top-bar-click.nasa-active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nasa-top-bar-2-content {
  padding-top: 20px;
}

.nasa-top-bar-2-content li.nasa-li-filter-size a {
  width: 100%;
}

.nasa-top-bar-2-content
  .widget
  li.nasa-li-filter-color
  .nasa-count-filter-color,
.nasa-top-bar-2-content
  .widget.woocommerce
  li.nasa-li-filter-color
  .nasa-count-filter-color,
.nasa-top-bar-2-content .widget li.nasa-li-filter-size .nasa-count-filter-size,
.nasa-top-bar-2-content
  .widget.woocommerce
  li.nasa-li-filter-size
  .nasa-count-filter-size,
.nasa-top-bar-2-content
  .widget
  li.nasa-li-filter-image
  .nasa-count-filter-image,
.nasa-top-bar-2-content
  .widget.woocommerce
  li.nasa-li-filter-image
  .nasa-count-filter-image {
  float: none;
}

/*COUNTDOWN*/

.countdown .countdown-row {
  text-align: inherit;
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 12;
  margin: 0 -10px;
}

.countdown .countdown-row > span {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  line-height: 1.6;
  text-align: center;
}

.countdown .countdown-row > span span.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 .countdown-row > span span.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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-quickview-product-deal-countdown.nasa-product-variation-countdown,
.nasa-detail-product-deal-countdown.nasa-product-variation-countdown {
  height: 0;
  margin-bottom: 0;
  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
  .countdown-row
  .countdown-section
  .countdown-amount,
.nasa-detail-product-deal-countdown
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section
  .countdown-amount {
  font-size: 110%;
  padding: 15px 0;
  width: 45px;
  font-weight: 700;
}

.nasa-custom-countdown .countdown .countdown-row > span span.countdown-amount {
  width: 55px;
}

.nasa-custom-countdown.nasa-large {
  font-size: 180%;
}

.nasa-custom-countdown.nasa-large
  .countdown
  .countdown-row
  > span
  span.countdown-amount {
  font-size: 85%;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-custom-countdown
    .countdown
    .countdown-row
    > span
    span.countdown-amount {
    width: 50px;
  }
  .nasa-custom-countdown
    .countdown
    .countdown-row
    > span
    span.countdown-period {
    font-size: 60%;
  }
  .nasa-custom-countdown.nasa-large {
    font-size: 130%;
  }
  .nasa-custom-countdown.nasa-large
    .countdown
    .countdown-row
    > span
    span.countdown-amount {
    font-size: 85%;
    padding: 12px 0;
  }
  .nasa-custom-countdown.nasa-large
    .countdown
    .countdown-row
    > span
    span.countdown-period {
    font-size: 65%;
  }
}

/* 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;
}

li.product-warp-item .product-item.nasa-layout-simple {
  margin-bottom: -10px;
}

.price del {
  margin-right: 5px;
}

li.product-warp-item .product-item .info .star-rating {
  margin-bottom: 4px;
}

.product-item {
  position: relative;
  display: block;
  margin: 10px 0 20px 0;
  overflow: visible;
}

.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 .product-img img {
  border: 1px solid #f4f4f4;
}

.product-item .info {
  position: relative;
  padding: 10px 0 10px 0;
}

.product-item .info .name {
  padding: 8px 0 10px 0;
}

.product-item .info .name a,
.product-item .info .name span {
  font-size: 115%;
  line-height: 130%;
  font-weight: normal;
  color: inherit;
  display: block;
  color: #491c0e;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#gallery .product-item .info .name a,
#gallery .product-item .info .name span,
.gallery .product-item .info .name a,
.gallery .product-item .info .name span {
  color: #f29700;
}

.product-item .info .name a:hover {
  color: #bb3e10;
}

.product-item .info .name.nasa-show-one-line a,
.product-item .info .name.nasa-show-one-line span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-item .info .name:hover {
  color: #bb3e10;
}

.product-item .info .name:hover span {
  color: #555555;
}

.product-item .info .star-rating {
  font-size: 90%;
  margin-bottom: 10px;
}

.product-item .info .price-wrap {
  line-height: 1.2;
}

.product-item .info .price {
  font-size: 110%;
  display: inline-block;
  min-height: 15px;
  color: #491c0e !important;
}

#gallery .product-item .info .price,
.gallery .product-item .info .price {
  color: #f29700 !important;
}

.product-item .info .price del {
  color: #aaa;
  font-size: 95%;
}

.product-item .info .price del span.amount {
  font-weight: normal;
}

.product-item .info .price.large {
  font-size: 160%;
  margin-bottom: 20px;
}

.product-item .info .price.large del span.amount {
  font-size: 70%;
}

.product-item .info .price ins {
  text-decoration: none;
}

.product-item .info .price .from {
  font-weight: normal;
  color: #888;
  font-size: 100%;
}

.product-item .nasa-hr {
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-item .product-des {
  display: none;
  font-size: 100%;
}

.product-item .nasa-product-grid {
  position: absolute;
  top: 0;
  padding-top: 8px;
  right: 0;
  width: 1px;
  height: 100%;
}

.product-item .nasa-product-grid .product-interactions {
  position: unset;
  padding: 0;
  width: 0;
  height: 0;
  margin: 0;
  direction: ltr !important;
}

.product-item .nasa-product-grid .product-interactions .add-to-cart-btn {
  position: absolute;
  display: inline-block;
  z-index: 6;
  height: 36px;
}

.product-item .nasa-product-grid .product-interactions .quick-view,
.product-item .nasa-product-grid .product-interactions .btn-compare,
.product-item .nasa-product-grid .product-interactions .btn-combo-link {
  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%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.product-item .nasa-product-grid .product-interactions .quick-view .nasa-icon,
.product-item .nasa-product-grid .product-interactions .btn-compare .nasa-icon,
.product-item
  .nasa-product-grid
  .product-interactions
  .btn-combo-link
  .nasa-icon {
  color: #fff;
  font-size: 110%;
  line-height: 36px;
}

.product-item .nasa-product-grid .product-interactions .quick-view:hover,
.product-item .nasa-product-grid .product-interactions .btn-compare:hover,
.product-item .nasa-product-grid .product-interactions .btn-combo-link:hover {
  background: #491c0e;
}

.product-item .nasa-product-grid .product-interactions .btn-wishlist {
  position: relative;
  z-index: 6;
  margin-bottom: 15px;
  left: -38px;
  color: #555555;
  background: none;
  padding: 0;
  line-height: 1;
}

.product-item .nasa-product-grid .product-interactions .add-to-cart-btn {
  position: absolute;
  bottom: -16px;
  right: 10px;
  left: auto;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  top: auto;
  -webkit-transition: color 0.3s 0.001s ease-out,
    background 0.1s 0.001s ease-out, visibility 0.3s 0.45s ease-out,
    opacity 0.3s 0.45s ease-out, -webkit-transform 0.3s 0.45s ease-out;
  -moz-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    -moz-transform 0.3s 0.45s ease-out;
  -ms-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    -ms-transform 0.3s 0.45s ease-out;
  -o-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, 0.3s 0.45s ease-out,
    -o-transform 0.3s 0.45s ease-out;
  transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    transform 0.3s 0.45s ease-out;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid {
  opacity: 1;
  position: relative;
  margin: 0;
  height: 36px;
  width: 36px;
  overflow: hidden;
  padding: 3px;
  background: #bb3e10;
  text-align: right;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid
  .add_to_cart_text {
  display: block;
  position: absolute;
  right: 30px;
  left: 3px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 3px;
  font-size: 80%;
  font-weight: bold;
  float: left;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-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%;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid
  .cart-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 31px;
  display: inline-block;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid
  .cart-icon.fa-plus {
  font-size: 65%;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid.loading
  .cart-icon:before {
  opacity: 0;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn:hover
  .add-to-cart-grid {
  width: 156px;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn:hover
  .add-to-cart-grid
  .add_to_cart_text {
  visibility: visible;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn:hover
  .add-to-cart-grid
  .cart-icon {
  pointer-events: none;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn:hover
  .add-to-cart-grid
  .cart-icon:before {
  pointer-events: none;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn.nasa-disabled-hover:hover
  .add-to-cart-grid {
  width: 36px;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn.nasa-disabled-hover:hover
  .add-to-cart-grid
  .add_to_cart_text {
  visibility: hidden;
  width: 0;
}

.product-item .nasa-product-grid .product-interactions .btn-wishlist {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product-item .nasa-product-grid .product-interactions .quick-view {
  -webkit-transition: color 0.3s 0.001s ease-out,
    background 0.1s 0.001s ease-out, visibility 0.3s 0.25s ease-out,
    opacity 0.3s 0.25s ease-out, -webkit-transform 0.3s 0.25s ease-out;
  -moz-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
    -moz-transform 0.3s 0.25s ease-out;
  -ms-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
    -ms-transform 0.3s 0.25s ease-out;
  -o-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
    -o-transform 0.3s 0.25s ease-out;
  transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out,
    transform 0.3s 0.25s ease-out;
}

.product-item .nasa-product-grid .product-interactions .btn-compare {
  -webkit-transition: color 0.3s 0.001s ease-out,
    background 0.1s 0.001s ease-out, visibility 0.3s 0.35s ease-out,
    opacity 0.3s 0.35s ease-out, -webkit-transform 0.3s 0.35s ease-out;
  -moz-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.35s ease-out, opacity 0.3s 0.35s ease-out,
    -moz-transform 0.3s 0.35s ease-out;
  -ms-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.35s ease-out, opacity 0.3s 0.35s ease-out,
    -ms-transform 0.3s 0.35s ease-out;
  -o-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.35s ease-out, 0.3s 0.35s ease-out,
    -o-transform 0.3s 0.35s ease-out;
  transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.35s ease-out, opacity 0.3s 0.35s ease-out,
    transform 0.3s 0.35s ease-out;
}

.product-item .nasa-product-grid .product-interactions .btn-combo-link {
  -webkit-transition: color 0.3s 0.001s ease-out,
    background 0.1s 0.001s ease-out, visibility 0.3s 0.45s ease-out,
    opacity 0.3s 0.45s ease-out, -webkit-transform 0.3s 0.45s ease-out;
  -moz-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    -moz-transform 0.3s 0.45s ease-out;
  -ms-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    -ms-transform 0.3s 0.45s ease-out;
  -o-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, 0.3s 0.45s ease-out,
    -o-transform 0.3s 0.45s ease-out;
  transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    transform 0.3s 0.45s ease-out;
}

.product-item .nasa-sc-pdeal-countdown {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 45%;
  background: #fff;
  margin: 0;
  padding: 10px 0 5px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product-item
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section {
  float: none;
}

.product-item
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section
  .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
  .product-interactions
  .quick-view,
.product-item:hover
  .product-img-wrap
  .nasa-product-grid
  .product-interactions
  .btn-compare,
.product-item:hover
  .product-img-wrap
  .nasa-product-grid
  .product-interactions
  .btn-combo-link,
.product-item.nasa-mobile-hover
  .product-img-wrap
  .nasa-product-grid
  .product-interactions
  .quick-view,
.product-item.nasa-mobile-hover
  .product-img-wrap
  .nasa-product-grid
  .product-interactions
  .btn-compare,
.product-item.nasa-mobile-hover
  .product-img-wrap
  .nasa-product-grid
  .product-interactions
  .btn-combo-link {
  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
  .product-interactions
  .add-to-cart-btn,
.product-item.nasa-mobile-hover
  .product-img-wrap
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn {
  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.nasa-layout-simple {
  overflow: unset;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.product-item.nasa-layout-simple
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn {
  display: none;
}

.product-item.nasa-layout-simple .product-img-wrap {
  z-index: 2;
}

.product-item.nasa-layout-simple .product-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.product-item.nasa-layout-simple .info {
  background: #fff;
  padding: 5px 15px 10px 10px;
}

.product-item.nasa-layout-simple:hover {
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.product-item.nasa-layout-simple:hover .product-info-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-item.nasa-layout-simple:hover .info {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.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);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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-nasa_color-wrap,
.nasa-toggle-variants .nasa-product-content-nasa_image-wrap {
  position: static;
  height: auto;
  margin: 10px;
}

.nasa-toggle-variants .nasa-product-content-nasa_label-wrap {
  visibility: visible;
  opacity: 1;
}

.nasa-toggle-variants .nasa-product-content-select-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  max-height: unset;
  max-width: unset;
  opacity: 1;
}

.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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.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);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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 #491c0e;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.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);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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: #bb3e10;
}

.nasa-product-content-nasa_label-wrap
  .nasa-product-content-child
  > a.nasa-active {
  color: #bb3e10;
  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-nasa_color-wrap {
  position: absolute;
  bottom: -47px;
  height: 1px;
  right: 0;
  z-index: 10;
}

.nasa-product-content-nasa_color-wrap .nasa-product-content-child > a {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  line-height: 95%;
  margin-left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-product-content-nasa_color-wrap
  .nasa-product-content-child
  > a:first-child {
  margin-left: 0;
}

.nasa-product-content-nasa_color-wrap .nasa-product-content-child > a 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-nasa_color-wrap
  .nasa-product-content-child
  > a.nasa-active {
  border-color: #aaa;
}

.nasa-product-content-nasa_image-wrap {
  position: absolute;
  bottom: -45px;
  height: 1px;
  right: 1px;
  z-index: 10;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-product-content-nasa_image-wrap .nasa-product-content-child > a {
  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%;
  display: none;
}

.nasa-product-content-nasa_image-wrap
  .nasa-product-content-child
  > a:first-child {
  margin-left: 0;
}

.nasa-product-content-nasa_image-wrap .nasa-product-content-child > a img {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-product-content-nasa_image-wrap
  .nasa-product-content-child
  > a.nasa-active {
  border-color: #999;
}

/* Product group button*/

.product-interactions {
  width: 100%;
  padding: 0 14px;
  text-align: left;
}

.product-interactions .pe-icon,
.product-interactions .nasa-icon {
  font-size: 140%;
}

.product-interactions .btn-wishlist,
.product-interactions .quick-view,
.product-interactions .btn-gift-link,
.product-interactions .btn-combo-link,
.product-interactions .btn-compare {
  display: inline-block;
}

.product-interactions .compare-button,
.product-interactions .add-to-cart-btn {
  display: none;
}

.product-interactions .btn-wishlist {
  -webkit-transition: ease-in-out 150ms ease;
  -moz-transition: ease-in-out 150ms ease;
  -o-transition: ease-in-out 150ms ease;
  transition: ease-in-out 150ms ease;
}

.product-interactions .btn-wishlist.nasa-added {
  animation-name: wishlist-animate;
  animation-duration: 1000ms;
}

.product-interactions .btn-wishlist.nasa-added .nasa-icon,
.product-interactions .btn-wishlist.nasa-added .icon-nasa-like {
  color: #bb3e10;
}

.product-interactions .wishlist-icon,
.product-interactions .quick-view-icon,
.product-interactions .gift-icon,
.product-interactions .add-to-cart-grid {
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.product-interactions .btn-link {
  text-align: center;
  z-index: 10;
  margin-top: 8px;
  cursor: pointer;
}

.product-interactions .btn-link.wishlist-icon {
  -webkit-transition: ease-in-out 150ms ease;
  -moz-transition: ease-in-out 150ms ease;
  -o-transition: ease-in-out 150ms ease;
  transition: ease-in-out 150ms ease;
}

.product-interactions .btn-link.gift-icon {
  position: relative;
  top: -2px;
}

.product-interactions .btn-link:hover {
  opacity: 1;
}

.product-interactions .btn-link .pe-icon,
.product-interactions .btn-link .nasa-icon {
  color: #555555;
}

.product-interactions .add-to-cart-grid .cart-icon {
  position: relative;
}

.product-interactions .add-to-cart-grid .add_to_cart_text {
  display: none;
}

.product-interactions .added_to_cart {
  display: none !important;
}

.product-interactions .add-to-link .yith-wcwl-add-to-wishlist {
  display: none;
}

.product-interactions .add-to-link .please-wait {
  position: absolute;
}

/* Hover product */

.product-item.hover-fade .product-img img {
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.product-item.hover-fade .product-img .main-img img {
  opacity: 1;
}

.product-item.hover-fade .product-img .back-img img {
  opacity: 0;
  top: 0;
}

.product-item.hover-fade .product-img:hover .back-img img {
  opacity: 1;
  z-index: 1;
  background-color: #fff;
}

.product-item.hover-zoom .product-img img {
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.product-item.hover-zoom .product-img .main-img img {
  opacity: 1;
}

.product-item.hover-zoom .product-img .back-img img {
  opacity: 0;
  top: 0;
}

.product-item.hover-zoom .product-img:hover .main-img img,
.product-item.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);
}

.product-item.hover-zoom .product-img:hover .back-img img {
  opacity: 1;
  z-index: 1;
}

.product-item.hover-flip .product-img img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.product-item.hover-flip .product-img .main-img img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product-item.hover-flip .product-img .back-img img {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  top: 0;
}

.product-item.hover-flip .product-img:hover .main-img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.product-item.hover-flip .product-img:hover .back-img img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
}

.product-item.hover-bottom-to-top .product-img img {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-item.hover-bottom-to-top .product-img:hover .main-img img,
.product-item.hover-bottom-to-top .product-img:hover .back-img img {
  -webkit-transform: translate3D(0, -100%, 0);
  -moz-transition: translate3D(0, -100%, 0);
  -ms-transition: translate3D(0, -100%, 0);
  -o-transition: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
}

.product-item.hover-top-to-bottom .product-img img {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-item.hover-top-to-bottom .product-img .back-img img {
  position: absolute;
  left: 0;
  top: -100%;
}

.product-item.hover-top-to-bottom .product-img:hover .main-img img,
.product-item.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);
}

.product-item.hover-left-to-right .product-img img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-item.hover-left-to-right .product-img .back-img img {
  position: absolute;
  left: -100%;
  top: 0;
}

.product-item.hover-left-to-right .product-img:hover .main-img img,
.product-item.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);
}

.product-item.hover-right-to-left .product-img img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-item.hover-right-to-left .product-img .back-img img {
  position: absolute;
  right: -100%;
  top: 0;
}

.product-item.hover-right-to-left .product-img:hover .main-img img,
.product-item.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);
}

.product-item.hover-no-effect .product-img img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.product-item.hover-no-effect .product-img .main-img img {
  opacity: 1;
}

.product-item.hover-no-effect .product-img .back-img img {
  display: none;
  opacity: 0;
  top: 0;
}

.product-item .product-img.nasa-no-effect img {
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}

.product-item .product-img.nasa-no-effect .main-img img {
  opacity: unset;
}

.product-item .product-img.nasa-no-effect .back-img {
  display: none !important;
}

.product-item .product-img.nasa-no-effect:hover .main-img img,
.product-item .product-img.nasa-no-effect:hover .back-img img {
  -webkit-transform: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  transform: unset !important;
}

.product-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-img .main-img {
  display: block;
  width: auto;
  height: auto;
}

.product-img .main-img img {
  min-width: 100%;
  display: block;
}

.product-img .back-img {
  width: 100%;
}

.product-img .back-img img {
  display: block;
  min-width: 100%;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.product-img img.attachment-shop_catalog,
.product-img img.attachment-shop_single,
.product-img img.attachment-shop_thumbnail,
.product-img img.woocommerce-placeholder {
  display: block;
}

.product-img .image-overlay,
.product-thumbnail .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-badges-wrap {
  position: absolute;
  left: -5px !important;
  top: 5px;
}

.badge {
  position: relative;
  float: left;
  clear: both;
  margin-top: 10px;
  display: block;
  padding: 10px 30px;
  z-index: 4;
  background: #bb3e10;
  color: #fff;
  line-height: 15px;
  font-size: 100%;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0px 0px 3px 0px;
  border-radius: 0px 0px 3px 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.badge:hover {
  padding: 15px 40px;
  opacity: 1;
}

.badge.nasa-variants {
  padding: 0;
  -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 {
  padding: 0;
}

.badge.nasa-variants a {
  display: inline-block;
  padding: 3px 10px;
  color: inherit;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.badge.nasa-variants a:hover {
  padding: 3px 12px;
}

.badge.deal-label {
  display: none;
}

.badge.out-of-stock-label {
  display: none;
  padding: 0 15px;
  height: 25px;
  background: #491c0e !important;
  line-height: 25px;
  font-size: 100%;
  font-weight: normal;
  opacity: 0.3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.badge.out-of-stock-label:hover {
  padding: 0 20px;
}

.product-deals .badge.deal-label {
  display: block;
}

.product-gallery .nasa-badges-wrap {
  left: auto;
  right: 20px;
}

.product-gallery .nasa-badges-wrap .badge {
  float: right;
}

.product-lightbox {
  text-align: center;
  background: #fff;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.product-lightbox .product-quickview-info {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product-lightbox .product-quickview-info.nasa-active {
  visibility: visible;
  opacity: 1;
  max-height: unset;
}

.product-lightbox .product-img {
  overflow: inherit;
}

.product-lightbox .owl-carousel .owl-dots {
  display: none;
}

.product-lightbox .product-lightbox-inner {
  padding: 20px 20px 10px;
  text-align: left;
}

.product-lightbox
  .product-lightbox-inner
  .woocommerce-product-details__short-description {
  max-height: 220px;
  overflow-y: auto;
  text-align: left;
}

.product-lightbox
  .product-lightbox-inner
  .woocommerce-product-details__short-description
  p {
  margin-bottom: 0;
}

.product-lightbox .product-lightbox-inner button {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.product-lightbox .product-lightbox-inner .social-icons {
  margin-bottom: 10px;
}

.product-lightbox
  .product-lightbox-inner.product-info
  .woocommerce-product-details__short-description
  ul {
  margin-bottom: 0;
}

.product-lightbox .product-lightbox-inner.product-info .product_meta {
  text-align: left;
  margin-top: 10px;
}

.product-lightbox .product-lightbox-inner.product-info .product_meta a {
  font-weight: normal;
}

.product-lightbox .product-lightbox-inner.product-info .entry-title {
  font-size: 180%;
  font-weight: 800;
}

.product-lightbox .product-lightbox-inner.product-info .price {
  font-size: 140%;
  margin-bottom: 10px;
}

.product-lightbox .product-lightbox-inner.product-info .nasa-gift-label {
  font-size: 120%;
}

.product-lightbox
  .product-lightbox-inner.product-info
  .nasa-gift-label
  .nasa-gift-count {
  font-size: 85%;
  opacity: 0.7;
}

.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;
}

#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: #bb3e10;
  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);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.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;
}

.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 .next-prev-buttons {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
}

.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 .next-prev-buttons .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);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-arrow .next-prev-buttons .dropdown-wrap img {
  max-width: 70px;
  height: auto;
  margin: 0 10px;
  display: inline-block;
  float: left;
}

.products-arrow .next-prev-buttons .dropdown-wrap div {
  margin: 0;
  display: inline-block;
  width: 215px;
}

.products-arrow .next-prev-buttons .dropdown-wrap div .product-name {
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 8px;
}

.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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.products-arrow .icon-next-prev:hover {
  border-color: #bb3e10;
  background: #bb3e10;
  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;
}

/* Product details price */

.price.large del span.amount {
  font-size: 70%;
}

.price.large {
  font-size: 190%;
  margin-bottom: 20px;
}

del {
  color: #aaa;
  font-weight: normal;
}

del span.amount {
  font-size: 85%;
}

ins {
  text-decoration: none;
}

.woocommerce-variation-price {
  text-align: center;
  padding-bottom: 20px;
}

.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 #491c0e;
  border-left: 2px solid #efefef;
  border-right: 2px solid #491c0e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin 0.5s linear infinite;
  /* Safari | Chrome */
  -moz-animation: nasa-spin 0.5s linear infinite;
  /* FF */
  -o-animation: nasa-spin 0.5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin 0.5s linear infinite;
  /* IE */
  animation: nasa-spin 0.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 #491c0e;
  border-left: 2px solid #efefef;
  border-right: 2px solid #491c0e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin 0.5s linear infinite;
  /* Safari | Chrome */
  -moz-animation: nasa-spin 0.5s linear infinite;
  /* FF */
  -o-animation: nasa-spin 0.5s linear infinite;
  /* Opera */
  -ms-animation: nasa-spin 0.5s linear infinite;
  /* IE */
  animation: nasa-spin 0.5s linear infinite;
}

/* PRODUCT PAGE DETAIL */

#main-content .product-page .size-chart {
  font-size: 100%;
  font-weight: normal;
}

#main-content .product-page .custom.dropdown {
  width: 80%;
}

#main-content .product-page .text-center .custom.dropdown {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#main-content .product-page .prefix.last {
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  border-radius: 0px 10px 0px 10px;
}

#main-content .product-page .nasa-product-details-page {
  position: relative;
  padding-top: 30px;
  background: #fff;
}

#main-content
  .product-page
  .nasa-product-details-page
  .yith-wcpb-product-bundled-items {
  display: none;
}

#main-content .product-page .nasa-sidebar-single-product {
  position: fixed;
  z-index: 100;
  top: 40%;
  text-align: center;
  background: #491c0e;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

#main-content .product-page .nasa-sidebar-single-product:hover {
  opacity: 1;
}

#main-content .product-page .nasa-sidebar-single-product.left {
  border-left: none;
  left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

#main-content .product-page .nasa-sidebar-single-product.right {
  border-right: none;
  right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

#main-content .product-page .nasa-sidebar-single-product .toggle-sidebar-shop {
  display: block;
  padding: 6px 10px;
  color: #491c0e;
  line-height: inherit;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main-content
  .product-page
  .nasa-sidebar-single-product
  .toggle-sidebar-shop:hover {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

#main-content
  .product-page
  .nasa-sidebar-single-product
  .toggle-sidebar-shop:hover
  i {
  color: #491c0e;
}

#main-content
  .product-page
  .nasa-sidebar-single-product
  .toggle-sidebar-shop
  i {
  font-size: 150%;
  display: block;
  color: #888;
}

#main-content
  .nasa-single-product-2-columns
  .nasa-single-product-main-image
  > div {
  width: 50%;
  float: left;
}

#main-content
  .nasa-single-product-2-columns
  .nasa-single-product-main-image
  > div:nth-of-type(n) {
  clear: none;
}

#main-content
  .nasa-single-product-2-columns
  .nasa-single-product-main-image
  > div:nth-of-type(2n + 1) {
  clear: both;
}

#main-content .nasa-single-product-main-image .nasa-item-main-image-wrap {
  padding: 0 5px 10px 5px;
}

#main-content
  .nasa-single-product-slide
  .nasa-single-product-main-image
  .nasa-item-main-image-wrap {
  padding: 0 0 10px 0;
}

#main-content
  .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;
}

.related-product .related-block-title,
.related-product .viewed-block-title,
.viewed .related-block-title,
.viewed .viewed-block-title {
  margin-top: 15px;
}

.related-product .related-block-title h3,
.related-product .viewed-block-title h3,
.viewed .related-block-title h3,
.viewed .viewed-block-title h3 {
  float: left;
  position: relative;
  font-size: 150%;
  margin-top: 5px;
  z-index: 2;
  padding-right: 15px;
  background: #fff;
}

.related-product .related-block-title .nasa-nav-carousel-wrap,
.related-product .viewed-block-title .nasa-nav-carousel-wrap,
.viewed .related-block-title .nasa-nav-carousel-wrap,
.viewed .viewed-block-title .nasa-nav-carousel-wrap {
  float: right;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-left: 10px;
}

.related-product .related-block-title .nasa-nav-carousel-div,
.related-product .viewed-block-title .nasa-nav-carousel-div,
.viewed .related-block-title .nasa-nav-carousel-div,
.viewed .viewed-block-title .nasa-nav-carousel-div {
  font-size: 300%;
  width: 20px;
  overflow: hidden;
}

.related-product
  .related-block-title
  .nasa-nav-carousel-div.nasa-nav-carousel-prev,
.related-product
  .viewed-block-title
  .nasa-nav-carousel-div.nasa-nav-carousel-prev,
.viewed .related-block-title .nasa-nav-carousel-div.nasa-nav-carousel-prev,
.viewed .viewed-block-title .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  float: left;
}

.related-product
  .related-block-title
  .nasa-nav-carousel-div.nasa-nav-carousel-next,
.related-product
  .viewed-block-title
  .nasa-nav-carousel-div.nasa-nav-carousel-next,
.viewed .related-block-title .nasa-nav-carousel-div.nasa-nav-carousel-next,
.viewed .viewed-block-title .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}

.related-product
  .related-block-title
  .nasa-nav-carousel-div
  a.nasa-nav-icon-slider,
.related-product
  .viewed-block-title
  .nasa-nav-carousel-div
  a.nasa-nav-icon-slider,
.viewed .related-block-title .nasa-nav-carousel-div a.nasa-nav-icon-slider,
.viewed .viewed-block-title .nasa-nav-carousel-div a.nasa-nav-icon-slider {
  position: relative;
  left: -10px;
}

.related-product .related-block-title hr.nasa-separator,
.related-product .viewed-block-title hr.nasa-separator,
.viewed .related-block-title hr.nasa-separator,
.viewed .viewed-block-title hr.nasa-separator {
  width: 95%;
  clear: none;
  margin-top: 20px;
  position: absolute;
}

/* Product detail info */

.product-info {
  /* Product Variations */
}

.product-info .entry-title {
  margin: 0;
  word-wrap: break-word;
  font-weight: 800;
  font-size: 230%;
  line-height: 1.1;
  color: #bb3e10;
}

.product-info .entry-title a {
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.product-info .entry-title a:hover {
  color: #bb3e10;
}

.product-info .scroll-to-reviews {
  float: left;
  margin-top: 15px;
}

.product-info .stock {
  color: #bb3e10;
  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;
  margin: 0;
  padding-top: 10px;
  font-weight: 600;
}

.product-info .products-arrow .price {
  font-size: 100%;
}

.product-info .woosb-price .price {
  font-size: 100%;
}

.product-info .woocommerce-product-details__short-description {
  color: #491c0e;
  font-size: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}

.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 .woocommerce-product-rating {
  line-height: 1.6;
  margin-top: 15px;
}

.product-info .woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  top: -2px;
  color: #491c0e;
}

.product-info .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #bb3e10;
}

.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: auto;
  position: relative;
  margin-bottom: 30px;
}

.product-info .variations .value {
  margin-left: 0;
  display: block;
  padding: 0 0 10px 0;
  vertical-align: top;
}

.product-info .variations .value .nasa-attr-ux_wrap .nasa-attr-ux {
  width: auto;
  min-width: 70px;
  padding-right: 20px;
}

.product-info
  .variations
  .value
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-processing,
.product-info
  .variations
  .value
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-processing-deal {
  pointer-events: none;
  cursor: wait;
}

.product-info
  .variations
  .value
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-attr-ux-color,
.product-info
  .variations
  .value
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-attr-ux-image {
  min-width: 30px;
  padding-right: 0;
}

.product-info .variations .value .nasa-attr-ux_wrap .nasa-attr-ux:last-child {
  padding-right: 0;
}

.product-info .variations .label {
  padding-right: 40px;
  vertical-align: top;
}

.product-info .variations label {
  font-weight: 700;
  font-size: 85%;
  margin: 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-info .variations select {
  margin-bottom: 0;
  padding: 5px 10px;
}

.product-info .variations tr {
  border: none;
}

.product-info .variations .attribute-swatch label {
  margin: 0;
}

.product-info .variations .reset_variations {
  display: block;
  font-size: 65%;
  position: absolute;
  bottom: -20px;
  text-transform: uppercase;
  color: #7e7e7e;
  letter-spacing: 2px;
  visibility: hidden;
}

.product-info .variations .reset_variations:hover {
  color: #491c0e;
  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: #491c0e !important;
  font-weight: 400;
}

.product-info .product_meta a:hover {
  text-decoration: underline;
  color: #491c0e;
}

.product-info .yith-wcwl-add-to-wishlist {
  position: relative;
  padding: 20px 0px 15px 30px;
  display: block;
}

.product-info .yith-wcwl-add-to-wishlist span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-info .yith-wcwl-add-to-wishlist:before {
  position: absolute;
  left: 0;
  top: 17px;
  font-family: "nasa-font";
  content: "\66";
  font-size: 150%;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-info .yith-wcwl-add-to-wishlist:hover:before,
.product-info .yith-wcwl-add-to-wishlist:hover a,
.product-info .yith-wcwl-add-to-wishlist:hover .feedback {
  color: #bb3e10;
}

.product-info .product-interactions {
  padding: 0;
}

.product-info .product-interactions .btn-compare {
  margin: 0;
  opacity: 1;
  color: #555555;
}

.product-info .product-interactions .btn-compare span {
  font-size: 160%;
  margin-right: 5px;
}

.product-info .product-interactions .btn-compare span.nasa-icon-text {
  font-size: 100%;
  position: relative;
  top: -5px;
}

.product-info .product-interactions .btn-compare:hover span,
.product-info .product-interactions .btn-compare:hover .pe-icon,
.product-info .product-interactions .btn-compare:hover .nasa-icon {
  color: #bb3e10;
}

.product-info .nasa-single-hr {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #ececec;
}

.product-info .compare {
  float: left;
  padding: 10px 20px 10px 25px;
  margin: 25px 20px;
  position: relative;
  border: none;
  text-transform: inherit;
  font-weight: normal;
}

.product-info .compare:before {
  position: absolute;
  left: 0px;
  top: 10px;
  font-family: "Pe-icon-7-stroke";
  content: "\e61b";
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-info .compare:hover,
.product-info .compare:hover:before {
  color: #bb3e10;
  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%;
  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:hover {
  background: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
}

.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-wrap-popup-nodes {
  display: block;
  margin: 15px 0 20px 0;
  padding: 0;
  list-style: none;
}

.nasa-wrap-popup-nodes > li {
  display: inline-flex;
  margin-left: 25px;
}

.nasa-wrap-popup-nodes > li:first-child {
  margin-left: 0;
}

.nasa-wrap-popup-nodes > li > a {
  font-size: 75%;
  text-transform: uppercase;
  color: #7e7e7e;
  letter-spacing: 2px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-wrap-popup-nodes > li > a:hover {
  color: #491c0e;
  text-decoration: underline;
}

.mfp-content .nasa-node-content {
  background: #fff;
  padding: 25px;
  text-align: initial;
  display: block;
}

.product-lightbox .nasa-size-guide {
  display: none;
}

.product-details {
  margin: 30px 0 0 0;
}

.product-details .nasa-tabs-content {
  margin-bottom: 10px;
}

.product-details .nasa-tabs-content .nasa-panel {
  padding: 0px;
}

.product-details .nasa-tabs-content .nasa-panel.no-border {
  border: none;
  padding: 0px;
}

.product-details .nasa-tabs-content .nasa-panel.no-border .nasa-panel-block {
  padding: 3px;
  margin-bottom: 20px;
}

.product-details .nasa-accordions-content .nasa-accordion-title {
  text-transform: uppercase;
}

.product-details .nasa-content-specifications table thead tr th {
  font-size: 110%;
  color: #491c0e;
}

.product-details .nasa-content-specifications table tr:first-child {
  border-top: none;
}

.product-details .nasa-content-specifications table tr th {
  vertical-align: top;
  line-height: 1.24138em;
}

.product-details .nasa-content-specifications table tr th:first-child {
  width: 30%;
}

.product-details .nasa-content-specifications table tr th,
.product-details .nasa-content-specifications table tr td {
  border-top: 1px solid #eceeef;
  padding-left: 15px;
  padding-right: 15px;
}

.product-details .nasa-content-specifications table.nasa-has-bg {
  border: 1px solid #eceeef;
}

.product-details
  .nasa-content-specifications
  table.nasa-has-bg
  tbody
  tr:nth-of-type(2n + 1)
  th,
.product-details
  .nasa-content-specifications
  table.nasa-has-bg
  tbody
  tr:nth-of-type(2n + 1)
  td {
  background: #eceeef;
}

.product-details
  .nasa-content-specifications
  table.nasa-has-bg
  tbody
  tr:nth-of-type(2n)
  th,
.product-details
  .nasa-content-specifications
  table.nasa-has-bg
  tbody
  tr:nth-of-type(2n)
  td {
  background: transparent;
}

.product-details .nasa-content-additional_information .shop_attributes {
  margin-bottom: 0;
  width: auto;
}

.product-details .nasa-content-additional_information .shop_attributes p {
  margin-bottom: 0;
}

.product-details .nasa-content-additional_information .shop_attributes th,
.product-details .nasa-content-additional_information .shop_attributes td {
  border: none;
  padding: 5px 0;
}

.product-details .nasa-content-additional_information .shop_attributes th {
  padding-right: 15px;
  color: #000;
  letter-spacing: 0;
}

.product-details .nasa-content-additional_information .shop_attributes td {
  color: #491c0e;
}

.nasa-layout-full
  .product-details
  .nasa-content-additional_information
  .shop_attributes {
  margin-left: auto;
  margin-right: auto;
}

.variations_form .woocommerce-variation-add-to-cart-disabled {
  opacity: 0.3;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.variations_form
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price {
  text-align: left;
}

.variations_form .single_variation_wrap .woocommerce-variation > .price {
  display: block;
  margin-bottom: 20px;
}

.variations_form .single_variation_wrap .button.disabled {
  background-color: #ccc !important;
  color: #491c0e !important;
  border-color: #491c0e !important;
  cursor: not-allowed;
}

.variations_form .single_variation_wrap .button.disabled:focus,
.variations_form .single_variation_wrap .button.disabled:hover {
  outline: none;
}

.variations_form .single_variation_wrap .button.disabled:focus {
  color: inherit;
}

.nasa-product-gallery-lightbox,
.product-gallery {
  position: relative;
}

.nasa-product-gallery-lightbox .nasa-loading,
.product-gallery .nasa-loading {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.8;
}

/* Product gallery */

.product-gallery {
  margin-bottom: 25px;
  padding-right: 15px;
  margin-right: 0px;
}

.product-gallery .owl-height {
  height: auto !important;
}

.product-gallery .product-img {
  border: 1px solid #ececec;
}

.product-gallery .product-images-slider {
  position: relative;
}

.product-gallery .product-image-btn {
  position: absolute;
  height: 1px;
  width: auto;
  top: 0;
  left: 20px;
  z-index: 99;
}

.product-gallery .product-image-btn .product-interactions {
  padding: unset;
  margin: unset;
  position: unset;
}

.product-gallery .product-image-btn .btn-wishlist,
.product-gallery .product-image-btn .btn-compare,
.product-gallery .product-image-btn .product-video-popup {
  background: #fff;
  display: block;
  position: relative;
  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);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-gallery .product-image-btn .btn-wishlist .nasa-icon,
.product-gallery .product-image-btn .btn-compare .nasa-icon,
.product-gallery .product-image-btn .product-video-popup .nasa-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #491c0e;
  text-align: center;
}

.product-gallery .product-image-btn .btn-wishlist .nasa-icon:before,
.product-gallery .product-image-btn .btn-compare .nasa-icon:before,
.product-gallery .product-image-btn .product-video-popup .nasa-icon:before {
  line-height: inherit;
}

.product-gallery .product-image-btn .btn-wishlist.nasa-added .nasa-icon,
.product-gallery .product-image-btn .btn-compare.nasa-added .nasa-icon,
.product-gallery .product-image-btn .product-video-popup.nasa-added .nasa-icon {
  color: #bb3e10;
}

.product-gallery .product-image-btn .btn-wishlist.nasa-added,
.product-gallery .product-image-btn .btn-compare.nasa-added,
.product-gallery .product-image-btn .product-video-popup.nasa-added {
  opacity: 1;
}

.product-gallery .product-image-btn .btn-wishlist:hover,
.product-gallery .product-image-btn .btn-compare:hover,
.product-gallery .product-image-btn .product-video-popup:hover {
  opacity: 1;
}

.product-gallery .product-image-btn .btn-wishlist .nasa-icon-text,
.product-gallery .product-image-btn .btn-compare .nasa-icon-text,
.product-gallery .product-image-btn .product-video-popup .nasa-icon-text {
  display: none;
}

.product-gallery .product-image-btn .product-video-popup {
  font-size: 150%;
}

.product-gallery .product-image-btn .product-video-popup .nasa-play-video-text {
  display: none;
}

.product-gallery .product-interactions .btn-link.wishlist-icon {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-gallery .product-interactions .btn-link.wishlist-icon.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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-single-product-scroll .nasa-thumb-wrap .nasa-wrap-item-thumb.nasa-active {
  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);
  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;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.easyzoom .easyzoom-flyout img {
  max-width: none;
  width: auto !important;
}

.easyzoom .easyzoom-flyout:hover {
  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-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;
}

.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 {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.nasa-product-details-page .product-gallery .badge.nasa-variants {
  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 #eaeaea;
}

.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 {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.nasa-product-details-page .product-video-popup:hover {
  opacity: 0.7;
}

.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: #bb3e10;
}

.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;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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: #bb3e10;
}

#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;
}

.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);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-add-to-cart-fixed .woocommerce-grouped-product-list {
  display: none;
}

.nasa-add-to-cart-fixed .nasa-toggle-variation_wrap-clone {
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}

.nasa-add-to-cart-fixed .nasa-toggle-variation_wrap-clone:hover {
  text-decoration: underline;
}

.nasa-add-to-cart-fixed button.disabled {
  cursor: not-allowed;
}

.nasa-add-to-cart-fixed .nasa-clone-disable {
  opacity: 0.3;
}

.nasa-add-to-cart-fixed .nasa-wrap-content-inner {
  width: 100%;
  height: 100%;
  max-width: 82.75862em;
  margin: 0 auto;
  padding: 0 10px;
}

.nasa-add-to-cart-fixed .nasa-wrap-content {
  display: block;
  width: 100%;
  height: 100%;
}

.nasa-add-to-cart-fixed .nasa-fixed-product-info {
  width: 50%;
  display: inline-block;
  float: left;
}

.nasa-add-to-cart-fixed .nasa-thumb-clone {
  display: inline-block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.nasa-add-to-cart-fixed .nasa-thumb-clone img {
  border: 1px solid #f1f1f1;
}

.nasa-add-to-cart-fixed .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-add-to-cart-fixed .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);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-add-to-cart-fixed .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-add-to-cart-fixed .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-add-to-cart-fixed
  .nasa-fixed-product-variations-wrap
  a.nasa-close-wrap:before,
.nasa-add-to-cart-fixed
  .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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-add-to-cart-fixed
  .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-add-to-cart-fixed
  .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-add-to-cart-fixed
  .nasa-fixed-product-variations-wrap
  a.nasa-close-wrap:hover:before,
.nasa-add-to-cart-fixed
  .nasa-fixed-product-variations-wrap
  a.nasa-close-wrap:hover:after {
  border-color: #000;
}

.nasa-add-to-cart-fixed .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;
}

.nasa-add-to-cart-fixed .single_variation_wrap-clone .button.disabled {
  background-color: transparent;
  cursor: not-allowed;
}

.nasa-add-to-cart-fixed .single_variation_wrap-clone .button.disabled:hover {
  background-color: #bb3e10;
}

.nasa-add-to-cart-fixed .nasa-fixed-product-btn {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: right;
}

.nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-fixed-product-info {
  width: 50%;
}

.nasa-add-to-cart-fixed .nasa-fixed-single-simple .nasa-fixed-product-btn {
  width: 50%;
  text-align: right;
}

.nasa-add-to-cart-fixed .nasa-single-btn-clone {
  display: inline-block;
}

.nasa-add-to-cart-fixed .nasa-attr-ux_wrap-clone,
.nasa-add-to-cart-fixed .nasa-attr-select_wrap-clone {
  display: block;
  margin: 0 10px;
  padding: 5px 0;
  text-align: center;
}

.nasa-add-to-cart-fixed .nasa-attr-ux-clone {
  display: inline-block;
  margin: 5px 10px 5px 0;
  line-height: 25px;
}

.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-disable {
  opacity: 0.3;
  cursor: not-allowed;
}

.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-disable .nasa-attr-bg {
  cursor: not-allowed;
}

.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-color-clone {
  margin-top: 10px;
}

.nasa-add-to-cart-fixed
  .nasa-attr-ux-clone.nasa-attr-ux-color-clone
  .nasa-attr-text {
  display: none;
}

.nasa-add-to-cart-fixed .nasa-attr-ux-clone.nasa-attr-ux-label-clone {
  margin-right: 15px;
  margin-top: 10px;
}

.nasa-add-to-cart-fixed .nasa-attr-ux-clone .nasa-attr-bg {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
  float: left;
  margin-right: 5px;
  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-add-to-cart-fixed .nasa-attr-ux-clone .nasa-attr-text {
  line-height: 22px;
}

.nasa-add-to-cart-fixed .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-add-to-cart-fixed .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-add-to-cart-fixed
  .nasa-attr-ux-clone.selected.nasa-attr-ux-label-clone
  .nasa-attr-bg:before {
  border-color: #491c0e;
}

.nasa-add-to-cart-fixed
  .nasa-attr-ux-clone.nasa-attr-ux-image-clone
  .nasa-attr-bg-img {
  border: 1px solid #ececec;
  display: inline-block;
  padding: 1px;
  line-height: 1;
  opacity: 0.7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-add-to-cart-fixed .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-add-to-cart-fixed
  .nasa-attr-ux-clone.nasa-attr-ux-image-clone
  .nasa-attr-text {
  display: none;
}

.nasa-add-to-cart-fixed
  .nasa-attr-ux-clone.nasa-attr-ux-image-clone.selected
  .nasa-attr-bg-img {
  border-color: #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-add-to-cart-fixed .nasa-attr-select_wrap-clone label {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
}

.nasa-add-to-cart-fixed .nasa-attr-select_wrap-clone select {
  display: inline-block;
  width: auto;
  margin: 0;
}

.nasa-add-to-cart-fixed .price {
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
}

.nasa-add-to-cart-fixed .nasa-single-btn-clone .price {
  display: block;
  line-height: 38px;
  float: left;
}

.nasa-add-to-cart-fixed .woocommerce-variation-add-to-cart-clone {
  display: inline-block;
  margin: 0 0 0 10px;
}

.nasa-square
  .nasa-add-to-cart-fixed
  .nasa-attr-ux-clone.nasa-attr-ux-image-clone
  .nasa-attr-bg-img {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.nasa-square
  .nasa-add-to-cart-fixed
  .nasa-attr-ux-clone.nasa-attr-ux-image-clone
  img {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

body {
  -webkit-transition: padding-bottom 350ms ease;
  -moz-transition: padding-bottom 350ms ease;
  -o-transition: padding-bottom 350ms ease;
  transition: padding-bottom 350ms ease;
}

body.has-nasa-cart-fixed {
  padding-bottom: 100px;
}

body.has-nasa-cart-fixed .nasa-add-to-cart-fixed {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-details #reviews .woocommerce-Reviews-title,
.product-details #reviews .comment-reply-title {
  font-size: 120%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
  font-weight: 700;
  color: #555555;
}

.product-details #reviews .nasa-statistic-ratings,
.product-details #reviews #review_form_wrapper {
  width: 50%;
  display: inline-block;
  float: left;
}

.product-details #reviews .nasa-statistic-ratings {
  padding-right: 20px;
}

.product-details #reviews .nasa-statistic-ratings.fullwidth {
  width: 100%;
  padding-right: 0;
}

.product-details #reviews #comments .commentlist li:after {
  display: block;
  content: "";
  border-top: 1px solid #efefef;
  /* width: 100%; */
  margin: 30px auto;
}

.product-details #reviews #comments .commentlist li:last-child:after {
  display: none;
}

.product-details #reviews #review_form_wrapper {
  padding-left: 20px;
}

.product-details #reviews .comment-form .comment-notes {
  margin-bottom: 15px;
}

.product-details #reviews .comment-form .comment-form-rating {
  margin-bottom: 15px;
}

.product-details #reviews .comment-form .comment-form-rating label {
  display: inline-block;
}

.product-details #reviews .comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px;
}

.product-details #reviews .comment-form .comment-form-rating .stars {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 2px;
}

.product-details #reviews .comment-form .comment-form-comment {
  margin: 0;
}

.product-details #reviews .comment-form .comment-form-author,
.product-details #reviews .comment-form .comment-form-email {
  width: 50%;
  display: inline-block;
  margin: 0;
  float: left;
}

.product-details #reviews .comment-form .comment-form-author {
  padding-right: 10px;
}

.product-details #reviews .comment-form .comment-form-email {
  padding-left: 10px;
}

.product-details #reviews #comments {
  padding-top: 30px;
}

.product-details #reviews #comments .commentlist {
  padding-top: 15px;
}

.product-details #reviews #comments .avatar {
  margin: 0 20px 10px 0;
  float: left;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.product-details #reviews #comments .description {
  color: #555;
  font-style: normal;
}

.product-details #reviews #comments .description p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: italic;
}

.product-details #reviews #comments .star-rating {
  display: inline-block;
}

.product-details #reviews #comments p.meta {
  display: block;
  margin-bottom: 5px;
}

.product-details #reviews #respond p.stars:after {
  content: "";
  display: block;
  clear: both;
}

.product-details #reviews #respond p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(assets/images/star.png) repeat-x left 0;
}

.product-details #reviews #respond p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}

.product-details #reviews #respond p.stars span a:hover {
  background: url(assets/images/star.png) repeat-x left -16px;
}

.product-details #reviews #respond p.stars span a:focus {
  background: url(assets/images/star.png) repeat-x left -16px;
}

.product-details #reviews #respond p.stars span a.active {
  background: url(assets/images/star.png) repeat-x left -32px;
}

.product-details #reviews #respond p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}

.product-details #reviews #respond p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}

.product-details #reviews #respond p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}

.product-details #reviews #respond p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}

.product-details #reviews #respond p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}

.product-details #reviews #respond textarea#comment {
  height: 100px;
}

.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: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
  font-weight: 700;
  color: #491c0e;
}

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;
  }
}

@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: 35%;
    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: 35%;
    display: table-cell;
    vertical-align: middle;
    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: #044b49;
  border-color: #044b49;
  -webkit-box-shadow: 0 2px 0 #044b49;
  -moz-box-shadow: 0 2px 0 #044b49;
  box-shadow: 0 2px 0 #044b49;
}

body .nasa-buy-now:hover {
  background-color: #044b49;
  border-color: #044b49;
  opacity: 0.9;
}

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: #bb3e10;
}

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-slider-arrows {
  position: absolute;
  height: 1px;
  top: 50%;
  left: 5px;
  right: 5px;
  margin-top: -25px;
}

.nasa-single-slider-arrows .nasa-single-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-single-slider-arrows .nasa-single-arrow:before,
.nasa-single-slider-arrows .nasa-single-arrow:after {
  font-family: "Pe-icon-7-stroke";
  display: inline-block;
  font-size: 350%;
}

.nasa-single-slider-arrows .nasa-single-arrow[data-action="prev"] {
  left: 0;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: ttranslate(15px, -50%);
  -o-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}

.nasa-single-slider-arrows .nasa-single-arrow[data-action="prev"]:before {
  content: "\e686";
}

.nasa-single-slider-arrows .nasa-single-arrow[data-action="next"] {
  right: 0;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: ttranslate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}

.nasa-single-slider-arrows .nasa-single-arrow[data-action="next"]:after {
  content: "\e684";
}

.product-images-slider:hover .nasa-single-slider-arrows .nasa-single-arrow {
  visibility: visible;
  opacity: 1;
}

.product-images-slider:hover
  .nasa-single-slider-arrows
  .nasa-single-arrow[data-action="prev"],
.product-images-slider:hover
  .nasa-single-slider-arrows
  .nasa-single-arrow[data-action="next"] {
  -webkit-transform: translate(0, -50%);
  -moz-transform: ttranslate(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-slider-arrows .nasa-single-arrow {
    visibility: visible;
    opacity: 1;
  }
  .nasa-single-slider-arrows .nasa-single-arrow[data-action="prev"],
  .nasa-single-slider-arrows .nasa-single-arrow[data-action="next"] {
    -webkit-transform: translate(0, -50%);
    -moz-transform: ttranslate(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: #491c0e !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);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nasa-360-degree-popup:hover {
  opacity: 1;
  color: #491c0e !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 .nasa-threesixty_images {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.nasa-threesixty .nasa-threesixty_images img {
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nasa-threesixty .nasa-threesixty_images img.previous-image {
  visibility: hidden;
}

.nasa-threesixty .nasa-threesixty_images img.current-image {
  visibility: visible;
}

.nasa-threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-threesixty .spinner span {
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
}

.nasa-threesixty .nav_bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 11;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: ttranslate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.nasa-threesixty .nav_bar a {
  display: inline-block;
  width: 42px;
  height: 45px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none;
  font-size: 0;
  line-height: 45px;
}

.nasa-threesixty .nav_bar a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.nasa-threesixty .nav_bar a:before {
  font-family: "nasa-font";
  font-weight: 700;
  font-size: 16px;
}

.nasa-threesixty .nav_bar a.nav_bar_previous:before {
  content: "\7a";
}

.nasa-threesixty .nav_bar a.nav_bar_play {
  display: none;
}

.nasa-threesixty .nav_bar a.nav_bar_stop {
  display: none;
}

.nasa-threesixty .nav_bar a.nav_bar_next:before {
  content: "\79";
}

.nasa-threesixty:-webkit-full-screen,
.nasa-threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.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%;
}

#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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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: #bb3e10;
  z-index: 1;
}

.nasa-compare-list {
  padding: 30px;
}

.nasa-compare-list .nasa-compare-label {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.nasa-compare-list .nasa-compare-label.hidden-tag {
  display: none;
}

.nasa-compare-list .nasa-compare-label .nasa-compare-clear-all {
  margin: 0 10px;
  line-height: 2;
  font-size: 115%;
}

.nasa-compare-list table {
  margin-bottom: 0;
}

.nasa-compare-list .large-4 .nasa-compare-wrap-item .nasa-compare-item-hover {
  left: -50px;
}

.nasa-compare-list .nasa-compare-item-hover {
  position: absolute;
  bottom: 100%;
  width: 230px;
  left: 50%;
  padding-bottom: 20px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-compare-list .nasa-compare-item-hover .nasa-compare-item-hover-wraper {
  position: relative;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}

.nasa-compare-list
  .nasa-compare-item-hover
  .nasa-compare-item-hover-wraper:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
  -webkit-filter: drop-shadow(0 1px 2px black);
  filter: drop-shadow(0px 1px 1px #dfdfdf);
}

.nasa-compare-list .nasa-compare-item-hover .nasa-compare-item-hover-wraper h5 {
  margin-bottom: 0;
  line-height: 1;
}

.nasa-compare-list .nasa-compare-item {
  position: relative;
  padding: 0 5px;
  z-index: 2;
  text-align: center;
}

.nasa-compare-list .nasa-compare-item .nasa-img-compare,
.nasa-compare-list .nasa-compare-item .nasa-no-image {
  display: inline-block;
  padding: 10px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-compare-list .nasa-compare-item .nasa-remove-compare {
  height: 20px;
  width: 20px;
  line-height: 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%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-compare-list
  .nasa-compare-wrap-item:hover
  .nasa-compare-item
  .nasa-img-compare {
  -webkit-box-shadow: 0px 0px 3px 3px #f9f9f9;
  -moz-box-shadow: 0px 0px 3px 3px #f9f9f9;
  box-shadow: 0px 0px 3px 3px #f9f9f9;
  border-color: none;
}

.nasa-compare-list
  .nasa-compare-wrap-item:hover
  .nasa-compare-item
  .nasa-remove-compare {
  visibility: visible;
  opacity: 1;
}

.nasa-compare-list .nasa-compare-wrap-item:hover .nasa-compare-item-hover {
  background: #fff;
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.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 .woocommerce-Price-amount.amount {
  font-weight: bold;
  color: #bb3e10;
}

.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;
}

.nasa-table-compare tr td .product-interactions .btn-link {
  margin: 0;
}

.nasa-table-compare tr td .product-interactions .add-to-cart-btn {
  display: block;
}

.nasa-table-compare
  tr
  td
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid {
  padding: 8px 20px;
  background: #bb3e10;
  color: #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.nasa-table-compare
  tr
  td
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid
  .cart-icon {
  display: none;
}

.nasa-table-compare
  tr
  td
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid
  .add_to_cart_text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 75%;
}

.nasa-table-compare tr td .product-interactions .btn-wishlist,
.nasa-table-compare tr td .product-interactions .btn-compare,
.nasa-table-compare tr td .product-interactions .quick-view,
.nasa-table-compare tr td .product-interactions .btn-combo-link {
  display: none;
}

@media only screen and (max-width: 52.96552em) {
  .nasa-compare-list-bottom .nasa-compare-list table td {
    width: 100%;
    display: 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;
  }
}

.nasa-combo-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0px;
  margin-top: 18px !important;
}

.nasa-combo-row.no-border {
  border-top: none;
  border-bottom: none;
  padding: 0px;
  margin-top: 0px !important;
}

.nasa-combo-row h3 {
  font-weight: 400;
  font-size: 160%;
  margin-bottom: 25px;
  text-align: left;
}

.nasa-combo-row nav {
  display: inline-block;
  padding: 11px 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.nasa-combo-row nav:hover {
  border: 1px solid #000;
  color: #000;
}

.nasa-combo-row .nasa-combo-view-more {
  display: block;
  font-weight: 500;
  font-size: 120%;
  margin-top: 25px;
}

.nasa-combo-row .owl-carousel .owl-nav {
  top: 45%;
}

.nasa-combo-slider .owl-nav {
  display: none;
}

.nasa-combo-slider .owl-item.active:before {
  position: absolute;
  border-left: 1px solid #ddd;
  height: 60%;
  content: "";
  width: 1px;
  top: 10%;
  left: 0;
  z-index: 999;
}

.nasa-combo-slider .owl-item.active:after {
  position: absolute;
  font-family: "Pe-icon-7-stroke";
  content: "\e623";
  top: 35%;
  left: -12px;
  font-size: 170%;
  padding: 0;
  z-index: 999999;
  display: inline-block;
  color: #c1c1c1;
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.nasa-combo-slider .owl-item.active.first:before,
.nasa-combo-slider .owl-item.active.first:after {
  display: none;
}

.nasa-combo-popup-wrap .mfp-content {
  background: none;
  padding: 20px 0;
}

.nasa-combo-popup-wrap .nasa-combo-row {
  border: none;
  background: #fff;
  padding: 30px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.nasa-combo-popup-wrap .nasa-combo-row .nasa-product-bundle-btns {
  display: none;
}

.nasa-gift-featured-wrap {
  display: none;
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 100%;
  z-index: 9999;
}

.nasa-gift-featured-wrap .nasa-gift-featured-event {
  display: block;
  padding: 4px 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-gift-featured-wrap .nasa-gift-featured-event .pe-icon,
.nasa-gift-featured-wrap .nasa-gift-featured-event .nasa-icon {
  color: #9e9e9e;
  font-weight: 500;
}

.nasa-gift-featured-wrap .nasa-gift-featured-event:hover {
  background-color: #bb3e10;
  border-color: #bb3e10;
}

.nasa-gift-featured-wrap .nasa-gift-featured-event:hover .pe-icon,
.nasa-gift-featured-wrap .nasa-gift-featured-event:hover .nasa-icon {
  color: #fff;
}

.nasa-marker-icon-wrap {
  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: #bb3e10;
  border: 3px solid #bb3e10;
  color: #fff;
  font-size: 85%;
  text-align: center;
  line-height: 35px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-marker-icon-bg .woocommerce-Price-amount.amount {
  color: inherit !important;
  margin: 0 5px;
}

.nasa-marker-icon-bg:hover {
  background-color: #bb3e10 !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 #bb3e10;
  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: #bb3e10;
  -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 5px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}

.nasa-material-pin:after,
.nasa-product-pin:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
  -webkit-filter: drop-shadow(0 1px 1px #dfdfdf);
  filter: drop-shadow(0 1px 1px #dfdfdf);
}

.nasa-product-pin .image-wrap {
  margin: 0 0 10px 0;
}

.nasa-product-pin .title-wrap {
  margin: 5px 0;
}

.nasa-product-pin .price {
  font-size: 110%;
  margin: 0 0;
}

.row .nasa-material-pin .row,
.row .nasa-product-pin .row {
  margin-left: 0;
  margin-right: 0;
}

.easypin-popover {
  width: 200px;
  left: 50%;
  -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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.easypin-popover.nasa-left,
.easypin-popover.nasa-right {
  bottom: 50% !important;
}

.easypin-popover.nasa-left .nasa-material-pin,
.easypin-popover.nasa-left .nasa-product-pin,
.easypin-popover.nasa-right .nasa-material-pin,
.easypin-popover.nasa-right .nasa-product-pin {
  margin-bottom: 0;
}

.easypin-popover.nasa-left .nasa-material-pin:after,
.easypin-popover.nasa-left .nasa-product-pin:after,
.easypin-popover.nasa-right .nasa-material-pin:after,
.easypin-popover.nasa-right .nasa-product-pin:after {
  top: 50%;
  border-width: 10px;
  border-top-color: transparent;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.easypin-popover.nasa-left {
  right: 100%;
  left: auto;
  padding-right: 5px;
  -webkit-transform: translate(-10px, 50%);
  -moz-transform: ttranslate(-10px, 50%);
  -o-transform: translate(-10px, 50%);
  -ms-transform: translate(-10px, 50%);
  transform: translate(-10px, 50%);
}

.easypin-popover.nasa-left .nasa-material-pin:after,
.easypin-popover.nasa-left .nasa-product-pin:after {
  right: 0;
  left: auto;
  border-left-color: #ffffff;
  margin-right: -20px;
  -webkit-filter: drop-shadow(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: ttranslate(10px, 50%);
  -o-transform: translate(10px, 50%);
  -ms-transform: translate(10px, 50%);
  transform: translate(10px, 50%);
}

.easypin-popover.nasa-right .nasa-material-pin:after,
.easypin-popover.nasa-right .nasa-product-pin:after {
  left: 0;
  right: auto;
  border-right-color: #ffffff;
  margin-left: -20px;
  -webkit-filter: drop-shadow(0 1px 0 #dfdfdf);
  filter: drop-shadow(0 1px 0 #dfdfdf);
}

.easypin-popover.nasa-bottom {
  bottom: auto !important;
  top: 100% !important;
}

.easypin-popover.nasa-bottom .nasa-material-pin,
.easypin-popover.nasa-bottom .nasa-product-pin {
  margin-bottom: auto;
  margin-top: 20px;
}

.easypin-popover.nasa-bottom .nasa-material-pin:after,
.easypin-popover.nasa-bottom .nasa-product-pin:after {
  top: auto;
  bottom: 100%;
  border-top: none;
  border-bottom-color: #ffffff;
  -webkit-filter: drop-shadow(0 -1px 1px #dfdfdf);
  filter: drop-shadow(0 -1px 1px #dfdfdf);
}

.easypin-marker:hover .easypin-popover,
.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;
  }
}

#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;
}

.wishlist-link.nasa-wishlist-link .nasa-sl {
  display: inline-block;
}

.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: #bb3e10;
}

.mini-cart .products-number {
  color: #bb3e10;
}

.mini-cart .amount {
  color: #555555 !important;
}

.products-number,
.wishlist-number,
.compare-number {
  font-size: 85%;
}

.products-number .nasa-sl,
.wishlist-number .nasa-sl,
.compare-number .nasa-sl {
  position: absolute;
  background: #bb3e10;
  color: #fff;
  text-align: center;
  top: -8px;
  right: -8px;
  line-height: 100%;
  padding: 3px 3px 2px 3px;
  min-width: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.products-number .nasa-text,
.wishlist-number .nasa-text,
.compare-number .nasa-text {
  color: #555555;
}

/* 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 */

.shop_table {
  margin-top: 10px;
}

.shop_table thead {
  text-transform: uppercase;
  color: #222;
}

.shop_table thead tr {
  border-bottom: 2px solid #ececec;
}

.shop_table thead tr:last-child {
  border-bottom: 2px solid #ececec;
}

.shop_table tr.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #ececec;
}

.shop_table tr.nasa-no-border .nasa-total-condition-desc {
  margin-bottom: 0;
}

.shop_table tr .nasa-subtotal_free_shipping,
.shop_table tr .nasa-actions {
  font-size: 100%;
}

.shop_table .product-remove {
  width: 30px;
}

.shop_table .product-remove a {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.shop_table .product-remove a:before,
.shop_table .product-remove a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 2px solid #222;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.shop_table .product-remove a:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shop_table .product-remove a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop_table .product-quantity {
  width: 120px;
  text-align: center;
}

.shop_table tfoot th {
  font-size: 100%;
  letter-spacing: unset;
  color: #000;
}

.shop_table tfoot td {
  text-align: right;
  font-weight: bold;
}

.shop_table.order_details thead {
  border-bottom: 3px solid #eee;
}

.shop_table.order_details .product-total {
  text-align: right;
}

.shop_table .remove i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #555555;
  position: relative;
}

.shop_table .remove i:hover {
  color: #bb3e10;
}

.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: #bb3e10;
}

.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin: 0;
}

.shop_table .product-subtotal {
  font-weight: bold;
  text-align: right;
}

.shop_table .total {
  color: #222;
}

.shop_table .product-thumbnail {
  width: 70px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop_table .product-thumbnail img {
  width: 60px;
}

.shop_table dl.variation {
  margin: 0;
  font-size: 90%;
  opacity: 0.6;
}

.shop_table dl.variation dt {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}

.shop_table dl.variation dd {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

.shop_table.my_account_orders tbody td {
  padding: 15px 5px 15px 0px;
}

.shop_table.my_account_orders tbody td a.button {
  margin-bottom: 0px;
}

.shop_table.my_account_orders
  tbody
  td.woocommerce-orders-table__cell-order-actions
  .button {
  padding: 0;
  margin: 0;
  color: #555555;
  background: none;
  border: none;
}

.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 {
  position: relative;
}

.coupon #coupon_code {
  padding-right: 150px;
  margin: 0;
}

.coupon [name="apply_coupon"] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px 13px 15px;
}

/* Shopping cart - Cart totals sumary */

.cart_totals {
  border: 3px solid #ececec;
  padding: 30px;
}

.cart_totals .heading-title {
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
  line-height: 1;
}

.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: unset;
  vertical-align: top;
  line-height: 1.5;
}

.cart_totals tr {
  border-bottom: 1px solid #ececec;
}

.cart_totals tr.cart-subtotal {
  font-weight: bold;
}

.cart_totals tr.cart-subtotal th {
  vertical-align: middle;
}

.cart_totals h2 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 100%;
}

.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: #bb3e10;
}

.cart_totals .checkout-button {
  width: 100%;
}

/* Shopping cart - Shipping */

.shipping {
  font-weight: normal;
}

.shipping #shipping_method {
  margin-bottom: 0;
}

.shipping #shipping_method li {
  list-style: none;
  line-height: inherit;
  padding: 0 0 10px 0;
}

.shipping #shipping_method li input {
  display: inline;
  margin: 0 5px 0 0;
}

.shipping #shipping_method li input[type="radio"] {
  position: relative;
  top: 1px;
}

.shipping #shipping_method li label {
  display: inline;
}

.shipping #shipping_method li:last-child {
  padding-bottom: 0;
}

.shipping a.shipping-calculator-button {
  display: block;
  width: 100%;
}

.shipping .woocommerce-shipping-calculator {
  margin-bottom: 0;
}

.shipping .shipping-calculator-form {
  padding-top: 20px;
}

.shipping .shipping-calculator-form select,
.shipping .shipping-calculator-form input {
  padding: 10px;
  display: block;
}

.shipping .shipping-calculator-form .select2-container {
  height: 42px;
}

.shipping
  .shipping-calculator-form
  .select2-container--default
  .select2-selection--single {
  border-color: #ccc;
  text-align: left;
}

.shipping .shipping-calculator-form p {
  margin-bottom: 10px;
}

.shipping .shipping-calculator-form p input {
  margin-bottom: 0;
}

/* Quantity 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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.quantity .minus:hover,
.quantity .plus:hover {
  background: #efefef;
}

.quantity .minus {
  bottom: 0;
  border-top: none;
  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: #bb3e10;
  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;
}

/* Coupon textbox */

.coupon h3 {
  margin-bottom: 7px;
  padding-bottom: 10px;
}

/* 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 .widgettitle {
  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 .nasa-extra-empty {
  display: block;
  width: 100%;
  font-size: 14.5px;
  color: #888888;
  font-weight: normal;
}

.woocommerce-cart .cart-empty .nasa-extra-empty:first-child {
  margin-top: 5px;
}

.woocommerce-cart .cart-empty:before {
  font-family: "nasa-font";
  content: "\34";
  color: #ccc;
  display: block;
  font-size: 400%;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}

.woocommerce address br {
  margin-top: 10px;
}

.nasa-static-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  max-width: 80%;
  max-height: 100%;
  width: 500px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -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 #nasa-quickview-sidebar-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  overflow-y: auto;
}

.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: #491c0e;
}

.nasa-static-sidebar.style-1 a {
  color: #491c0e;
}

.nasa-static-sidebar.style-1 a.nasa-sidebar-return-shop {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}

.nasa-static-sidebar.style-1 a.nasa-sidebar-return-shop:hover {
  background-color: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
}

.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 .item-product-widget.row.nasa-list-type-1 {
  background: transparent;
}

.nasa-static-sidebar.style-2
  .item-product-widget
  .product-meta
  .product-title
  a {
  color: inherit;
}

.nasa-static-sidebar.style-2
  .info-wishlist
  .add-to-cart-wishlist
  .button-in-wishlist
  .cart-icon {
  color: inherit;
}

.nasa-static-sidebar.style-2 .price {
  color: #fff !important;
}

.nasa-static-sidebar.style-2 .price .amount {
  color: #fff !important;
}

.nasa-static-sidebar.style-2
  .widget_shopping_wishlist_content
  .button-in-wishlist
  .add_to_cart_text {
  color: #aaa;
}

.nasa-static-sidebar.style-2
  .widget_shopping_wishlist_content
  .button-in-wishlist
  .add_to_cart_text:before {
  color: #aaa;
}

.nasa-static-sidebar.style-2
  .widget_shopping_wishlist_content
  .button-in-wishlist:hover {
  border-color: transparent;
}

.nasa-static-sidebar.style-2
  .widget_shopping_wishlist_content
  .button-in-wishlist:hover
  .add_to_cart_text {
  border-color: #bb3e10;
  color: #fff;
}

.nasa-static-sidebar.style-2
  .widget_shopping_wishlist_content
  .button-in-wishlist:hover
  .add_to_cart_text:before {
  color: #bb3e10;
}

.nasa-static-sidebar .nasa-sidebar-tit {
  text-transform: uppercase;
  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 {
  text-indent: -9999px;
  color: inherit;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.nasa-static-sidebar .nasa-sidebar-close a:before {
  text-indent: 0;
  font-family: "nasa-font";
  content: "\79";
  text-align: center;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  color: #555555;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-static-sidebar .nasa-sidebar-close a:hover:before {
  color: #bb3e10;
}

.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: #491c0e;
}

.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: #ae3b10;
}

.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 .widget_shopping_cart_content .product-remove a,
.nasa-static-sidebar .widget_shopping_wishlist_content .product-remove a {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:before,
.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:after,
.nasa-static-sidebar .widget_shopping_wishlist_content .product-remove a:before,
.nasa-static-sidebar .widget_shopping_wishlist_content .product-remove a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  border-top: 2px solid #555;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:before,
.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .product-remove
  a:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nasa-static-sidebar .widget_shopping_cart_content .product-remove a:after,
.nasa-static-sidebar .widget_shopping_wishlist_content .product-remove a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .product-remove
  a:hover:before,
.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .product-remove
  a:hover:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .product-remove
  a:hover:after,
.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .product-remove
  a:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .product-remove
  a:hover:before,
.nasa-static-sidebar
  .widget_shopping_cart_content
  .product-remove
  a:hover:after,
.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .product-remove
  a:hover:before,
.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .product-remove
  a:hover:after {
  border-color: #000;
}

.nasa-static-sidebar .widget_shopping_wishlist_content .product-remove a {
  top: -2px;
}

.nasa-static-sidebar .widget_shopping_cart_content .product-remove a {
  top: 3px;
}

.nasa-static-sidebar .widget_shopping_cart_content .hide-in-cart-sidebar {
  display: none;
}

.nasa-static-sidebar .widget_shopping_cart_content .nasa-total-condition-wrap {
  margin: 0;
}

.nasa-static-sidebar .widget_shopping_cart_content .nasa-total-condition-desc {
  margin-bottom: 15px;
  text-align: initial;
}

.nasa-static-sidebar .widget_shopping_cart_content .cart_list {
  margin: 0 0 25px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-item {
  margin-top: 30px;
}

.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-item:first-child {
  margin-top: 0;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .mini-cart-item.nasa-gift-item-in-cart {
  margin-top: 10px;
}

.nasa-static-sidebar .widget_shopping_cart_content .nasa-image-cart-item img {
  border: 1px solid #ececec;
}

.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info {
  margin-left: 10px;
  line-height: 150%;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .mini-cart-info
  .cart_list_product_quantity {
  margin-top: 5px;
}

.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info a {
  font-weight: 600;
  text-transform: capitalize;
  color: #491c0e;
  font-size: 120%;
}

.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info a:hover {
  color: #bb3e10;
}

.nasa-static-sidebar .widget_shopping_cart_content .mini-cart-info .variation {
  margin-bottom: 0;
  margin-top: 5px;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .mini-cart-info
  .variation
  dt,
.nasa-static-sidebar
  .widget_shopping_cart_content
  .mini-cart-info
  .variation
  dd {
  display: inline-block;
  margin-bottom: 0;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .mini-cart-info
  .variation
  dt
  p,
.nasa-static-sidebar
  .widget_shopping_cart_content
  .mini-cart-info
  .variation
  dd
  p {
  line-height: 100%;
  margin-bottom: 0;
}

.nasa-static-sidebar .widget_shopping_cart_content .minicart_total_checkout {
  margin: 10px 0 20px 0;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}

.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart {
  padding: 5px 0 0 0;
}

.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart a {
  margin-top: 15px;
  width: 100%;
  border: none;
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .btn-mini-cart
  a.btn-viewcart {
  background: #bb3e10;
  color: #fff;
  font-size: 12px;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .btn-mini-cart
  a.btn-viewcart:hover {
  opacity: 0.9;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .btn-mini-cart
  a.btn-checkout,
.nasa-static-sidebar .widget_shopping_cart_content .btn-mini-cart a.checkout {
  background: #491c0e !important;
  color: #fff !important;
  font-size: 12px;
}

.nasa-static-sidebar
  .widget_shopping_cart_content
  .btn-mini-cart
  a.btn-checkout:hover,
.nasa-static-sidebar
  .widget_shopping_cart_content
  .btn-mini-cart
  a.checkout:hover {
  background: #491c0e !important;
}

.nasa-static-sidebar .widget_shopping_wishlist_content .woocommerce-message {
  display: none;
}

.nasa-static-sidebar .widget_shopping_wishlist_content a {
  color: inherit;
}

.nasa-static-sidebar .widget_shopping_wishlist_content .wishlist_table {
  margin: auto;
  width: 100%;
}

.nasa-static-sidebar .widget_shopping_wishlist_content .wishlist_table tr {
  border-bottom: none;
}

.nasa-static-sidebar .widget_shopping_wishlist_content .wishlist_table td {
  padding: 0 0 25px 0;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  td.product-remove {
  vertical-align: top;
  padding: 0 0 0 10px;
  font-size: 140%;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .image-wishlist
  img {
  border: 1px solid #ececec;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .nasa-wishlist-title {
  font-weight: 600;
  color: inherit;
  font-size: 110%;
  margin-bottom: 8px;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .nasa-wishlist-title
  a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .nasa-wishlist-title
  a:hover {
  color: #bb3e10;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .wishlist-in-stock {
  color: #bb3e10;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .button-in-wishlist {
  margin: 10px 0 0 0;
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  color: #555555;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .button-in-wishlist
  .cart-icon {
  display: none;
  font-size: 170%;
  padding: 5px 10px 5px 0;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .button-in-wishlist
  .add_to_cart_text {
  display: block;
  font-weight: bold;
  position: relative;
  padding: 5px 10px 5px 10px;
  border: 1px solid #aaa;
  font-size: 95%;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .button-in-wishlist:hover {
  background: #bb3e10;
  color: #fff !important;
  border-color: #bb3e10;
}

.nasa-static-sidebar
  .widget_shopping_wishlist_content
  .wishlist_table
  .button-in-wishlist:hover
  .add_to_cart_text {
  border-color: #bb3e10;
}

.variation .variation-row {
  display: block;
  width: 100%;
  color: #a5a5a5;
  font-size: 90%;
}

.variation .variation-row p {
  margin: 0;
  text-transform: capitalize;
}

.nasa-product-empty.products-number .nasa-sl,
.nasa-product-empty.wishlist-number .nasa-sl,
.nasa-product-empty.compare-number .nasa-sl {
  background-color: #cecece !important;
}

.nasa-viewed-product-sc .li_wapper {
  margin: 0 0 25px 0;
}

.nasa-viewed-product-sc .item-product-widget.nasa-list-type-1 a .overlay,
.nasa-viewed-product-sc
  .item-product-widget.nasa-list-type-1
  .product-interactions
  .quick-view {
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}

.nasa-viewed-product-sc .item-product-widget .product-meta {
  padding: 5px 5px 10px 5px;
}

/* 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;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.nasa-after-add-to-cart-popup .nasa-table-wrap.nasa-active {
  visibility: visible;
  opacity: 1;
}

.nasa-after-add-to-cart-popup
  .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;
}

.nasa-after-add-to-cart-popup .nasa-slider.products-group {
  z-index: unset;
}

.after-add-to-cart-shop_table {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.after-add-to-cart-shop_table.shop_table {
  visibility: visible;
  opacity: 1;
}

.nasa-title-after-add-to-cart {
  font-weight: 800;
  margin-bottom: 20px;
}

.nasa-after-add-to-cart-subtotal {
  font-size: 110%;
  font-weight: 800;
  color: #000;
}

.nasa-after-add-to-cart-subtotal-price {
  font-size: 120%;
  color: #bb3e10;
}

.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-hin {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  line-height: inherit;
  color: #555555;
  text-align: center;
  font-weight: bold;
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}

.nasa-subtotal-condition {
  background: #bb3e10;
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: inherit;
  width: 2px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}

.nasa-total-condition-desc {
  max-width: 550px;
  margin: 15px auto 30px auto;
  text-align: center;
  line-height: 1.4;
}

.nasa-total-condition-desc a {
  font-weight: bold;
  text-decoration: underline;
}

.nasa-total-condition-desc a:hover {
  color: #000;
}

.nasa-total-condition-desc strong {
  color: #000;
}

.nasa-total-condition-desc .woocommerce-Price-amount {
  color: #bb3e10;
  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: unset;
  margin: 0 10px;
  background: transparent !important;
  border-color: transparent !important;
  color: #555555;
  letter-spacing: unset;
  text-transform: unset;
}

.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;
}

.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 span {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.checkout-breadcrumb .pe-7s-angle-right {
  display: none;
}

.title-cart,
.title-checkout,
.title-thankyou {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.title-cart h1,
.title-checkout h1,
.title-thankyou h1 {
  font-size: 500%;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 10px;
  line-height: 0.8;
  margin-bottom: 0px;
  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: 2px;
}

.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 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: #bb3e10;
}

#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;
}

#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 #bb3e10;
  padding: 20px;
}

.nasa-order-received
  .nasa-order-received-left
  .nasa-warper-order
  .woocommerce-thankyou-order-received {
  color: #bb3e10;
  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: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: #bb3e10;
}

.woocommerce-table--order-details .order_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nasa-p-show-coupon {
  font-size: 110%;
  margin-bottom: 10px;
}

.nasa-toggle-coupon-checkout {
  font-size: 110%;
}

.nasa-toggle-coupon-checkout .showcoupon {
  color: #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;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

.nasa-coupon-wrap.nasa-active {
  visibility: visible;
  opacity: 1;
  height: 200px;
}

.checkout_coupon {
  padding: 20px 30px 30px 30px;
  border: 2px dashed #ccc;
  margin-bottom: 25px;
}

.woocommerce-cart-form #submit.disabled,
.woocommerce-cart-form #submit[disabled],
.woocommerce-cart-form button.disabled,
.woocommerce-cart-form button[disabled],
.woocommerce-cart-form .button.disabled,
.woocommerce-cart-form .button[disabled],
.woocommerce-cart-form input[type="submit"].disabled,
.woocommerce-cart-form input[type="submit"][disabled] {
  background-color: transparent;
  cursor: not-allowed;
}

.woocommerce-shipping-calculator button[name="calc_shipping"] {
  background: transparent;
  color: #555555;
  border-color: #ccc;
  font-size: 11px;
}

.woocommerce-shipping-calculator button[name="calc_shipping"]:hover {
  background: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
}

body a.button,
body p a.button,
body a.button:hover,
body p a.button:hover,
body a.button:active,
body p a.button:active,
body a.button:visited,
body p a.button:visited,
body a.button:focus,
body p a.button:focus,
body .woocommerce .return-to-shop .button {
  color: #fff;
}

body .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body .select2-container .select2-selection--single {
  height: 42px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
}

body .select2-container--default .select2-selection--single,
body .select2-dropdown,
body
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #ccc;
}

.cart-subtotal .woocommerce-Price-amount.amount {
  color: #491c0e;
}

.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;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.nasa-single-product-slide
  .product-thumbnails.nasa-single-product-thumbnails
  .nasa-wrap-item-thumb.slick-current
  img {
  opacity: 1;
  border: 1px solid #491c0e;
}

.nasa-slider.owl-carousel {
  display: inline-flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nasa-slider.owl-carousel .owl-stage-outer {
  height: 1px;
}

.nasa-slider.owl-carousel.owl-loaded {
  display: block;
  opacity: 1;
  visibility: visible;
}

.nasa-slider.owl-carousel.owl-loaded .owl-stage-outer {
  height: auto;
}

.nasa-slider.owl-carousel.products-group {
  z-index: 11;
}

.nasa-slider.owl-carousel.products-group.owl-carousel
  .owl-stage-outer
  .product-item {
  margin: 10px 0 5px 0;
}

.nasa-sc-product-deals-grid
  .nasa-slider.products-group.owl-carousel
  .owl-stage-outer
  .product-item {
  margin: 5px;
}

/* Modifired Revolution slider arrows */

.tparrows.custom {
  background: transparent !important;
  top: 45% !important;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tparrows.custom:before {
  color: #888 !important;
  font-size: 25px !important;
  z-index: 10;
}

.tparrows.custom:hover {
  background: transparent !important;
}

.tparrows.custom:hover:before {
  color: #000 !important;
  opacity: 1;
}

.tp-bullets.custom {
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  text-align: center;
}

.tp-bullets.custom :before {
  display: none;
}

.tp-bullets.custom .tp-bullet {
  margin: 0 3px;
  height: 7px;
  width: 8px;
  border: none;
  opacity: 0.5;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: #c0c0c0;
  top: -25px !important;
  left: auto !important;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tp-bullets.custom .tp-bullet.selected {
  opacity: 1;
  width: 30px;
  background-color: #bb3e10;
}

@media only screen and (max-width: 1210px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0 !important;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
}

/* Carousel */

.owl-carousel {
  position: relative;
}

.owl-carousel .banner {
  cursor: move;
}

.owl-carousel .owl-prev:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e686";
  font-size: 300%;
}

.owl-carousel .owl-next:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e684";
  font-size: 300%;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  display: block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  text-align: center;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  color: rgba(0, 0, 0, 0.8);
}

.owl-carousel .owl-nav .owl-next {
  right: 0px;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.owl-carousel .owl-nav .owl-prev {
  left: 0px;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.owl-carousel .owl-dots {
  position: relative;
  text-align: center;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 35px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 8px;
  padding: 10px 0;
}

.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  opacity: 0.5;
  height: 7px;
  width: 8px;
  background-color: #c0c0c0;
  cursor: pointer;
  -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;
}

.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 30px;
  opacity: 1;
  background-color: #bb3e10;
}

.owl-carousel.nasa-dot-outside .owl-dots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel.nasa-dot-outside .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
  height: 6px;
  width: 6px;
  background: #888;
  opacity: 0.5;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.owl-carousel.nasa-dot-outside .owl-dots .owl-dot.active,
.owl-carousel.nasa-dot-outside .owl-dots .owl-dot.active:hover {
  opacity: 1;
  cursor: pointer;
  width: 20px;
  background: #bb3e10;
}

.owl-carousel.nasa-dot-outside .owl-dots .owl-dot:hover {
  opacity: 1;
}

.owl-carousel.bullets_type_2 .owl-dots {
  left: 0;
  margin-left: 104px;
}

.owl-carousel.nasa-products-slider .owl-nav {
  top: 42%;
  left: -60px;
  right: -60px;
}

.owl-carousel.nasa-products-slider .owl-nav:before,
.owl-carousel.nasa-products-slider .owl-nav:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 44px;
  top: -22px;
}

.owl-carousel.nasa-products-slider .owl-nav:before {
  left: 0;
}

.owl-carousel.nasa-products-slider .owl-nav:after {
  right: 0;
}

.owl-carousel.nasa-products-slider .owl-nav .owl-prev {
  left: 0;
  -webkit-transform: translateX(-10px) scale(0.8);
  -ms-transform: translateX(-10px) scale(0.8);
  -o-transform: translateX(-10px) scale(0.8);
  transform: translateX(-10px) scale(0.8);
}

.owl-carousel.nasa-products-slider .owl-nav .owl-next {
  right: 0;
  -webkit-transform: translateX(10px) scale(0.8);
  -ms-transform: translateX(10px) scale(0.8);
  -o-transform: translateX(10px) scale(0.8);
  transform: translateX(10px) scale(0.8);
}

.owl-carousel.nasa-products-slider .owl-nav > div {
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel.nasa-products-slider .owl-nav > div:before {
  line-height: 40px;
  width: 44px;
  height: 44px;
  font-size: 250%;
  text-align: center;
}

.owl-carousel.nasa-products-slider:hover .owl-nav .owl-prev,
.owl-carousel.nasa-products-slider:hover .owl-nav .owl-next {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateX(0) scale(0.8);
  -ms-transform: translateX(0) scale(0.8);
  -o-transform: translateX(0) scale(0.8);
  transform: translateX(0) scale(0.8);
}

.owl-carousel.products-group:hover > .owl-nav {
  visibility: visible;
}

.owl-carousel.products-group:hover > .owl-nav .owl-next {
  opacity: 1;
  right: -20px;
  visibility: visible;
}

.owl-carousel.products-group:hover > .owl-nav .owl-prev {
  opacity: 1;
  left: -20px;
  visibility: visible;
}

.owl-carousel.products-group.nasa-category-horizontal-1:hover
  > .owl-nav
  .owl-next,
.owl-carousel.products-group.nasa-category-horizontal-4:hover
  > .owl-nav
  .owl-next {
  right: -30px;
}

.owl-carousel.products-group.nasa-category-horizontal-1:hover
  > .owl-nav
  .owl-prev,
.owl-carousel.products-group.nasa-category-horizontal-4:hover
  > .owl-nav
  .owl-prev {
  left: -30px;
}

.owl-carousel .nasa-slider.owl-carousel.nasa-thumbs-slide:hover .owl-nav {
  visibility: visible;
}

.owl-carousel
  .nasa-slider.owl-carousel.nasa-thumbs-slide:hover
  .owl-nav
  .owl-next {
  opacity: 1;
  right: -5px;
}

.owl-carousel
  .nasa-slider.owl-carousel.nasa-thumbs-slide:hover
  .owl-nav
  .owl-prev {
  opacity: 1;
  left: -5px;
}

.owl-carousel.nasa-sc-carousel .owl-nav {
  top: 45%;
}

.owl-carousel.nasa-category-horizontal-2 .owl-nav {
  opacity: 0;
}

.owl-carousel.nasa-category-horizontal-2:hover .owl-nav {
  opacity: 1;
}

.owl-carousel.nasa-category-horizontal-2:hover .owl-nav .owl-next {
  right: -40px;
}

.owl-carousel.nasa-category-horizontal-2:hover .owl-nav .owl-prev {
  left: -40px;
}

.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link {
  display: block;
  margin: 5px;
  padding-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link .nasa-cat-thumb {
  padding: 30px 30px 0 30px;
}

.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link .nasa-cat-thumb img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link .header-title {
  text-align: center;
  margin-top: 10px;
  font-size: 110%;
  margin-bottom: 0;
}

.owl-carousel.nasa-category-horizontal-3 a.nasa-cat-link:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}

.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev,
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next {
  top: -15px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev:before,
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next:before {
  color: #ddd;
}

.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-prev:hover:before,
.owl-carousel.nasa-category-horizontal-3 .owl-nav .owl-next:hover:before {
  color: #491c0e;
}

.owl-carousel.nasa-category-horizontal-3:hover .owl-nav .owl-prev {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.owl-carousel.nasa-category-horizontal-3:hover .owl-nav .owl-next {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.nasa-bullets-inside .owl-carousel.nasa-sc-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 35px;
  margin-top: 0;
}

.nasa-bullets-inside .banner {
  margin-bottom: 0;
}

.nasa-bullets-left .owl-carousel .owl-dots {
  text-align: left;
}

.nasa-bullets-right .owl-carousel .owl-dots {
  text-align: right;
}

.nasa-carousel-loadding {
  background: #ddd;
  position: relative;
  z-index: 1;
}

.nasa-category-slider-horizontal-5 {
  border: 1px solid #f1f1f1;
  border-right: none;
}

.nasa-category-slider-horizontal-5 .product-category {
  border-right: 1px solid #f1f1f1;
  padding: 15px;
  float: left;
}

.nasa-category-slider-horizontal-5 .header-title {
  font-weight: 700;
}

.nasa-category-slider-horizontal-5 .nasa-cat-link:hover {
  text-decoration: underline;
  color: #555555;
}

.nasa-category-slider-horizontal-5 .owl-carousel > .owl-nav div {
  line-height: 45px;
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nasa-category-slider-horizontal-5 .owl-carousel:hover > .owl-nav .owl-prev {
  left: -10px;
}

.nasa-category-slider-horizontal-5 .owl-carousel:hover > .owl-nav .owl-next {
  right: -10px;
}

.owl-item.active .banner .banner-inner {
  display: inherit;
}

.owl-item .banner .banner-inner {
  opacity: 0;
  display: none;
}

.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.banner .banner-image {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.banner .banner-content.align-left {
  left: 10%;
  right: auto;
}

.banner .banner-content.align-right {
  right: 10%;
  left: auto;
}

.banner .banner-content.align-center {
  text-align: center;
}

.banner .banner-content.valign-bottom {
  bottom: 10% !important;
  top: auto;
}

.banner .banner-content.valign-top {
  top: 10% !important;
  bottom: auto !important;
}

.banner .banner-content.valign-middle {
  bottom: 50% !important;
  top: auto !important;
  -webkit-transform: translateY(50%) !important;
  -moz-transform: translateY(50%) !important;
  -ms-transform: translateY(50%) !important;
  -o-transform: translateY(50%) !important;
}

.banner .banner-content.dark .banner-inner h1,
.banner .banner-content.dark .banner-inner h2,
.banner .banner-content.dark .banner-inner h3,
.banner .banner-content.dark .banner-inner h4,
.banner .banner-content.dark .banner-inner h5,
.banner .banner-content.dark .banner-inner h6 {
  color: #fff;
}

.banner .banner-inner h1,
.banner .banner-inner h2,
.banner .banner-inner h3,
.banner .banner-inner h4 {
  font-weight: bold;
}

.banner .banner-inner h1 {
  font-size: 380%;
  line-height: 95%;
  margin: 12px 0px;
}

.banner .banner-inner h2 {
  font-size: 330%;
  line-height: 100%;
  margin: 12px 0px;
}

.banner .banner-inner h3 {
  font-size: 280%;
  line-height: 100%;
  margin: 12px 0px;
}

.banner .banner-inner h4 {
  font-size: 200%;
  line-height: 100%;
  margin: 6px 0px;
}

.banner .banner-inner h5 {
  font-size: 150%;
  line-height: 130%;
  margin: 6px 0px;
}

.banner .banner-inner h6 {
  font-size: 100%;
  line-height: 100%;
  margin: 6px 0px;
}

.banner .banner-inner .big-size {
  font-size: 650%;
}

.banner .banner-inner .x-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.banner .banner-inner button {
  margin-top: 10px;
}

.banner .banner-inner button.primary-color:hover {
  background: #f43b3a !important;
}

.banner .banner-content-warper {
  position: relative;
  height: 100%;
  z-index: 4;
  max-width: 82.75862em !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.banner.hover-zoom {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.banner.hover-zoom .banner-image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.banner.hover-zoom:hover a {
  text-decoration: none !important;
}

.banner.hover-zoom:hover .banner-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.banner.hover-reduction {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.banner.hover-reduction .banner-image {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.banner.hover-reduction:hover {
  background-color: #000;
}

.banner.hover-reduction:hover a {
  text-decoration: none !important;
}

.banner.hover-reduction:hover .banner-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.75;
}

.banner.hover-fade {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.banner.hover-fade:hover .banner-image {
  opacity: 0.8;
  width: 100%;
}

.banner.hover-carousel {
  overflow-x: hidden;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation-duration: 120s !important;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: animatedBackground;
  -moz-animation-name: animatedBackground;
  -moz-animation-duration: 120s !important;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: none;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -webkit-animation-name: animatedBackground;
  -webkit-animation-duration: 120s !important;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}

.banner.hover-lax .banner-image {
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}

.banner-wrapper {
  position: relative;
}

.seam_icon {
  position: absolute;
  top: 50%;
  z-index: 3;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seam_icon.align_left {
  left: -15px;
}

.seam_icon.align_right {
  right: -15px;
}

.seam_icon.align_right span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.seam_icon .pe7-icon {
  font-size: 300%;
  color: #888;
}

.border_outner {
  border: 1px solid #bb3e10;
}

.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;
}

/* Parallax */

.nasa_banner.banner-parallax .button {
  font-size: 1em;
}

.section-element.parallax {
  background-attachment: fixed;
}

html[data-useragent*="iPad"] .nasa_bg .banner-bg.nasa_parallax,
html[data-useragent*="iPad"] .nasa_banner .banner-bg.nasa_parallax,
html[data-useragent*="iPhone"] .nasa_bg .banner-bg.nasa_parallax,
html[data-useragent*="iPhone"] .nasa_banner .banner-bg.nasa_parallax {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: inherit !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: black;
  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: #491c0e !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: #491c0e !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;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.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-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.my-mfp-zoom-in.mfp-ready .mfp-content {
  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;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
  opacity: 0;
}

.has-product-video .mfp-close {
  display: none;
}

.nasa_load_ajax {
  position: relative;
  z-index: 1;
}

.load-more-masonry {
  letter-spacing: 2px;
  font-weight: bold;
  color: #aaa;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

.load-more-masonry:hover {
  color: #491c0e;
}

span.nasa-end-content {
  color: #491c0e !important;
}

.end-product {
  color: #491c0e !important;
  cursor: auto;
  font-size: 100%;
  letter-spacing: 2px;
  font-weight: bold;
}

.nasa-sc-title {
  font-weight: 800;
}

.nasa-post-cats-wrap {
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 90%;
}

.nasa-post-cats-wrap a {
  text-transform: uppercase;
  opacity: 0.3;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-post-cats-wrap a:hover {
  opacity: 1;
}

.nasa-post-date-author-link:hover {
  color: #555555;
}

.nasa-post-date-author {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 90%;
}

.nasa-post-date-author.bottom {
  margin-bottom: 0;
}

.nasa-post-date-author i {
  font-size: 120%;
  position: relative;
  top: 2px;
  color: #aaa;
}

.nasa-post-author:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 1px;
  border-left: 1px solid #ddd;
  margin: 0 8px 0 10px;
}

.nasa-post-date-author-wrap
  .nasa-post-date-author-link:first-child
  .nasa-post-author:before {
  display: none;
}

.nasa-sc-posts-warp {
  padding-top: 30px;
}

.nasa-sc-posts-warp .nasa-blog-wrap-all-items {
  padding-top: 20px;
}

.nasa-sc-posts-warp .section-title {
  margin-bottom: 0;
}

.nasa-nav-carousel-div a span {
  opacity: 0.6;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-nav-carousel-div a:hover span {
  opacity: 1;
}

.nasa-slide-style-product-carousel .nasa-shortcode-title-slider {
  font-size: 230%;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap.nasa-carousel-related {
  top: 3px;
  width: 100%;
}

.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap.nasa-carousel-related
  .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  float: left;
}

.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap.nasa-carousel-related
  .nasa-nav-carousel-div.nasa-nav-carousel-prev
  a
  span {
  left: -4px;
}

.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap.nasa-carousel-related
  .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}

.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap.nasa-carousel-related
  .nasa-nav-carousel-div.nasa-nav-carousel-next
  a
  span {
  left: auto;
  right: 12px;
}

.nasa-sc-posts-warp .nasa-slide-style-blogs .nasa-nav-carousel-wrap {
  top: -57px;
}

.nasa-slide-style-blogs .nasa-nav-carousel-wrap,
.nasa-slide-style-product-deal .nasa-nav-carousel-wrap,
.nasa-slide-style-product-carousel .nasa-nav-carousel-wrap {
  position: absolute;
  right: 0;
  top: -45px;
  height: 1px;
}

.nasa-slide-style-blogs .nasa-nav-carousel-wrap .nasa-nav-carousel-div,
.nasa-slide-style-product-deal .nasa-nav-carousel-wrap .nasa-nav-carousel-div,
.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div {
  display: inline-block;
  font-size: 250%;
  width: 20px;
  overflow: hidden;
}

.nasa-slide-style-blogs .nasa-nav-carousel-wrap .nasa-nav-carousel-div a span,
.nasa-slide-style-product-deal
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  a
  span,
.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  a
  span {
  position: relative;
  left: -10px;
}

.nasa-slide-style-blogs .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal,
.nasa-slide-style-product-deal
  .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal,
.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal {
  top: -50px;
}

.nasa-slide-style-blogs .nasa-blog-carousel,
.nasa-slide-style-product-deal .nasa-blog-carousel,
.nasa-slide-style-product-carousel .nasa-blog-carousel {
  margin-bottom: 25px;
}

.nasa-slide-style-blogs.nasa-slide-special-product-deal .nasa-nav-carousel-wrap,
.nasa-slide-style-product-deal.nasa-slide-special-product-deal
  .nasa-nav-carousel-wrap,
.nasa-slide-style-product-carousel.nasa-slide-special-product-deal
  .nasa-nav-carousel-wrap {
  top: -40px;
}

.nasa-slide-style-product-carousel.nasa-product-list-carousel {
  margin-top: 30px;
}

.nasa-slide-style-product-carousel.nasa-product-list-carousel
  .nasa-nav-carousel-wrap {
  top: -65px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nasa-slide-style-product-carousel.nasa-product-list-carousel:hover
  .nasa-nav-carousel-wrap {
  visibility: visible;
  opacity: 1;
}

.nasa-warp-slide-nav-top .nasa-title h3 {
  line-height: 1;
}

.nasa-warp-slide-nav-top.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap {
  top: -60px;
}

.nasa-warp-slide-nav-top .nasa-sc-product-btn {
  display: inline-block;
  position: absolute;
  top: -40px;
  right: 65px;
}

.nasa-warp-slide-nav-top .nasa-sc-product-btn .nasa-view-more-slider {
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
  font-size: 110%;
}

.nasa-warp-slide-nav-top.title-align-right .nasa-title.nasa_type_2 h3 {
  text-align: right;
  padding-right: 0;
  padding-left: 15px;
}

.nasa-warp-slide-nav-top.title-align-right.nasa-slide-style-product-carousel
  .nasa-nav-carousel-wrap {
  left: 0;
  right: auto;
}

.nasa-warp-slide-nav-top.title-align-right .nasa-sc-product-btn {
  left: 65px;
  right: auto;
}

/* Latest blog shortcode */

.group-blogs .blog-grid .blog-grid-item {
  margin-bottom: 60px;
}

.group-blogs .blog-grid.blog-grid-style .nasa-blog-info {
  padding: 30px 0;
}

.group-blogs .blog-grid.blog-grid-style .nasa-blog-info.nasa-blog-img-bottom {
  padding-top: 0;
}

.group-blogs .blog-grid.blog-grid-style .nasa-item-blog-grid .nasa-blog-info {
  padding-top: 25px;
}

.group-blogs .entry-blog .blog-image {
  margin-top: 0;
  position: relative;
}

.group-blogs .entry-blog .blog-image .blog-image-attachment img {
  width: 100%;
}

.group-blogs .entry-blog .blog-image .blog-image-attachment:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  -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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.group-blogs .entry-blog .blog-image .blog-image-attachment:hover::after {
  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);
}

.group-blogs .entry-blog .seam_icon.align_right {
  right: -15px;
}

.group-blogs .entry-blog .seam_icon.align_left {
  left: -15px;
}

.group-blogs .blog_info .blog_title {
  margin-top: 13px;
  word-wrap: break-word;
}

.group-blogs .blog_info .blog_title a {
  padding: 0;
  font-weight: normal;
  text-transform: capitalize;
}

.group-blogs .blog_info .post-date {
  text-transform: uppercase;
  color: #aaa;
}

.group-blogs .blog_info .post-date .post-date-day {
  font-size: 250%;
}

.group-blogs .blog_info .post-date .post-date-month {
  font-size: 120%;
}

.group-blogs .blog_info:hover .post-date {
  background: none;
}

.group-blogs .blog_info .read_more a {
  font-size: 100%;
  color: #aaa;
}

.group-blogs .blog_info .read_more a:hover {
  color: #bb3e10;
}

.group-blogs .blog_info .read_more a .read-more-icon {
  margin-left: 6px;
}

.group-blogs .blog_info .nasa-hr {
  margin-top: 10px;
  height: 1px !important;
  background: #ddd;
}

.group-blogs .nasa-blog-info {
  background: #ffffff;
}

.group-blogs .nasa-blog-info .blog_title {
  font-size: 140%;
}

.group-blogs .nasa-blog-info .blog_title h5 {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
}

.group-blogs .nasa-blog-info .nasa-post-date {
  color: #bb3e10;
  padding-bottom: 10px;
  display: block;
}

.group-blogs .nasa-content-group {
  width: 100%;
}

.group-blogs .nasa-blog-info-slider .blog_title {
  font-size: 125%;
}

.group-blogs .nasa-blog-info-slider .blog_title h5 {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
}

.group-blogs .nasa-blog-info-slider .nasa-info-short {
  line-height: 20px;
  padding-bottom: 0;
}

.group-blogs .nasa-blog-info-slider .nasa-post-date {
  color: #bb3e10;
  padding-bottom: 10px;
  display: block;
}

.group-blogs .nasa-blog-info-slider .nasa-read-more {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #491c0e;
  text-transform: uppercase;
}

.group-blogs .nasa-blog-info-slider .nasa-read-more:hover {
  background: #bb3e10;
}

.group-blogs .nasa-blog-info-slider .nasa-read-more:hover a {
  color: #ffffff;
}

.group-blogs.nasa-blog-carousel .blog_item .nasa-content-group {
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #efefef;
  padding: 0;
  -webkit-transition: border-color 350ms ease;
  -moz-transition: border-color 350ms ease;
  -o-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}

.group-blogs.nasa-blog-carousel .blog_item .nasa-blog-info-slider {
  padding: 25px;
}

.group-blogs.nasa-blog-carousel .blog_item .nasa-blog-info-slider .blog_title {
  margin-bottom: 10px;
}

.group-blogs.nasa-blog-carousel .blog_item:hover .nasa-content-group {
  border-color: #aaa;
}

.group-blogs .owl-nav div {
  background: #f7f7f7;
}

.group-blogs
  .nasa-item-blog-grid
  .nasa-blog-img-top
  .nasa-post-date-author-wrap {
  margin-top: 10px;
}

.group-blogs .nasa-item-blog-grid-2 {
  position: relative;
  overflow: hidden;
}

.group-blogs .nasa-item-blog-grid-2 .entry-blog {
  position: relative;
  z-index: 1;
}

.group-blogs .nasa-item-blog-grid-2 .entry-blog .entry-blog-title {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}

.group-blogs .nasa-item-blog-grid-2 .entry-blog .entry-blog-title h5 a {
  display: inline-block;
  padding: 8px 50px;
  background: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 80%;
  box-shadow: 0px 0px 5px 0px #ececec;
  -webkit-box-shadow: 0px 0px 5px 0px #ececec;
  -moz-box-shadow: 0px 0px 5px 0px #ececec;
}

.group-blogs .nasa-item-blog-grid-2 .nasa-blog-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.group-blogs .nasa-item-blog-grid-2 .nasa-blog-info .nasa-info-short {
  margin-top: 15px;
}

.group-blogs .nasa-item-blog-grid-2 .nasa-blog-info .nasa-date-author-wrap {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin: 25px 0 0 0;
  font-size: 120%;
}

.group-blogs .nasa-item-blog-grid-2:hover .nasa-blog-info,
.group-blogs .nasa-item-blog-grid-2:active .nasa-blog-info,
.group-blogs .nasa-item-blog-grid-2:focus .nasa-blog-info {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.nasa-sc-blogs-list .post-date {
  line-height: 150%;
  text-align: left;
}

.nasa-sc-blogs-list .post-date .post-date-day {
  color: #bb3e10;
  font-weight: bold;
  font-size: 140%;
}

.nasa-sc-blogs-list .post-date .post-date-month {
  font-size: 115%;
}

.nasa-sc-blogs-list .post-content .nasa-info-short {
  line-height: 150%;
  overflow-y: auto;
  max-height: 180px;
}

.nasa-sc-blogs-list .post-content .nasa-post-title {
  font-size: 160%;
  font-weight: 700;
}

.nasa-sc-blogs-list .row.nasa-sc-blogs-row {
  margin-bottom: 35px;
}

.blog-grid-style .nasa-blog-info .nasa-info-short {
  margin-bottom: 10px;
}

.entry-header .info-wrap > a:last-child > span:after {
  display: none;
}

/* Client shortcode */

.client {
  font-size: 100%;
  text-align: left;
}

.client .client-inner {
  text-align: center;
  padding: 60px 80px;
}

.client .client-inner img {
  margin: 0 auto;
  max-width: 60px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.client .client-inner .client-info {
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
}

.client .client-inner .client-info .quote-left {
  margin-bottom: 30px;
}

.client .client-inner .client-info .quote-left:before {
  content: "";
  width: 40px;
  height: 33px;
  background-image: url(assets/images/quote-left.png);
  background-repeat: no-repeat;
  position: absolute;
}

.client .client-inner .client-info .client-content {
  line-height: 1.5em;
  letter-spacing: 1px;
  font-style: italic;
}

.client .client-inner .client-info .star-rating {
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 100%;
  margin: 0;
}

.client .client-inner .client-info span {
  list-style: none;
  padding-right: 0;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.client .client-inner .client-info .client-pos {
  color: #666;
}

.client .client-inner .client-info .client-name {
  margin-top: 8px;
  margin-bottom: 0;
  color: #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.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: #bb3e10;
}

.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: #bb3e10;
}

.client.text-justify .client-inner .client-info {
  text-align: justify;
}

/* Team member shortcode */

.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: #491c0e;
}

/* Message box shortcode */

.message-box {
  background-repeat: repeat-x;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
}

.message-box .inner {
  padding: 15px;
}

.message-box .inner .button {
  margin: 0 15px;
}

/* Scroll to top button */

.scroll-to {
  height: 0;
  overflow: hidden;
}

.scroll-to-bullets {
  position: fixed;
  right: 45px;
  top: 40%;
  z-index: 99;
  text-align: right;
}

.scroll-to-bullets a {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 8px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.scroll-to-bullets a:hover {
  background: #bb3e10;
}

.scroll-to-bullets a:hover * {
  color: #fff;
}

.scroll-to-bullets a:hover strong {
  opacity: 1;
}

.scroll-to-bullets a:hover span {
  background-color: #fff;
  opacity: 0.8;
}

.scroll-to-bullets a * {
  display: inline-block;
}

.scroll-to-bullets a strong {
  font-size: 100%;
  opacity: 0;
  margin-right: 10px;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.scroll-to-bullets a span {
  background-color: #000;
  opacity: 0.2;
  width: 12px;
  height: 12px;
  padding: 5px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.scroll-to-bullets a.active span {
  opacity: 0.7;
}

/* Brand shortcode */

.nasa-brands .brands-item {
  margin: 0 auto;
}

.nasa-brands .brands-item img {
  opacity: 1;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-brands .brands-item:hover img {
  opacity: 0.6;
}

.nasa-brands .row ul > li {
  padding-bottom: 0;
}

.nasa-brands .row ul > li:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.nasa-category-slider-vertical .product-category {
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
}

.nasa-category-slider-vertical .product-category .header-title {
  position: absolute;
  top: 15px;
  right: 2px;
}

.nasa-category-slider-vertical .product-category .header-title h3 {
  background: #fff;
  font-size: 110%;
  padding: 5px 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-category-slider-vertical .product-category .header-title .count {
  display: none;
}

.nasa-category-slider-vertical .product-category:hover .header-title h3:hover {
  background: #bb3e10;
  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 .countdown-row {
  margin: 0 -7px;
  width: auto;
}

.nasa-deal-for-time
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section {
  padding: 0;
  margin: 0 7px;
}

.nasa-deal-for-time
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section
  .countdown-amount {
  font-size: 120%;
  padding: 15px 0;
  width: 55px;
}

.nasa-deal-for-time
  .nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section
  .countdown-period {
  display: block;
  line-height: 120%;
  font-size: 80%;
}

/* 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 .countdown-row {
  margin: 0 -5px;
}

.nasa-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  padding: 0;
  margin: 0 5px;
}

.nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section
  .countdown-amount {
  font-size: 90%;
  padding: 11px 0 9px 0;
  width: 35px;
  font-weight: 900;
}

.nasa-sc-pdeal-countdown
  .countdown
  .countdown-row
  .countdown-section
  .countdown-period {
  display: block;
  line-height: 120%;
  font-size: 70%;
}

.nasa-sc-pdeal-countdown.nasa-countdown-small
  .countdown
  .countdown-row
  .countdown-section {
  margin: 0 2px;
}

.nasa-sc-pdeal-countdown.nasa-countdown-small
  .countdown
  .countdown-row
  .countdown-section
  .countdown-amount {
  font-size: 80%;
  padding: 8px 0 7px 0;
  width: 30px;
}

.nasa-sc-pdeal-countdown.nasa-countdown-small
  .countdown
  .countdown-row
  .countdown-section
  .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: #bb3e10;
  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 p a {
  font-size: 120%;
  color: #888;
}

.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title {
  margin-bottom: 20px;
}

.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title h3 {
  max-height: 50px;
  overflow: hidden;
  margin: 0 10px 0 10px;
  font-size: 145%;
}

.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title h3 a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .nasa-sc-p-title h3 a:hover {
  color: #bb3e10;
}

.row.nasa-row-deal-3 .nasa-sc-p-info {
  padding-bottom: 15px;
}

.row.nasa-row-deal-3 .nasa-sc-p-info .nasa-categories {
  display: none;
}

.row.nasa-row-deal-3 .nasa-sc-p-title h3 {
  font-size: 135%;
  font-weight: normal;
}

.row.nasa-row-deal-3
  .nasa-sc-p-img
  .images-popups-gallery
  .nasa-sc-product-img
  .nasa-product-label-stock {
  display: none;
}

.nasa-sc-product-deals-grid .nasa-slider {
  margin: 10px 0;
}

.nasa-sc-product-deals-grid .product-item .hover-overlay .back-img {
  position: absolute;
  top: 0;
}

.nasa-sc-product-deals-grid .product-item .hover-overlay .back-img img {
  position: relative;
}

.nasa-sc-product-deals-grid
  .product-item
  .info
  .nasa-product-grid
  .product-interactions {
  margin-top: 8px;
}

.nasa-sc-product-deals-grid .product-item .info .price {
  display: inline-block;
}

.nasa-sc-product-deals-grid .product-item .info .price ins {
  float: left;
  margin-right: 5px;
}

.nasa-sc-product-deals-grid .product-item .info .price del .amount {
  font-size: 75%;
}

.nasa-sc-product-deals-grid ul.products-group {
  margin: 10px 0;
}

.nasa-sc-product-deals-grid
  .large-block-grid-2
  .product-item
  .hover-overlay
  .main-img,
.nasa-sc-product-deals-grid
  .large-block-grid-2
  .product-item
  .hover-overlay
  .back-img {
  padding: 0 8.6px;
}

.nasa-sc-product-deals-grid
  .large-block-grid-2
  .product-item
  .hover-overlay
  .back-img
  img {
  padding-right: 17.2px;
}

.nasa-sc-product-deals-grid.nasa-sc-product-deals-grid-2 .product-item {
  margin-bottom: 10px;
}

.nasa-sc-product-deals-grid .product-item {
  margin-bottom: 0px;
  margin-top: 15px;
}

.nasa-sc-product-deals-grid .product-item .info .info_main .name {
  line-height: 140%;
}

.nasa-sc-product-deals-grid .product-item .info .info_main .name a {
  font-size: 130%;
}

/* End Shortcode product deal */

/* Shortcode Tabs - Accordion */

/* Tab Elements */

.nasa-tabs-content {
  position: relative;
}

.nasa-tabs-content.nasa-slide-style.woocommerce-tabs .nasa-tabs {
  margin-bottom: 35px;
}

.nasa-tabs-content.nasa-slide-style .nasa-tabs {
  display: inline-block;
  width: auto;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-tabs-content.nasa-slide-style .nasa-tabs li {
  position: relative;
  z-index: 2;
  background: transparent;
  display: inline-block;
  list-style: none;
}

.nasa-tabs-content.nasa-slide-style .nasa-tabs li.nasa-slide-tab {
  display: none;
  position: absolute;
  left: 4px;
  top: 4px;
  height: 0;
  z-index: 1;
  border: 2px solid #bb3e10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-tabs-content.nasa-slide-style .nasa-tabs li a {
  padding: 10px 30px;
  display: inline-block;
}

.nasa-tabs-content.nasa-slide-style .nasa-tabs li a h5 {
  margin: 0;
  font-size: 110%;
  color: #555555;
  font-weight: bold;
}

.nasa-tabs-content.nasa-slide-style .nasa-tabs li.active a h5 {
  color: #bb3e10;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: inherit;
  background: transparent;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li.first {
  margin-left: 0;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li.nasa-tab a h5 {
  font-size: 35px;
  line-height: 100%;
  margin: 0;
  padding: 8px 0px;
  font-weight: bold;
  z-index: 1;
}

.nasa-tabs-content.nasa-classic-style
  .nasa-tabs
  li.nasa-tab
  a
  h5.nasa-uppercase {
  text-transform: uppercase;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a {
  border: 1px solid;
  border-color: #ccc;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a h5 {
  color: #bb3e10;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a h5 .nasa-tab-icon {
  color: #ccc;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a:before {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 2px;
  width: 100%;
  height: 2px;
  border: 1px solid;
  border-color: #ccc;
  content: "";
  border-right: none;
  border-top: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li > a:after {
  position: absolute;
  top: 2px;
  right: -2px;
  height: 100%;
  width: 2px;
  border: 1px solid;
  border-color: #ccc;
  border-left: 0;
  content: "";
  border-bottom: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style
  .nasa-tabs
  li.nasa-single-product-tab
  a
  h5 {
  text-transform: uppercase;
  font-size: 130%;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li a {
  padding: 0;
  display: block;
  padding: 0 25px;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li a h5 {
  font-size: 110%;
  line-height: 110%;
  margin: 0;
  padding: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li a h5 .nasa-tab-icon {
  display: block;
  text-align: center;
  font-size: 230%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a,
.nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a {
  border-color: #6e6e6e;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a:before,
.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a:after,
.nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a:before,
.nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a:after {
  border-color: #6e6e6e;
}

.nasa-tabs-content.nasa-classic-style .nasa-tabs li.active > a h5,
.nasa-tabs-content.nasa-classic-style .nasa-tabs li:hover > a h5 {
  color: #bb3e10;
  font-weight: bold;
}

.nasa-tabs-content.nasa-classic-style
  .nasa-tabs
  li.active
  > a
  h5
  .nasa-tab-icon,
.nasa-tabs-content.nasa-classic-style
  .nasa-tabs
  li:hover
  > a
  h5
  .nasa-tab-icon {
  color: #bb3e10;
}

.nasa-tabs-content.nasa-classic-style.nasa-tabs-has-bg
  .nasa-tabs
  li.nasa-tab
  a
  h5 {
  padding: 10px 0 6px 0;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d .nasa-tabs li > a:before,
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d .nasa-tabs li > a:after {
  display: none;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border.nasa-tabs-radius
  .nasa-tabs
  li.nasa-single-product-tab
  > a
  h5 {
  font-size: 150%;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
  .nasa-tabs
  li.nasa-single-product-tab
  > a
  h5 {
  text-transform: none;
  font-size: 220%;
  font-weight: 800;
  letter-spacing: inherit;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
  .nasa-tabs
  li.nasa-single-product-tab
  > a
  h5:after {
  display: none;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
  .nasa-tabs
  li
  > a {
  border: none;
  padding: 0 20px;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
  .nasa-tabs
  li
  > a
  h5 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
  .nasa-tabs
  li
  > a
  h5:after {
  content: " ";
  display: block;
  position: relative;
  bottom: 0;
  top: -20px;
  left: -1px;
  margin: 2px auto 0 auto;
  width: 1px;
  z-index: -1;
  height: 25px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
  .nasa-tabs
  li
  > a
  h5
  .nasa-tab-icon {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
  .nasa-tabs
  li.active
  > a
  h5:after {
  width: 100%;
  background-color: #eadfcd;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border.nasa-tabs-radius
  .nasa-tabs
  li.first
  > a,
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border.nasa-tabs-radius
  .nasa-tabs
  li.last
  > a {
  padding: 3px 25px;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border.nasa-tabs-radius
  .nasa-tabs
  li
  > a {
  padding: 3px 25px;
  background: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border.nasa-tabs-radius
  .nasa-tabs
  li
  > a
  h5:after {
  display: none;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border.nasa-tabs-radius
  .nasa-tabs
  li.active
  > a {
  background: #bb3e10;
  color: #fff;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border.nasa-tabs-radius
  .nasa-tabs
  li.active
  > a
  h5 {
  color: inherit;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg.nasa-tabs-bg-transparent
  .nasa-tabs {
  padding: 6px 0;
  background: transparent;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg
  .nasa-tabs {
  padding: 10px 15px;
  background: #efefef;
  margin-bottom: 0;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg
  .nasa-tabs
  .nasa-tab
  > a.nasa-custom-text-color {
  color: inherit;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg
  .nasa-tabs
  .nasa-tab
  > a.nasa-custom-text-color
  h5 {
  color: inherit;
  border-width: 0;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg
  .nasa-tabs
  .nasa-tab
  > a.nasa-custom-text-color
  h5:after {
  background: none !important;
  border: 1px solid;
  border-color: transparent;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg
  .nasa-tabs
  .nasa-tab.active
  > a.nasa-custom-text-color
  h5:after,
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-has-bg
  .nasa-tabs
  .nasa-tab:hover
  > a.nasa-custom-text-color
  h5:after {
  border-color: inherit;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color
  .nasa-tabs
  .nasa-tab
  > a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color
  .nasa-tabs
  .nasa-tab
  > a
  h5 {
  font-size: 120%;
  font-weight: bold;
  color: inherit;
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color
  .nasa-tabs
  .nasa-tab.active
  > a,
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color
  .nasa-tabs
  .nasa-tab:hover
  > a {
  border-color: #bb3e10;
  background: #bb3e10;
  color: #fff;
}

.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color
  .nasa-tabs
  .nasa-tab.active
  > a
  h5,
.nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tab-primary-color
  .nasa-tabs
  .nasa-tab:hover
  > a
  h5 {
  color: inherit;
}

.nasa-tabs-content .nasa-accordion-title {
  display: none;
}

.nasa-tabs-content .nasa-panels .nasa-panel {
  display: none;
}

.nasa-tabs-content .nasa-panels .nasa-panel.active {
  display: block;
}

.nasa-tabs-content .nasa-panels .nasa-panel .product_list_widget {
  margin: 0;
}

.nasa-tabs-content
  .nasa-panels
  .nasa-panel
  .product_list_widget
  .item-product-widget {
  display: inline-block;
  width: 100%;
  float: left;
}

.nasa-tabs-content
  .nasa-panels
  .nasa-panel
  .product_list_widget.large-block-grid-4
  .item-product-widget,
.nasa-tabs-content
  .nasa-panels
  .nasa-panel
  .product_list_widget.large-block-grid-5
  .item-product-widget {
  width: 25%;
}

.nasa-tabs-content
  .nasa-panels
  .nasa-panel
  .product_list_widget.large-block-grid-3
  .item-product-widget {
  width: 33.33333%;
}

.nasa-tabs-content
  .nasa-panels
  .nasa-panel
  .product_list_widget.large-block-grid-2
  .item-product-widget {
  width: 50%;
}

.nasa-tab-icon {
  font-size: 200%;
  display: block;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-tab-icon-organic .nasa-a-tab h5 {
  font-size: 120% !important;
  letter-spacing: 0 !important;
}

.nasa-slide-style .nasa-tab-icon {
  line-height: 12px;
}

[class*="block-grid-"].product_list_widget {
  margin: 0;
}

.nasa-bot-navigate-35 .li_wapper {
  margin-bottom: -35px;
}

.nasa-bot-navigate-35 .li_wapper .item-product-widget {
  background: #fff;
}

/* Collapse Accordion */

.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-accordion-title {
  margin-top: 10px;
}

.nasa-accordions-content .nasa-accordion-title:first-child {
  margin-top: unset;
}

.nasa-accordions-content .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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-accordions-content .nasa-accordion-title a:hover {
  background: #fcfcfc;
}

.nasa-accordions-content .nasa-accordion-title a:before,
.nasa-accordions-content .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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-accordions-content .nasa-accordion-title a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nasa-accordions-content .nasa-accordion-title a.active {
  color: #bb3e10;
}

.nasa-accordions-content .nasa-accordion-title a.active:before,
.nasa-accordions-content .nasa-accordion-title a.active:after {
  border-color: #bb3e10;
  color: inherit;
}

.nasa-accordions-content .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-accordions-content.nasa-no-border .nasa-panel {
  border: none;
  padding: 5px 0 10px 0;
}

.nasa-accordions-content.nasa-no-border .nasa-accordion-title a {
  padding: 5px 15px 5px 25px;
  border: none;
}

.nasa-accordions-content.nasa-no-border .nasa-accordion-title a:hover {
  background: transparent;
}

.nasa-accordions-content.nasa-no-border .nasa-accordion-title a:before,
.nasa-accordions-content.nasa-no-border .nasa-accordion-title a:after {
  left: 0;
  border-color: #555555;
}

.nasa-accordions-content.nasa-no-border .nasa-accordion-title a.active {
  color: #555555;
}

.nasa-accordions-content.nasa-no-border .nasa-accordion-title a.active:before,
.nasa-accordions-content.nasa-no-border .nasa-accordion-title a.active:after {
  border-color: #555555;
}

.nasa-accordions-content.nasa-arrow .nasa-accordion-title a {
  padding: 15px 30px 15px 15px;
}

.nasa-accordions-content.nasa-arrow .nasa-accordion-title a:before {
  display: none;
}

.nasa-accordions-content.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-accordions-content.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-accordions-content.nasa-arrow.nasa-no-border .nasa-accordion-title a {
  padding: 5px 25px 5px 0;
}

.nasa-accordions-content.nasa-arrow.nasa-no-border
  .nasa-accordion-title
  a:after {
  right: 0;
}

.nasa-accordions-content.nasa-arrow.nasa-no-border
  .nasa-accordion-title
  a.active {
  color: #555555;
}

.nasa-accordions-content.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.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 shortcode slider product */

.nasa-product-details-page .nasa-slide-left-info-wrap {
  padding: 0;
}

.nasa-slide-left-info-wrap {
  padding: 45px 0;
  padding-right: 20px;
}

.nasa-slide-left-info-wrap h3 .nasa-count-items {
  color: gray;
  font-size: 60%;
  display: block;
  margin-top: 5px;
}

.nasa-slide-left-info-wrap .nasa-shortcode-parent-term {
  text-align: left;
  font-size: 105%;
}

.nasa-slide-left-info-wrap .nasa-shortcode-parent-term a {
  color: #555555;
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slide-left-info-wrap .nasa-shortcode-parent-term:hover a {
  color: #555555;
  opacity: 1;
}

.nasa-slide-left-info-wrap .nasa-combo-gift {
  text-align: left;
  font-size: 105%;
  color: #555555;
  opacity: 0.5;
}

.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-carousel-wrap {
  padding: 0;
}

.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div {
  display: inline-block;
  font-size: 160%;
  cursor: pointer;
}

.nasa-slide-left-info-wrap
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  margin-right: 10px;
}

.nasa-slide-left-info-wrap .nasa-nav-carousel-wrap .nasa-nav-carousel-div a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.nasa-slide-left-info-wrap
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  a
  span {
  border: 1px solid #555555;
  color: #555555;
  line-height: 1;
  opacity: 0.5;
  padding: 3px 15px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slide-left-info-wrap
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  a:before {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 2px;
  width: 100%;
  height: 2px;
  border: 1px solid #555555;
  content: "";
  border-right: none;
  border-top: none;
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slide-left-info-wrap
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  a:after {
  position: absolute;
  top: 2px;
  right: -2px;
  height: 100%;
  width: 2px;
  border: 1px solid #555555;
  border-left: 0;
  content: "";
  border-bottom: none;
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slide-left-info-wrap
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div:hover
  a
  span,
.nasa-slide-left-info-wrap
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div:hover
  a:before,
.nasa-slide-left-info-wrap
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div:hover
  a:after {
  opacity: 1;
}

.nasa-slide-left-info-wrap .nasa-view-more-slider {
  display: block;
  text-align: left;
  font-size: 110%;
  margin-top: 20px;
}

.nasa-content-shortcode {
  position: relative;
}

.nasa-content-shortcode .nasa-nav-carousel-wrap {
  position: absolute;
  background: #fff;
  z-index: 2;
  right: 0;
  font-size: 250%;
  top: -50px;
}

.nasa-content-shortcode .nasa-nav-carousel-wrap .nasa-nav-carousel-div {
  display: inline-block;
  width: 20px;
  overflow: hidden;
}

.nasa-content-shortcode
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div.nasa-nav-carousel-prev {
  float: left;
}

.nasa-content-shortcode
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div.nasa-nav-carousel-next {
  float: right;
}

.nasa-content-shortcode
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  a.nasa-nav-icon-slider {
  position: relative;
  left: -10px;
}

/* 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.nasa_type_2 {
  margin-bottom: 20px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi
  .nasa-nav-slick-wrap {
  position: absolute;
  bottom: 55px;
  right: 20px;
  z-index: 1;
}

.nasa-products-special-deal.nasa-products-special-deal-multi
  .nasa-nav-slick-wrap
  .nasa-nav-slick-div {
  display: inline-block;
  font-size: 120%;
}

.nasa-products-special-deal.nasa-products-special-deal-multi
  .nasa-nav-slick-wrap
  .nasa-nav-slick-div.nasa-nav-slick-prev:after {
  content: " ";
  margin: 0px 18px 0 20px;
  height: 11px;
  color: #d8d8d8;
  display: inline-block;
  border-left: 1px solid #ccc;
  position: relative;
  top: 1px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi
  .nasa-nav-slick-wrap
  .nasa-nav-slick-div
  .nasa-nav-icon-slick {
  color: #ccc;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-products-special-deal.nasa-products-special-deal-multi
  .nasa-nav-slick-wrap
  .nasa-nav-slick-div
  .nasa-nav-icon-slick
  span {
  font-size: 180%;
  vertical-align: middle;
  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: #491c0e;
}

.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
  .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
  .product-deal-special-buttons
  .product-interactions {
  display: none;
}

.nasa-products-special-deal.nasa-products-special-deal-simple
  .nasa-slide-special-product-deal
  .nasa-nav-carousel-wrap {
  top: -42px;
}

.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
  .countdown-row
  > span {
  margin: 0 5px;
}

.nasa-products-special-deal.nasa-products-special-deal-simple
  .countdown
  .countdown-row
  > span
  span.countdown-amount {
  padding: 10px 0;
  font-size: 100%;
}

.nasa-products-special-deal.nasa-products-special-deal-simple
  .countdown
  .countdown-row
  > span
  span.countdown-period {
  font-size: 70%;
}

.nasa-products-special-deal.nasa-products-special-deal-simple
  .countdown
  .countdown-row
  > span:first-child {
  margin-left: 0;
}

.nasa-products-special-deal.nasa-products-special-deal-simple
  .countdown
  .countdown-row
  > span:last-child {
  margin-right: 0;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time {
  background: transparent;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time
  .nasa-title
  .nasa-title-heading {
  font-size: 300%;
  color: inherit;
  margin: 5px 0;
  font-weight: 900;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time
  .nasa-title
  .nasa-nav-carousel-wrap {
  position: absolute;
  right: 0;
  top: 10px;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time
  .nasa-title
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div {
  display: inline-block;
  cursor: pointer;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time
  .nasa-title
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  .nasa-nav-icon-slider {
  display: block;
  font-size: 250%;
  width: 20px;
  color: inherit;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time
  .nasa-title
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div
  .nasa-nav-icon-slider
  span {
  position: relative;
  left: -8px;
  cursor: pointer;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time .nasa-desc {
  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
  .countdown-row
  > span
  span.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
  .countdown-row
  > span
  span.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
  .countdown-row
  .countdown-section
  .countdown-period {
  color: #000;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white
  .product-item
  .info
  .name
  a,
.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white
  .product-item
  .info
  .name
  span {
  color: inherit !important;
}

.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
  .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-carousel-div {
  display: inline-block;
  cursor: pointer;
}

.nasa-products-special-deal.nasa-products-special-deal-for_time.text-color-white
  .nasa-nav-carousel-wrap
  .nasa-nav-carousel-div:hover
  .nasa-nav-icon-slider {
  color: #fff;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-main-special {
  position: relative;
  border: 1px solid #bb3e10;
  padding: 0 20px 30px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-main-top {
  padding: 0 10px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-special-deal-item {
  margin: 0 10px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2 .nasa-sc-title {
  display: block;
  font-size: 180%;
  margin-top: 18px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-nav-slick-wrap {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 100%;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-nav-slick-wrap
  .nasa-nav-icon-slick {
  color: #aaa;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-nav-slick-wrap
  .nasa-nav-icon-slick
  .nasa-icon {
  font-size: 150%;
  position: relative;
  top: 5px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-nav-slick-wrap
  .nasa-nav-icon-slick.nasa-nav-prev:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  border-left: 1px solid #aaa;
  margin: 0 30px 0 35px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-nav-slick-wrap
  .nasa-nav-icon-slick:hover {
  color: #491c0e;
}

.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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-list-category
  a:hover {
  color: #491c0e;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .product-deal-special-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 180%;
  font-weight: 800;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .product-deal-special-title
  a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2 .star-rating {
  margin-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: #bb3e10;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .product-deal-special-countdown {
  margin-bottom: 25px;
}

.nasa-products-special-deal.nasa-products-special-deal-multi-2
  .countdown
  .countdown-row
  > span
  span.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.nasa_type_2 {
  margin: 0;
}

.nasa-products-special-deal .product-item {
  margin: 0 1px;
}

.nasa-products-special-deal .product-item .product-img {
  padding: 0;
}

.nasa-products-special-deal .product-deal-special-title {
  font-size: 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-progress {
  display: block;
}

.nasa-products-special-deal .product-deal-special-progress .deal-stock-label {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}

.nasa-products-special-deal
  .product-deal-special-progress
  .deal-stock-label
  .stock-available {
  float: left;
}

.nasa-products-special-deal
  .product-deal-special-progress
  .deal-stock-label
  .stock-sold {
  float: right;
}

.nasa-products-special-deal .product-deal-special-progress .deal-progress {
  width: 100%;
  background: #efefef;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nasa-products-special-deal
  .product-deal-special-progress
  .deal-progress
  .deal-progress-bar {
  display: block;
  line-height: 80%;
  text-indent: -99999px;
  background: #bb3e10;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nasa-products-special-deal
  .product-deal-special-buttons
  .product-interactions {
  text-align: center;
}

.nasa-products-special-deal
  .product-deal-special-buttons
  .product-interactions
  > div {
  display: none;
}

.nasa-products-special-deal
  .product-deal-special-buttons
  .product-interactions
  > div.add-to-cart-btn {
  display: inline-block;
}

.nasa-products-special-deal
  .product-deal-special-buttons
  .product-interactions
  > div.add-to-cart-btn
  .add-to-cart-grid {
  padding: 8px 30px;
}

.nasa-products-special-deal
  .product-deal-special-buttons
  .product-interactions
  > div.add-to-cart-btn
  .add-to-cart-grid
  .cart-icon {
  margin-right: 8px;
  display: none;
}

.nasa-products-special-deal
  .product-deal-special-buttons
  .product-interactions
  > div.add-to-cart-btn
  .add-to-cart-grid
  .add_to_cart_text {
  display: inline-block;
  font-weight: 500;
  position: relative;
  line-height: 170%;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-deal-special-wrap-info {
  padding: 50px 20px 20px 0;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-title {
  font-size: 190%;
  font-weight: 800;
  margin-top: 0;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-price {
  display: block;
  width: 100%;
  font-size: 150%;
  margin-bottom: 25px;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-price
  .price {
  font-weight: 500;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-price
  .price
  del {
  font-size: 85%;
  font-weight: normal;
  margin-left: 10px;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-price
  .price
  ins {
  float: left;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .star-rating {
  display: none;
  margin-bottom: 0px;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .nasa-product-deal-des {
  height: 100px;
  overflow-y: auto;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .nasa-product-deal-des
  ul,
.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .nasa-product-deal-des
  ol {
  padding-left: 20px;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .badge {
  top: 55px;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .badge.hot-label {
  top: 90px;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .nasa-gift-featured-wrap {
  position: absolute;
  right: -40px;
  top: 20px;
  bottom: auto;
  text-align: center;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-progress {
  margin: 25px 0 0 0;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-countdown
  .countdown
  .countdown-row
  > span
  .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-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-buttons
  .product-interactions {
  text-align: left;
  padding: 0;
}

.nasa-products-special-deal
  .nasa-special-deal-style-multi
  .product-special-deals
  .product-deal-special-buttons
  .product-interactions
  > div.add-to-cart-btn {
  text-align: left;
}

.nasa-special-deal-style-multi-wrap {
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-special-deal-style-multi-wrap .slick-arrow {
  display: none !important;
}

.nasa-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
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid {
  width: unset;
  height: unset;
  padding: 0;
}

.nasa-special-deal-style-multi-wrap
  .product-deal-special-buttons
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn:hover
  .add-to-cart-grid {
  width: unset;
  height: unset;
}

.nasa-special-deal-style-multi-wrap
  .product-deal-special-buttons
  .product-interactions {
  text-align: inherit;
  padding: 0;
}

.nasa-special-deal-style-multi-wrap
  .product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn {
  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
  .product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid
  .add_to_cart_text {
  visibility: visible;
  width: 100%;
  max-width: 100%;
  padding: 1em 4em;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0;
  left: 0;
  right: 0;
}

.nasa-special-deal-style-multi-wrap
  .product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn:hover {
  opacity: 0.8;
}

.nasa-special-deal-style-multi-wrap
  .product-item
  .nasa-product-grid
  .product-interactions
  .btn-wishlist,
.nasa-special-deal-style-multi-wrap
  .product-item
  .nasa-product-grid
  .product-interactions
  .quick-view,
.nasa-special-deal-style-multi-wrap
  .product-item
  .nasa-product-grid
  .product-interactions
  .btn-compare {
  display: none;
}

.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 0 15px 0;
  border: 1px solid transparent;
  -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;
}

.nasa-slider-deal-vertical-extra-switcher .item-slick .nasa-slick-img {
  text-align: center;
}

.nasa-slider-deal-vertical-extra-switcher .item-slick .nasa-slick-img img {
  height: auto;
  width: 100%;
  display: inline-block;
  border: 1px solid transparent;
}

.nasa-slider-deal-vertical-extra-switcher .item-slick .nasa-gift-featured-wrap {
  display: none;
}

.nasa-slider-deal-vertical-extra-switcher .item-slick.slick-current,
.nasa-slider-deal-vertical-extra-switcher .item-slick:hover {
  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-nav-4-items {
  padding: 0;
}

.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick {
  padding: 15px;
  margin: 5px 0 25px 10px;
  border: 1px solid #a7a7a7;
  position: relative;
}

.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items
  .item-slick
  .nasa-slick-img
  img {
  border-color: transparent;
}

.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items
  .item-slick.slick-current,
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick:hover {
  border-color: #bb3e10;
}

.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .item-slick:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items
  .item-slick.slick-current:before {
  border-color: rgba(153, 153, 153, 0);
  border-right-color: #bb3e10;
  border-width: 8px;
  margin-top: -8px;
  visibility: visible;
}

.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .nasa-product-price,
.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items .nasa-product-title {
  font-weight: 700;
  font-size: 115%;
  margin-bottom: 0;
}

.nasa-slider-deal-vertical-extra-switcher.nasa-nav-4-items
  .nasa-product-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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.service-block .box:hover .fly_effect {
  -webkit-transform: translate(30px, -80px);
  -ms-transform: translate(30px, -80px);
  -o-transform: translate(30px, -80px);
  transform: translate(30px, -80px);
  -webkit-transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
  transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
  cursor: pointer;
}

.service-block .box:hover .zoom_effect {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.service-block .box:hover .buzz_effect {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-block .box:hover .rotate_effect {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.service-block .service-icon {
  font-size: 190%;
  color: #888;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.service-block .service-text {
  overflow: hidden;
}

.service-block .service-title {
  text-transform: capitalize;
  font-size: 120%;
  line-height: 150%;
  font-weight: 800;
  color: #491c0e;
}

.service-block .service-desc {
  font-size: 100%;
  color: #999;
}

.service-block.style-1 {
  margin-bottom: 10px;
}

.service-block.style-1 .box {
  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: #bb3e10;
}

.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: #bb3e10;
}

.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: #bb3e10;
}

.service-block.style-3 .service-text {
  color: #491c0e;
}

.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;
}

.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;
}

.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%);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-category-horizontal-1 .header-title h3 {
  color: #fff;
  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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-category-horizontal-1 .product-category .count {
  margin-top: 15px;
}

.nasa-category-horizontal-1 .product-category .hover-overlay:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-category-horizontal-1 .product-category:hover .header-title {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-category-horizontal-2 .header-title {
  position: absolute;
  top: 30px;
  left: 5px;
  width: auto;
  text-align: center;
  opacity: 1;
  z-index: 3;
  color: #491c0e;
  background: #fff;
  font-size: 120%;
  padding: 2px 15px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-category-horizontal-2 .product-category {
  position: relative;
}

.nasa-category-horizontal-2 .product-category:hover .header-title {
  top: 30px;
}

.nasa-category-horizontal-2 .product-category:hover .header-title:hover {
  color: #fff;
  background: #bb3e10;
  padding: 2px 30px 2px 15px;
}

.nasa-category-horizontal-2 .product-category:hover .hover-overlay {
  opacity: 0.3;
  visibility: visible;
  background: #491c0e;
}

.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: #491c0e;
}

.nasa-category-horizontal-4 .nasa-cat-link:hover .nasa-cat-thumb {
  -webkit-box-shadow: 0 0 4px 0 rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 4px 0 rgba(1, 1, 1, 0.1);
}

.nasa-category-horizontal-4 .owl-nav {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.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-title:after {
  display: inline-block;
  font-family: "nasa-font";
  content: "\79";
  font-size: 55%;
}

.nasa-category-horizontal-6 .nasa-cat-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.nasa-category-horizontal-6 .nasa-cat-link:hover .nasa-cat-title {
  color: #491c0e;
}

.nasa-category-horizontal-6 .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-6.owl-carousel .owl-nav {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.nasa-category-horizontal-6.owl-carousel .owl-nav > div {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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.owl-carousel .owl-nav > div:before {
  font-size: 200%;
  font-weight: 800;
  display: inline-block;
}

.nasa-category-horizontal-6.owl-carousel .owl-nav > div:hover {
  background: #f8f8f8;
}

.images-compare-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* Images compare front element */

.images-compare-before {
  will-change: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

/* Images compare back element */

.images-compare-after {
  pointer-events: none;
}

/* Responsive image settings */

.images-compare-before img,
.images-compare-after img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Separator (thin vertical blank line) */

.images-compare-separator {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 2px;
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  z-index: 4;
  left: 0;
  top: 0;
}

/* Drag handle (circle) */

.images-compare-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 3px solid #fff;
  z-index: 3;
  background: transparent;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Drag handle arrows */

.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;
}

/* Categories - Grid */

.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;
  -webkit-transition: border-color 350ms ease;
  -moz-transition: border-color 350ms ease;
  -o-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}

.grid-product-category .nasa-item-wrap:hover {
  border-color: #aaa;
}

.grid-product-category .nasa-item-wrap:hover .nasa-view-more i {
  color: #bb3e10;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

.grid-product-category .nasa-cat-info {
  width: 70%;
  display: inline-block;
}

.grid-product-category .nasa-title {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 5px;
}

.grid-product-category .count {
  color: #aaa;
  font-size: 90%;
}

.grid-product-category .nasa-view-more {
  font-weight: 400;
  margin-top: 10px;
}

.grid-product-category .nasa-view-more i {
  font-size: 130%;
  position: relative;
  top: 2px;
  color: #ccc;
}

.grid-product-category .nasa-view-more:hover {
  color: #000;
}

.grid-product-category .nasa-cat-thumb {
  width: 30%;
  display: inline-block;
}

.grid-product-category .nasa-cat-thumb img {
  width: 100%;
}

.grid-product-category .nasa-child-categories {
  list-style: none;
  padding: 0;
}

.grid-product-category .nasa-child-category-item {
  color: #666;
}

.grid-product-category .nasa-child-category-item:hover {
  color: #491c0e;
  font-weight: 600;
}

.widget {
  *zoom: 1;
}

.widget:before,
.widget:after {
  content: " ";
  display: table;
}

.widget:after {
  clear: both;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul.nasa-product-child-cat-top-sidebar .nasa-filter-by-cat {
  border: none;
  padding: 4px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.widget
  ul.nasa-product-child-cat-top-sidebar
  .nasa-filter-by-cat
  .nasa-cat-title {
  font-size: 100%;
  text-align: left;
}

.widget ul.nasa-product-child-cat-top-sidebar .nasa_show_manual a {
  border: none;
}

.widget ul.nasa-variations-default li:before {
  content: " ";
  position: absolute;
  padding: 0;
  display: inline-block;
  background: transparent;
  top: 50%;
  left: 0;
}

.widget ul.nasa-variations-default li a {
  padding-left: 0;
  display: inline-block;
  width: 100%;
}

.widget ul.nasa-variations-default li a .count {
  position: relative;
  margin-left: 15px;
}

.widget ul li {
  list-style: none;
}

.widget ul li a {
  font-size: 100%;
  display: inline-block;
  line-height: 30px;
}

.widget ul li a.nasa-wg-recent-post-title {
  line-height: 1.3;
  font-weight: bold;
}

.widget ul li:first-child {
  padding-top: 0;
}

.widget ul li .nasa-post-cats-wrap {
  margin-bottom: 3px;
}

.widget ul li .nasa-post-cats-wrap a {
  line-height: 1;
  font-weight: bold;
  display: inline;
}

.widget ul li.nasa-recent-posts-li {
  border-top: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 5px;
}

.widget ul li.nasa-recent-posts-li:first-child {
  border-top: none;
  padding-top: 10px;
}

.widget.widget_recent_entries ul li {
  list-style: none;
  padding-left: 24px;
  margin-bottom: 14px;
}

.widget.widget_recent_entries ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Pe-icon-7-stroke";
  content: "\e62e";
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 22px;
  left: 0px;
}

.widget.widget_recent_entries ul li a {
  line-height: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.widget.widget_recent_entries ul li a:hover {
  color: #bb3e10;
}

.widget.widget_categories ul li {
  list-style: none;
  padding-left: 24px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.widget.widget_categories ul li:before {
  color: rgba(0, 0, 0, 0.1);
  font-family: "FontAwesome";
  content: "\f111";
  position: absolute;
  top: 1px;
  font-size: 60%;
  line-height: 30px;
  left: 0px;
}

.widget.widget_categories ul li:hover {
  opacity: 1;
}

.widget.widget_recent_comments ul li {
  list-style: none;
  color: #888;
  padding-left: 24px;
  margin-bottom: 20px;
  line-height: 20px;
  position: relative;
}

.widget.widget_recent_comments ul li a {
  line-height: 18px;
}

.widget.widget_recent_comments ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "FontAwesome";
  content: "\f0e5";
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 22px;
  left: 0px;
}

.widget.widget_archive ul {
  padding-top: 5px;
}

.widget.widget_archive ul li {
  list-style: none;
  padding-left: 24px;
  margin-bottom: 14px;
  position: relative;
}

.widget.widget_archive ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "FontAwesome";
  content: "\f073";
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 20px;
  left: 0px;
}

.widget.widget_archive ul li a {
  line-height: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.widget.widget_archive ul li a:hover {
  color: #bb3e10;
}

.widget.widget_meta ul li {
  list-style: none;
  padding-left: 24px;
  margin-bottom: 14px;
  position: relative;
}

.widget.widget_meta ul li a {
  line-height: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.widget.widget_meta ul li a:hover {
  color: #bb3e10;
}

.widget.widget_meta ul li:before {
  color: rgba(0, 0, 0, 0.3);
  font-family: "FontAwesome";
  content: "\f121";
  position: absolute;
  top: 0px;
  font-size: 12px;
  line-height: 22px;
  left: 0px;
}

.widget .widgettitle,
.widget .widget-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.widget .widgettitle .nasa-hr,
.widget .widget-title .nasa-hr {
  margin-top: 8px;
}

.widget .widgettitle h4,
.widget .widget-title h4 {
  color: #aaa;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

.widget.widget_text .textwidget {
  line-height: 160%;
}

.widget.widget_text .textwidget p {
  margin-bottom: 20px;
}

.widget.widget_text .textwidget img {
  margin-bottom: 30px;
}

.widget.widget_nav_menu ul li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.widget.widget_calendar caption {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0px;
}

.widget.widget_search input.field {
  border: 1px solid #eee;
}

.widget.widget_rss .rss-date {
  text-transform: uppercase;
  font-size: 100%;
}

.widget.widget_rss ul li {
  margin-bottom: 15px;
}

.widget.widget_rss ul li a.rsswidget {
  display: block;
}

.widget .sale-label,
.widget .new-label,
.widget .hot-label,
.widget .rsswidget,
.widget .nasa-hide-price {
  display: none;
}

.widget .tagcloud a {
  padding: 9px 20px;
  float: left;
  margin-bottom: 7px;
  margin-right: 7px;
  display: inline-block;
  color: #666;
  background: #f1f1f1;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.widget .tagcloud a:hover {
  background: #491c0e;
  border-color: #491c0e;
  color: #fff;
}

.widget .nasa-product-child-cat-top-sidebar li {
  padding: 0;
  margin: 0;
}

.widget.widget_search .nasa-search-form-warp input[type="text"] {
  margin-bottom: 0;
}

.widget.widget_nasa_tag_cloud {
  overflow: hidden;
}

.widget select {
  padding: 5px;
}

.nasa-searchform-container .nasa-search-form-warp {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.nasa-searchform-container .nasa-search-form-warp .nasa-icon-submit-page {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 35px;
  overflow: hidden;
}

.nasa-searchform-container
  .nasa-search-form-warp
  .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-searchform-container .nasa-search-form-warp .nasa-icon-submit-page input {
  border: none;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
}

body .widget .tagcloud a.tag-cloud-link:hover,
body .widget .nasa-tag-cloud-ul li a.tag-cloud-link:hover {
  color: #fff;
  background: #491c0e;
  border-color: #491c0e;
}

.col-sidebar .widget ul.nasa-variations-default li {
  width: 100%;
  padding: 0;
}

.nasa-tab-filter-topbar img.rss-widget-icon {
  position: relative;
  margin-right: 5px;
  top: -2px;
}

/* Widget 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 */

.nasa-side-sidebar .widget li,
.nasa-side-sidebar .widget.woocommerce li,
.nasa-side-sidebar .widget.widget_categories li,
.nasa-side-sidebar .widget.widget_archive li {
  clear: none !important;
}

.nasa-side-sidebar .widget li.nasa-li-filter-color,
.nasa-side-sidebar .widget li.nasa-li-filter-size,
.nasa-side-sidebar .widget li.nasa-li-filter-image,
.nasa-side-sidebar .widget.woocommerce li.nasa-li-filter-color,
.nasa-side-sidebar .widget.woocommerce li.nasa-li-filter-size,
.nasa-side-sidebar .widget.woocommerce li.nasa-li-filter-image,
.nasa-side-sidebar .widget.widget_categories li.nasa-li-filter-color,
.nasa-side-sidebar .widget.widget_categories li.nasa-li-filter-size,
.nasa-side-sidebar .widget.widget_categories li.nasa-li-filter-image,
.nasa-side-sidebar .widget.widget_archive li.nasa-li-filter-color,
.nasa-side-sidebar .widget.widget_archive li.nasa-li-filter-size,
.nasa-side-sidebar .widget.widget_archive li.nasa-li-filter-image {
  width: 100%;
}

.col-sidebar .widget li.nasa-li-filter-color,
.col-sidebar .widget li.nasa-li-filter-size,
.col-sidebar .widget li.nasa-li-filter-image,
.col-sidebar .widget.woocommerce li.nasa-li-filter-color,
.col-sidebar .widget.woocommerce li.nasa-li-filter-size,
.col-sidebar .widget.woocommerce li.nasa-li-filter-image,
.col-sidebar .widget.widget_categories li.nasa-li-filter-color,
.col-sidebar .widget.widget_categories li.nasa-li-filter-size,
.col-sidebar .widget.widget_categories li.nasa-li-filter-image,
.col-sidebar .widget.widget_archive li.nasa-li-filter-color,
.col-sidebar .widget.widget_archive li.nasa-li-filter-size,
.col-sidebar .widget.widget_archive li.nasa-li-filter-image {
  width: 100%;
}

.nasa-top-bar-2-content .widget,
.nasa-top-bar-2-content .widget.woocommerce {
  margin-bottom: 0;
}

.widget,
.widget.woocommerce {
  margin-bottom: 35px;
}

.widget li,
.widget.woocommerce li {
  position: relative;
}

.widget li.nasa-li-filter-color,
.widget.woocommerce li.nasa-li-filter-color {
  float: left;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
}

.widget li.nasa-li-filter-color a,
.widget.woocommerce li.nasa-li-filter-color a {
  text-align: left;
}

.widget li.nasa-li-filter-color a.nasa-filter-color,
.widget.woocommerce li.nasa-li-filter-color a.nasa-filter-color {
  line-height: 30px;
  border: none;
  position: relative;
}

.widget li.nasa-li-filter-color a.nasa-filter-color .nasa-filter-color-border,
.widget.woocommerce
  li.nasa-li-filter-color
  a.nasa-filter-color
  .nasa-filter-color-border {
  padding: 0px;
  margin: 0px 15px 0 0;
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.widget
  li.nasa-li-filter-color
  a.nasa-filter-color
  .nasa-filter-color-border
  .nasa-filter-color-span,
.widget.woocommerce
  li.nasa-li-filter-color
  a.nasa-filter-color
  .nasa-filter-color-border
  .nasa-filter-color-span {
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget
  li.nasa-li-filter-color
  a.nasa-filter-color.nasa-filter-var-chosen:after,
.widget.woocommerce
  li.nasa-li-filter-color
  a.nasa-filter-color.nasa-filter-var-chosen:after {
  -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: 9px;
  left: 12px;
}

.widget
  li.nasa-li-filter-color
  a.nasa-filter-color.nasa-filter-var-chosen[data-term_slug="white"]:after,
.widget.woocommerce
  li.nasa-li-filter-color
  a.nasa-filter-color.nasa-filter-var-chosen[data-term_slug="white"]:after {
  border-color: #491c0e;
}

.widget li.nasa-li-filter-size,
.widget.woocommerce li.nasa-li-filter-size {
  float: left;
  margin-bottom: 15px;
  padding: 0;
  display: block;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.widget li.nasa-li-filter-size.nasa-show-less,
.widget.woocommerce li.nasa-li-filter-size.nasa-show-less {
  display: none;
}

.widget li.nasa-li-filter-size.chosen,
.widget li.nasa-li-filter-size.nasa-chosen,
.widget li.nasa-li-filter-size:hover,
.widget.woocommerce li.nasa-li-filter-size.chosen,
.widget.woocommerce li.nasa-li-filter-size.nasa-chosen,
.widget.woocommerce li.nasa-li-filter-size:hover {
  background: #f32321;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.widget li.nasa-li-filter-size.chosen a,
.widget li.nasa-li-filter-size.nasa-chosen a,
.widget li.nasa-li-filter-size:hover a,
.widget.woocommerce li.nasa-li-filter-size.chosen a,
.widget.woocommerce li.nasa-li-filter-size.nasa-chosen a,
.widget.woocommerce li.nasa-li-filter-size:hover a {
  color: #fff;
  border-color: #f32321;
}

.widget li.nasa-li-filter-size a,
.widget.woocommerce li.nasa-li-filter-size a {
  display: block;
  border: none;
  padding: 0;
  line-height: inherit;
  font-weight: bold;
  font-size: 110%;
}

.widget li.nasa-li-filter-size .nasa-filter-size,
.widget.woocommerce li.nasa-li-filter-size .nasa-filter-size {
  border: none;
  position: relative;
}

.widget li.nasa-li-filter-size .nasa-filter-size:before,
.widget.woocommerce li.nasa-li-filter-size .nasa-filter-size:before {
  content: "";
  display: inline-block;
  float: left;
  margin-right: 15px;
  position: relative;
  width: 30px;
  height: 30px;
  background: #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget li.nasa-li-filter-size .nasa-filter-size.nasa-filter-var-chosen:after,
.widget.woocommerce
  li.nasa-li-filter-size
  .nasa-filter-size.nasa-filter-var-chosen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #555555;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 9px;
  left: 12px;
}

.widget li.nasa-li-filter-size .nasa-filter-size .nasa-text-variation,
.widget.woocommerce
  li.nasa-li-filter-size
  .nasa-filter-size
  .nasa-text-variation {
  position: relative;
  line-height: 30px;
}

.widget li.nasa-li-filter-size:hover,
.widget li.nasa-li-filter-size.nasa-chosen,
.widget.woocommerce li.nasa-li-filter-size:hover,
.widget.woocommerce li.nasa-li-filter-size.nasa-chosen {
  background: none;
}

.widget li.nasa-li-filter-size:hover a,
.widget li.nasa-li-filter-size.nasa-chosen a,
.widget.woocommerce li.nasa-li-filter-size:hover a,
.widget.woocommerce li.nasa-li-filter-size.nasa-chosen a {
  color: inherit;
}

.widget li.nasa-li-filter-size .nasa-count-filter-size,
.widget.woocommerce li.nasa-li-filter-size .nasa-count-filter-size {
  font-size: 90%;
  font-weight: normal;
}

.widget li.nasa-li-filter-image,
.widget.woocommerce li.nasa-li-filter-image {
  float: left;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
}

.widget li.nasa-li-filter-image .nasa-count-filter-image,
.widget.woocommerce li.nasa-li-filter-image .nasa-count-filter-image {
  line-height: 30px;
  margin-left: 10px;
}

.widget li.nasa-li-filter-image a,
.widget.woocommerce li.nasa-li-filter-image a {
  text-align: left;
}

.widget li.nasa-li-filter-image a.nasa-filter-image,
.widget.woocommerce li.nasa-li-filter-image a.nasa-filter-image {
  line-height: 30px;
  border: none;
  position: relative;
  font-size: 110%;
}

.widget li.nasa-li-filter-image a.nasa-filter-image .nasa-filter-image-border,
.widget.woocommerce
  li.nasa-li-filter-image
  a.nasa-filter-image
  .nasa-filter-image-border {
  padding: 0px;
  margin: 0px 15px 0 0;
  display: inline-block;
}

.widget
  li.nasa-li-filter-image
  a.nasa-filter-image
  .nasa-filter-image-border
  .nasa-filter-image-span,
.widget.woocommerce
  li.nasa-li-filter-image
  a.nasa-filter-image
  .nasa-filter-image-border
  .nasa-filter-image-span {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.widget
  li.nasa-li-filter-image
  a.nasa-filter-image
  .nasa-filter-image-border
  .nasa-filter-image-span
  img,
.widget.woocommerce
  li.nasa-li-filter-image
  a.nasa-filter-image
  .nasa-filter-image-border
  .nasa-filter-image-span
  img {
  height: 30px;
  width: 30px;
  padding: 2px;
  border: 1px solid transparent;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget li.nasa-li-filter-image a.nasa-filter-image .nasa-text-variation,
.widget.woocommerce
  li.nasa-li-filter-image
  a.nasa-filter-image
  .nasa-text-variation {
  position: relative;
  top: 1px;
}

.widget
  li.nasa-li-filter-image
  a.nasa-filter-image.nasa-filter-var-chosen
  .nasa-filter-image-border
  .nasa-filter-image-span
  img,
.widget.woocommerce
  li.nasa-li-filter-image
  a.nasa-filter-image.nasa-filter-var-chosen
  .nasa-filter-image-border
  .nasa-filter-image-span
  img {
  border-color: #999;
}

.widget li.nasa_show_manual,
.widget.woocommerce li.nasa_show_manual {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  clear: both;
}

.widget li.nasa_show_manual a,
.widget.woocommerce li.nasa_show_manual a {
  color: #888;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.widget li.nasa_show_manual a:hover,
.widget.woocommerce li.nasa_show_manual a:hover {
  color: #555555;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.widget li.nasa_show_manual .nasa-hidden,
.widget.woocommerce li.nasa_show_manual .nasa-hidden {
  display: none;
}

.widget li.nasa-chosen,
.widget.woocommerce li.nasa-chosen {
  display: block;
}

.widget li.nasa-chosen a,
.widget.woocommerce li.nasa-chosen a {
  color: #555555;
}

.widget li a,
.widget.woocommerce li a {
  line-height: 35px;
  display: block;
}

.widget li a:hover,
.widget.woocommerce li a:hover {
  color: #f32321;
}

.widget li a.nasa-active,
.widget.woocommerce li a.nasa-active {
  color: #f32321;
}

.widget li.current-cat a,
.widget.woocommerce li.current-cat a {
  color: #f32321;
}

.widget li.current-cat .children a,
.widget.woocommerce li.current-cat .children a {
  color: #555555;
}

.widget li.current-cat .children a:hover,
.widget.woocommerce li.current-cat .children a:hover {
  color: #f32321;
}

.widget li.current-cat .children a.nasa-active,
.widget.woocommerce li.current-cat .children a.nasa-active {
  color: #f32321;
}

.widget .count,
.widget.woocommerce .count {
  position: relative;
  top: 0;
  margin-left: 10px;
  line-height: 30px;
  font-size: 100%;
  color: #999;
}

.widget .product-categories .cat-item .accordion,
.widget.woocommerce .product-categories .cat-item .accordion {
  position: absolute;
  right: 0;
  padding: 3px 0 3px 30px;
  border: none;
  font-size: 115%;
}

.widget .product-categories .cat-item .children,
.widget.woocommerce .product-categories .cat-item .children {
  padding-left: 20px;
}

.widget .product-categories .cat-item a h5 i,
.widget.woocommerce .product-categories .cat-item a h5 i {
  font-size: 110%;
  width: 15px;
  margin-right: 10px;
}

.widget .product-categories .cat-item a.nasa-active h5,
.widget .product-categories .cat-item a:hover h5,
.widget.woocommerce .product-categories .cat-item a.nasa-active h5,
.widget.woocommerce .product-categories .cat-item a:hover h5 {
  color: #555555;
}

.widget.widget_product_categories .widgettitle,
.widget.woocommerce.widget_product_categories .widgettitle {
  margin-bottom: 15px;
}

.widget.widget_product_categories .children,
.widget.woocommerce.widget_product_categories .children {
  display: none;
}

.widget.widget_product_categories .li_accordion.current-cat > .children,
.widget.widget_product_categories .li_accordion.current-cat-parent > .children,
.widget.woocommerce.widget_product_categories
  .li_accordion.current-cat
  > .children,
.widget.woocommerce.widget_product_categories
  .li_accordion.current-cat-parent
  > .children {
  display: block;
}

.widget.widget_reset_filters .widgettitle,
.widget.woocommerce.widget_reset_filters .widgettitle {
  display: none;
}

.widget.widget_reset_filters .nasa-reset-filters-btn,
.widget.woocommerce.widget_reset_filters .nasa-reset-filters-btn {
  font-size: 180%;
  font-weight: 700;
}

.widget .nasa-tag-cloud-ul li a,
.widget.woocommerce .nasa-tag-cloud-ul li a {
  line-height: 25px;
  padding: 2px 10px;
  margin-top: 0;
}

.widget .nasa-tag-cloud-ul li a:hover,
.widget .nasa-tag-cloud-ul li a.nasa-active,
.widget.woocommerce .nasa-tag-cloud-ul li a:hover,
.widget.woocommerce .nasa-tag-cloud-ul li a.nasa-active {
  color: #fff;
}

.nasa-recent-posts li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0px;
}

.nasa-recent-posts li .post-title {
  padding-bottom: 0px;
  text-transform: uppercase;
}

.nasa-recent-posts li .read-more {
  font-size: 100%;
  color: #888;
}

.nasa-recent-posts li .read-more:hover {
  color: #bb3e10;
}

.nasa-recent-posts li .post-date {
  margin-bottom: 3px;
  font-size: 100%;
  color: #bb3e10;
  text-transform: uppercase;
}

.nasa-recent-posts li .post-excerpt {
  font-size: 100%;
}

/* TAGS CLOUD */

.widget_tag_cloud .tagcloud {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
  font-size: 100% !important;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #eee;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
  display: none;
  padding: 10px 15px 10px 15px;
  float: left;
  font-size: 95%;
}

.widget_price_filter .price_slider_amount input#min_price,
.widget_price_filter .price_slider_amount input#max_price {
  display: none;
  float: left;
  width: 25%;
  height: 32px;
  margin-right: 12px;
  font-size: 110%;
  text-align: center;
}

.widget_price_filter .price_slider_amount .price_label {
  float: left;
  font-size: 125%;
  line-height: 230%;
  margin-bottom: 10px;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  top: -0.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: 0.7em;
  display: block;
  border: 0;
  background: #999;
}

.widget_price_filter .price_slider_wrapper {
  padding: 15px;
}

.widget_price_filter .price_slider_wrapper .reset_price {
  display: none;
  font-size: 125%;
  line-height: 36px;
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.3em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/* CONTACT 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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-instagram li:hover {
  opacity: 0.8;
}

.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%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-search .fa:hover {
  color: #491c0e;
}

.nasa-search .fa,
.nasa-search #searchsubmit {
  position: absolute;
  height: 32px;
  line-height: 32px;
  color: #888;
}

.nasa-tag-cloud {
  padding-top: 10px;
}

.nasa-tag-cloud a.nasa-active {
  background: #f32321;
  color: #fff;
}

.nasa-tag-cloud a.nasa-active:hover {
  color: #bb3e10;
}

.nasa-top-sidebar {
  padding-top: 0;
}

.nasa-top-sidebar .nasa-toggle-widget {
  display: none;
}

.nasa-top-sidebar .widget {
  margin: 0;
}

.nasa-top-sidebar .widget .nasa-variations-default li {
  list-style: none;
}

.nasa-top-sidebar .widget .nasa-variations-default li:before {
  padding: 0;
}

.nasa-top-sidebar .widget .nasa-variations-default li a {
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-top-sidebar
  .widget
  .nasa-variations-default
  li
  a.nasa-filter-by-variations:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 5px 5px #f2f2f2;
  -moz-box-shadow: 0px 0px 5px 5px #f2f2f2;
  box-shadow: 0px 0px 5px 5px #f2f2f2;
}

.nasa-top-sidebar .widget .nasa-variations-default li.nasa_show_manual a {
  border: none;
  padding-left: 0;
}

.nasa-top-sidebar .widget .nasa-variations-color li a {
  border: none;
}

.nasa-top-sidebar .widget.woocommerce ul.nasa-variations-default li {
  margin-bottom: 5px;
  font-size: 95%;
  position: relative;
}

.nasa-top-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.nasa-top-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations
  span.count {
  display: none;
}

.nasa-top-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations:hover {
  box-shadow: none;
}

.nasa-top-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations.nasa-filter-var-chosen {
  padding-left: 20px;
}

.nasa-top-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations.nasa-filter-var-chosen:after {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
  position: absolute;
  left: -3px;
  font-size: 120%;
  top: 0;
  font-weight: bold;
}

.nasa-top-sidebar .nasa-first .widget {
  margin: 0 20px 0 0;
}

.nasa-top-sidebar .nasa-last .widget {
  margin: 0 0 0 20px;
}

.nasa-top-sidebar .nasa-hidden {
  display: none;
}

.col-sidebar .widget ul.nasa-variations-default li.nasa-chosen a,
.col-sidebar .widget.woocommerce ul.nasa-variations-default li.nasa-chosen a {
  padding-left: 15px;
}

.col-sidebar
  .widget
  ul.nasa-variations-default
  li.nasa-chosen
  a.nasa-filter-by-variations.nasa-filter-var-chosen:after,
.col-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li.nasa-chosen
  a.nasa-filter-by-variations.nasa-filter-var-chosen:after {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
  position: absolute;
  left: -3px;
  font-size: 120%;
  top: 0;
  font-weight: bold;
}

.nasa-side-sidebar .widget {
  margin: 0 0 20px 0;
}

.nasa-side-sidebar .widget:last-child {
  margin-bottom: 0;
}

.nasa-side-sidebar .widget .nasa-variations-default li {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0;
}

.nasa-side-sidebar .widget .nasa-variations-default li:before {
  padding: 0;
}

.nasa-side-sidebar .widget .nasa-variations-default li.nasa-show-less {
  display: none;
}

.nasa-side-sidebar
  .widget
  .nasa-variations-default
  li.nasa-show-less.nasa-chosen {
  display: block;
}

.nasa-side-sidebar .widget .nasa-variations-default li.nasa-chosen {
  display: block;
}

.nasa-side-sidebar .widget .nasa-variations-default li a {
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nasa-side-sidebar
  .widget
  .nasa-variations-default
  li
  a.nasa-filter-by-variations:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 5px 5px #f2f2f2;
  -moz-box-shadow: 0px 0px 5px 5px #f2f2f2;
  box-shadow: 0px 0px 5px 5px #f2f2f2;
}

.nasa-side-sidebar .widget .nasa-variations-default li.nasa_show_manual a {
  border: none;
  padding-left: 0;
}

.nasa-side-sidebar .widget .nasa-variations-color li a {
  border: none;
}

.nasa-side-sidebar .widget.woocommerce ul.nasa-variations-default li {
  margin-bottom: 5px;
  font-size: 95%;
  position: relative;
}

.nasa-side-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.nasa-side-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations
  span.count {
  line-height: 1;
}

.nasa-side-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations:hover {
  box-shadow: none;
}

.nasa-side-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations.nasa-filter-var-chosen {
  padding-left: 20px;
}

.nasa-side-sidebar
  .widget.woocommerce
  ul.nasa-variations-default
  li
  a.nasa-filter-by-variations.nasa-filter-var-chosen:after {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
  position: absolute;
  left: -3px;
  font-size: 120%;
  top: 0;
  font-weight: bold;
}

.nasa-side-sidebar .nasa-first .widget {
  margin: 0 20px 0 0;
}

.nasa-side-sidebar .nasa-last .widget {
  margin: 0 0 0 20px;
}

.nasa-side-sidebar .nasa-hidden {
  display: none;
}

.widget_product_brands .nasa-brand-icon {
  width: 25px;
}

.widget_search .nasa-close-search {
  display: none;
}

.nasa-all-price {
  line-height: 35px;
}

body .top-bar-wrap-type-2 .small-block-grid-3 > li,
body .top-bar-wrap-type-2 .medium-block-grid-4 > li,
body .top-bar-wrap-type-2 .large-block-grid-7 > li {
  width: 100%;
}

body .top-bar-wrap-type-2 .nasa-toggle-widget {
  display: none;
}

.widget_price_filter_list .nasa-filter-price-text {
  display: block;
  line-height: 35px;
}

.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;
}

.col-sidebar .widget-hidden,
.nasa-side-sidebar .widget-hidden,
.dokan-store-sidebar .widget-hidden {
  display: none;
}

.col-sidebar .widget,
.nasa-side-sidebar .widget,
.dokan-store-sidebar .widget {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.col-sidebar .widget:last-child,
.nasa-side-sidebar .widget:last-child,
.dokan-store-sidebar .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.col-sidebar .widget .widgettitle,
.col-sidebar .widget .widget-title,
.nasa-side-sidebar .widget .widgettitle,
.nasa-side-sidebar .widget .widget-title,
.dokan-store-sidebar .widget .widgettitle,
.dokan-store-sidebar .widget .widget-title {
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-right: 20px;
  font-size: 150%;
  line-height: 25px;
  font-weight: 800;
}

.col-sidebar .widget .widgettitle a,
.col-sidebar .widget .widget-title a,
.nasa-side-sidebar .widget .widgettitle a,
.nasa-side-sidebar .widget .widget-title a,
.dokan-store-sidebar .widget .widgettitle a,
.dokan-store-sidebar .widget .widget-title a {
  position: relative;
  z-index: 1;
}

.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 #491c0e;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.col-sidebar .nasa-toggle-widget.nasa-hide:after,
.nasa-side-sidebar .nasa-toggle-widget.nasa-hide:after,
.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) {
  .top-bar-wrap-type-1 .nasa-top-sidebar .widget-hidden {
    display: none;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-widget-wrap {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    margin-top: 25px;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-widget-wrap:last-child {
    border-bottom: none;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .widget {
    position: relative;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .widget .widgettitle {
    margin-bottom: 0.5em;
    padding-right: 20px;
    font-size: 150%;
    margin-top: 0;
    line-height: 25px;
  }
  .top-bar-wrap-type-1
    .nasa-top-sidebar
    .widget.nasa-inited
    .nasa-toggle-widget {
    display: block;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget:before,
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget:after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    right: 0;
    top: 11px;
    border-top: 2px solid #491c0e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .top-bar-wrap-type-1 .nasa-top-sidebar .nasa-toggle-widget.nasa-hide:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar-wrap-type-1
    .nasa-top-sidebar
    .nasa-open-toggle
    .nasa-filter-variations-widget-wrap {
    padding-top: 10px;
  }
}

.nasa-close-sidebar {
  text-indent: -9999px;
  color: inherit;
  position: absolute;
  z-index: 1;
  top: 30px;
  width: 45px;
  height: 45px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.nasa-close-sidebar:before {
  text-indent: 0;
  font-family: "nasa-font";
  text-align: center;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  color: #555555;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nasa-close-sidebar:hover:before {
  color: #bb3e10;
}

.left .nasa-close-sidebar,
.nasa-sidebar-left .nasa-close-sidebar {
  right: 0;
}

.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;
}

.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 (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 .sort-bar-text {
    display: inline-flex !important;
    font-weight: normal;
    font-size: 115%;
    color: #491c0e;
  }
  body .sort-bar .select-wrapper {
    width: 30px;
    height: 44px;
    position: relative;
    z-index: 1;
    text-align: right;
    line-height: 44px;
  }
  body .sort-bar .select-wrapper:after {
    position: static;
    margin: 0 2px;
    color: #bb3e10;
    font-size: 25px;
    content: "\e659";
    font-family: "Pe-icon-7-stroke";
  }
  body .sort-bar .select-wrapper select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    border: none;
    background-image: none;
    font-weight: 400;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body .sort-bar .select-wrapper select option {
    font-size: 14px;
  }
  body .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;
  }
  #top-bar {
    height: auto;
  }
  #nasa-popup {
    background-position: center center;
  }
  .widgettitle {
    font-size: 150%;
  }
  .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-slide-style-product-carousel .nasa-shortcode-title-slider {
    font-size: 150%;
  }
  .nasa-slide-style-product-carousel
    .nasa-nav-carousel-wrap.nasa-carousel-related {
    top: -5px;
  }
  .owl-carousel.nasa-products-slider .owl-nav {
    left: -5px;
    right: -5px;
  }
  .owl-carousel.nasa-products-slider .owl-nav .owl-prev,
  .owl-carousel.nasa-products-slider .owl-nav .owl-next {
    -webkit-transform: translateX(0) scale(0.8);
    -ms-transform: translateX(0) scale(0.8);
    -o-transform: translateX(0) scale(0.8);
    transform: translateX(0) scale(0.8);
  }
  .owl-carousel.nasa-products-slider .owl-nav:hover .owl-prev,
  .owl-carousel.nasa-products-slider .owl-nav:hover .owl-next {
    -webkit-transform: translateX(0) scale(0.8);
    -ms-transform: translateX(0) scale(0.8);
    -o-transform: translateX(0) scale(0.8);
    transform: translateX(0) scale(0.8);
  }
  .tparrows.custom {
    transform: unset !important;
  }
  .tparrows.custom.tp-rightarrow {
    right: 0;
    left: auto !important;
  }
  .portfolio-single-item h3 {
    margin-top: 30px;
  }
  #top-link,
  .config,
  #masthead .header-container .logo-wrapper,
  .filter-tabs,
  #vertical-menu-wrapper .nav-dropdown,
  .vertical-menu-wrapper .nav-dropdown,
  .checkout-breadcrumb,
  #mobile-navigation li a.nasa-hide-for-mobile,
  #mobile-navigation .search-wrapper,
  .nasa-hide-for-mobile,
  .back-image,
  .woocommerce-result-count,
  .tparrows,
  .mini-cart.active .nav-dropdown,
  .woocommerce-cart .cross-sells,
  .cart-sidebar .widgettitle,
  .main-navigation li .search-wrapper.yith-ajaxsearchform-container,
  .checkout-breadcrumb span,
  .checkout-breadcrumb span.divider,
  .widget:before,
  .widget:after {
    display: none;
  }
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .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: #491c0e;
    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%;
    position: relative;
    display: block;
  }
  .mobile-menu.nasa-mobile-fixed {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 0 10px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-box-shadow: 3px 0px 3px 3px #aaaaaa;
    -moz-box-shadow: 3px 0px 3px 3px #aaaaaa;
    box-shadow: 3px 0px 3px 3px #aaaaaa;
  }
  .mobile-menu table {
    margin-bottom: 0;
  }
  .mobile-menu .nasa-mobile-menu-icon {
    font-size: 245%;
    position: relative;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  .mobile-menu .logo-wrapper {
    display: block !important;
    position: inherit !important;
    max-width: 500px !important;
    text-align: center;
  }
  .mobile-menu .nasa-td-mobile-icons .nasa-mobile-icons-wrap {
    position: relative;
    text-align: right;
    z-index: 10;
  }
  .mobile-menu
    .nasa-td-mobile-icons
    .nasa-mobile-icons-wrap
    .nasa-toggle-mobile_icons {
    display: inline-block;
  }
  .mobile-menu
    .nasa-td-mobile-icons
    .nasa-mobile-icons-wrap
    .nasa-toggle-mobile_icons
    .nasa-icon {
    font-family: "Pe-icon-7-stroke";
    font-size: 200%;
  }
  .mobile-menu
    .nasa-td-mobile-icons
    .nasa-mobile-icons-wrap
    .nasa-header-icons-wrap {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .mobile-menu
    .nasa-td-mobile-icons
    .nasa-mobile-icons-wrap.nasa-absolute-icons {
    position: unset;
  }
  .mobile-menu
    .nasa-td-mobile-icons
    .nasa-mobile-icons-wrap.nasa-absolute-icons
    .nasa-header-icons-wrap {
    width: 100%;
    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: unset;
  }
  .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
    .wishlist-number
    .nasa-sl,
  .mobile-menu
    .nasa-td-mobile-icons
    .nasa-mobile-icons-wrap.nasa-absolute-icons
    .nasa-header-icons-wrap
    .header-icons
    > li
    .compare-number
    .nasa-sl {
    top: -29px;
    right: -8px;
  }
  .mobile-menu
    .nasa-td-mobile-icons
    .nasa-mobile-icons-wrap.nasa-absolute-icons
    .nasa-header-icons-wrap
    .header-icons
    > li
    .mini-cart
    .products-number
    .nasa-sl {
    top: -10px;
    right: -5px;
  }
  .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 #491c0e;
    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 #491c0e;
  }
  .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
    .wishlist-number
    .nasa-sl,
  .mobile-menu
    .nasa-td-mobile-icons
    .header-icons
    > li
    .compare-number
    .nasa-sl {
    padding: 4px 0;
    top: -5px;
    right: -5px;
    left: auto;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart {
    right: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart .cart-icon {
    font-size: 18x;
    top: 0px;
  }
  .mobile-menu
    .nasa-td-mobile-icons
    .header-icons
    > li
    .mini-cart
    .products-number {
    left: auto;
    top: 0;
  }
  .mobile-menu .nasa-td-mobile-icons .header-icons > li .mini-cart .nasa-sl {
    padding: 4px 0;
    top: -5px;
    right: -5px;
    left: auto;
  }
  .product_list_widget
    .item-product-widget
    .product-meta
    .product-interactions {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product_list_widget
    .item-product-widget
    .product-meta
    .product-interactions
    .pe-icon,
  .product_list_widget
    .item-product-widget
    .product-meta
    .product-interactions
    .nasa-icon {
    font-size: 135%;
  }
  .product_list_widget
    .item-product-widget.nasa-list-type-main
    .product-interactions
    .btn-wishlist {
    visibility: visible;
    opacity: 1;
  }
  .product_list_widget .item-product-widget.animated .product-interactions {
    visibility: visible;
  }
  .nasa-tab {
    margin-bottom: 15px;
  }
  .nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border .nasa-tab {
    margin-bottom: 0;
  }
  .tab_background .nasa-tab{
    margin-bottom: 15px!important;
  }
  .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;
  }
  /* Tab Elements */
  .nasa-tabs-content.nasa-slide-style .nasa-tabs {
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .nasa-tabs-content.nasa-slide-style .nasa-tabs li.nasa-tab {
    margin-bottom: 0px;
  }
  .nasa-tabs-content
    .nasa-panels
    .nasa-panel
    .product_list_widget
    .item-product-widget {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .nasa-tabs-content
    .nasa-panels
    .nasa-panel
    .product_list_widget.large-block-grid-4
    .item-product-widget,
  .nasa-tabs-content
    .nasa-panels
    .nasa-panel
    .product_list_widget.large-block-grid-5
    .item-product-widget,
  .nasa-tabs-content
    .nasa-panels
    .nasa-panel
    .product_list_widget.large-block-grid-3
    .item-product-widget,
  .nasa-tabs-content
    .nasa-panels
    .nasa-panel
    .product_list_widget.large-block-grid-2
    .item-product-widget {
    width: 50%;
  }
  .nasa-tabs-content .nasa-tabs-wrap {
    width: 100%;
    overflow: hidden;
  }
  .nasa-tabs-content .nasa-tabs {
    overflow-y: auto;
    white-space: wrap;
    mask-image: linear-gradient(to left, transparent 5px, black 40px);
    -webkit-mask-image: linear-gradient(to left, transparent 5px, black 40px);
  }

  .nasa-tabs-content .nasa-tabs::-webkit-scrollbar {
    display: none;
  }
  .nasa-tabs-content.nasa-classic-style .nasa-tabs {
    margin-bottom: 0;
  }
  .nasa-tabs-content.woocommerce-tabs.nasa-classic-style .nasa-tabs {
    margin-bottom: 10px;
  }
  .nasa-tabs-content.nasa-slide-style .nasa-tabs {
    width: 100%;
    white-space: unset;
    border: unset;
    background: #f9f9f9;
    mask-image: unset;
    -webkit-mask-image: unset;
  }
  .client .client-inner {
    padding: 55px 0px;
  }
  .service-block .box .title .text {
    font-size: 100%;
  }
  .service-block .box {
    margin-bottom: 15px;
  }
  .contact-information {
    margin-bottom: 40px;
  }
  .woocommerce.widget_products,
  .woocommerce.widget_top_rated_products {
    padding-right: 0px;
  }
  #mobile-navigation ul[class*="block-grid-"] > li {
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    overflow-x: auto;
  }
  .woocommerce-MyAccount-orders {
    min-width: 640px;
  }
  .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions,
  .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
    display: none;
  }
  .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;
  }
  .group-blogs .blog_info {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .group-blogs .blog-grid .blog-grid-item {
    margin-bottom: 30px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog_info {
    margin-top: 0px 0px 60px 0px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog-image {
    margin-bottom: 15px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog-image img {
    width: 100%;
  }
  .group-blogs .nasa-item-blog-grid-2 .nasa-blog-info {
    display: none;
  }
  .product_list_widget > div:last-child {
    margin-bottom: 40px;
  }
  .product_list_widget.cart_list > div:last-child,
  .product_list_widget.nasa_product_list_widget_main_list > div:last-child {
    margin-bottom: 0px;
  }
  .product_list_widget .text-info {
    margin-left: 0px;
  }
  .product-category img,
  .product-item .main-img img {
    width: 100%;
  }
  .product-item .info .star-rating {
    margin-bottom: 10px;
  }
  .main-images {
    padding-right: 0px;
  }
  .product-gallery .images {
    margin-bottom: 20px;
  }
  .easyzoom img {
    max-width: 100%;
  }
  .easyzoom {
    width: 100%;
  }
  .product-image .attachment-shop_single {
    width: 100%;
  }
  .product-interactions {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .woocommerce-message {
    padding-right: 0;
  }
  .product-gallery {
    margin-bottom: 0px;
  }
  .rev_slider_wrapper {
    margin-bottom: 20px !important;
  }
  .rev_slider_wrapper .type-label-2 span {
    display: block;
    font-size: 200%;
  }
  .group-slider .small-block-grid-2 > li {
    width: 75%;
  }
  .header-container .revSlider {
    margin-top: 0 !important;
  }
  .banner.hover-lax {
    background-size: cover;
  }
  li.mini-cart {
    padding: 0;
  }
  .cart-icon,
  .cart-icon strong {
    margin: 0;
  }
  .cart-wishlist .mini-cart ul li {
    display: block;
  }
  .mini-cart .cart-price {
    margin-right: 15px;
  }
  .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;
  }
  .product_list_widget .product-interactions .nasa-icon-text {
    top: -4px;
  }
  .item-product-widget .product-meta .product-interactions {
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .item-product-widget .product-meta .add-to-cart-list {
    padding: 8px 3px;
  }
  .item-product-widget.animated .product-meta .product-interactions {
    visibility: visible;
  }
  .woocommerce-message a.button {
    position: relative;
    float: right;
  }
  #masthead {
    padding: 0;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  ul.main-navigation li .nav-dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 10px;
  }
  ul.main-navigation li .nav-dropdown li.menu-parent-item {
    width: 100%;
  }
  ul.main-navigation li .nav-dropdown li a {
    margin-right: 0;
  }
  ul.main-navigation li .nav-dropdown .menu-parent-item > a {
    padding: 15px 0;
  }
  ul.main-navigation li .nav-dropdown {
    position: relative;
  }
  ul.main-navigation li {
    margin: 0;
  }
  .nasa-close-sidebar {
    display: inline-block;
  }
  #nasa-footer .nasa-footer-contact .wpcf7-form label span {
    margin-right: 0px;
  }
  #nasa-footer .nasa-footer-contact .wpcf7-form label span input {
    width: 100%;
  }
  #nasa-footer .nasa-footer-contact .wpcf7-form label span.your-email {
    width: 100%;
  }
  #nasa-footer .footer h4 {
    margin-bottom: 13px;
    margin-top: 20px;
  }
  #nasa-footer .social-icons {
    margin: 15px 0px;
  }
  #nasa-footer .absolute-footer p {
    margin: 8px 0px 15px 0px;
  }
  #nasa-footer .absolute-footer ul {
    overflow: hidden;
    width: 100%;
  }
  #nasa-footer .absolute-footer ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nasa-footer .absolute-footer .menu li {
    margin-top: 8px;
  }
  #nasa-footer .widget_nav_menu #menu-footer-menu {
    text-align: left;
    line-height: 1.6em;
  }
  #nasa-footer .nasa-footer-bottom .nasa-footer-bottom-left p {
    text-align: center;
  }
  #nasa-footer .nasa-footer-bottom .nasa-footer-bottom-right .nasa-nav-sc-menu {
    float: none;
  }
  .page-right-sidebar .blog-entry {
    padding-right: 0px;
    border-right: 0px;
  }
  .title-header {
    text-align: center;
  }
  .title-header .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .title-header .nasa-hr {
    margin: 0 auto;
  }
  h4.heading-title,
  .tab h4 {
    font-size: 1.1em !important;
  }
  .entry-header .post-date-wrapper {
    margin: 0 auto;
    width: 70px;
    height: 70px;
  }
  .entry-header .post-date-wrapper .post-date .post-date-day {
    font-size: 150%;
  }
  .entry-header .post-date-wrapper .post-date .post-date-month {
    font-size: 100%;
  }
  .entry-header .post-date-wrapper .post-date {
    left: 30%;
  }
  .entry-header .meta-author {
    margin-bottom: 20px;
  }
  .entry-header .entry-title {
    margin-bottom: 15px;
  }
  .bread .breadcrumb-row {
    padding-bottom: 0;
  }
  .bread .breadcrumb-row h2 {
    font-size: 150%;
  }
  .bread .breadcrumb-row h3 {
    margin-top: 10px;
  }
  .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;
  }
  #mobile-navigation {
    -webkit-transition: ease-in-out 200ms ease;
    -moz-transition: ease-in-out 200ms ease;
    -o-transition: ease-in-out 200ms ease;
    transition: ease-in-out 200ms ease;
  }
  .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;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .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
    .countdown-row {
    position: relative;
    top: 0;
    left: 0;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block
    .nasa-sc-p-info
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block
    .nasa-sc-p-info
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section
    .countdown-amount {
    display: inline-block;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block .nasa-sc-p-info .left {
    text-align: center;
  }
  .nasa-sc-pdeal.nasa-sc-pdeal-block
    .nasa-sc-p-info
    .right
    .add-to-cart-btn
    .small.quick-view {
    width: 100%;
    display: none;
  }
  .nasa-sc-product-deals-grid .product-item {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .nasa-sc-product-deals-grid .product-item .name {
    text-align: center;
    font-size: 150%;
    font-weight: 500;
    height: auto;
  }
  .nasa-sc-product-deals-grid .product-item .nasa-slider.nasa-thumbs-slide {
    box-shadow: none;
    border: none;
  }
  .nasa-sc-product-deals-grid
    .product-item
    .nasa-slider.nasa-thumbs-slide
    .content-img {
    padding: 50px 20px 20px 20px;
  }
  .nasa-sc-product-deals-grid .product-item .info .info_main {
    padding-top: 5px;
  }
  .nasa-sc-product-deals-grid .product-item .info .info_main .name {
    line-height: 120%;
    margin-bottom: 5px;
  }
  .nasa-sc-product-deals-grid .product-item .info .info_main .name a {
    font-size: 110%;
  }
  .nasa-sc-product-deals-grid .product-item .info .name a {
    font-size: 100%;
  }
  .nasa-sc-product-deals-grid .product-item .info .product-interactions {
    margin-top: 0;
  }
  .owl-item .product-item {
    border: none;
  }
  .nasa-products-special-deal {
    margin-bottom: 20px;
    border: none;
    min-height: auto !important;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi {
    border: none;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi
    .nasa-main-special {
    padding-bottom: 70px;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi
    .nasa-nav-slick-wrap {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 25px;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi
    .nasa-nav-slick-wrap
    .nasa-nav-slick-div {
    font-size: 110%;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi .product-item {
    border: none;
    padding-top: 15px;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi
    .nasa-special-deal-style-multi-wrap {
    padding: 0;
  }
  .nasa-products-special-deal.nasa-products-special-deal-multi
    .nasa-special-deal-style-multi
    .product-special-deals
    .product-deal-special-buttons
    .product-interactions
    > div.add-to-cart-btn {
    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-sc-product-deals-grid {
    margin-top: 20px;
  }
  .nasa-slide-style-product-deal
    .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal {
    top: -20px;
    width: 100%;
    z-index: 15;
  }
  .nasa-slide-style-product-deal
    .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal
    .nasa-nav-carousel-div.nasa-nav-carousel-prev {
    float: left;
  }
  .nasa-slide-style-product-deal
    .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal
    .nasa-nav-carousel-div.nasa-nav-carousel-next {
    float: right;
  }
  .nasa-slide-style-product-deal
    .nasa-nav-carousel-wrap.nasa-nav-carousel-wrap-deal
    .nasa-nav-carousel-div
    a
    span {
    left: -7px;
  }
  .product-item {
    margin: 0 0 10px 0;
    min-height: auto !important;
    cursor: pointer;
  }
  .product-item .product-img-wrap .nasa-product-grid {
    padding-top: 5px;
  }
  .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-wishlist {
    visibility: visible;
    opacity: 0.8;
    left: -34px;
    margin-bottom: 5px;
    margin-top: 0;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    -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
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-wishlist
    .nasa-icon {
    color: inherit;
    line-height: 30px;
    font-size: 110%;
  }
  .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn {
    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
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn:hover
    .add-to-cart-grid {
    width: 36px;
  }
  .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .quick-view,
  .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-compare,
  .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-combo-link {
    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
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .quick-view
    .nasa-icon,
  .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-compare
    .nasa-icon,
  .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-combo-link
    .nasa-icon {
    color: inherit;
    line-height: 30px;
    font-size: 110%;
  }
  .product-item:hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-wishlist,
  .product-item.nasa-mobile-hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-wishlist {
    opacity: 0.8;
  }
  .product-item:hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .quick-view,
  .product-item:hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-compare,
  .product-item:hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-combo-link,
  .product-item.nasa-mobile-hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .quick-view,
  .product-item.nasa-mobile-hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-compare,
  .product-item.nasa-mobile-hover
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .btn-combo-link {
    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-thumbs-slide.owl-carousel .owl-nav {
    display: block;
    visibility: visible;
  }
  .product-item .nasa-thumbs-slide.owl-carousel .owl-nav div {
    border: none;
    background: none;
    color: #ddd;
  }
  .product-item .nasa-thumbs-slide.owl-carousel:hover .owl-nav .owl-prev {
    left: -10px;
  }
  .product-item .nasa-thumbs-slide.owl-carousel:hover .owl-nav .owl-next {
    right: -10px;
  }
  .product-item .nasa-slider.nasa-thumbs-slide {
    box-shadow: none;
    border: none;
  }
  .product-item .nasa-slider.nasa-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .product-item.product-deals .nasa-slider.nasa-thumbs-slide {
    box-shadow: none;
  }
  .product-item.product-deals .nasa-slider.nasa-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .product-item.product-deals .product-img .product-interactions {
    display: none;
  }
  .product-item.product-deals .info .nasa-sc-pdeal-countdown {
    position: relative;
    height: 65px;
    margin: 20px 0;
  }
  .product-item.product-deals .info .nasa-deal-showmore {
    padding: 0 20px;
    margin-bottom: 5px;
  }
  .product-item.product-deals .info .nasa-separator-product-group-btn {
    display: none;
  }
  .product-item.product-deals .info .product-interactions {
    position: relative;
    box-shadow: none;
    visibility: visible;
    display: none;
    height: 50px;
    border: none;
    width: 100%;
  }
  .product-item.product-deals .info .product-interactions .add-to-cart-btn,
  .product-item.product-deals .info .product-interactions .add-to-link {
    display: none;
  }
  .product-item.product-deals .info .product-interactions .btn-wishlist {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .btn-wishlist
    .wishlist-icon {
    background: none;
    position: absolute;
    top: 15px;
    left: 20px;
    opacity: 1;
    visibility: visible;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .btn-wishlist
    .wishlist-icon
    .pe-icon,
  .product-item.product-deals
    .info
    .product-interactions
    .btn-wishlist
    .wishlist-icon
    .nasa-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .btn-wishlist
    .wishlist-icon
    .nasa-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .product-item.product-deals .info .product-interactions .nasa-seperator {
    display: block;
    position: absolute;
    left: 50%;
    top: 48%;
    border-left: 1px solid #ccc;
    padding: 7px 0;
  }
  .product-item.product-deals .info .product-interactions .btn-compare {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .btn-compare
    .compare-icon {
    background: none;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .btn-compare
    .compare-icon
    .pe-icon,
  .product-item.product-deals
    .info
    .product-interactions
    .btn-compare
    .compare-icon
    .nasa-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .btn-compare
    .compare-icon
    .nasa-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .product-item.product-deals .info .product-interactions .quick-view {
    display: none;
    position: absolute;
    right: 20px;
    top: -35px;
    z-index: 12;
    cursor: pointer;
    visibility: visible;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product-item.product-deals .info .product-interactions .quick-view:hover {
    background: none;
  }
  .product-item.product-deals .info .product-interactions .quick-view .pe-icon,
  .product-item.product-deals
    .info
    .product-interactions
    .quick-view
    .nasa-icon {
    display: none;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .quick-view
    .nasa-icon-text {
    height: 22px;
    width: 30px;
    line-height: 155%;
    text-align: center;
    color: #fff;
    display: block;
    background: #bb3e10;
    -webkit-border-radius: 45%;
    -moz-border-radius: 45%;
    border-radius: 45%;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .quick-view
    .nasa-icon-text:before {
    content: "";
    font-size: 100%;
    color: #bb3e10;
  }
  .product-item.product-deals
    .info
    .product-interactions
    .quick-view
    .nasa-icon-text:hover {
    background: #f9b418;
    color: #000;
  }
  .product-item .nasa-gift-featured-wrap {
    display: none;
  }
  .product-item .info {
    position: inherit;
    width: 100%;
    bottom: 0;
    min-height: 100px;
    padding: 10px 0px 5px 0px;
  }
  .product-item .info .name a {
    line-height: 160%;
  }
  .product-item .info .info_main {
    font-size: 125%;
    line-height: 125%;
    margin: 5px 0 0 0;
  }
  .product-item .info .product-interactions {
    opacity: 0.5;
    visibility: visible;
    display: block;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    border: 1px solid transparent;
    background: #bb3e10;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product-item .info .product-interactions:hover,
  .product-item .info .product-interactions:focus,
  .product-item .info .product-interactions:active {
    opacity: 1;
  }
  .product-item .info .product-interactions .btn-link .pe-icon,
  .product-item .info .product-interactions .btn-link .nasa-icon {
    color: #fff;
  }
  .product-item .product-interactions {
    text-align: center;
  }
  .product-item .product-interactions .btn-link a.added .pe-icon,
  .product-item .product-interactions .btn-link a.added .nasa-icon {
    font-size: 150%;
  }
  .columns.nasa-column-custom-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .columns.nasa-column-custom-2 {
    width: 50%;
  }
  .columns.nasa-column-custom-2 .product-item .info .product-interactions {
    display: none;
  }
  .columns.nasa-column-custom-2
    .product-item
    .info
    .product-interactions
    .price {
    font-size: 100%;
  }
  .columns.nasa-column-custom-2 .product-item .price {
    font-size: 100%;
  }
  .category-page .right {
    padding-left: 10px;
  }
  .category-page .left {
    padding-right: 10px;
  }
  .category-page .filters-container {
    padding: 15px 0 5px 0;
  }
  .category-page .filters-container.top-bar-wrap-type-1 {
    padding: 15px 0 10px 0;
  }
  .show-for-small.text-center {
    display: block !important;
  }
  .products.grid .nasa-combo-row {
    display: none !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 {
    text-transform: uppercase;
    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: #bb3e10;
  }
  .products.nasa-main-content-warp
    .nasa-sc-main-product
    .info
    .nasa-product-grid
    .product-interactions {
    border-top: none;
    padding: 0;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .nasa-sc-price {
    height: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .products.nasa-main-content-warp
    .nasa-sc-main-product
    .nasa-sc-price
    .nasa-sc-p-price {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product span.nasa-ofter-text {
    display: none;
  }
  .products.nasa-main-content-warp
    .nasa-sc-main-product
    .nasa-sc-pdeal-countdown {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  .products.nasa-main-content-warp
    .nasa-sc-main-product
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .products.nasa-main-content-warp
    .nasa-sc-main-product
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section
    .countdown-amount {
    display: inline-block;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .badge.sale-label {
    top: 65px;
  }
  .products.nasa-main-content-warp .nasa-sc-main-product .badge.hot-label {
    top: 90px;
  }
  .products.nasa-main-content-warp
    .nasa-sc-main-product
    .nasa-gift-featured-wrap {
    display: none;
  }
  .products.nasa-product-main-aside .product-item.grid {
    margin-bottom: 10px;
  }
  #nasa-footer .nasa-service-footer .service-block.style-1 {
    border-right: none;
  }
  .nasa-slide-left-info-wrap .nasa-shortcode-parent-term {
    text-align: center;
  }
  .added .nasa-icon-text.has-added {
    display: none;
  }
  .product-lightbox .product-img {
    top: 0 !important;
  }
  .product-lightbox .product-quickview-info {
    max-height: unset !important;
  }
  .row.nasa-row-deal-3 .product-item .nasa-sc-p-title {
    text-align: center;
    font-size: 150%;
  }
  .nasa-slider.owl-carousel .owl-stage-outer .product-item {
    margin: 10px 0;
  }
  #nasa-footer .nasa-footer-bottom {
    text-align: center;
  }
  #nasa-footer .nasa-footer-bottom .wpb_single_image.vc_align_right {
    text-align: center;
  }
  body .section-element.padding-side-mobile-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .columns.padding-side-mobile-0 {
    padding-left: 0.68966em !important;
    padding-right: 0.68966em !important;
  }
  body .products .grid.product-item .info .name {
    padding-bottom: 5px;
  }
  body .products .grid.product-item .info .name.nasa-show-one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body
    .product_list_widget
    .product-interactions
    .quick-view-icon
    .nasa-icon-text {
    display: none;
  }
  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-deals .badge.deal-label {
    display: none;
  }
  body .product-item.product-deals .nasa-sc-pdeal-countdown {
    opacity: 0.6;
  }
  body .product-item .info .price {
    height: 22px;
  }
  body .product-item .info .name {
    padding-top: 5px;
  }
  body .nasa-bot-navigate-35 .li_wapper {
    margin-bottom: 0;
  }
  body
    .nasa-single-product-scroll
    .nasa-product-info-wrap
    .nasa-product-info-scroll {
    margin-top: 0 !important;
    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
    h5 {
    font-size: 120%;
    padding: 10px 0 5px 0;
  }
  body
    .nasa-slick-slider-title-wrap
    .nasa-product-slick-item-wrap
    .title-wrap
    .price {
    font-size: 100%;
  }
  body
    .nasa-wrap-slick-slide-products
    .nasa-warp-slide-nav-top
    .nasa-title
    .nasa-title-wrap
    .nasa-nav-icon-slick {
    display: none;
  }
  body .nasa-sc-blogs-list .blog-image {
    margin-bottom: 20px;
  }
  body .nasa-sc-blogs-list .blog-image img {
    width: 100%;
  }
  body .nasa-sc-blogs-list .post-content h5 {
    line-height: 1.5;
  }
  body .header-icons {
    margin: 10px 0;
  }
  body
    .nasa-recommend-product
    .nasa-warp-slide-nav-top.nasa-slide-style-product-carousel
    .nasa-nav-carousel-wrap {
    top: -52px;
  }
  .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 .nasa-product-content-nasa_color-wrap {
    bottom: -45px;
  }
  body .nasa-product-content-nasa_image-wrap {
    bottom: -42px;
  }
  body .product-item .nasa-product-content-nasa_label-wrap {
    visibility: visible;
    opacity: 1;
  }
  body
    .product-item
    .product-img-wrap
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn
    .add-to-cart-grid
    .add_to_cart_text {
    display: none;
  }
  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: -100%;
  height: -100%;
  display: block;
  height: 0;
  width: 0;
  background: transparent;
}

.nasa-products-masonry-isotope {
  padding-left: 10px;
  padding-right: 10px;
}

.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) {
  .header-icons > li a .nasa-icon {
    font-size: 18px;
  }
  .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: 180%;
  }
  .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-masonry-item.nasa-opacity-0 {
    opacity: 0;
    visibility: visible;
  }
  .nasa-masonry-item.nasa-opacity-0 * {
    opacity: inherit !important;
  }
  .nasa-masonry-item .product-item {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .nasa-masonry-item .product-item .nasa-sc-pdeal-countdown {
    top: 40px;
    padding: 5px 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .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);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-masonry-item .product-item .nasa-product-grid {
    position: unset;
    top: unset;
    padding-top: unset;
    right: unset;
    width: unset;
    height: unset;
  }
  .nasa-masonry-item .product-item .nasa-product-grid .product-interactions {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    direction: rtl;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .btn-link {
    position: unset;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 2px;
    vertical-align: top !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: ttranslate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .btn-link
    .nasa-icon {
    line-height: 30px;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .btn-link.btn-wishlist {
    background: #696969;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .btn-link.btn-wishlist
    .nasa-icon {
    font-size: 110%;
    color: #fff;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .btn-link.btn-wishlist.nasa-added
    .nasa-icon {
    color: #bb3e10;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn
    .add-to-cart-grid {
    height: 30px;
    width: 30px;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn
    .add-to-cart-grid
    .add_to_cart_text {
    display: none;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn
    .add-to-cart-grid
    .cart-icon {
    height: 24px;
    width: 24px;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn
    .add-to-cart-grid
    .cart-icon:before {
    line-height: 23px;
  }
  .nasa-masonry-item
    .product-item
    .nasa-product-grid
    .product-interactions
    .add-to-cart-btn
    .add-to-cart-grid
    .cart-icon.fa-plus:before {
    line-height: 25px;
  }
  .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(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .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(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-masonry-item .product-item .nasa-product-content-variable-warp * {
    visibility: inherit;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .nasa-masonry-item .product-item .nasa-product-content-nasa_select-wrap,
  .nasa-masonry-item .product-item .nasa-product-content-nasa_image-wrap,
  .nasa-masonry-item .product-item .nasa-product-content-nasa_color-wrap,
  .nasa-masonry-item .product-item .nasa-product-content-nasa_label-wrap {
    position: unset;
    text-align: center;
    height: auto;
  }
  .nasa-masonry-item .product-item:hover .nasa-badges-wrap {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .nasa-masonry-item
    .product-item:hover
    .nasa-product-grid
    .product-interactions {
    visibility: visible;
    opacity: 0.8;
    z-index: 4;
    -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 .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-wrap-slick-slide-products .nasa-warp-slide-nav-top .nasa-title h3 {
    font-size: 220%;
  }
  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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body .nasa-nav-extra-warp.nasa-show {
    visibility: visible;
    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;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  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 .category-page .left,
  body .blog .left {
    padding-right: 20px;
  }
  body .category-page .right,
  body .blog .right {
    padding-left: 20px;
  }
  body .black-window-mobile {
    display: none;
    width: 0;
  }
  body .nasa-archive-product-content {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter,
  body
    .nasa-archive-product-content
    .nasa-products-page-wrap.nasa-has-push-cat {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter {
    position: relative;
    display: inline-block;
    margin-left: -23%;
    width: 23%;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter .widget.woocommerce {
    padding: 5px 5px 50px 10px;
  }
  body
    .nasa-archive-product-content
    .nasa-push-cat-filter
    .widget.woocommerce
    .widgettitle {
    display: none;
  }
  body .nasa-archive-product-content .nasa-push-cat-filter.nasa-push-cat-show {
    margin-left: 0;
  }
  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: 10px;
  }
  body.woocommerce-cart .woocommerce-notices-wrapper {
    margin-top: -50px !important;
  }
  .nasa-custom-countdown.nasa-large .countdown .countdown-row {
    margin: 0 -20px;
  }
  .nasa-custom-countdown.nasa-large .countdown .countdown-row > span {
    margin: 0 20px;
  }
  .nasa-custom-countdown.nasa-large
    .countdown
    .countdown-row
    > span
    span.countdown-amount {
    width: 70px;
    padding: 21px 0;
  }
  .nasa-custom-countdown.nasa-large
    .countdown
    .countdown-row
    > span
    span.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
    .countdown-row
    .countdown-section {
    margin: 0 2px;
  }
  .large-block-grid-6
    .product-item
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section
    .countdown-amount {
    font-size: 70%;
    padding: 8px 0 6px 0;
    width: 25px;
  }
  .large-block-grid-6
    .product-item
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section
    .countdown-period {
    display: none;
  }
  body
    .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
    .nasa-tabs
    li.first
    > a,
  body
    .woocommerce-tabs.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
    .nasa-tabs
    li.first
    > a {
    padding-left: 0;
  }
  body
    .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
    .nasa-tabs
    li.last
    > a,
  body
    .woocommerce-tabs.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
    .nasa-tabs
    li.last
    > a {
    padding-right: 0;
  }
  .shop_table .product-remove a:hover:before,
  .shop_table .product-remove a:hover:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .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 #491c0e;
    -moz-box-shadow: 0px 2px 2px #491c0e;
    box-shadow: 0px 2px 2px #491c0e;
  }
  .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 {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    position: fixed;
    display: inline-block;
    left: -80%;
    top: 0;
    width: 500px;
    max-width: 80%;
    height: 100%;
    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;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  body .black-window-mobile.nasa-push-cat-show {
    visibility: visible;
    opacity: 0.7;
  }
  body
    .nasa-slide-style-product-carousel.nasa-product-list-carousel
    .nasa-nav-carousel-wrap {
    top: -60px;
  }
  body
    .nasa-tabs-content.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
    .nasa-tabs
    li,
  body
    .woocommerce-tabs.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
    .nasa-tabs
    li {
    margin-left: 0;
  }
  body .badge {
    font-size: 70%;
    padding: 1px 6px;
  }
  body .badge:hover {
    padding: 1px 7px;
  }
  body .badge.out-of-stock-label {
    font-size: 75%;
    padding: 0 10px;
  }
  body .badge.out-of-stock-label:hover {
    padding: 0 12px;
  }
  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
    .countdown-row
    .countdown-section {
    margin: 0 2px;
  }
  body
    .product-item
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section
    .countdown-amount {
    font-size: 70%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0;
  }
  body
    .product-item
    .nasa-sc-pdeal-countdown
    .countdown
    .countdown-row
    .countdown-section
    .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
    .countdown-row,
  body
    .nasa-products-special-deal.nasa-products-special-deal-multi-2
    .countdown
    .countdown-row {
    margin: 0 -5px;
  }
  body
    .nasa-products-special-deal.nasa-products-special-deal-multi
    .countdown
    .countdown-row
    > span,
  body
    .nasa-products-special-deal.nasa-products-special-deal-multi-2
    .countdown
    .countdown-row
    > span {
    margin: 0 5px;
  }
  body
    .nasa-products-special-deal.nasa-products-special-deal-multi
    .countdown
    .countdown-row
    > span
    span.countdown-amount,
  body
    .nasa-products-special-deal.nasa-products-special-deal-multi-2
    .countdown
    .countdown-row
    > span
    span.countdown-amount {
    width: 40px !important;
    padding: 9px 0;
    font-size: 115% !important;
  }
  body .products-arrow .next-prev-buttons .dropdown-wrap {
    display: none;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .group-slider .small-block-grid-2 > li {
    width: 40%;
  }
  .mini-cart .cart-inner {
    position: relative;
  }
  .config {
    display: none;
  }
}

/* IPAD */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .config {
    display: none;
  }
  .group-slider .small-block-grid-2 > li {
    width: 30%;
  }
  .group-slider .sliderControlls {
    display: none;
  }
  .search-wrapper form#yith-ajaxsearchform input {
    width: auto;
  }
  .service-block .box .title .text {
    top: 18px;
  }
  .banner .banner-content .banner-inner {
    padding: 0px !important;
  }
  .border_inner {
    border: none;
  }
  .rev_slider_wrapper {
    margin-bottom: 20px !important;
  }
  .group-blogs .blog_info {
    font-size: 85%;
    margin-bottom: 10px;
  }
  .product-info .quantity {
    margin-bottom: 10px;
  }
  body .product-info .cart .single_add_to_cart_button {
    padding: 1em 2.5em;
  }
  .gallery_painting_title {
    padding-left: 215px !important;
  }
  #gallery_title_design
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 50px !important;
  }
}

/* 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 .related-product .related-block-title hr.nasa-separator,
  body .related-product .viewed-block-title hr.nasa-separator,
  body .viewed .related-block-title hr.nasa-separator,
  body .viewed .viewed-block-title hr.nasa-separator {
    width: 90%;
  }
  body .nasa-static-sidebar#nasa-viewed-sidebar .products,
  body .nasa-static-sidebar .widget_shopping_cart_content,
  body .nasa-static-sidebar .widget_shopping_wishlist_content {
    padding: 0 20px 20px 20px;
  }
  body .nasa-wrap-title-width {
    width: 100%;
  }
  body .small-6 .product-item .product-interactions .pe-icon,
  body .small-6 .product-item .product-interactions .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
    .product-interactions
    .add-to-cart-btn
    .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;
  }
  body
    .site-header
    .static-block-wrapper
    .static-block-support
    .support-show
    .static-block-label {
    display: none;
  }
  body
    .site-header
    .static-block-wrapper
    .static-block-support
    .support-show
    .static-block-label.nasa-bold {
    display: block;
    font-size: 110%;
  }
  .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
    top: 58%;
  }
  .logo_name {
    font-size: 50px !important;
  }
  .footer_social_menu h1 a,
  .footer_menu a {
    font-size: 16px;
  }
  .footer-logo-name {
    font-size: 25px;
  }
  .footer-logo {
    width: 90px;
  }
  .tab_background .nasa-a-tab {
    width: 200px !important;
    height: 200px !important;
  }
  .nasa-tabs-content.nasa-classic-style .nasa-tabs li.nasa-tab a h5 {
    font-size: 24px;
  }
  #digital_art_row_one,
  #performance_art_row_one {
    margin: 60px 0px 0px 0px !important;
  }
  .tab_background li {
    margin-left: 15px !important;
  }
  .tab_background .nasa-a-tab {
    width: 150px !important;
    height: 150px !important;
  }
  .tab_background .nasa-tabs-content.nasa-classic-style .nasa-tabs {
    flex-wrap: wrap!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
  }
  .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
    top: 58%!important;
  }
}

@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 .product-interactions .pe-icon,
  body .product-item .product-interactions .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: 1050px) {
  body .product-item .product-interactions .pe-icon,
  body .product-item .product-interactions .nasa-icon {
    font-size: 150%;
  }
}

@media only screen and (min-width: 946px) and (max-width: 1150px) {
  body .header-icons > li a .nasa-icon {
    font-size: 18px;
  }
  body .header-icons > li a .nasa-icon.icon-nasa-search {
    font-size: 18px;
  }
}

@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%;
    top: 0;
  }
  body .product-info .cart .single_add_to_cart_button {
    padding: 1em 2em;
  }
}

/**
 * Large columns
 */

@media only screen and (min-width: 70.62069em) {
  .hide-for-desktop {
    display: none;
  }
  .row .large-2:nth-of-type(n) {
    clear: none;
  }
  .row .large-2:nth-of-type(6n + 1) {
    clear: both;
  }
  .row .large-3:nth-of-type(n) {
    clear: none;
  }
  .row .large-3:nth-of-type(4n + 1) {
    clear: both;
  }
  .row .large-4:nth-of-type(n) {
    clear: none;
  }
  .row .large-4:nth-of-type(3n + 1) {
    clear: both;
  }
  .row .nasa-5-col.columns,
  .row .nasa-large-5-col-1.columns {
    width: 20%;
  }
  .row .nasa-5-col.columns:nth-of-type(n),
  .row .nasa-large-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  .row .nasa-5-col.columns:nth-of-type(5n + 1),
  .row .nasa-large-5-col-1.columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .row .nasa-5-col-2.columns,
  .row .nasa-large-5-col-2.columns {
    width: 40%;
  }
  .row .nasa-5-col-3.columns,
  .row .nasa-large-5-col-3.columns {
    width: 60%;
  }
  .row .nasa-5-col-4.columns,
  .row .nasa-large-5-col-4.columns {
    width: 80%;
  }
  .row .large-6:nth-of-type(n) {
    clear: none;
  }
  .row .large-6:nth-of-type(2n + 1) {
    clear: both;
  }
  .row .large-offset-1 {
    margin-left: 8.333333%;
  }
  .row .large-offset-2 {
    margin-left: 16.666666%;
  }
  .row .large-offset-3 {
    margin-left: 25%;
  }
  .row .large-offset-4 {
    margin-left: 33.333333%;
  }
  .row .large-offset-5 {
    margin-left: 41.666666%;
  }
  .row .large-offset-6 {
    margin-left: 50%;
  }
  .row .large-offset-7 {
    margin-left: 58.333333%;
  }
  .row .large-offset-8 {
    margin-left: 66.666666%;
  }
  .row .large-offset-9 {
    margin-left: 75%;
  }
  .row .large-offset-10 {
    margin-left: 83.333333%;
  }
  .row .large-offset-11 {
    margin-left: 91.666666%;
  }
  .row .large-offset-12 {
    margin-left: 100%;
  }
  .row .nasa-large-offset-5-col-1.columns {
    margin-left: 20%;
  }
  .row .nasa-large-offset-5-col-2.columns {
    margin-left: 40%;
  }
  .row .nasa-large-offset-5-col-3.columns {
    margin-left: 60%;
  }
  .row .nasa-large-offset-5-col-4.columns {
    margin-left: 80%;
  }
}

/**
 * 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 .row .medium-1 {
    width: 8.333333%;
  }
  body .row .medium-2 {
    width: 16.666666%;
  }
  body .row .medium-2:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-2:nth-of-type(6n + 1) {
    clear: both;
  }
  body .row .medium-3 {
    width: 25%;
  }
  body .row .medium-3:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-3:nth-of-type(4n + 1) {
    clear: both;
  }
  body .row .medium-4 {
    width: 33.333333%;
  }
  body .row .medium-4:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-4:nth-of-type(3n + 1) {
    clear: both;
  }
  body .row .medium-5 {
    width: 41.666666%;
  }
  body .row .medium-6 {
    width: 50%;
  }
  body .row .medium-6:nth-of-type(n) {
    clear: none;
  }
  body .row .medium-6:nth-of-type(2n + 1) {
    clear: both;
  }
  body .row .medium-7 {
    width: 58.333333%;
  }
  body .row .medium-8 {
    width: 66.666666%;
  }
  body .row .medium-9 {
    width: 75%;
  }
  body .row .medium-10 {
    width: 83.333333%;
  }
  body .row .medium-11 {
    width: 91.666666%;
  }
  body .row .medium-12 {
    width: 100%;
  }
  body .row .nasa-medium-5-col-1.columns {
    width: 20%;
  }
  body .row .nasa-medium-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  body .row .nasa-medium-5-col-1.columns:nth-of-type(5n + 1) {
    clear: both;
  }
  body .row .nasa-medium-5-col-2.columns {
    width: 40%;
  }
  body .row .nasa-medium-5-col-3.columns {
    width: 60%;
  }
  body .row .nasa-medium-5-col-4.columns {
    width: 80%;
  }
  body .row .medium-offset-1 {
    margin-left: 8.333333%;
  }
  body .row .medium-offset-2 {
    margin-left: 16.666666%;
  }
  body .row .medium-offset-3 {
    margin-left: 25%;
  }
  body .row .medium-offset-4 {
    margin-left: 33.333333%;
  }
  body .row .medium-offset-5 {
    margin-left: 41.666666%;
  }
  body .row .medium-offset-6 {
    margin-left: 50%;
  }
  body .row .medium-offset-7 {
    margin-left: 58.333333%;
  }
  body .row .medium-offset-8 {
    margin-left: 66.666666%;
  }
  body .row .medium-offset-9 {
    margin-left: 75%;
  }
  body .row .medium-offset-10 {
    margin-left: 83.333333%;
  }
  body .row .medium-offset-11 {
    margin-left: 91.666666%;
  }
  body .row .medium-offset-12 {
    margin-left: 100%;
  }
  body .row .nasa-medium-offset-5-col-1.columns {
    margin-left: 20%;
  }
  body .row .nasa-medium-offset-5-col-2.columns {
    margin-left: 40%;
  }
  body .row .nasa-medium-offset-5-col-3.columns {
    margin-left: 60%;
  }
  body .row .nasa-medium-offset-5-col-4.columns {
    margin-left: 80%;
  }
  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) {
  .header-icons > li a .nasa-icon {
    font-size: 160%;
  }
  .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-tabs-content.woocommerce-tabs.nasa-classic-style.nasa-classic-2d.nasa-tabs-no-border
    .nasa-tabs
    li.nasa-single-product-tab
    > a
    h5 {
    font-size: 150%;
  }
  body .nasa-row-child-clear-none.products.grid > .row:before,
  body .nasa-row-child-clear-none.products.grid > .row:after {
    clear: none;
  }
  body
    .nasa-row-child-clear-none.products.grid
    > .row
    [class*="column"]
    + [class*="column"]:last-child {
    float: left;
  }
  body .nasa-row-child-clear-none.products.grid > .row .small-1,
  body .nasa-row-child-clear-none.products.grid > .row .small-2,
  body .nasa-row-child-clear-none.products.grid > .row .small-3,
  body .nasa-row-child-clear-none.products.grid > .row .small-4,
  body .nasa-row-child-clear-none.products.grid > .row .small-5,
  body .nasa-row-child-clear-none.products.grid > .row .small-6,
  body .nasa-row-child-clear-none.products.grid > .row .small-7,
  body .nasa-row-child-clear-none.products.grid > .row .small-8,
  body .nasa-row-child-clear-none.products.grid > .row .small-9,
  body .nasa-row-child-clear-none.products.grid > .row .small-10,
  body .nasa-row-child-clear-none.products.grid > .row .small-11,
  body .nasa-row-child-clear-none.products.grid > .row .small-12 {
    margin-bottom: 10px;
  }
  body .nasa-row-child-clear-none.row:before,
  body .nasa-row-child-clear-none.row:after {
    clear: none;
  }
  body
    .nasa-row-child-clear-none.row
    [class*="column"]
    + [class*="column"]:last-child {
    float: left;
  }
  body .nasa-row-child-clear-none.row .small-1,
  body .nasa-row-child-clear-none.row .small-2,
  body .nasa-row-child-clear-none.row .small-3,
  body .nasa-row-child-clear-none.row .small-4,
  body .nasa-row-child-clear-none.row .small-5,
  body .nasa-row-child-clear-none.row .small-6,
  body .nasa-row-child-clear-none.row .small-7,
  body .nasa-row-child-clear-none.row .small-8,
  body .nasa-row-child-clear-none.row .small-9,
  body .nasa-row-child-clear-none.row .small-10,
  body .nasa-row-child-clear-none.row .small-11 {
    margin-bottom: 10px;
  }
  body .small-block-grid-2 > li {
    width: 50%;
  }
  body .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  body .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  body .small-block-grid-2 > li.product-warp-item:nth-of-type(2n) {
    padding-left: 5px;
  }
  body .small-block-grid-2 > li.product-warp-item:nth-of-type(2n + 1) {
    padding-right: 5px;
  }
  body .small-block-grid-3 > li {
    width: 33.333333%;
  }
  body .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  body .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  body .small-block-grid-4 > li {
    width: 25%;
  }
  body .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  body .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  body .row .small-1 {
    width: 8.333333%;
  }
  body .row .small-2 {
    width: 16.666666%;
  }
  body .row .small-2:nth-of-type(n) {
    clear: none;
  }
  body .row .small-2:nth-of-type(6n + 1) {
    clear: both;
  }
  body .row .small-3 {
    width: 25%;
  }
  body .row .small-3:nth-of-type(n) {
    clear: none;
  }
  body .row .small-3:nth-of-type(4n + 1) {
    clear: both;
  }
  body .row .small-4 {
    width: 33.333333%;
  }
  body .row .small-4:nth-of-type(n) {
    clear: none;
  }
  body .row .small-4:nth-of-type(3n + 1) {
    clear: both;
  }
  body .row .small-5 {
    width: 41.666666%;
  }
  body .row .small-6 {
    width: 50%;
  }
  body .row .small-6:nth-of-type(n) {
    clear: none;
  }
  body .row .small-6:nth-of-type(2n + 1) {
    clear: both;
  }
  body .row .small-6.product-warp-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  body .row .small-7 {
    width: 58.333333%;
  }
  body .row .small-8 {
    width: 66.666666%;
  }
  body .row .small-9 {
    width: 75%;
  }
  body .row .small-10 {
    width: 83.333333%;
  }
  body .row .small-11 {
    width: 91.666666%;
  }
  body .row .small-12 {
    width: 100%;
  }
  body .row .nasa-small-5-col-1.columns {
    width: 20%;
  }
  body .row .nasa-small-5-col-1.columns:nth-of-type(n) {
    clear: none;
  }
  body .row .nasa-small-5-col-1.columns:nth-of-type(5n + 1) {
    clear: both;
  }
  body .row .nasa-small-5-col-2.columns {
    width: 40%;
  }
  body .row .nasa-small-5-col-3.columns {
    width: 60%;
  }
  body .row .nasa-small-5-col-4.columns {
    width: 80%;
  }
  body .row .small-offset-1 {
    margin-left: 8.333333%;
  }
  body .row .small-offset-2 {
    margin-left: 16.666666%;
  }
  body .row .small-offset-3 {
    margin-left: 25%;
  }
  body .row .small-offset-4 {
    margin-left: 33.333333%;
  }
  body .row .small-offset-5 {
    margin-left: 41.666666%;
  }
  body .row .small-offset-6 {
    margin-left: 50%;
  }
  body .row .small-offset-7 {
    margin-left: 58.333333%;
  }
  body .row .small-offset-8 {
    margin-left: 66.666666%;
  }
  body .row .small-offset-9 {
    margin-left: 75%;
  }
  body .row .small-offset-10 {
    margin-left: 83.333333%;
  }
  body .row .small-offset-11 {
    margin-left: 91.666666%;
  }
  body .row .small-offset-12 {
    margin-left: 100%;
  }
  body .row .nasa-small-offset-5-col-1.columns {
    margin-left: 20%;
  }
  body .row .nasa-small-offset-5-col-2.columns {
    margin-left: 40%;
  }
  body .row .nasa-small-offset-5-col-3.columns {
    margin-left: 60%;
  }
  body .row .nasa-small-offset-5-col-4.columns {
    margin-left: 80%;
  }
  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;
}

.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;
}

/* Fix VC */

.page-template-page-blank .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-page-blank .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.wpb_widgetised_column {
  margin-bottom: 0px !important;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.nasa-row.fullwidth .nasa-col {
  padding: 0;
}

.page-template-page-home-left-header .nasa-row.fullwidth .nasa-col {
  margin-bottom: 0px;
}

.page-template-page-home-left-header .wpb_revslider_element {
  margin-bottom: 0px !important;
}

.vc_progress_bar {
  padding-top: 25px;
}

.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

.section-element.home_box_wrap .nasa-col,
.section-element.nasa-wrap-5-cols .nasa-col {
  float: left;
  width: 18.8%;
  padding: 0;
  margin-right: 1.5%;
  min-height: 0;
}

.section-element.home_box_wrap .nasa-col.home_box_last,
.section-element.home_box_wrap .nasa-col.last,
.section-element.nasa-wrap-5-cols .nasa-col.home_box_last,
.section-element.nasa-wrap-5-cols .nasa-col.last {
  margin: 0 !important;
}

.section-element.home_box_wrap.nasa-no-margin .nasa-col,
.section-element.nasa-wrap-5-cols.nasa-no-margin .nasa-col {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0;
  min-height: 0;
}

@media only screen and (max-width: 52.96552em) {
  .section-element.home_box_wrap .nasa-col,
  .section-element.nasa-wrap-5-cols .nasa-col {
    float: left;
    width: 100%;
    padding: 0;
    margin-right: 0;
    min-height: 0;
  }
  .section-element.home_box_wrap.nasa-no-margin .nasa-col,
  .section-element.nasa-wrap-5-cols.nasa-no-margin .nasa-col {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 0;
  }
}

.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);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.vertical-menu-wrapper .nav-dropdown {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.menu-item:hover > .nav-dropdown {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: unset;
}

/* nav-dropdown - mainmenu */

.header-nav > li.menu-item .nav-dropdown {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.menu-item.sale-label > a:after {
  content: "sale";
  display: inline-block;
  background-color: #86b854;
  width: 38px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 85%;
  color: #fff;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.menu-item.new-label > a:after {
  content: "new";
  display: inline-block;
  background-color: #bb3e10;
  width: 38px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 85%;
  color: #fff;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.menu-item.hot-label > a:after {
  content: "hot";
  display: inline-block;
  background-color: #f96a67;
  width: 38px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 85%;
  color: #fff;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.nav-dropdown > ul,
.nav-dropdown > .row,
.nav-dropdown-inner {
  position: relative;
}

.nav-dropdown > ul {
  margin: 0px;
}

.menu-item > a i.nasa-has-items-child {
  visibility: hidden;
}

.menu-item .nasa-open-child {
  visibility: hidden;
  display: none;
}

.nasa-nav-sc-mega-menu .nav-wrapper .root-item > a .nasa-has-items-child {
  display: none;
}

.current-menu-item {
  color: #bb3e10;
}

.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%;
  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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-megamenu > .nav-dropdown > ul > .menu-item a:hover {
  text-decoration: none;
  padding-left: 18px;
  color: #bb3e10;
}

.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 > .hr-nasa-megamenu {
  display: none;
}

.nasa-megamenu > .nav-dropdown > ul > .menu-item.has_widget_item {
  padding: 0px;
}

.nasa-megamenu
  > .nav-dropdown
  > ul
  > .menu-item.has_widget_item
  > .hr-nasa-megamenu {
  display: none;
}

.nasa-megamenu > .nav-dropdown > ul > .menu-item.has_widget_item img {
  padding: 30px 30px 15px 0px;
}

.nasa-megamenu > .nav-dropdown > ul > .menu-item .menu-item {
  width: 100%;
}

.nasa-megamenu > .nav-dropdown > ul .menu-item {
  background: none;
}

.nasa-megamenu .megatop {
  position: relative;
  z-index: 999;
}

.nasa-megamenu .nasa-absolute {
  position: absolute !important;
  padding: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
}

.nasa-megamenu .nasa-absolute a {
  position: absolute !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
}

.nasa-megamenu .nasa-absolute .nasa-text-menu {
  display: none;
}

.nasa-megamenu .nasa-absolute img {
  position: absolute !important;
  padding: 0 !important;
  z-index: 0;
  cursor: default;
}

.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;
  list-style: none;
  position: relative;
}

.nav-wrapper .default-menu ul {
  position: absolute;
}

.nav-wrapper .default-menu .menu-item {
  width: 200px;
}

.nav-wrapper .default-menu .menu-item a {
  display: block;
  padding: 5px 0px;
  line-height: 25px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  text-transform: uppercase;
}

.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 20px;
}

.nav-wrapper .default-menu > .nav-dropdown .sub-menu .menu-item ul {
  top: -21px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nav-wrapper
  .default-menu
  > .nav-dropdown
  .sub-menu
  .menu-parent-item
  > a:after {
  float: right;
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 0.3;
  margin-right: 20px;
}

.nav-wrapper .default-menu > .nav-dropdown ul {
  background: #ba3e10;
  border: 1px solid #ba3e10;
}

.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%;
}

.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  width: 5402px;
  max-width: 5402px;
  left: -2101px;
  padding: 0;
  border: 1px solid #ececec;
  background: #fff;
}

.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul {
  margin: 0 auto;
  border: none;
  max-width: 1200px;
  background: transparent;
}

.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item {
  padding-left: 10px;
}

.nav-wrapper .nasa-megamenu.fullwidth > .nav-dropdown > ul > .menu-item > a {
  padding: 35px 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 .root-item {
  width: auto;
  padding-right: 30px;
  /* padding-bottom: 15px; */
}

.nav-wrapper .root-item a:hover {
  color: #bb3e10;
}

.nav-wrapper .root-item .nasa-open-child {
  display: none;
}
.nasa-logo-img {
  margin-bottom: 3px;
}
.nasa-header-sticky .sticky-wrapper.fixed-already #masthead,
.nasa-header-sticky .sticky-wrapper.fixed-already .site-header {
  padding: 0;
}
.nasa-header-sticky.header-type-2
  .sticky-wrapper.fixed-already
  .nasa-elements-wrap {
  margin-top: 0 !important;
}
.nasa-header-sticky .sticky-wrapper.fixed-already #masthead,
.nasa-header-sticky .sticky-wrapper.fixed-already .site-header {
  padding-bottom: 0 !important;
}
.nav-wrapper .root-item > a {
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0;
  padding: 0px 35px 10px 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nav-wrapper .root-item > a .fa,
.nav-wrapper .root-item > a .pe7-icon {
  display: block;
  font-size: 170%;
}

.nav-wrapper .root-item > a .pe7-icon {
  font-weight: bold;
}

.nav-wrapper .root-item > a .nasa-text-menu {
  position: relative;
}

.nav-wrapper .root-item > a .nasa-text-menu:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  border-top: 2px solid #555555;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nav-wrapper .root-item > a .nasa-has-items-child {
  display: none;
}

.nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
  display: inline-block;
  visibility: visible;
  position: absolute;
  right: 0;
  top: 49%;
  opacity: 0.9;
  font-size: 25px;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}

.nav-wrapper .root-item:hover > a,
.nav-wrapper .root-item.current-menu-ancestor > a,
.nav-wrapper .root-item.current-menu-item > a {
  color: #491c0e;
}

.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 .nasa-text-menu:after,
.nav-wrapper .root-item.current-menu-ancestor > a .nasa-text-menu:after,
.nav-wrapper .root-item.current-menu-item > a .nasa-text-menu:after {
  width: 100%;
}

.nav-wrapper .root-item:hover.menu-parent-item:after,
.nav-wrapper .root-item.current-menu-ancestor.menu-parent-item:after,
.nav-wrapper .root-item.current-menu-item.menu-parent-item:after {
  color: #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 .nasa-text-menu:after,
.nasa-bg-dark
  .nav-wrapper
  .root-item.current-menu-ancestor
  > a
  .nasa-text-menu:after,
.nasa-bg-dark
  .nav-wrapper
  .root-item.current-menu-item
  > a
  .nasa-text-menu:after {
  border-color: #fff;
}

.nasa-bg-dark .nav-wrapper .nasa-megamenu > .nav-dropdown {
  padding: 0 10px;
}

.header-fullwidth .nasa-megamenu.fullwidth > .nav-dropdown {
  width: 100%;
}

.vertical-menu-wrapper .nasa-megamenu.fullwidth > .nav-dropdown {
  max-width: none;
}

.nasa-menu-vertical-header {
  float: left;
  margin-right: 45px;
  width: 280px;
  background: #bb3e10;
}

.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);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.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: unset;
}

.nasa-vertical-header .vertical-menu-wrapper .root-item {
  padding: 0 20px;
}

.nasa-vertical-header .vertical-menu-wrapper .root-item > a {
  padding: 5px 10px 5px 0px;
}

.nasa-vertical-header .vertical-menu-wrapper .root-item > a:before,
.nasa-vertical-header .vertical-menu-wrapper .root-item > a:after {
  display: none;
}

.nasa-vertical-header
  .vertical-menu-wrapper
  .menu-item-has-children.root-item
  > a
  > i.nasa-has-items-child {
  top: 13px;
}

#nasa-menu-vertical-header
  .nasa-vertical-header
  .vertical-menu-container.nasa-allways-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* 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: #bb3e10;
  background: #bb3e10;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.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: #491c0e;
  font-size: 100%;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.vertical-menu .section-title:before {
  content: "\49";
  font-family: "nasa-font";
  margin-right: 10px;
  padding-left: 5px;
  font-size: 100%;
  color: inherit;
  vertical-align: middle;
  position: relative;
  top: -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;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  /* New style */
}

.vertical-menu-wrapper .root-item > a {
  display: block;
  padding: 14px 0;
  text-transform: none;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.vertical-menu-wrapper .root-item:hover > a {
  color: #bb3e10;
}

.vertical-menu-wrapper .root-item:hover > a > i {
  color: #bb3e10;
}

.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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.vertical-menu-wrapper .root-item.default-menu .menu-item a:hover {
  padding-left: 2px;
}

.vertical-menu-wrapper .root-item.default-menu > .nav-dropdown {
  text-align: left;
  font-size: 100%;
  padding-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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.vertical-menu-wrapper .root-item.default-menu > .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: #bb3e10;
}

.vertical-menu-wrapper .root-item > a.nasa-active:before {
  border-color: #bb3e10;
}

.vertical-menu-wrapper .root-item:last-child > a:after {
  display: none;
}

.vertical-menu-wrapper .root-item:hover > a {
  color: #bb3e10;
}

.vertical-menu-wrapper .root-item:hover > a:before {
  border-color: #bb3e10;
}

.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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.vertical-menu-wrapper
  .menu-item-has-children
  a:hover
  > i.nasa-has-items-child {
  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 {
  width: 82.75862em;
}

#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%);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

#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 {
  text-indent: -9999px;
  color: inherit;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 10px;
  width: 45px;
  height: 45px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

#nasa-menu-sidebar-content .nasa-close-menu-mobile: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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

#nasa-menu-sidebar-content .nasa-close-menu-mobile:hover:before {
  color: #bb3e10;
}

#nasa-menu-sidebar-content #mobile-navigation .nasa-select-languages {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  float: unset !important;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .nasa-select-languages
  .nasa-list-languages {
  width: 100%;
  position: relative;
  visibility: unset;
  opacity: unset;
  display: unset;
  border: unset;
}

#nasa-menu-sidebar-content #mobile-navigation .nasa-select-currencies {
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .nasa-select-currencies
  .wcml-dropdown
  li.wcml-cs-active-currency
  > ul {
  position: relative;
  display: none;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .nasa-select-currencies.nasa-active
  .wcml-dropdown
  li.wcml-cs-active-currency
  > ul {
  display: block;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .nasa-select-currencies
  .wcml-cs-submenu
  li
  a {
  color: #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 #491c0e;
}

#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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#nasa-menu-sidebar-content #mobile-navigation li a.accordion:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#nasa-menu-sidebar-content
  #mobile-navigation
  li.li_accordion.active
  > a.accordion:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#nasa-menu-sidebar-content #mobile-navigation li.current-menu-item > a {
  color: #fff;
  font-weight: bold;
}

#nasa-menu-sidebar-content #mobile-navigation li.nasa-megamenu {
  position: relative !important;
}

#nasa-menu-sidebar-content #mobile-navigation li .nasa-select-language {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .menu-item
  > .nav-dropdown-mobile {
  padding-left: 10px;
}

#nasa-menu-sidebar-content #mobile-navigation .menu-item-account {
  text-transform: uppercase;
  padding: 25px 0;
  font-weight: bold;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .menu-item-account
  .nasa-subitem-acc {
  text-transform: none;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .menu-item-account
  .heading-account {
  color: #fff;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .menu-item-account
  .heading-account
  i {
  margin-right: 4px;
}

#nasa-menu-sidebar-content
  #mobile-navigation
  .menu-item-account
  .heading-account
  hr {
  border: none;
  border-bottom: 1px solid #491c0e;
}

#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;
  font-family: "Awesome-Lathusca";
}

#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;
}

/* WISTLIST PAGE */

.wishlist_table .product-thumbnail a img {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.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: #bb3e10;
}

#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-popup-message #yith-wcwl-message {
  display: block;
  width: 100%;
  opacity: 0.8;
  padding: 2px 15px;
  background: #bb3e10;
  color: #fff;
}

.ajax-loading {
  display: none !important;
}

.product-gallery .yith-wcwl-wishlistexistsbrowse {
  display: none !important;
}

.product-img.images .yith-wcwl-add-to-wishlist {
  display: none;
}

.nasa-promotion-news {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}

.nasa-promotion-news.nasa-hide {
  display: none;
}

.nasa-promotion-news .nasa-wapper-promotion {
  position: relative;
}

.nasa-promotion-news .nasa-wapper-promotion .nasa-content-promotion-news {
  height: 50px;
  position: relative;
}

.nasa-promotion-news
  .nasa-wapper-promotion
  .nasa-content-promotion-news
  .nasa-content-promotion-custom {
  height: 100%;
  width: 100%;
}

.nasa-promotion-news
  .nasa-wapper-promotion
  .nasa-content-promotion-news
  .nasa-content-promotion-custom
  table {
  height: 100%;
  margin: 0;
}

.nasa-promotion-news
  .nasa-wapper-promotion
  .nasa-content-promotion-news
  .nasa-content-promotion-custom
  table
  td {
  text-align: center;
  font-size: 120%;
}

.nasa-promotion-news
  .nasa-wapper-promotion
  .nasa-content-promotion-news
  .nasa-content-promotion-custom
  table
  td
  a {
  color: inherit;
}

.nasa-promotion-news
  .nasa-wapper-promotion
  .nasa-content-promotion-news
  a.nasa-a-icon {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  font-size: 180%;
}

.nasa-promotion-news
  .nasa-wapper-promotion
  .nasa-content-promotion-news
  .nasa-post-slider
  .nasa-post-slider-item {
  text-align: center;
}

.nasa-promotion-news
  .nasa-wapper-promotion
  .nasa-content-promotion-news
  .nasa-post-slider
  .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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -moz-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1),
    0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -ms-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1),
    0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -o-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1),
    0 0 0 0.5px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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 i {
  line-height: 45px;
}

.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-init-viewed .nasa-init-viewed-text {
  display: none;
}

.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 li a span,
.nasa-share li a i {
  background: transparent;
  color: #491c0e;
  opacity: 0.6;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-share li a:hover span,
.nasa-share li a:hover i {
  opacity: 1;
}

/* Social icon Share */

.social-icons.share-row span.title {
  font-weight: bold;
  margin-right: 5px;
}

.nasa-follow {
  margin-top: 15px;
  margin-bottom: 0;
}

.nasa-follow-title {
  font-weight: bold;
}

.follow-icon a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.follow-icon a i {
  font-size: 18px;
  background: transparent;
  color: #491c0e;
  opacity: 0.8;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.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 .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: #491c0e;
  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: #bb3e10;
  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
  .nasa-tabs
  li.nasa-tab
  a
  h5 {
  font-size: 110%;
  font-weight: 800;
}

/* ============================ Portfolio ===================================== */

.slider-container {
  margin-top: 70px;
}

.recentPortfolio .slider-item {
  margin: 0 0.68966em;
}

.recentPortfolio .slider-item .portfolio-caption {
  line-height: 20px;
}

.recentPortfolio .slider-item .portfolio-caption h3 {
  font: 16px/24px Helvetica, sans-serif;
  font-weight: 600;
}

.recentPortfolio .slider-item .portfolio-caption h2 {
  font: 20px/24px Helvetica, sans-serif;
  font-weight: 600;
}

.recentPortfolio .slider-item .portfolio-caption p {
  font: 13px/24px Helvetica, sans-serif;
  color: #767676;
  margin: 0 0 10px;
}

/*---------------------------------------------------------------*/

/* Portfolio
/*---------------------------------------------------------------*/

.loadmore-portfolio {
  cursor: pointer;
  padding: 15px 0;
}

.loadmore-portfolio .nasa-loadmore-text {
  font-weight: bold;
  letter-spacing: 1px;
  color: #491c0e;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.loadmore-portfolio .nasa-loadmore-text:hover {
  color: #491c0e;
}

.loadmore-portfolio.nasa-loading .nasa-loadmore-text {
  visibility: hidden;
  opacity: 0;
}

.loadmore-portfolio:hover {
  background: none;
}

.end-portfolio {
  background: none;
  font-weight: bold;
  letter-spacing: 1px;
  color: #491c0e;
  padding: 15px 0;
}

.end-portfolio:hover {
  background: none;
}

.portfolio-single-item {
  margin-top: 45px;
  margin-bottom: 60px;
}

.portfolio-single-item h3 {
  font-weight: bold;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-image .btn_group {
  top: 40%;
}

.portfolio-item h3 {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.portfolio-item.columns-count-2 .portfolio-description {
  text-align: left;
}

.portfolio-item .portfolio-image {
  position: relative;
  margin: 0px 3px 3px 0px;
  top: 0;
  z-index: 1;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.portfolio-item .portfolio-image img {
  width: 100%;
}

.portfolio-item .portfolio-image .btn_group {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.portfolio-item .portfolio-image .btn_group .portfolio-image-view {
  top: 40px;
}

.portfolio-item .portfolio-image .btn_group .portfolio-link {
  top: -40px;
}

.portfolio-item .portfolio-image .btn_group .portfolio-image-view,
.portfolio-item .portfolio-image .btn_group .portfolio-link {
  position: relative;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.portfolio-item .portfolio-image .btn_group a {
  background: #252525;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  padding: 0 !important;
  line-height: 0px !important;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.portfolio-item .portfolio-image .btn_group a:focus {
  outline: none;
}

.portfolio-item .portfolio-image .btn_group a:first-child:before {
  content: "\f065" !important;
  line-height: 40px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
}

.portfolio-item .portfolio-image .btn_group a:last-child :before {
  content: "\f0c1" !important;
  line-height: 40px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
}

.portfolio-item .portfolio-image .btn_group a:hover {
  opacity: 0.8;
  background: #f32321;
}

.portfolio-item .portfolio-image .btn_group a span {
  text-transform: uppercase;
  font-size: 0;
}

.portfolio-item .portfolio-image .btn_group a span i {
  font-size: 16px;
  position: relative;
  left: 1px;
  right: 1px;
}

.portfolio-item .portfolio-image .btn_group a span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  -webkit-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.portfolio-item .portfolio-image .btn_group a span:before {
  content: "";
  display: block;
  -webkit-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.portfolio-item .portfolio-image .zoom {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.portfolio-item .portfolio-image .zoom > i {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  background-color: #ddd !important;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.portfolio-item .portfolio-description {
  line-height: 18px;
  font-size: 100%;
  padding: 15px 15px 20px 15px;
  position: absolute;
  z-index: 2;
  bottom: -100px;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.portfolio-item .portfolio-description .portfolio-cat a {
  color: #aaa;
}

.portfolio-item .portfolio-description a {
  color: #bb3e10;
}

.portfolio-item .portfolio-description a:hover {
  color: #767676;
}

.portfolio-item .portfolio-description h3 {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 1px;
}

.portfolio-item .portfolio-description h3 a {
  color: #252525;
}

.portfolio-item .portfolio-description h3 a:hover {
  color: #bb3e10;
}

.portfolio-item .portfolio-description p {
  color: #767676;
  font: 13px/20px Arial, Helvetica, sans-serif;
}

.portfolio-item:hover .portfolio-image {
  top: -20px;
}

.portfolio-item:hover .portfolio-image .zoom {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.portfolio-item:hover .portfolio-image .portfolio-image-view,
.portfolio-item:hover .portfolio-image .portfolio-link {
  opacity: 0.5;
  top: 0;
}

.portfolio-item:hover .portfolio-description {
  opacity: 1;
  bottom: 0;
}

.items-slider-portfolio .portfolio-item {
  margin: 0 1px !important;
}

.items-slider-portfolio .portfolio-item:hover .portfolio-image {
  top: 0px;
}

.portfolio-pagination {
  float: right;
}

.portfolio-pagination li {
  margin: 0 2px 0 2px;
  float: left;
  list-style: none;
}

.portfolio-pagination li span.page-numbers,
.portfolio-pagination li .inactive {
  padding: 6px 10px;
  font: 14px/15px Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.portfolio-pagination li span.page-numbers.current,
.portfolio-pagination li .inactive.current {
  color: #fff;
  background-color: #000;
}

@media (min-width: 980px) {
  .portfolio-item.columns-count-4 {
    width: 24.8%;
  }
  .portfolio-item.columns-count-4 .portfolio-image .btn_group {
    margin-top: -42px;
  }
  .portfolio-item.columns-count-4 .portfolio-image .btn_group a {
    margin-bottom: 10px;
  }
}

.back-history {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 13px;
}

.back-history:hover,
.back-history:focus {
  text-decoration: none !important;
}

.back-history:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 9px;
  margin: 0 9px 0 0;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h2.title,
h3.title {
  position: relative;
  font-size: 22px;
  margin: 25px 0 20px;
}

h2.title:before,
h3.title:before {
  border-top: 1px solid #dddddd;
  right: 0px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

h2.title span,
h3.title span {
  text-transform: uppercase;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.upercase {
  text-transform: uppercase;
}

.portfolio-navigation {
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.portfolio-navigation + .title-alt {
  margin-top: 0;
}

.portfolio-navigation .portfolio-nav {
  padding: 7px 15px;
  display: block;
}

.portfolio-navigation .next-portfolio,
.portfolio-navigation .prev-portfolio {
  position: relative;
  background-color: #bbb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.portfolio-navigation .next-portfolio:hover,
.portfolio-navigation .prev-portfolio:hover {
  background-color: #bb3e10;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.portfolio-navigation .next-portfolio:hover a,
.portfolio-navigation .prev-portfolio:hover a {
  border-color: #bb3e10;
}

.portfolio-navigation .next-portfolio a,
.portfolio-navigation .prev-portfolio a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #bbb;
  color: #fff !important;
}

.portfolio-navigation .next-portfolio a:hover,
.portfolio-navigation .prev-portfolio a:hover {
  border-color: #bb3e10;
  color: #fff;
  background-color: #bb3e10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.portfolio-navigation .next-portfolio .hide-info,
.portfolio-navigation .prev-portfolio .hide-info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  top: -76px;
  left: auto;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: table;
}

.portfolio-navigation .next-portfolio .hide-info:before,
.portfolio-navigation .prev-portfolio .hide-info:before {
  bottom: -22px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 213, 213, 0);
  border-top-color: #d5d5d5;
  border-width: 11px;
  margin-left: 44px;
}

.portfolio-navigation .next-portfolio .hide-info:after,
.portfolio-navigation .prev-portfolio .hide-info:after {
  bottom: -20px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 45px;
}

.portfolio-navigation .next-portfolio .hide-info img,
.portfolio-navigation .prev-portfolio .hide-info img {
  float: left;
  margin-right: 10px;
  height: auto;
  max-width: 125px;
  max-height: 60px;
}

.portfolio-navigation .next-portfolio .hide-info span,
.portfolio-navigation .prev-portfolio .hide-info span {
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin: 0 !important;
  color: #bb3e10;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

.portfolio-navigation .next-portfolio .hide-info span.price,
.portfolio-navigation .prev-portfolio .hide-info span.price {
  font-weight: 500;
  color: #252525;
  margin: 0 !important;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}

.portfolio-navigation .next-portfolio:hover .hide-info,
.portfolio-navigation .prev-portfolio:hover .hide-info {
  opacity: 1;
  visibility: visible;
}

.portfolio-navigation .prev-portfolio .hide-info {
  left: 0;
  right: auto;
  padding-right: 10px;
}

.portfolio-navigation .prev-portfolio .hide-info img {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.portfolio-navigation .prev-portfolio .hide-info span {
  margin-right: 10px;
  right: 0;
}

.portfolio-navigation .prev-portfolio .hide-info:before,
.portfolio-navigation .prev-portfolio .hide-info:after {
  left: 0;
  right: auto;
}

.portfolio-navigation .next-portfolio .hide-info {
  right: 0;
  left: auto;
  padding-left: 10px;
}

.portfolio-navigation .next-portfolio .hide-info:before,
.portfolio-navigation .next-portfolio .hide-info:after {
  left: 160px;
  right: 20px;
}

.portfolio-navigation .next-portfolio img {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 10px;
}

.portfolio-navigation .next-portfolio span {
  text-align: left;
  margin-left: 10px;
  left: 0;
}

.recent-categ {
  margin-bottom: 25px;
}

.all-pages {
  font-size: 12px;
  color: #252525;
  letter-spacing: 1px;
  line-height: 33px;
}

.meta-content {
  list-style: none;
  font-size: 100%;
  margin: 30px 0 5px;
  padding: 0;
  color: #767676;
}

.meta-content li {
  border-top: 1px solid #ddd;
  padding: 15px 0px;
}

.meta-content li.lastItem {
  border-bottom: 1px solid #ddd;
}

.meta-content li a {
  color: #bb3e10;
}

.meta-content strong {
  color: #515151;
}

.portfolio-list {
  margin-bottom: 20px !important;
}

.portfolio-lightbox {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  position: relative;
}

/* Slick Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.item-slick {
  height: 50px;
}

.nasa-slick-fog {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: transparent;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: none !important;
}

.nasa-slider-deal-has-vertical {
  display: none;
}

.nasa-slider-deal-has-vertical.slick-initialized {
  display: block;
}

.nasa-wrap-slick-slide-products-title {
  visibility: hidden;
}

.nasa-wrap-slick-slide-products-title.slick-initialized {
  visibility: visible;
}

.nasa-wrap-slick-slide-products-title .nasa-slide-products-title-item {
  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: #bb3e10;
}

.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 {
  opacity: 0.2;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .title-wrap h5 {
  font-weight: 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;
}

.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .image-wrap img {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .image-wrap:hover {
  cursor: move;
}

.nasa-slick-slider-title-wrap
  .nasa-product-slick-item-wrap.slick-slide
  .image-wrap
  img {
  margin: 0 auto;
}

.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-current,
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap.slick-center {
  opacity: 1;
  margin-bottom: -10px;
}

.nasa-slick-slider-title-wrap
  .nasa-product-slick-item-wrap.slick-current
  .image-wrap
  img,
.nasa-slick-slider-title-wrap
  .nasa-product-slick-item-wrap.slick-center
  .image-wrap
  img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nasa-slick-slider-title-wrap
  .nasa-product-slick-item-wrap.slick-current
  .title-wrap,
.nasa-slick-slider-title-wrap
  .nasa-product-slick-item-wrap.slick-center
  .title-wrap {
  visibility: visible;
  opacity: 1;
}

.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .row .columns,
.nasa-slick-slider-title-wrap .nasa-product-slick-item-wrap .row .column {
  padding: 0;
}

.row .nasa-wrap-slick-slide-products .row.nasa-warp-slide-nav-top {
  margin-bottom: 30px;
}

.nasa-wrap-slick-slide-products .nasa-warp-slide-nav-top {
  margin-bottom: 30px;
}

.nasa-wrap-slick-slide-products
  .nasa-warp-slide-nav-top
  .nasa-title
  .nasa-title-wrap {
  position: relative;
  display: block;
}

.nasa-wrap-slick-slide-products
  .nasa-warp-slide-nav-top
  .nasa-title
  .nasa-title-wrap
  .nasa-nav-icon-slick {
  position: absolute;
  top: -8px;
  font-size: 150%;
  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
  .nasa-warp-slide-nav-top
  .nasa-title
  .nasa-title-wrap
  .nasa-nav-icon-slick.nasa-nav-prev {
  left: 5px;
}

.nasa-wrap-slick-slide-products
  .nasa-warp-slide-nav-top
  .nasa-title
  .nasa-title-wrap
  .nasa-nav-icon-slick.nasa-nav-next {
  right: 5px;
}

.nasa-wrap-slick-slide-products
  .nasa-warp-slide-nav-top
  .nasa-title
  .nasa-title-wrap
  .nasa-nav-icon-slick:hover {
  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 3px;
  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: #bb3e10;
}

.nasa-thumbnail-hoz .slick-dots {
  display: none !important;
}

/* 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: left;
  }
  [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: #491c0e;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #f32321;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  text-align: justify;
  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: "GlacialIndifferences", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #491c0e;
  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: 2px solid;
  text-transform: capitalize;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1.10345em;
  padding-right: 2.75862em;
  padding-bottom: 1.17241em;
  padding-left: 2.75862em;
  font-size: 0.82759em;
  background-color: white;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#submit:hover,
button:hover,
.button:hover,
input[type="submit"]:hover {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.secondary,
button.secondary,
.button.secondary,
input[type="submit"].secondary {
  background-color: #f46e6d;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#submit.secondary:hover,
#submit.secondary:focus,
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.white,
button.white,
.button.white,
input[type="submit"].white {
  background-color: white;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#submit.white:hover,
button.white:hover,
.button.white:hover,
input[type="submit"].white:hover {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.success,
button.success,
.button.success,
input[type="submit"].success {
  background-color: #bb3e10;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#submit.success:hover,
#submit.success:focus,
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus,
input[type="submit"].success:hover,
input[type="submit"].success:focus {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.alert,
button.alert,
.button.alert,
input[type="submit"].alert {
  background-color: #c60f13;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#submit.alert:hover,
#submit.alert:focus,
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus,
input[type="submit"].alert:hover,
input[type="submit"].alert:focus {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.large,
button.large,
.button.large,
input[type="submit"].large {
  padding-top: 1.24138em;
  padding-right: 3.10345em;
  padding-bottom: 1.31034em;
  padding-left: 3.10345em;
  font-size: 1.10345em;
}

#submit.small,
button.small,
.button.small,
input[type="submit"].small {
  padding-top: 0.82759em;
  padding-right: 2.06897em;
  padding-bottom: 0.89655em;
  padding-left: 2.06897em;
  font-size: 0.75862em;
}

#submit.tiny,
button.tiny,
.button.tiny,
input[type="submit"].tiny {
  padding-top: 0.55172em;
  padding-right: 1.37931em;
  padding-bottom: 0.62069em;
  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 {
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#submit.round,
button.round,
.button.round,
input[type="submit"].round {
  border-color: #aaaaaa;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}

#submit.disabled,
#submit[disabled],
button.disabled,
button[disabled],
.button.disabled,
.button[disabled],
input[type="submit"].disabled,
input[type="submit"][disabled] {
  background-color: #bb3e10;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -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 {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#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: #bb3e10;
}

#submit.disabled.secondary,
#submit[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary,
input[type="submit"].disabled.secondary,
input[type="submit"][disabled].secondary {
  background-color: #f46e6d;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -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 {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.disabled.secondary:hover,
#submit.disabled.secondary:focus,
#submit[disabled].secondary:hover,
#submit[disabled].secondary:focus,
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus,
input[type="submit"].disabled.secondary:hover,
input[type="submit"].disabled.secondary:focus,
input[type="submit"][disabled].secondary:hover,
input[type="submit"][disabled].secondary:focus {
  background-color: #f46e6d;
}

#submit.disabled.white,
#submit[disabled].white,
button.disabled.white,
button[disabled].white,
.button.disabled.white,
.button[disabled].white,
input[type="submit"].disabled.white,
input[type="submit"][disabled].white {
  background-color: #eeeeee;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#submit.disabled.white:hover,
#submit[disabled].white:hover,
button.disabled.white:hover,
button[disabled].white:hover,
.button.disabled.white:hover,
.button[disabled].white:hover,
input[type="submit"].disabled.white:hover,
input[type="submit"][disabled].white:hover {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.disabled.success,
#submit[disabled].success,
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success,
input[type="submit"].disabled.success,
input[type="submit"][disabled].success {
  background-color: #bb3e10;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -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 {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#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: #bb3e10;
}

#submit.disabled.alert,
#submit[disabled].alert,
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert,
input[type="submit"].disabled.alert,
input[type="submit"][disabled].alert {
  background-color: #c60f13;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.7;
  -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 {
  color: white;
  border-color: #f32321;
  background: #f32321;
}

#submit.disabled.alert:hover,
#submit.disabled.alert:focus,
#submit[disabled].alert:hover,
#submit[disabled].alert:focus,
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus,
input[type="submit"].disabled.alert:hover,
input[type="submit"].disabled.alert:focus,
input[type="submit"][disabled].alert:hover,
input[type="submit"][disabled].alert:focus {
  background-color: #c60f13;
}

#submit,
button,
.button,
input[type="submit"] {
  padding-top: 1.17241em;
  padding-bottom: 1.10345em;
}

#submit.tiny,
button.tiny,
.button.tiny,
input[type="submit"].tiny {
  padding-top: 0.62069em;
  padding-bottom: 0.55172em;
}

#submit.small,
button.small,
.button.small,
input[type="submit"].small {
  padding-top: 0.89655em;
  padding-bottom: 0.82759em;
}

#submit.large,
button.large,
.button.large,
input[type="submit"].large {
  padding-top: 1.27586em;
  padding-bottom: 1.27586em;
}

@media only screen {
  #submit.radius,
  button.radius,
  .button.radius,
  input[type="submit"].radius {
    border-color: #aaaaaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #submit.round,
  button.round,
  .button.round,
  input[type="submit"].round {
    border-color: #aaaaaa;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 52.96552em) {
  #submit,
  button,
  .button,
  input[type="submit"] {
    display: inline-block;
  }
}

/* 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: #bb3e10;
}

.button.success.trans-button {
  color: #bb3e10;
}

.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: #bb3e10 !important;
  color: #fff;
  border-color: #bb3e10;
}

.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: #bb3e10 !important;
  color: #fff !important;
  border-color: #bb3e10;
}

.trans-button.active {
  background-color: #bb3e10 !important;
  color: #fff !important;
  border-color: #bb3e10;
}

.facebook-button {
  background-color: #3a589d !important;
}

/* Revolution slider */

.rev_slider_wrapper .type-label-2 {
  background: #bb3e10;
  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: #491c0e;
}

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: #491c0e;
}

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;
  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;
  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: 30px;
}

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;
}

.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;
  filter: alpha(opacity=0);
  visibility: hidden;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: ttranslate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nasa-login-register-warper.nasa-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nasa-login-register-warper #nasa-login-register-form .nasa-form-logo-log {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  position: relative;
}

.nasa-login-register-warper
  #nasa-login-register-form
  .nasa-form-logo-log
  .header_logo {
  max-height: 45px;
}

.nasa-login-register-warper #nasa-login-register-form .nasa-form-title {
  margin: 5px 0 20px 0;
  font-size: 140%;
}

.nasa-login-register-warper #nasa-login-register-form .nasa-form-content {
  margin: 0 15% 10px 15%;
}

.nasa-login-register-warper
  #nasa-login-register-form
  .nasa-form-content
  #nasa_rememberme {
  margin: 0 5px;
  position: relative;
  top: 5px;
}

.nasa-login-register-warper
  #nasa-login-register-form
  .nasa-form-content
  input[name="nasa_login"],
.nasa-login-register-warper
  #nasa-login-register-form
  .nasa-form-content
  input[name="nasa_register"] {
  width: 100%;
  margin-top: 10px;
  padding-left: unset;
  padding-right: unset;
}

.nasa-login-register-warper #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-warper
  #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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-login-register-warper
  #nasa-login-register-form
  a.login-register-close:hover
  i:before {
  background: #bb3e10;
  color: #fff;
}

.nasa-login-register-warper #nasa-login-register-form form {
  display: block !important;
}

.nasa-login-register-warper #nasa-login-register-form form label,
.nasa-login-register-warper
  #nasa-login-register-form
  form
  .form-row.row-submit {
  text-align: left;
}

.nasa-login-register-warper #nasa-login-register-form .nasa-switch-form {
  display: block;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-login-register-warper #nasa-login-register-form .nasa-switch-form a {
  color: #bb3e10;
}

.nasa-login-register-warper #nasa-login-register-form #nasa_customer_login {
  overflow: hidden;
  position: relative;
}

.nasa-login-register-warper
  #nasa-login-register-form
  #nasa_customer_login
  .nasa_login-form {
  position: relative;
  left: 0;
}

.nasa-login-register-warper
  #nasa-login-register-form
  #nasa_customer_login
  .nasa_register-form {
  position: absolute;
  left: 100%;
}

#customer_login {
  overflow: hidden;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

#customer_login .nasa-form-title {
  margin-bottom: 20px;
}

#customer_login .login-form {
  position: relative;
  left: 0;
}

#customer_login .register-form {
  position: absolute;
  left: 100%;
}

#customer_login .row-submit {
  margin-top: 40px;
}

#customer_login .form-row > label {
  text-align: left;
}

#mobile-navigation .nasa-login-register-ajax .nasa-login-title {
  display: inline-block;
}

.header-icons > li .header-account .nasa-login-register-ajax .pe7-icon {
  margin-right: 0;
}

.woocommerce-MyAccount-content form #billing_first_name_field,
.woocommerce-MyAccount-content form #billing_last_name_field,
.woocommerce-MyAccount-content form #billing_phone_field,
.woocommerce-MyAccount-content form #billing_email_field {
  display: inline-block;
  padding-right: 0;
}

.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: 0.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;
}

.nasa-attr-ux_wrap {
  overflow: hidden;
}

.nasa-attr-ux_wrap .nasa-attr-ux {
  display: inline-block;
  width: 33.333333%;
  margin: 5px 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-attr-ux_wrap .nasa-attr-ux.nasa-disable {
  opacity: 0.6;
  cursor: not-allowed;
}

.nasa-attr-ux_wrap .nasa-attr-ux.nasa-disable .nasa-attr-bg-img,
.nasa-attr-ux_wrap .nasa-attr-ux.nasa-disable .nasa-attr-bg {
  cursor: not-allowed;
}

.nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-image {
  margin: 3px 0;
}

.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg {
  display: inline-block;
  padding: 0 12px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  position: relative;
  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%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-attr-ux_wrap .nasa-attr-ux span.nasa-text {
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
  text-transform: capitalize;
}

.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg-img {
  display: inline-block;
  padding: 1px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
  float: left;
  margin-right: 2px;
  border: 1px solid #ececec;
  overflow: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg-img img {
  width: 25px;
  height: 25px;
}

.nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-text {
  display: inline-block;
  clear: both;
  line-height: 30px;
}

.nasa-attr-ux_wrap .nasa-attr-ux.nasa-attr-ux-color .nasa-attr-text {
  display: none;
}

.nasa-attr-ux_wrap .nasa-attr-ux.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;
}

.nasa-attr-ux_wrap .nasa-attr-ux.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;
}

.nasa-attr-ux_wrap .nasa-attr-ux.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: 7px;
  left: 10px;
}

.nasa-attr-ux_wrap
  .nasa-attr-ux.selected.nasa-attr-ux-white
  .nasa-attr-bg:before {
  border-color: #491c0e;
}

.nasa-attr-ux_wrap
  .nasa-attr-ux.selected.nasa-attr-ux-label
  .nasa-attr-bg:before {
  border-color: #491c0e;
}

.nasa-attr-ux_wrap .nasa-attr-ux-label .nasa-attr {
  background-color: #eaeaea;
}

.nasa-product-details-page
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-attr-ux-image
  .nasa-attr-text,
.product-lightbox
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-attr-ux-image
  .nasa-attr-text {
  display: none;
}

.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg {
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
}

.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux span.nasa-text {
  line-height: 20px;
}

.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-bg {
  height: 22px;
  width: 21px;
}

.nasa-product-details-page .nasa-attr-ux_wrap .nasa-attr-ux .nasa-attr-text {
  line-height: 22px;
}

.nasa-product-details-page
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-attr-ux-image
  .nasa-attr-text {
  line-height: 24px;
}

.nasa-product-details-page
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-attr-ux-image
  .nasa-attr-bg-img
  img {
  width: 35px;
  height: 35px;
}

.nasa-product-details-page
  .nasa-attr-ux_wrap
  .nasa-attr-ux.selected
  .nasa-attr-bg:before {
  top: 4px;
  left: 7px;
}

@media only screen and (max-width: 640px) {
  body .nasa-attr-ux_wrap .nasa-attr-ux {
    width: 50%;
  }
}

.nasa-square
  .nasa-product-content-nasa_image-wrap
  .nasa-product-content-child
  > a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.nasa-square
  .nasa-product-content-nasa_image-wrap
  .nasa-product-content-child
  > a
  img {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.nasa-square .nasa-attr-ux_wrap .nasa-attr-bg-img {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.nasa-square .nasa-attr-ux_wrap .nasa-attr-bg-img img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.nasa-square
  .nasa-product-details-page
  .nasa-attr-ux_wrap
  .nasa-attr-ux.nasa-attr-ux-image
  .nasa-attr-bg-img
  img {
  width: 30px;
  height: 30px;
}

.nasa-attr-ux {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nasa-attr-ux.nasa-unavailable {
  opacity: 0.2 !important;
}

.nasa-attr-ux.nasa-disable .nasa-attr-bg-img,
.nasa-attr-ux.nasa-disable .nasa-attr-bg {
  position: relative;
}

.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: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 2px solid #000;
}

.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-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 {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  border-top: 1px solid #000;
}

.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);
}

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 0.3s 0.001s ease-out,
    background 0.1s 0.001s ease-out, visibility 0.3s 0.45s ease-out,
    opacity 0.3s 0.45s ease-out, -webkit-transform 0.3s 0.45s ease-out;
  -moz-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    -moz-transform 0.3s 0.45s ease-out;
  -ms-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    -ms-transform 0.3s 0.45s ease-out;
  -o-transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, 0.3s 0.45s ease-out,
    -o-transform 0.3s 0.45s ease-out;
  transition: color 0.3s 0.001s ease-out, background 0.1s 0.001s ease-out,
    visibility 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out,
    transform 0.3s 0.45s ease-out;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.product-item:hover .fpd-catalog-customize {
  visibility: visible;
  opacity: 1;
  -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);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nasa-cookie-notice-container.nasa-active {
  visibility: visible;
  opacity: 0.9;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nasa-cookie-notice-container .nasa-cookie-notice-centent {
  padding: 15px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

.nasa-cookie-notice-container .nasa-policies-cookie {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 10px;
  display: inline-block;
}

.nasa-cookie-notice-container .nasa-accept-cookie {
  font-weight: bold;
  display: inline-block;
}

.nasa-cookie-notice-container .nasa-accept-cookie:after {
  font-family: "nasa-font";
  content: "\54";
  position: relative;
  top: 4px;
  margin-left: 3px;
  font-size: 135%;
  line-height: 1;
}

.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: -20px;
  margin-right: -20px;
}

.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 {
  background: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
  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;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

body input[type="submit"].dokan-btn:hover,
body a.dokan-btn:hover,
body .dokan-btn:hover,
body
  #dokan-store-listing-filter-form-wrap
  .apply-filter
  #apply-filter-btn:hover {
  background: #bb3e10;
  border-color: #bb3e10;
  opacity: 0.8;
}

body input[type="submit"].dokan-btn-theme,
body a.dokan-btn-theme,
body .dokan-btn-theme {
  background: #bb3e10;
  border-color: #bb3e10;
  color: #fff;
}

body #dokan-store-listing-filter-wrap .right .toggle-view .active {
  color: #bb3e10;
}

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: #491c0e;
  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);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggle-sidebar-dokan i {
  font-size: 150%;
  display: block;
  color: #491c0e;
}

.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%);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  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: -10px;
    margin-right: -10px;
  }
  body
    #dokan-seller-listing-wrap
    .seller-listing-content
    ul.dokan-seller-wrap
    li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 52.96552em) {
  body.nasa-in-mobile #mobile-navigation {
    -webkit-transition: ease-in-out 200ms ease;
    -moz-transition: ease-in-out 200ms ease;
    -o-transition: ease-in-out 200ms ease;
    transition: ease-in-out 200ms ease;
  }
  body.nasa-in-mobile .warpper-mobile-search,
  body.nasa-in-mobile .nasa-top-cat-filter-wrap-mobile,
  body.nasa-in-mobile #nasa-menu-sidebar-content {
    display: block;
  }
  body.nasa-in-mobile .nasa-buy-now,
  body.nasa-in-mobile .single_add_to_cart_button {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  body.nasa-in-mobile .nasa-buy-now:hover,
  body.nasa-in-mobile .single_add_to_cart_button:hover {
    opacity: unset;
  }
  body.nasa-in-mobile
    .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;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  body.nasa-in-mobile .col-sidebar.left,
  body.nasa-in-mobile .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;
  }
}

.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 .mobile-search {
  top: unset;
}

.nasa-in-mobile #masthead {
  padding: 0;
}

.nasa-in-mobile .woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
}

.nasa-in-mobile .woocommerce-MyAccount-content {
  margin-bottom: 0;
  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;
}

.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 .nasa-logo-img {
  margin: 0;
  line-height: inherit;
}

.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 .products-number .nasa-sl,
.nasa-header-mobile-layout .elements-wrapper .wishlist-number .nasa-sl {
  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;
  top: -5px;
  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);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.warpper-mobile-search.nasa-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.warpper-mobile-search input {
  width: 100%;
  margin: auto;
}

.warpper-mobile-search form {
  margin: 0;
}

.warpper-mobile-search form .screen-reader-text {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
}

.warpper-mobile-search form input {
  margin: 0;
}

.warpper-mobile-search form > label {
  padding-bottom: 10px;
}

.warpper-mobile-search .twitter-typeahead,
.warpper-mobile-search .live-search-input {
  width: 100%;
}

.warpper-mobile-search .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%;
  }
}

/******************************* CUSTOM CSS ***********************************************/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
      right: -3px;
    }
  }
}

.page-id-3582 td:first-child::before {
  content: "\A";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #491c0e;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.page-id-3582 td {
  min-width: 220px;
}
.nasa-static-sidebar.style-2 {
  background: #eadfcd;
}
.nasa-static-sidebar.style-2 .nasa-sidebar-tit,
.nasa-static-sidebar.style-2 .widget_shopping_cart_content .mini-cart-info a,
.icon-nasa-cart-3:before {
  color: #ae3b10 !important;
}
.page-id-3582 div#other_exhibitions_row .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-id-3582 .porfolio_other_exhibitions .columns {
  padding: 0px;
  align-self: flex-start;
}

.page-id-3582 .porfolio_solo_exhibitions {
  padding: 10px 0px;
}

.page-id-3582 .porfolio_other_exhibitions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

.page-id-3582 .porfolio_other_exhibitions ul {
  margin: 0;
  padding: 0;
}

.page-id-3582 .porfolio_other_exhibitions ul li {
  font-size: 16px;
}

.page-id-3582 h3.years {
  position: relative;
  font-size: 22px;
}

.page-id-3582 .exhibitions_title {
  margin-bottom: 10px;
  font-size: 28px;
}

.page-id-3582 h3.years::before,
.page-id-3582 h3.years::after {
  content: "/";
  padding: 0px 5px;
}

.page-id-3443 .row {
  /*   max-width: 100% !important; */
}

.page-id-3443 .gallery {
  padding: 35px 0px !important;
  margin: 25px 0px !important;
}

.gallery_painting_title {
  text-transform: uppercase;
  font-size: 62px;
  font-family: "Nowester" !important;
  padding-left: 20px;
}

#gallery_title_design
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 30px;
}

.single-post .entry-content a {
  color: #ba3e10 !important;
}

p.media {
  text-transform: uppercase;
  font-size: 16px;
}

.solo-exhibitions #nasa-breadcrumb-site {
  display: none !important;
}

.subtitle {
  font-family: "Awesome-Lathusca" !important;
  text-transform: capitalize !important;
  color: #491c0e;
  font-size: 50px;
  font-weight: 400;
}

#nasa-breadcrumb-site {
  height: 200px;
  background-size: contain !important;
  background-repeat: repeat !important;
}

.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.example {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.product-item .info .name a,
.product-item .info .name span {
  font-size: 18px;
  text-transform: capitalize;
}

ul.heateor_sss_sharing_ul {
  justify-content: start;
  align-items: center;
  display: inline-block;
  position: relative;
  left: 0%;
}

.solo-exhibitions ul.heateor_sss_sharing_ul {
  left: 9%;
}

.solo-exhibitions h1,
.solo-exhibitions h2,
.solo-exhibitions h3 {
  text-transform: uppercase;
}

#masthead {
  background-color: #ba3e10;
  padding: 5px 0px;
}

#masthead a {
  color: #fff;
}

h1.nasa-logo-img {
  text-transform: uppercase;
}

h1 a:hover {
  text-decoration: none;
}

.logo_name {
  margin-left: 15px;
  color: #ede0cc;
}
.mobile-language-swithcher {
display: none;
}


body .primary-color,
body a:active,
body a:focus,
body p a,
body p a:hover,
body p a:active,
body p a:focus,
body p a:visited,
body .add-to-cart-grid .cart-icon strong,
body .navigation-paging a,
body .navigation-image a,
body .logo a,
body li.mini-cart .cart-icon strong,
body .mini-cart-item .cart_list_product_price,
body .remove:hover i,
body .support-icon,
body .shop_table.cart td.product-name a:hover,
body #order_review .cart-subtotal .woocommerce-Price-amount,
body #order_review .order-total .woocommerce-Price-amount,
body #order_review .woocommerce-shipping-totals .woocommerce-Price-amount,
body .cart_totals .order-total td,
body a.shipping-calculator-button:hover,
body .widget_layered_nav li a:hover,
body .widget_layered_nav_filters li a:hover,
body .product_list_widget .text-info span,
body .copyright-footer span,
body #menu-shop-by-category li.active.menu-parent-item .nav-top-link::after,
body .product_list_widget .product-title:hover,
body .item-product-widget .product-meta .product-title a:hover,
body .bread.nasa-breadcrumb-has-bg .row .breadcrumb-row a:hover,
body .bread.nasa-breadcrumb-has-bg .columns .breadcrumb-row a:hover,
body .group-blogs .blog_info .post-date span,
body .header-type-1 .header-nav .nav-top-link:hover,
body .widget_layered_nav li:hover a,
body .widget_layered_nav_filters li:hover a,
body .remove .pe-7s-close:hover,
body .absolute-footer .left .copyright-footer span,
body .service-block .box .title .icon,
body .service-block.style-3 .box .service-icon,
body .service-block.style-2 .service-icon,
body .service-block.style-1 .service-icon,
body .contact-information .contact-text strong,
body .nav-wrapper .root-item a:hover,
body .group-blogs .blog_info .read_more a:hover,
body #top-bar .top-bar-nav li.color a,
body .mini-cart .cart-icon:hover:before,
body .absolute-footer li a:hover,
body .nasa-recent-posts li .post-date,
body .nasa-recent-posts .read-more a,
body .shop_table .remove-product .pe-7s-close:hover,
body .absolute-footer ul.menu li a:hover,
body .nasa-pagination.style-1 .page-number li span.current,
body .nasa-pagination.style-1 .page-number li a.current,
body .nasa-pagination.style-1 .page-number li a.nasa-current,
body .nasa-pagination.style-1 .page-number li a:hover,
body #vertical-menu-wrapper li.root-item:hover > a,
body .widget.woocommerce li.cat-item a.nasa-active,
body .widget.widget_recent_entries ul li a:hover,
body .widget.widget_recent_comments ul li a:hover,
body .widget.widget_meta ul li a:hover,
body .widget.widget_categories li a.nasa-active,
body .widget.widget_archive li a.nasa-active,
body .nasa-filter-by-cat.nasa-active,
body .widget .nasa-tag-cloud-ul li a:hover,
body .widget .nasa-tag-cloud-ul li a.nasa-active:hover,
body .product-info .stock.in-stock,
body #nasa-footer .nasa-contact-footer-custom h5,
body #nasa-footer .nasa-contact-footer-custom h5 i,
body .group-blogs .nasa-blog-info-slider .nasa-post-date,
body li.menu-item.nasa-megamenu > .nav-dropdown > ul > li.menu-item a:hover,
body .nasa-tag-cloud a.nasa-active:hover,
body .html-text i,
body .header-nav .active .nav-top-link,
body ul li .nav-dropdown > ul > li:hover > a,
body ul li .nav-dropdown > ul > li:hover > a:before,
body ul li .nav-dropdown > ul > li .nav-column-links > ul > li a:hover,
body ul li .nav-dropdown > ul > li .nav-column-links > ul > li:hover > a:before,
body .topbar-menu-container > ul > li > a:hover,
body .header-account ul li a:hover,
body .header-icons > li a:hover i,
body .nasa-title span.nasa-first-word,
body
  .nasa-sc-pdeal.nasa-sc-pdeal-block
  .nasa-sc-p-img
  .images-popups-gallery
  a.product-image
  .nasa-product-label-stock
  .label-stock,
body
  .nasa-sc-pdeal.nasa-sc-pdeal-block
  .nasa-sc-p-info
  .nasa-sc-p-title
  h3
  a:hover,
body #nasa-footer .nasa-footer-contact .wpcf7-form label span.your-email:after,
body #nasa-footer .widget_nav_menu ul li a:hover,
body #nasa-footer .nasa-footer-bottom .widget_nav_menu ul li a:hover,
body #nasa-footer .nasa-nav-sc-menu ul li a:hover,
body #nasa-footer .nasa-footer-bottom .nasa-nav-sc-menu ul li a:hover,
body .owl-carousel .owl-nav div:hover,
body
  .item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .btn-wishlist:hover,
body
  .item-product-widget.nasa-list-type-2
  .product-meta
  .product-interactions
  .quick-view:hover,
body .item-product-widget.nasa-list-type-2 .product-meta .product-title a:hover,
body
  #nasa-wishlist-sidebar
  .wishlist_sidebar
  .wishlist_table
  tbody
  tr
  .product-wishlist-info
  .info-wishlist
  .nasa-wishlist-title
  a:hover,
body
  #nasa-wishlist-sidebar
  .wishlist_sidebar
  .wishlist_table
  tbody
  tr
  .product-remove
  a:hover
  i,
body
  #cart-sidebar
  .widget_shopping_cart_content
  .cart_list
  .mini-cart-item
  .mini-cart-info
  a:hover,
body
  #cart-sidebar
  .widget_shopping_cart_content
  .cart_list
  .mini-cart-item
  .item-in-cart:hover
  i,
body
  .item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list:hover
  .pe-icon,
body
  .item-product-widget.nasa-list-type-extra
  .product-meta
  .product-interactions
  .btn-wishlist-main-list:hover
  .nasa-icon,
body
  .item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist:hover
  .pe-icon,
body
  .item-product-widget.nasa-list-type-main
  .product-interactions
  .btn-wishlist:hover
  .nasa-icon,
body .nasa-login-register-warper #nasa-login-register-form .nasa-switch-form a,
body .vertical-menu-container #vertical-menu-wrapper li.root-item:hover > a,
body .vertical-menu-container .vertical-menu-wrapper li.root-item:hover > a,
body .vertical-menu-container #vertical-menu-wrapper li.root-item:hover > a > i,
body .vertical-menu-container .vertical-menu-wrapper li.root-item:hover > a > i,
body .current-menu-item,
body
  #cart-sidebar
  .wishlist_sidebar
  .wishlist_table
  tbody
  tr
  .product-wishlist-info
  .info-wishlist
  .add-to-cart-wishlist
  .button-in-wishlist:hover,
body
  #nasa-wishlist-sidebar
  .wishlist_sidebar
  .wishlist_table
  tbody
  tr
  .product-wishlist-info
  .info-wishlist
  .add-to-cart-wishlist
  .button-in-wishlist:hover,
body .product-item .info .name:hover,
body
  .product-item
  .product-img-wrap
  .nasa-product-content-nasa_label-wrap
  .nasa-product-content-child
  > a.nasa-active,
body .nasa-compare-list-bottom .nasa-compare-mess,
body
  .nasa-labels-filter-top
  .nasa-labels-filter-accordion
  .nasa-top-row-filter
  > li.nasa-active
  a,
body
  .nasa-wrap-slick-slide-products-title
  .nasa-slide-products-title-item.slick-current
  > a,
body .nasa-accordions-content .nasa-accordion-title a.active,
body .widget.widget_product_categories li a:hover,
body .widget.woocommerce.widget_product_categories li a:hover,
body .widget.widget_product_categories li.current-cat > a,
body .widget.woocommerce.widget_product_categories li.current-cat > a,
body .widget.widget_product_categories li.current-cat .children a:hover,
body
  .widget.woocommerce.widget_product_categories
  li.current-cat
  .children
  a:hover,
body .widget li a:hover,
body .widget.woocommerce li a:hover,
body
  .nasa-products-special-deal.nasa-products-special-deal-multi-2
  .nasa-list-stock-status
  span,
body .nasa-after-add-to-cart-subtotal-price,
body .nasa-total-condition-desc .woocommerce-Price-amount,
body .woocommerce-table--order-details tfoot tr:last-child td > .amount,
body
  .woocommerce-MyAccount-navigation.nasa-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a:hover:before,
body .topbar-menu-container ul ul li a:hover,
body .shop_table tbody .product-subtotal,
body .nasa-post-navigation .nasa-post-prev a:hover .nasa-post-title,
body .nasa-post-navigation .nasa-post-next a:hover .nasa-post-title,
body .grid-product-category .nasa-item-wrap:hover .nasa-view-more i,
body .nasa-tabs-content.nasa-slide-style .nasa-tabs li.active a h5,
body #dokan-store-listing-filter-wrap .right .toggle-view .active,
body .nasa-static-sidebar .nasa-sidebar-close a:hover:before,
body .nasa-post-navigation .nasa-post-prev a:hover:before,
body .nasa-post-navigation .nasa-post-prev a:hover:after,
body .nasa-post-navigation .nasa-post-next a:hover:before,
body .nasa-post-navigation .nasa-post-next a:hover:after,
body
  .nasa-product-content-nasa_label-wrap
  .nasa-product-content-child
  > a:focus,
body
  .nasa-product-content-nasa_label-wrap
  .nasa-product-content-child
  > a:visited,
body
  .nasa-product-content-nasa_label-wrap
  .nasa-product-content-child
  > a:hover {
  color: #ede0cc !important;
}

a:hover,
a:active {
  color: unset !important;
}

.nasa-header-sticky .sticky-wrapper.fixed-already #masthead,
.nasa-header-sticky .sticky-wrapper.fixed-already .site-header {
  padding: 5px 0px;
}

rs-bullets .tp-bullets {
  top: 98% !important;
}

#main_title_design
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px !important;
  margin-top: 30px;
}

#main_title_design h2.main_title {
  font-family: "Awesome-Lathusca" !important;
  text-transform: uppercase;
  font-size: 62px;
  padding-left: 20px;
  color: #ba3e10;
}

#solo_exhibitions
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line,
#group_exhititions
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line,
#main_title_design_two
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 40px !important;
  margin-top: 20px;
}

#solo_exhibitions,
#group_exhititions,
#main_title_design_two {
  margin: 50px 0px;
}

#solo_exhibitions h2.main_title_left,
#group_exhititions h2.main_title_left,
#main_title_design_two h2.main_title_left {
  font-family: "Awesome-Lathusca" !important;
  text-transform: uppercase;
  font-size: 47px;
  padding-left: 296px;
  margin-top: -2px;
  color: #ba3e10;
}

#solo_exhibitions h2.main_title_right,
#group_exhititions h2.main_title_right,
#main_title_design_two h2.main_title_right {
  font-family: "Awesome-Lathusca" !important;
  text-transform: uppercase;
  font-size: 47px;
  padding-right: 20px;
  margin-top: -2px;
  color: #ba3e10;
}

.vc_gitem-post-data-source-post_date p a.vc_gitem-link {
  color: #491c0e !important;
}

.home div#content {
  padding-left: 290px;
  padding-right: 180px;
  padding-top: 35px;
  padding-bottom: 60px;
}

.home div#content .paragraph p {
  text-align: justify;
  font-size: 18px !important;
  line-height: 40px;
}

.home div#content h2.subtitle {
  font-family: "SedGwickAve" !important;
  text-transform: capitalize;
  color: #491c0e;
  letter-spacing: 1.5px;
  font-size: 30px;
}

.home div#content h3.go_to_link {
  padding-top: 20px;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  color: #ba3e10;
  font-size: 26px;
}

#artworks {
  min-height: 700px;
}

#shop {
  min-height: 700px;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

#shop .shop_data {
  position: absolute;
  top: 450px;
  max-width: 100% !important;
}

#shop .shop_image img {
  width: 100%;
  border: 4px solid #fff;
  border-radius: 5px;
}

#shop .shop_data h2.shop_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  color: #ba3e10 !important;
  text-align: center;
  padding: 20px 0px;
}

#about_me {
  margin-top: 480px;
  background-color: #ba3e10;
  min-height: 100px;
  width: 100%;
  min-height: 490px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

#about_me .about_me_photo {
  z-index: 1;
  position: absolute;
  right: 0px;
  width: 45%;
}

#about_me .about_me_text {
  z-index: 2;
  background-color: #eadfcc;
  width: 60%;
  position: absolute;
  left: 50px;
  font-size: 18px;
  top: 60px;
  min-height: 330px;
  text-align: justify;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px !important;
}

#about_me h2.about_me_title {
  color: #491c0e;
  font-family: "SedGwickAve" !important;
  letter-spacing: 1.5px;
  font-size: 30px;
}

#about_me h2.about_me_go_to {
  margin-top: 20px;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  color: #ba3e10 !important;
  font-size: 25px;
}

#exhibations {
  padding-bottom: 30px;
}

#exhibations h2 {
  margin-top: 20px;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  color: #ba3e10 !important;
  font-size: 25px;
}

.vc_col-sm-6 {
  padding: 0px 20px !important;
  width: 49% !important;
}

.large-4,
.large-5,
.large-6,
.large-7,
.large-8,
.medium-3,
.medium-4,
.medium-5,
.medium-6,
.medium-7,
.medium-8,
.small-3,
.small-5,
.small-6,
.small-7,
.small-4 {
  padding: 0px 15px !important;
}

#gallery .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
  border-top-width: 50px;
  margin-top: 30px;
}

#gallery h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  padding-right: 297px;
  padding-bottom: 30px;
}

#gallery h2.gallery_go_to {
  padding: 45px 0px;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
}
.full_witdth .row {
  max-width: 100% !important;
}

#activities h2.vc_custom_heading {
  width: 85%;
  background-color: #ba3e10 !important;
  text-align: center !important;
  color: #fff !important;
  padding: 10px 0px;
  margin: 35px auto;
  text-transform: uppercase;
}

#activities .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* #activities {
  margin: 0px auto 120px auto;
} */

#revolutionary_art {
  min-height: 700px;
}

#revolutionary_art
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 580px;
}

#revolutionary_art h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 580px;
  color: #fff;
}

#video {
  min-height: 200px;
  position: relative;
}

#video .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 30px;
}

#video h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 30px;
  color: #fff;
}

div#video_first_row,
div#video_second_row {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

div#video .large-7,
div#video .large-5 {
  padding: 0px !important;
}

div#video_first_row .video_text_data,
div#video_second_row .video_text_data {
  background-color: #ba3e10;
  min-height: 300px;
  align-items: center;
  display: flex;
  padding: 30px !important;
}

.video_body p {
  text-align: justify;
}

.video_heading {
  font-family: "SedGwickAve" !important;
  font-size: 35px;
}

.video_go_to {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  font-size: 25px;
  padding-top: 15px;
}
#activities .vc_grid .vc_gitem-link,
#event .vc_grid .vc_gitem-link,
#talk .vc_grid .vc_gitem-link,
#activities .vc_grid .vc_gitem-link,
#event .vc_grid .vc_gitem-link,
#talk .vc_grid .vc_gitem-link {
  font-family: "Awesome-Lathusca" !important;
}
.video_body p,
.video_go_to,
.video_heading {
  color: #fff;
}

#latest_blog .vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top,
#latest_blog .vc_gitem-zone-a .vc_gitem-row-position-middle {
  position: relative;
}

#latest_blog .vc_btn3.vc_btn3-style-custom {
  background-image: none;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
}

#latest_blog .vc_btn3.vc_btn3-size-md {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-right: 0px;
}

#latest_blog .vc_grid .vc_gitem-link {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  color: #ba3e10;
}

.vc_gitem-post-meta-field-MEDIA {
  padding: 17px 0px 0px 0px;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
}

#latest_blog .vc-gitem-zone-height-mode-auto:before {
  padding-top: 0%;
}

.entry-summary p {
  font-size: 18px;
  text-align: justify;
}

.entry-readmore {
  text-align: right;
  opacity: 1 !important;
}

.entry-readmore a {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  color: #ba3e10;
  text-align: right;
}

.nasa-post-navigation .nasa-icon {
  display: none;
}

.nasa-compare-label,
#comments .comments-title,
.breadcrumb,
.product-info .entry-title,
footer h4,
.blog_title h5,
.nasa-shortcode-title-slider,
h3.nasa-blogs-relate .nasa-shortcode-title-slider,
.col-sidebar h2,
h3#reply-title {
  text-transform: uppercase;
}

.product-info-wrap .subtitle {
  padding: 5px 0px 10px 0px;
}

.page-id-3046 #nasa-breadcrumb-site {
  display: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  min-height: 200px;
}

#contact_page {
  margin-bottom: 50px;
}

#contact_page input[type="submit"] {
  font-family: "Awesome-Lathusca";
  background-color: unset !important;
  border-color: unset !important;
  color: #fff;
  border: none;
  font-size: 25px !important;
  text-align: center;
  margin: 0px auto;
  display: block;
}

#contact_page input[type="text"],
#contact_page input[type="email"],
#contact_page textarea {
  padding: 25px 10px !important;
}

#contact_page .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact_page .contact-box {
  padding: 30px 30px 5px 30px;
}

#contact_page h2 {
  padding: 15px 0px;
  margin-top: 20px;
  font-size: 30px;
}

#contact_page .contact-box h2 {
  padding: 25px 0px;
  font-size: 35px !important;
}

#contact_page p,
#contact_page .nasa-follow {
  text-align: center;
  color: #ba3e10;
}

#contact_page .follow-icon a i {
  color: #ba3e10 !important;
}

#current_exhibitions .current_first_row,
#current_exhibitions .current_second_row {
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  overflow: hidden;
}

#current_exhibitions p {
  text-align: justify !important;
}

#current_exhibitions h4,
#current_exhibitions h2 {
  text-transform: uppercase;
}

#current_exhibitions h2 {
  font-size: 30px;
}

#current_exhibitions h4 {
  margin-top: 20px;
  font-size: 25px;
}

#current_exhibitions .current_second_row {
  margin-top: 60px;
}

#upcoming_exhibitions {
  margin-top: 60px;
  padding-bottom: 50px;
}

#upcoming_exhibitions
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 30px;
}

#upcoming_exhibitions h2.main_title {
  font-family: "Awesome-Lathusca" !important;
  text-transform: uppercase;
  font-size: 62px;
  padding-right: 20px;
}

#upcoming_exhibitions h2.gallery_go_to {
  padding: 20px 0px;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
}

#upcoming_exhibitions .upcoming_exhibition_row_one {
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  overflow: hidden;
}

#upcoming_exhibitions p,
#upcoming_exhibitions h4,
#upcoming_exhibitions h2 {
  text-align: justify;
  color: #eadfcd;
}

#upcoming_exhibitions h4,
#upcoming_exhibitions h2 {
  text-transform: uppercase;
}

#upcoming_exhibitions h2 {
  font-size: 30px;
}

#upcoming_exhibitions h4 {
  margin-top: 20px;
  font-size: 25px;
}

.page-id-3483 .vc-gitem-zone-height-mode-auto:before {
  padding-top: 0 !important;
}

.page-id-3483 .vc_gitem-zone-a .vc_gitem-row-position-top,
.page-id-3483 .vc_gitem-zone-a .vc_gitem-row-position-middle {
  position: relative !important;
}

.page-id-3483 .vc_gitem-zone-a .vc_gitem-row-position-middle .vc_col-sm-6 {
  padding: 0px 10px !important;
}

.page-id-3483 .vc_gitem-zone-a .vc_gitem-row-position-top h3 {
  text-transform: uppercase !important;
  padding: 10px 0px;
}

.page-id-3483 .group_exhibitions_gallery .vc_gitem-row-position-top h3 {
  text-transform: uppercase !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.page-id-3483 .group_exhibitions_gallery .vc_gitem-row-position-top p {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

#artworks_page
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
}

#artworks_page .vc_separator h4 {
  font-size: 50px !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #bb3e10;
}

#artworks_page .vc_separator.vc_separator_align_center h4 {
  padding: 0 0.3em !important;
  padding-top: 50px !important;
}

#strong_women {
  min-height: 700px;
  max-width: 100% !important;
}

#strong_women .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 580px;
}

#strong_women h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 580px;
  color: #fff;
}

#artworks_page_row_one .nasa-tabs-content.nasa-classic-style .nasa-tabs {
  margin: 40px 0px;
}

.page-id-3522 div#content {
  padding-left: 290px;
  padding-right: 180px;
  padding-top: 35px;
  padding-bottom: 60px;
  max-width: 100% !important;
}

.page-id-3522 div#content h2.subtitle {
  font-family: "SedGwickAve" !important;
  text-transform: capitalize;
  color: #491c0e;
  letter-spacing: 1.5px;
  font-size: 35px;
}

.page-id-3522 div#content .paragraph p {
  text-align: justify;
  font-size: 18px !important;
  line-height: 40px;
}

.myanmarfont {
  font-family: "NKSSmart3" !important;
  word-break: break-word;
  word-spacing: 10px !important;
  color: #bb3e10;
}

.active #faceless {
  margin: 40px 0px;
  min-height: 700px;
  max-width: 100% !important;
}

.active
  #faceless
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 580px;
}

.active #faceless h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 580px;
  color: #fff;
}

#other h2 {
  padding: 0px !important;
  margin: 0px !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 35px;
}

#digital_art_text .vc_column-inner,
#video_art_text .vc_column-inner,
#performance_art_text .vc_column-inner,
#street_art_text .vc_column-inner {
  border-radius: 10px !important;
  width: 260px;
  height: 260px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

#digital_art,
#video_art,
#performance_art,
#street_art {
  cursor: pointer !important;
}

#other .vc_col-has-fill > .vc_column-inner {
  padding: 0px !important;
}

.video_art,
.performance_art,
.street_art {
  margin: 100px 0px;
  max-width: 100% !important;
}

#digital_art_row_one {
  margin: 100px 0px 0px 0px;
  min-height: 700px;
  max-width: 100% !important;
}

#digital_art_row_one
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 580px;
}

#digital_art_row_one h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 580px;
  color: #fff;
}

#performance_art_row_one {
  margin: 100px 0px 0px 0px;
  min-height: 700px;
  max-width: 100% !important;
}

#performance_art_row_one
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 580px;
}

#performance_art_row_one h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 580px;
  color: #fff;
}

#video_art_row_one {
  margin: 100px 0px 0px 0px;
  min-height: 700px;
  max-width: 100% !important;
}

#video_art_row_one
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 580px;
}

#video_art_row_one h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 580px;
  color: #fff;
}

#street_art_row_one {
  margin: 100px 0px 0px 0px;
  min-height: 700px;
  max-width: 100% !important;
}

#street_art_row_one
  .vc_separator.vc_sep_border_width_10
  .vc_sep_holder
  .vc_sep_line {
  border-top-width: 50px;
  margin-top: 31px;
  position: absolute;
  top: 580px;
}

#street_art_row_one h2.main_title {
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 62px;
  position: absolute;
  left: 296px;
  z-index: 10;
  top: 580px;
  color: #fff;
}

.page-id-3522 div#digital_art_row_two {
  padding-left: 290px;
  padding-right: 180px;
  padding-top: 35px;
  padding-bottom: 60px;
  max-width: 100% !important;
}

.page-id-3522 div#digital_art_row_two h2.subtitle {
  font-family: "SedGwickAve" !important;
  text-transform: capitalize;
  color: #491c0e;
  letter-spacing: 1.5px;
  font-size: 35px;
}

.page-id-3522 div#digital_art_row_two .paragraph p {
  text-align: justify;
  font-size: 18px !important;
  line-height: 40px;
}

#biography {
  margin: 50px 0px;
}

h1.timeline-main-title {
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #bb3e10;
}

.cool-timeline .timeline-post .timeline-content .ctl_info {
  line-height: 28px !important;
  font-family: "GlacialIndifference", helvetica, arial, sans-serif !important;
  display: inline-block;
  color: #491c0e;
  width: 100%;
  text-align: justify !important;
}

.cool-timeline .timeline-post .timeline-meta .meta-details {
  text-transform: uppercase;
  line-height: 28px !important;
  font-family: "Nowester", helvetica, arial, sans-serif !important;
  display: inline-block;
  color: #bb3e10;
  width: 100%;
  text-align: justify !important;
}

.ultimate-style .timeline-post .timeline-content .content-title {
  font-size: 18px !important;
}

.footer_social_menu {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-family: "Nowester";
  align-items: center;
}

.footer_social_menu h1 a {
  font-size: 25px;
  color: #fff !important;
  margin: 0px;
}

.footer_menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
}

.footer_menu a {
  color: #fff;
}

.footer_menu li {
  flex-basis: 120px;
  text-transform: uppercase;
  font-size: 15px;
  justify-content: space-between;
}

.footer_menu li:first-child::before {
  position: absolute;
  content: "/";
  left: 10px;
  top: -12px;
  font-size: 52px;
  color: #fff;
}

.footer_menu li:last-child::after {
  position: absolute;
  content: "/";
  right: 20px;
  top: -12px;
  font-size: 52px;
  color: #fff;
}

.company_name {
  color: #fff;
}

#nasa-footer .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact_page p {
  color: #bb3e10 !important;
  transition: all ease 600ms;
  font-size: 18px;
  margin-bottom: 10px;
}

#contact_page p a {
  color: #bb3e10 !important;
  transition: all ease 600ms;
  font-size: 18px;
}

#contact_page p.vc_custom_heading a:hover {
  color: #491c0e !important;
}

a#showimage {
  float: right;
  position: absolute;
  right: -25px;
  top: 3px;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #491c0e;
  padding: 6px 8px;
  transition: all ease-in-out 400ms;
}

/* .nasa-product-info-scroll a:hover{
color:#491C0E!important;
background-color:#ede0cc!important;
 border: 2px solid #491C0E;
} */

[data-value="art-print"] img {
  width: 65px !important;
  height: 25px !important;
}

#biography h2 {
  text-transform: uppercase;
}

#biography .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h3.rs-layer {
  font-family: "Nowester" !important;
  text-transform: uppercase !important;
  color: #ba3e10 !important;
}

h4.rs-layer {
  font-family: "Nowester" !important;
  text-transform: uppercase !important;
  color: #ede0cc !important;
  letter-spacing: 0px;
}

/*button annimation */
/* Container for the text, an anchor tag */
.wave_animation a {
  text-align: center;
  cursor: pointer;
  text-decoration: none; /* Removes the default underline from the link */
}

/* Style for each individual letter span (which will be created by JavaScript) */
.wave_animation span {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
}

/* Define the animation keyframes for the ripple effect. */
@keyframes wave-ripple {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

/* The hover effect triggers the animation on the spans */
.wave_animation a:hover span {
  animation: wave-ripple 0.6s ease-in-out;
  animation-delay: calc(var(--i) * 60ms);
}

/* Small screen adjustments */
@media (max-width: 768px) {
  .wave_animation span {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .wave_animation span {
    font-size: 2rem;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .nav-wrapper .root-item > a {
      padding: 15px 20px 15px 0 !important;
    }
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .nav-wrapper .root-item > a {
        padding: 20px 20px 15px 0 !important;
      }
      .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
        right: -3px !important;
        top: 30px;
      }
      .nasa-right-main-header {
        width: 17% !important;
      }
      .nasa-left-main-header {
        width: 83% !important;
      }
    }
  }
  #main_title_design h2.main_title {
    padding-left: 230px;
  }
  .home div#content {
    padding-left: 230px;
    padding-right: 120px;
  }
  #wrapper {
    overflow: hidden;
  }
  .nav-wrapper .root-item > a {
    padding: 15px 35px 15px 0 !important;
  }
  #video h2.main_title,
  #revolutionary_art h2.main_title {
    left: 230px;
  }
  #about_me .about_me_photo {
    width: 50%;
    padding: 0px !important;
  }
  /* Artworks */
  #digital_art_text .vc_column-inner,
  #video_art_text .vc_column-inner,
  #performance_art_text .vc_column-inner,
  #street_art_text .vc_column-inner {
    width: 220px;
    height: 220px;
    margin: 0px auto;
  }
  #street_art_row_one h2.main_title,
  #performance_art_row_one h2.main_title,
  #video_art_row_one h2.main_title,
  #digital_art_row_one h2.main_title,
  .active #faceless h2.main_title,
  #strong_women h2.main_title {
    left: 230px;
    top: 581px;
  }
  .page-id-3522 div#digital_art_row_two,
  .page-id-3522 div#content {
    padding-left: 210px;
    padding-right: 120px;
  }
  /* End Artworks */
  /* Exhibition */
  #upcoming_exhibitions h2.main_title {
    padding-right: 215px;
  }
  #solo_exhibitions h2.main_title_right,
  #group_exhititions h2.main_title_right,
  #main_title_design_two h2.main_title_right {
    padding-right: 215px;
  }
  #solo_exhibitions h2.main_title_left,
  #group_exhititions h2.main_title_left,
  #main_title_design_two h2.main_title_left {
    padding-left: 215px;
  }
  /* End Exhibition */
  #wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .home div#content {
    padding-left: 210px;
    padding-right: 120px;
  }
  #shop {
    min-height: 650px;
  }
  #about_me .about_me_photo {
    width: 50%;
    padding: 0px !important;
  }
  #about_me .about_me_text {
    padding: 30px !important;
    width: 60%;
    top: 65px;
  }
  #about_me {
    min-height: 490px;
  }
  #gallery h2.main_title {
    font-family: "Nowester", helvetica, arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 62px;
    padding-right: 230px;
  }
  #revolutionary_art h2.main_title {
    left: 231px;
    top: 581px;
  }
  #video h2.main_title {
    left: 231px;
  }
  .footer_menu li {
    flex-basis: 105px;
    font-size: 16px;
  }
  .footer_menu li:first-child::before {
    left: 8px;
    top: -17px;
  }
  .footer_menu li:last-child::after {
    right: 20px;
    top: -17px;
  }
  .footer_social_menu h1 a {
    font-size: 24px;
  }
  .large-4,
  .large-5,
  .large-6,
  .large-7,
  .large-8,
  .medium-3,
  .medium-4,
  .medium-5,
  .medium-6,
  .medium-7,
  .medium-8,
  .small-3,
  .small-5,
  .small-6,
  .small-7,
  .small-4 {
    padding: 0px 10px !important;
  }
  #nasa-footer p {
    font-size: 12px;
  }
  #nasa-footer {
    padding: 20px 0px;
  }
  .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
    right: 2px;
  }
  .footer_menu li {
    flex-basis: 120px;
    text-transform: uppercase;
    font-size: 18px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1025px) {
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .nav-wrapper .root-item > a {
        padding: 20px 15px 15px 0 !important;
      }
      .nasa-right-main-header {
        width: 17% !important;
      }
      .nasa-left-main-header {
        width: 83% !important;
      }
      .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
        right: -5px !important;
      }
    }
  }
  /* Artworks */
  #digital_art_text .vc_column-inner,
  #video_art_text .vc_column-inner,
  #performance_art_text .vc_column-inner,
  #street_art_text .vc_column-inner {
    width: 220px;
    height: 220px;
    margin: 0px auto;
  }
  #street_art_row_one h2.main_title,
  #performance_art_row_one h2.main_title,
  #video_art_row_one h2.main_title,
  #digital_art_row_one h2.main_title,
  .active #faceless h2.main_title,
  #strong_women h2.main_title {
    left: 215px;
    top: 581px;
  }
  .page-id-3522 div#digital_art_row_two,
  .page-id-3522 div#content {
    padding-left: 210px;
    padding-right: 120px;
  }
  /* End Artworks */
  /* Exhibition */
  #upcoming_exhibitions h2.main_title {
    padding-right: 215px;
  }
  #solo_exhibitions h2.main_title_right,
  #group_exhititions h2.main_title_right,
  #main_title_design_two h2.main_title_right {
    padding-right: 215px;
  }
  #solo_exhibitions h2.main_title_left,
  #group_exhititions h2.main_title_left,
  #main_title_design_two h2.main_title_left {
    padding-left: 215px;
  }
  /* End Exhibition */
  #wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  #main_title_design h2.main_title {
    padding-left: 215px;
  }
  .home div#content {
    padding-left: 210px;
    padding-right: 120px;
  }
  #shop {
    min-height: 650px;
  }
  #about_me .about_me_photo {
    width: 50%;
    padding: 0px !important;
  }
  #about_me .about_me_text {
    padding: 30px !important;
    width: 60%;
    top: 65px;
  }
  #about_me {
    min-height: 490px;
  }
  #gallery h2.main_title {
    font-family: "Nowester", helvetica, arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 62px;
    padding-right: 215px;
  }
  #revolutionary_art h2.main_title {
    left: 215px;
    top: 581px;
  }
  #video h2.main_title {
    left: 215px;
  }
  .footer_menu li {
    flex-basis: 105px;
    font-size: 16px;
  }
  .footer_menu li:first-child::before {
    left: 8px;
    top: -17px;
  }
  .footer_menu li:last-child::after {
    right: 20px;
    top: -17px;
  }
  .footer_social_menu h1 a {
    font-size: 24px;
  }
  .large-4,
  .large-5,
  .large-6,
  .large-7,
  .large-8,
  .medium-3,
  .medium-4,
  .medium-5,
  .medium-6,
  .medium-7,
  .medium-8,
  .small-3,
  .small-5,
  .small-6,
  .small-7,
  .small-4 {
    padding: 0px 10px !important;
  }
  #nasa-footer p {
    font-size: 12px;
  }
  #nasa-footer {
    padding: 20px 0px;
  }
  .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
    right: 2px;
  }
}

@media screen and (max-width: 992px) {
  /* Biography */
  #biography .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #biography .row .nasa-col {
    margin: 15px 0px;
  }
  #biography h2 {
    font-size: 30px;
  }
  .cool-timeline .timeline-post .timeline-meta .meta-details {
    font-size: 30px !important;
    margin: 20px 0px !important;
  }
  .cool-timeline-wrapper {
    margin: 1em auto !important;
  }
  .ultimate-style .timeline-post .timeline-content .content-details {
    font-size: 18px;
  }
  .cool-timeline .timeline-post .timeline-content img {
    margin-top: 5px;
  }
  /* End Biography */
  /* Artwork */
  #digital_art_text .vc_column-inner,
  #video_art_text .vc_column-inner,
  #performance_art_text .vc_column-inner,
  #street_art_text .vc_column-inner {
    width: 170px;
    height: 170px;
  }
  div#other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  #other h2 {
    font-size: 26px;
  }
  #street_art_row_one h2.main_title,
  #performance_art_row_one h2.main_title,
  #video_art_row_one h2.main_title,
  #digital_art_row_one h2.main_title,
  .active #faceless h2.main_title,
  #strong_women h2.main_title {
    left: 175px;
    top: 588px;
  }
  .page-id-3522 div#digital_art_row_two,
  .page-id-3522 div#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  /* End Artwork */
  /* Exhibitions */
  #main_title_design
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 45px !important;
  }
  .page-id-3483 #main_title_design h2.main_title {
    padding-left: 175px;
    padding-top: 11px;
    font-size: 52px;
  }
  #upcoming_exhibitions h2.main_title {
    font-family: "Nowester", helvetica, arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 52px;
    padding-right: 297px;
  }
  #upcoming_exhibitions h2.main_title {
    padding-right: 175px;
    padding-top: 11px;
  }
  #upcoming_exhibitions
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 45px;
    margin-top: 30px;
  }
  #solo_exhibitions h2.main_title_right,
  #group_exhititions h2.main_title_right,
  #main_title_design_two h2.main_title_right {
    padding-right: 175px;
    padding-top: 4px;
  }
  #group_exhititions h2.main_title_left,
  #main_title_design_two h2.main_title_left {
    padding-left: 175px;
    padding-top: 4px;
  }
  /* End Exhibitions */
  /* Home */
  #revolutionary_art
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 45px;
    margin-top: 31px;
    position: absolute;
    top: 580px;
  }
  #revolutionary_art h2.main_title {
    left: 175px;
    top: 591px;
    font-size: 52px;
  }
  #shop {
    min-height: 650px;
  }
  #about_me .about_me_photo {
    width: 55%;
    padding: 0px !important;
  }
  #about_me .about_me_text {
    padding: 30px !important;
    width: 95%;
    top: 525px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #about_me .about_me_photo {
    width: 100%;
    padding: 0px !important;
    top: 0px;
    right: 0px;
  }
  #about_me {
    margin-bottom: 220px;
    min-height: 650px;
    overflow: unset;
    margin-top: 200px;
  }
  #gallery .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 45px;
    margin-top: 30px;
  }
  #gallery h2.main_title {
    padding-right: 177px;
    padding-top: 11px;
    font-size: 52px;
  }
  #video h2.main_title {
    top: 38px;
    left: 175px;
    font-size: 52px;
  }
  #video .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 45px;
    margin-top: 31px;
    position: absolute;
    top: 30px;
  }
  #wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  #main_title_design h2.main_title {
    padding-left: 0;
    padding-top: 11px;
    font-size: 52px;
  }
  .home div#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  .logo_name {
    text-transform: uppercase;
    font-family: "Nowester" !important;
    font-size: 28px;
  }
  div#about_me_data {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  #latest_blog .vc_gitem_row .vc_col-sm-6 {
    padding: 0px 0px !important;
    width: 50% !important;
  }
  div#video_first_row {
    margin-top: 160px;
  }
  div#video_second_row {
    margin-top: 100px;
  }
  .video_image {
    width: 120%;
  }
  div#video_first_row,
  div#video_second_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    padding: 0px 20px;
  }
  div#video_first_row .video_text_data,
  div#video_second_row .video_text_data {
    background-color: #ba3e10;
    min-height: 260px;
    align-items: center;
    display: flex;
    padding: 0px 15px !important;
  }
  .video_heading {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .video_go_to {
    font-size: 20px;
    padding-top: 10px;
  }
  /* End Home */
  #nasa-menu-sidebar-content #mobile-navigation li a.accordion:before,
  #nasa-menu-sidebar-content #mobile-navigation li a.accordion:after {
    border-top: 1px solid #fff;
  }
  #nasa-menu-sidebar-content .nasa-mobile-nav-wrap {
    background: #bb3e10;
  }
  #nasa-menu-sidebar-content #mobile-navigation li a {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
  }
  .footer_menu li {
    flex-basis: 105px;
    font-size: 16px;
  }
  .footer_menu li:first-child::before {
    left: 60px;
    top: 10px;
    font-size: 30px;
  }
  .footer_menu li:last-child::after {
    right: 70px;
    top: 10px;
    font-size: 30px;
  }
  .footer_social_menu h1 a {
    font-size: 24px;
  }
  .large-4,
  .large-5,
  .large-6,
  .large-7,
  .large-8,
  .medium-3,
  .medium-4,
  .medium-5,
  .medium-6,
  .medium-7,
  .medium-8,
  .small-3,
  .small-5,
  .small-6,
  .small-7,
  .small-4 {
    padding: 0px 10px !important;
  }
  #nasa-footer p {
    text-align: center;
    font-size: 14px;
  }
  #nasa-footer {
    padding: 25px 0px;
  }
  .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
    right: 2px;
  }
  #masthead .header-container .logo-wrapper .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer#nasa-footer .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_social_menu {
    display: flex;
    justify-content: center;
    font-size: 18px;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-family: "Nowester";
    align-items: center;
  }
  .footer_social_menu h1 {
    display: flex;
    flex-basis: 160px;
    text-align: center;
    justify-content: center;
  }
  .footer_menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 25px auto;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 769px) {
	.vc_gitem-post-meta-field-MEDIA{
    display:none;
}
  .vc_btn3-container {
    margin-bottom: 0px!important;
  }
  .gallery_painting_title {
    padding-left: 165px !important;
    padding-top: 12px !important;
  }

  /* Artwork */
  #digital_art_text .vc_column-inner,
  #video_art_text .vc_column-inner,
  #performance_art_text .vc_column-inner,
  #street_art_text .vc_column-inner {
    width: 170px;
    height: 170px;
  }
  div#other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  #other h2 {
    font-size: 26px;
  }
  #street_art_row_one h2.main_title,
  #performance_art_row_one h2.main_title,
  #video_art_row_one h2.main_title,
  #digital_art_row_one h2.main_title,
  .active #faceless h2.main_title,
  #strong_women h2.main_title {
    left: 162px;
    top: 588px;
  }
  .page-id-3522 div#digital_art_row_two,
  .page-id-3522 div#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  /* End Artwork */
  /* Exhibitions */
  #main_title_design
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 45px !important;
  }
  .page-id-3483 #main_title_design h2.main_title {
    padding-left: 165px;
    padding-top: 11px;
    font-size: 52px;
  }
  #upcoming_exhibitions h2.main_title {
    font-family: "Nowester", helvetica, arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 52px;
    padding-right: 297px;
  }
  #upcoming_exhibitions h2.main_title {
    padding-right: 165px;
    padding-top: 11px;
  }
  #upcoming_exhibitions
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 45px;
    margin-top: 30px;
  }
  #solo_exhibitions h2.main_title_right,
  #group_exhititions h2.main_title_right,
  #main_title_design_two h2.main_title_right {
    padding-right: 165px;
    padding-top: 4px;
  }
  #group_exhititions h2.main_title_left,
  #main_title_design_two h2.main_title_left {
    padding-left: 94px;
    padding-top: 7px;
    font-size: 32px;
  }
  /* End Exhibitions */
  #nasa-menu-sidebar-content #mobile-navigation li a.accordion:before,
  #nasa-menu-sidebar-content #mobile-navigation li a.accordion:after {
    border-top: 1px solid #fff;
  }
  #nasa-menu-sidebar-content .nasa-mobile-nav-wrap {
    background: #bb3e10;
  }
  #nasa-menu-sidebar-content #mobile-navigation li a {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
  }
  #wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  #main_title_design h2.main_title {
    padding-left: 0px;
    padding-top: 12px;
  }
  .home div#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  #shop {
    min-height: 650px;
  }
  #about_me .about_me_photo {
    width: 55%;
    padding: 0px !important;
  }
  #about_me .about_me_text {
    padding: 20px !important;
    width: 95%;
    top: 400px;
  }
  #about_me .about_me_photo {
    width: 100%;
    padding: 0px !important;
    top: 0px;
    right: 0px;
  }
  #about_me {
    margin-top: 200px;
    margin-bottom: 140px;
    min-height: 600px;
    overflow: unset;
  }
  #gallery h2.main_title {
    padding-right: 165px;
    padding-top: 12px;
  }
  #revolutionary_art h2.main_title {
    left: 165px;
    top: 592px;
  }
  #video h2.main_title {
    left: 165px;
    top: 42px;
  }
  .footer_menu li {
    flex-basis: 105px;
    font-size: 16px;
  }
  .footer_menu li:first-child::before {
    left: 20px;
    top: 0px;
    font-size: 40px;
  }
  .footer_menu li:last-child::after {
    right: 30px;
    top: 0px;
    font-size: 40px;
  }
  .footer_social_menu h1 a {
    font-size: 24px;
  }
  .large-4,
  .large-5,
  .large-6,
  .large-7,
  .large-8,
  .medium-3,
  .medium-4,
  .medium-5,
  .medium-6,
  .medium-7,
  .medium-8,
  .small-3,
  .small-5,
  .small-6,
  .small-7,
  .small-4 {
    padding: 0px 10px !important;
  }
  #nasa-footer p {
    text-align: center;
    font-size: 14px;
  }
  #nasa-footer {
    padding: 25px 0px;
  }
  .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
    right: 2px;
  }
  #masthead .header-container .logo-wrapper .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_name {
    text-transform: uppercase;
    font-family: "Nowester" !important;
    font-size: 28px;
  }
  div#about_me_data {
    justify-content: center;
    align-items: center;
    display: flex;
  }
   #latest_blog .vc_gitem_row .vc_col-sm-6 {
    padding: 0px 0px !important;
    width: 100%!important;
    display: flex;
    justify-content: center;
  }
  footer#nasa-footer .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_social_menu {
    display: flex;
    justify-content: center;
    font-size: 18px;
    flex-wrap: nowrap;
    text-transform: uppercase;
    font-family: "Nowester";
    align-items: center;
  }
  .footer_social_menu h1 {
    display: flex;
    flex-basis: 160px;
    text-align: center;
    justify-content: center;
  }
  .footer_menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 25px auto;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 425px) {
  .gallery_painting_title {
    padding-left: 95px !important;
    padding-top: 15px !important;
    font-size: 32px !important;
  }

  #gallery_title_design
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px !important;
  }

  /* contact us */
  #contact_page .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  /* end contact us */
  /* exhibitions */
  .page-id-3483 #main_title_design h2.main_title {
    padding-left: 95px;
    padding-top: 15px;
    font-size: 32px;
  }
  #current_exhibitions .current_first_row,
  #current_exhibitions .current_second_row {
    display: flex;
    flex-direction: column;
    max-height: unset;
  }
  #upcoming_exhibitions
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px;
    margin-top: 30px;
  }
  #upcoming_exhibitions h2.main_title {
    padding-right: 95px;
    padding-top: 15px;
    font-size: 32px;
  }
  #upcoming_exhibitions .upcoming_exhibition_row_one {
    flex-direction: column-reverse;
    max-height: unset;
  }
  #solo_exhibitions
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line,
  #group_exhititions
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line,
  #main_title_design_two
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px !important;
    margin-top: 20px;
  }
  #solo_exhibitions h2.main_title_right,
  #group_exhititions h2.main_title_right,
  #main_title_design_two h2.main_title_right {
    padding-right: 95px;
    padding-top: 7px;
    font-size: 32px;
  }
  .footer_menu {
    margin: 18px auto;
  }
  #current_exhibitions h2 {
    font-size: 24px;
  }
  #current_exhibitions h4 {
    margin-top: 15px;
    font-size: 20px;
  }
  #solo_exhibitions .vc_col-sm-6 {
    padding: 0px 10px !important;
    width: 93% !important;
    float: left !important;
  }
  #solo_exhibitions .vc_col-sm-6 .vc_gitem_row .vc_gitem-col {
    padding: 0px;
  }
  #solo_exhibitions .vc_col-sm-6 .vc_gitem-row-position-middle .vc_col-sm-6 {
    margin-top: 25px;
    width: 50% !important;
    padding: 0px !important;
  }
  /* end exhibitions */
  .logo_name {
    font-size: 20px;
    margin-left: 5px;
  }
  body .mobile-menu .logo-wrapper .logo .header_logo,
  body .fixed-already .mobile-menu .logo-wrapper .logo .header_logo,
  body
    .nasa-login-register-warper
    #nasa-login-register-form
    .nasa-form-logo-log
    .header_logo {
    max-height: 45px !important;
    max-width: 45px !important;
  }
  .footer_social_menu h1 a {
    font-size: 18px;
  }
  #main_title_design h2.main_title {
    padding-left: 0px;
    padding-top: 15px;
    font-size: 32px;
  }
  #main_title_design
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px !important;
  }
  .home div#content h2.subtitle {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .home div#content h3.go_to_link {
    font-size: 16px;
  }
  .home div#content .paragraph p {
    font-size: 16px !important;
    line-height: 32px;
  }
  #shop {
    min-height: 350px;
  }
  #shop .shop_data {
    position: absolute;
    top: 260px;
    max-width: 100% !important;
  }
  #about_me {
    margin-top: 140px;
  }
  #about_me .about_me_text {
    width: 100%;
    top: 320px;
  }
  .video_heading {
    font-size: 22px;
    margin: 0px 0px 5px 0px;
  }
  .video_go_to {
    font-size: 16px;
    padding-top: 10px;
  }
  div#video_first_row .video_text_data,
  div#video_second_row .video_text_data {
    padding: 10px !important;
  }
  div#video_first_row {
    width: 95%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  div#video_second_row {
    width: 95%;
    margin-top: 100px;
    display: flex;
    flex-direction: column-reverse;
    padding: 0px;
  }
  #exhibations h2 {
    font-size: 16px;
  }
  #gallery .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 28px;
  }
  #gallery h2.main_title {
    padding-right: 95px;
    padding-top: 14px;
    font-size: 32px;
  }
  #activities h2.vc_custom_heading {
    margin: 25px auto;
  }
  #revolutionary_art h2.main_title {
    left: 165px;
    top: 592px;
    font-size: 48px !important;
  }
  #revolutionary_art
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px;
    margin-top: 65px;
  }
  #revolutionary_art h2.main_title {
    left: 92px;
    top: 633px;
    font-size: 32px !important;
  }
  #revolutionary_art {
    background-position: 75% 50% !important;
  }
  #video .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 28px;
    top: 0px;
  }
  #video h2.main_title {
    left: 92px;
    font-size: 32px;
    top: 19px;
  }
  .video_body p {
    font-size: 16px;
  }
  #latest_blog .vc_gitem-zone-a .vc_gitem-row-position-middle {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_social_menu h1 {
    flex-basis: 80px;
  }
  .footer_menu li:first-child::before {
    left: 15px;
    top: 13px;
    font-size: 40px;
  }
  .footer_menu li:last-child::after {
    right: 15px;
    top: 13px;
    font-size: 40px;
  }
  #menu-item-3598,
  #menu-item-3600 {
    text-align: right !important;
  }
  /* Artwork */
  #artworks_page .columns {
    padding: 0px;
  }
  #strong_women {
    min-height: 500px;
    max-width: 100% !important;
  }
  #strong_women h2.main_title {
    font-size: 32px;
    left: 93px;
    top: 435px;
  }
  #artworks_page_row_one
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px;
    top: 416px;
  }
  .page-id-3522 div#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 60px;
    max-width: 100% !important;
  }
  .page-id-3522 div#content h2.subtitle {
    letter-spacing: 1px;
    font-size: 18px;
    padding-top: 20px;
  }
  .page-id-3522 .active #faceless {
    margin: 0px 0px;
    min-height: 500px;
  }
  .active
    #faceless
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px;
    top: 416px;
  }
  .active #faceless h2.main_title {
    font-size: 32px;
    left: 92px;
    top: 435px;
  }
  .page-id-3522 div#content .paragraph p {
    text-align: justify;
    font-size: 16px !important;
    line-height: 32px;
  }
  #digital_art_text .vc_column-inner,
  #video_art_text .vc_column-inner,
  #performance_art_text .vc_column-inner,
  #street_art_text .vc_column-inner {
    width: 90px;
    height: 90px;
    margin: 0px auto;
  }
  #other {
    display: flex;
  }
  #other h2 {
    font-size: 14px;
    padding: 5px !important;
  }
  #artworks_page_row_one .nasa-tabs-content.nasa-classic-style .nasa-tabs {
    margin: 0px 0px;
  }
  #street_art_row_one,
  #performance_art_row_one,
  #video_art_row_one,
  #digital_art_row_one {
    margin: 40px 0px 0px 0px;
    min-height: 500px;
  }
  #digital_art_row_one h2.main_title {
    font-size: 32px;
    left: 92px;
    top: 435px;
  }
  .page-id-3522 div#digital_art_row_two {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 60px;
    max-width: 100% !important;
  }
  .page-id-3522 div#digital_art_row_two h2.subtitle {
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .page-id-3522 div#digital_art_row_two .paragraph p {
    text-align: justify;
    font-size: 16px !important;
    line-height: 32px;
  }
  /* End Artwork */
  /* Home */
  #latest_blog .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
    padding-bottom: 0px !important;
  }
  #artworks {
    min-height: 300px !important;
  }
  .vc_parallax .vc_parallax-inner {
    background-position: 50% 100px !important;
  }
  #latest_blog .vc_gitem-post-data-source-post_title h3 {
    margin-top: 15px;
  }
  #activities {
    margin: 50px auto 50px auto;
  }
  /* End Home */
}

@media screen and (max-width: 375px) {
  .gallery_painting_title {
    padding-left: 80px !important;
    padding-top: 17px !important;
    font-size: 30px !important;
  }

  #gallery_title_design
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px !important;
  }

  /* biography */
  #biography {
    margin: 25px 0px;
  }
  #biography .row .nasa-col h2 {
    font-family: "SedGwickAve" !important;
    text-transform: capitalize;
    color: #491c0e;
    letter-spacing: 1px;
    font-size: 18px;
  }
  #biography .row .nasa-col h2.vc_custom_heading:first-child {
    font-size: 30px;
    font-family: "Nowester" !important;
    color: #bb3e10;
    text-transform: uppercase;
  }
  h1.timeline-main-title {
    font-size: 30px;
  }
  .cool-timeline .timeline-post .timeline-meta .meta-details {
    font-size: 24px !important;
    margin: 20px 0px !important;
  }
  .cool-timeline .timeline-year .icon-placeholder span {
    font-size: 20px !important;
  }
  /* end biography */
  /* Home */
  .video_go_to {
    font-size: 16px;
    padding-top: 10px;
  }
  .video_heading {
    font-size: 20px;
    margin: 0px 0px 8px 0px;
  }
  #activities {
    margin: 30px auto 50px auto;
  }
  /* End Home */
  /* Contact me */
  #contact_page .contact-box h2 {
    padding: 10px 0px;
    font-size: 25px !important;
  }
  #contact_page .contact-box {
    padding: 30px 15px 5px 15px;
  }
  #contact_page h2 {
    padding: 15px 0px;
    margin-top: 20px;
    font-size: 20px;
  }
  /* End Contact me */
  /* Header */
  body .mobile-menu .logo-wrapper .logo .header_logo,
  body .fixed-already .mobile-menu .logo-wrapper .logo .header_logo,
  body
    .nasa-login-register-warper
    #nasa-login-register-form
    .nasa-form-logo-log
    .header_logo {
    max-height: 40px !important;
    max-width: 40px !important;
  }
  /* End Header */
  #exhibations h2 {
    font-size: 14px;
  }
  #main_title_design
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    border-top-width: 28px !important;
  }
  #main_title_design h2.main_title {
    padding-left: 0px;
    padding-top: 17px;
    font-size: 30px;
  }
  .home div#content h2.subtitle {
    font-size: 18px;
  }
  .home div#content {
    padding-top: 10px;
  }
  .home div#content {
    padding-bottom: 50px;
  }
  #gallery .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 28px;
  }
  #gallery h2.main_title {
    padding-right: 80px;
    padding-top: 16px;
    font-size: 30px;
  }
  #activities h2.vc_custom_heading {
    margin: 15px auto;
  }
  #activities h2.vc_custom_heading {
    width: 100%;
    padding: 5px 0px;
  }
  #revolutionary_art h2.main_title {
    left: 80px;
    top: 629px;
    font-size: 32px !important;
  }
  #revolutionary_art
    .vc_separator.vc_sep_border_width_10
    .vc_sep_holder
    .vc_sep_line {
    margin-top: 60px;
  }
  #video h2.main_title {
    left: 80px;
    top: 8px;
    font-size: 35px;
  }
  #video .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 30px;
    margin-top: 21px;
  }
  .video_body p {
    font-size: 14px;
  }
  div#video_first_row .video_text_data,
  div#video_second_row .video_text_data {
    min-height: 250px;
  }
  div#video_first_row {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
  }
  div#video_second_row {
    display: none;
  }
  .footer_menu {
    margin: 15px auto;
  }
  .footer_menu li {
    flex-basis: 90px;
    font-size: 16px;
    line-height: 33px;
  }
  .footer_menu li:first-child::before {
    left: 16px;
    top: 25px;
    font-size: 45px;
  }
  .footer_menu li:last-child::after {
    right: 16px;
    top: 25px;
    font-size: 45px;
  }
  .pe-7s-clock:before {
    content: "\e66b";
    top: -4px;
    position: relative;
  }
  .pe-7s-angle-up:before {
    content: "\e682";
    position: relative;
    top: -4px;
  }
  .nasa-static-group-btn a {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 320px) {
  /* contact me */
  #contact_page p a {
    font-size: 16px;
  }
  #contact_page p {
    color: #bb3e10 !important;
    transition: all ease 600ms;
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* end contact me */
  body .mobile-menu .logo-wrapper .logo .header_logo,
  body .fixed-already .mobile-menu .logo-wrapper .logo .header_logo,
  body
    .nasa-login-register-warper
    #nasa-login-register-form
    .nasa-form-logo-log
    .header_logo {
    max-height: 35px !important;
    width: 35px !important;
  }
  .logo_name {
    font-size: 18px;
    margin-left: 2px;
  }
  .footer_social_menu h1 a {
    font-size: 16px;
  }
  #main_title_design h2.main_title {
    padding-left: 70px;
    padding-top: 15px;
    font-size: 36px;
  }
  .home div#content h2.subtitle {
    font-size: 16px;
    letter-spacing: 1px;
  }
  /* .columns {
    padding-left: 0px;
    padding-right: 0px;
  } */
  #artworks {
    min-height: 400px;
  }
  #shop {
    min-height: 250px;
  }
  #shop .shop_data {
    top: 190px;
  }
  #shop .shop_data h2.shop_title {
    font-size: 14px;
  }
  #about_me .about_me_text {
    width: 100%;
    top: 270px;
  }
  #exhibations h2 {
    font-size: 12px;
  }
  div#video_second_row {
    display: none;
  }
  div#video_first_row {
    display: flex;
    flex-direction: column;
  }
  .home div#content h3.go_to_link {
    font-size: 22px;
  }
  #revolutionary_art h2.main_title {
    left: 70px;
    top: 630px;
    font-size: 26px !important;
  }
  #video h2.main_title {
    left: 70px;
  }
  .footer_social_menu h1 {
    flex-basis: 80px;
    font-size: 14px;
  }
  .footer_menu li {
    flex-basis: 80px;
    font-size: 14px;
    line-height: 28px;
  }
  .footer_menu li:first-child::before {
    left: 10px;
    top: 25px;
    font-size: 40px;
  }
  .footer_menu li:last-child::after {
    right: 10px;
    top: 25px;
    font-size: 40px;
  }
  /* Home */
  .video_go_to {
    font-size: 16px;
    padding-top: 10px;
  }
  .video_heading {
    font-size: 20px;
    margin: 0px 0px 8px 0px;
  }
  /* End Home */
}
/*-------------*  update css ---------/*/
.font-cetury {
  font-family: "Awesome-Lathusca";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Awesome-Lathusca" !important;
}
.logo_name,
.service-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Awesome-Lathusca" !important;
}

.nasa-text-menu {
  font-family: "GlacialIndifference";
  font-weight: 400;
}
.nasa-text-menu,
.logo_name {
  color: #ae3b10;
}
.header_logo {
  display: none;
}
#top-bar .large-12 {
  display: flex !important;
  justify-content: center !important;
}
#top-bar .vc_single_image-img,
#top-bar .wpb_single_image img {
  width: 37px !important;
  height: 37px !important;
}

.logo_name {
  margin-left: unset !important;
  font-size: 35px !important;
  font-weight: 400;
}
.lang-btn {
  padding-right: 20px;
  a {
    color: #ae3b10 !important;
  }
  .lang-flag {
    width: 20px;
    height: auto;
    margin-right: 6px;
    vertical-align: middle;
  }
  .language-item a {
    display: flex;
    align-items: center;
  }

  .language-item {
    font-size: 16px;
    position: relative;
  }
  /* .language-item:last-child a {
    border-left: 1px solid #ae3b10;
  } */
  .language-item:last-child::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 1px;
    height: 20px;
    background: #000;
  }
  .language-item:last-child .lang-flag {
    margin-left: 10px;
  }
  .language-list {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    gap: 7px;
  }
}
.custom-header-col {
  display: flex;
  justify-content: end;
  align-items: center;
}
.nav-wrapper .header-nav {
  margin-bottom: unset !important;
}
#masthead {
  padding-top: 10px !important;
}
#site-navigation {
  font-size: 16px !important;
}
.nav-wrapper .default-menu > .nav-dropdown ul {
  background: #fbfcf8 !important;
}

.pe-7s-angle-down:before,
.pe-7s-search:before,
.pe-7s-menu:before {
  color: #ae3b10;
}
.pe-7s-angle-down:before {
  font-weight: 600;
}
.sub-menu a {
  font-size: 18px !important;
}
.nav-wrapper .root-item > a {
  padding-right: 23px !important;
}
/* .nav-wrapper .root-item:last-child > a {
  padding-right: unset !important;
} */
/* .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
  right: 35px !important;
} */
#nasa-input-473020169,
.live-search-input {
  border: 1px solid #ae3b10 !important;
}
/* .nasa-bg-dark {
  margin-top: 20px !important;
  padding-bottom: 20px;
} */
.nasa-mobile-nav-wrap .nasa-text-menu {
  color: #fff !important;
}
.nasa-mobile-nav-wrap .sub-menu a {
  font-size: 14px !important;
}

/*footer*/
.footer_menu li:first-child:before,
.footer_menu li:last-child:after {
  display: none;
}
.footer_social_menu h1 a,
.footer_menu a {
  font-size: 20px;
  color: #f5f5f5 !important;
  font-weight: normal;
  font-family: "Awesome-Lathusca";
}
.footer-logo-name {
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #eadfcd;
  font-weight: normal;
  text-align: center;
  font-family: "Awesome-Lathusca" !important;
}
.footer_menu {
  text-align: center !important;
  justify-content: left;
}
.footer_menu .menu-item {
  margin-right: 30px;
}
.footer_menu .current-menu-item > a {
  font-weight: normal !important;
}
.footer_social_menu h1 {
  margin-bottom: 0;
}
.footer-logo-wrap {
  text-align: center;
}
.footer-logo {
  width: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 1128px) {
  .footer_menu .menu-item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mobile-language-swithcher {
display: block;
}
  .subtitle {
    font-size: 50px !important;
    text-align: center !important;
  }
  .logo_name {
    font-family: "Awesome-Lathusca" !important;
    font-size: 45px !important;
  }
  .nav-wrapper .root-item > a {
    padding-right: 45px !important;
  }
  .nav-wrapper .root-item.menu-parent-item > a .nasa-open-child {
    right: 20px !important;
  }
  .footer-logo {
    width: 65px;
  }
  .footer-logo-name {
    font-size: 22px;
    margin-bottom: 0;
  }
  .footer_menu {
    justify-content: center;
  }
  footer#nasa-footer .row {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 40px !important;
  }
  .logo_name {
    font-size: 38px !important;
  }
  footer#nasa-footer .row {
    flex-direction: column;
  }
  .footer-logo-name {
    margin-bottom: 12px;
  }
  .vc_empty_space {
    height: 60px !important;
  }
  .profolio-section .row {
    display: flex;
  }
  .profolio-section .profolio-title {
    font-size: 45px !important;
  }
  .profolio-section p {
    font-size: 16px !important;
  }
  #latest_blog h3,
  #latest_blog p {
    text-align: center !important;
  }
}

@media screen and (max-width: 848px) {
	.lang-item {
display:block!important;}
  #masthead {
    padding-top: 18px !important;
  }
}
@media screen and (max-width: 575px) {
  .subtitle {
    font-size: 32px !important;
  }
  .vc_empty_space {
    height: 40px !important;
  }
         .nasa-tabs-content.nasa-classic-style .nasa-tabs li.nasa-tab a h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 426px) {
  /* .footer_social_menu {
    display: block;
  } */
  .footer_social_menu h1 {
    flex-basis: 112px;
  }
  .footer-logo {
    width: 50px;
  }
  #menu-item-3598,
  #menu-item-3600 {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .logo_name {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 464px) {
  .footer-logo-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 391px) {
  .footer-logo-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .logo_name {
    font-size: 23px !important;
  }
}
