/*
Theme Name: The White Cottage
Theme URI: https://thewhitecottage.in/
Description: The White Cottage child theme
Author: Mock DesignDev
Author URI: https://mockdesigndev.com/
Template: elessi-theme
Version: 2.0
*/

@font-face { font-family: 'MADE Mirage'; font-weight: 100; font-style: normal; font-display: swap;
    src: url('fonts/MADEMirage-Thin.woff2') format('woff2'),
    url('fonts/MADEMirage-Thin.woff') format('woff'); }

@font-face { font-family: 'MADE Mirage'; font-weight: normal; font-style: normal; font-display: swap;
    src: url('fonts/MADEMirage.woff2') format('woff2'),
    url('fonts/MADEMirage.woff') format('woff'); }

@font-face { font-family: 'MADE Mirage'; font-weight: 500; font-style: normal; font-display: swap;
    src: url('fonts/MADEMirage-Medium.woff2') format('woff2'),
    url('fonts/MADEMirage-Medium.woff') format('woff'); }

@font-face { font-family: 'Hanken Grotesk'; font-weight: 600; font-style: normal; font-display: swap;
    src: url('fonts/HankenGrotesk-SemiBold.woff2') format('woff2'),
    url('fonts/HankenGrotesk-SemiBold.woff') format('woff'); }

@font-face { font-family: 'MADE Mirage'; font-weight: bold; font-style: normal; font-display: swap;
    src: url('fonts/MADEMirage-Bold.woff2') format('woff2'),
    url('fonts/MADEMirage-Bold.woff') format('woff'); }

@font-face { font-family: 'MADE Mirage'; font-weight: 900; font-style: normal; font-display: swap;
    src: url('fonts/MADEMirage-Black.woff2') format('woff2'),
    url('fonts/MADEMirage-Black.woff') format('woff'); }


body .nasa-banner *, body .nasa-banner, body .nasa-banner h1, body .nasa-banner h2, body .nasa-banner h3, body .nasa-banner h4, body .nasa-banner h5, body .nasa-banner h6, body .ff-primary, html body .woocommerce-loop-product__title, body .service-title,
body .nasa-tabs a, body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'MADE Mirage'; 
}
html body .price, html body .amount,
body #nasa-footer .nasa-nav-sc-menu ul li a,
html body, body p, body .ff-secondary, body #top-bar, body .nav-dropdown, body select, body .top-bar-nav a.nav-top-link {
	font-family: 'Hanken Grotesk';
}

html body .woocommerce-Price-currencySymbol { font-weight: 400; }

body .row .bg-bottom-center { background-position: bottom -80px center !important; width: 100%; }

@media (max-width: 576px) {
	body .row.mobile-bg-none {
		background-image: none !important;
	}
	body .row.mobile-width-auto {
		width: auto;
	}
}

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/* Base utility classes */
.d-none { display: none !important; }
.d-block { display: block !important; }

/* SM: ≥576px */
@media (min-width: 576px) {
  .d-sm-none { display: none !important; }
  .d-sm-block { display: block !important; }
}

/* MD: ≥768px */
@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-block { display: block !important; }
}

/* LG: ≥992px */
@media (min-width: 992px) {
  .d-lg-none { display: none !important; }
  .d-lg-block { display: block !important; }
}

/* XL: ≥1200px */
@media (min-width: 1200px) {
  .d-xl-none { display: none !important; }
  .d-xl-block { display: block !important; }
}

/* XXL: ≥1400px */
@media (min-width: 1400px) {
  .d-xxl-none { display: none !important; }
  .d-xxl-block { display: block !important; }
}

/* Header */
body .header-type-6 .nasa-elements-wrap-main-menu,
body #masthead { padding-top: 0; margin-top: 10px; }
/* .nasa-mobile-nav-wrap h3.menu-item-heading:after { content: "The White Cottage"; margin-left: 10px; } */
body .nasa-vertical-header .section-title.nasa-title-vertical-menu { color: #ffffff !important; }
#nasa-menu-sidebar-content #mobile-navigation .nav-dropdown-mobile li a svg,
.nasa-vertical-header .vertical-menu-wrapper .root-item>a>svg:first-child { width: 20px; margin-right: 10px; }

body #nasa-breadcrumb-site { background-position: top right !important; }

/* Footer */
footer .ns-social.social-icons.nasa-follow .follow-icon { scale: 130%; }
body.single.single-product .only-single-product { display: block }
body .only-single-product { display: none }

/* Hamburger Menu */
#nasa-menu-sidebar-content .nasa-mobile-nav-wrap .nasa-beside-mm.hide-for-desktop.hide-for-medium {
    order: 3;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 10px;
    border-top: 1px solid #efefef;
}   

/* Marquee */
.row:has(.nasa-custom-animate) { max-width: 100%; }
.nasa-topbar-wrap:has(.marquee) { background: #f1f1f1; }
.nasa-topbar-wrap .row:has(.marquee) { max-width: none; }
.marquee { --gap: 1rem; position: relative; display: flex; overflow: hidden; gap: var(--gap); padding: 10px 60px; color: #000000; font-weight: 400; letter-spacing: 1px; background: #f1f1f1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0) );
    mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0) );
}
.marquee .marquee__content { flex-shrink: 0; display: flex; align-items: center; justify-content: space-around; gap: var(--gap); min-width: 100%; margin:0; padding: 0;
	-webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.marquee .marquee__content li { list-style: none; margin:0; padding: 0; }

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* SINGLE PAGE */
body.single.single-product .row.related-product.related.products { display: none; }
body .nasa-product-details-page .woocommerce-product-gallery__wrapper:has(.nasa-no-slide) .nasa-thumb-wrap.nasa-thumbnail-hoz { display: none; }
body .custom-product-meta-inside-gallery .product_meta {border-width: 0;padding: 0;margin: 0 0 10px;}
body .custom-product-meta-inside-gallery .product_meta span.posted_in { display: none; }
body .custom-product-meta-inside-gallery .product_meta span.tagged_as a,
body .custom-product-meta-inside-gallery .product_meta span.tagged_as { font-size: 0;  margin: 0; }
body .custom-product-meta-inside-gallery .product_meta a[href*="vegetarian"]:before,
body .custom-product-meta-inside-gallery .product_meta a[href*="non-vegetarian"]:before { content:""; width: 24px; height: 25px; display: inline-block;  background-repeat: no-repeat; }
body .custom-product-meta-inside-gallery .product_meta a[href*="vegetarian"]:before { background-image: url('images/vegetarian.svg'); }
body .custom-product-meta-inside-gallery .product_meta a[href*="non-vegetarian"]:before { background-image: url('images/non-vegetarian.svg'); }

body.nasa-in-mobile.nasa-mobile-app #wrapper .product-info .custom-product-meta-inside-gallery .product_meta,
body.nasa-in-mobile.nasa-mobile-app #wrapper .product-info .custom-product-meta-inside-gallery { padding: 0; }
body.nasa-in-mobile.nasa-mobile-app #wrapper .product-info .custom-product-meta-inside-gallery .product_meta:after { display: none; }

body .product-info .entry-title { font-size: 240%; }
body .product-info .woocommerce-product-details__short-description table tr td:first-child { width: 70px; }
body .product-info .woocommerce-product-details__short-description table tr:last-child td { padding-bottom: 0; }
body .product-info .woocommerce-product-details__short-description table tr:first-child td { padding-top: 0; }

body .nasa-accessories-wrap .ns-accessories-add-svg { width: 50px; height: 50px;
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -o-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
}
@media only screen and (min-width: 768px) {
    body .nasa-bought-together-wrap .nasa-5-col, body .nasa-bought-together-wrap .nasa-large-5-col-1 {
        width: 30%;
    }
}

/* ORDER RECEIVED */
body.woocommerce-order-received td .includes_tax {
  display: block;
  font-size: 60%;
  line-height: 14px;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-order-received .col2-set.addresses .col-1 {
    margin-bottom: 1.37931em;
  }
  body.woocommerce-order-received .col2-set.addresses .col-1,
  body.woocommerce-order-received .col2-set.addresses .col-2 {
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ececec;
  }
  .woocommerce-table--order-details .order_item td {
    font-size: 14px;
  }
}
.woocommerce-table--order-details.shop_table.order_details tfoot td {
  padding-left: 0;
}
.woocommerce-table--order-details.shop_table.order_details .order_item td.woocommerce-table__product-name.product-name {
  padding-right: 0;
}
.woocommerce-table--order-details.shop_table.order_details .order_item td.woocommerce-table__product-total.product-total {
  padding-left: 0;
}
.woocommerce-table--order-details.shop_table.order_details .shipped_via {
    display: block;
}

/* BILL */
.nasa-order-received .woocommerce-thankyou-order-received:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 50%;
  background-image: url(images/order-successful.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .woocommerce table.woocommerce-table--order-details tr *,
  .woocommerce table.woocommerce-table--order-details td *,
  .woocommerce table.woocommerce-table--order-details tr th,
  .woocommerce table.woocommerce-table--order-details tr td {
    font-size: 100%;
  }
}


/* ACCOUNT */
.nasa-my-acc-content .woocommerce .account-nav-wrap {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.nasa-my-acc-content .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  border-right-color: transparent;
}
.woocommerce .woocommerce-ResetPassword.lost_reset_password {
  padding: 30px 30px 10px 30px;
  border: 2px dashed #ccc;
  text-align: left;
}
.woocommerce .woocommerce-ResetPassword.lost_reset_password > p:first-child {
  font-size: 150%;
  text-align: center;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell .button {
  height: 30px;
}
table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell .button ~ .button {
  /*margin-left: 10px;*/
  border-left: 1px solid;
  border-radius: 0;
  padding-left: 10px;
}
table.shop_table.my_account_orders tbody .woocommerce-orders-table__row--status-refunded td.woocommerce-orders-table__cell .button.order-help,
table.shop_table.my_account_orders tbody .woocommerce-orders-table__row--status-cancelled td.woocommerce-orders-table__cell .button.order-help {
    display: none;
}
table.shop_table.my_account_orders tbody .woocommerce-orders-table__row {
  position: relative;
  z-index: 0;
}
table.shop_table.my_account_orders tbody .woocommerce-orders-table__row:after {
  content: '';
  background-color: #ffffff;
  position: absolute;
  left: -10px;
  right: -10px;
  top: 8px;
  bottom: 8px;
  z-index: -1;
}
table.shop_table.my_account_orders tbody .woocommerce-orders-table__row:hover:after {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
table.woocommerce-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
  color: #ffc107;
}
table.woocommerce-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  color: #007bff;
}
table.woocommerce-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
  color: #ff9800;
}
table.woocommerce-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #28a745;
}
table.woocommerce-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
  color: #dc3545;
}
table.woocommerce-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status {
  color: #17a2b8;
}
table.woocommerce-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
  color: #ff0000;
}

.woocommerce-account #main-content form .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.nasa-dffr { width: 32%; display: inline-block; margin-top: 15px; margin-bottom: 0; }
.woocommerce-account #main-content form .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.nasa-dffr label { font-size: 15px; }
.woocommerce-account #main-content form .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.nasa-dffr input[type="radio"] { height: auto; margin-right: 8px; }
.woocommerce-account #main-content form .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.nasa-dffr + .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.nasa-dffr { margin-left: 2%; }

@media (max-width: 992px) {
	.woocommerce-account #main-content form .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.nasa-dffr {
        width: 100%;
        margin-left: 0 !important;
    }
}

/* Contact From */
.nf-before-form-content .nf-form-fields-required {
  display: none;
}
body .feedback-form {
  max-width: 50%;
  margin: auto;
}
body .nf-form-cont {
  background-color: #ffffff;
  /* 	background-image: url('images/bg-mail.png'); */
  background-repeat: repeat-x;
  background-size: 58px 5px;
  font-size: 14px;
  padding: 40px 35px;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
  width: 100%;
}
body .nf-form-cont:after,
body .nf-form-cont:before {
  content: '';
  position: absolute;
  background: #ffffff;
  height: 6px;
  left: 8px;
  right: 8px;
  bottom: -5px;
  z-index: 0;
  opacity: 0.4;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
body .nf-form-cont:before {
  left: 16px;
  right: 16px;
  bottom: -11px;
  opacity: 0.2;
}
body .nf-form-cont form {
	margin: 0;
}
body .nf-form-cont select,
body .nf-form-cont input:not([type*='radio']),
body .nf-form-cont textarea {
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #6c6e73;
  background-color: #f5f6f6;
  background-image: none;
  border: 1px solid #e9eaeb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body .nf-form-title h3 {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
body .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element:before {
  top: 2px;
  position: relative;
  content: '\f0c8';
  font-weight: 100;
  font-family: var(--fa-style-family, 'Font Awesome 6 Pro');
  font-size: 24px;
  color: var(--theme-color);
}
body .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element:has(.nf-checked):before {
  content: '\f14a';
}
body .nf-form-cont input:not([type*='radio']),
body .nf-form-cont select {
  height: 44px;
}
body .nf-form-cont textarea {
  height: 132px;
}
body .nf-form-cont .checkbox-container .checkbox-wrap label,
body .nf-form-cont .listradio-container .list-radio-wrap .nf-field-element ul li label {
  margin-left: 0;
  text-align: left;
  font-weight: 400;
}
body .nf-form-cont .nf-field-container.submit-container {
  margin-bottom: 0;
}
body .nf-form-cont input[type='submit'] {
  background: #d13436;
  color: #ffffff;
  width: 100%;
  padding: 0;
}
body .nf-form-cont .nf-input-limit:empty {
  display: none;
}
body .nf-form-cont .checkbox-container .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error,
body .nf-form-cont .listradio-container .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error {
  color: #d83d3e;
  background: #ffffff;
  padding: 0;
  margin-top: 5px;
}
body .nf-form-cont .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error {
  background: #d83d3e;
  color: #ffffff;
  padding: 4px 10px;
  width: 100%;
  font-size: 13px;
  position: relative;
  top: -3px;
  border-radius: 0 3px 0 3px;
  text-align: left;
}
/* / Chrome, Safari, Edge, Opera / */
body .nf-form-cont input::-webkit-outer-spin-button,
body .nf-form-cont input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/* / Firefox / */
body .nf-form-cont input[type='number'] {
  -moz-appearance: textfield;
  appearance: none;
}

@media only screen and (max-width: 991px) {
	body .nf-form-cont { padding: 14px 14px 1px; }
}

@media only screen and (max-width: 767px) {
  body .nf-form-cont {
    padding: 14px 14px;
  }
  body .nf-form-cont label {
    font-size: 14px;
  }
  body .nf-form-cont .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error {
    padding: 0px 5px;
    font-size: 10px;
  }
  body .nf-form-cont select,
  body .nf-form-cont input:not([type*='radio']),
  body .nf-form-cont textarea {
    padding: 8px;
  }
  body .nf-field-container {
    margin-bottom: 16px;
  }
}

/* Date - Time */
*:has(.saturday-blocked) .flatpickr-day[aria-label*='Saturday'],
*:has(.sunday-blocked) .flatpickr-day[aria-label*='Sunday'] {
  pointer-events: none;
  color: #ff0000;
}
.date-time-container .nf-field-element div:nth-child(2) {
  margin: 0 19px;
}
.date-time-container .nf-field-element .pikaday__container {
  width: calc(100% - 200px);
  float: left;
}
.date-time-container .nf-field-element .pikaday__container ~ div {
  width: 80px;
}
/* File Upload */
body .nf-form-cont .file_upload-container .nf-field-element {
  position: relative;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*='button'] {
  height: 120px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  background-color: #fbfcff !important;
  color: #333 !important;
  border-style: dashed;
  border-color: #333;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*='button'] span:before {
  display: block;
  margin-bottom: 0;
  content: '\e68a';
  font-family: 'Pe-icon-7-stroke';
  font-size: 4em;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*='button'] span:after {
  content: 'OR Drag and Drop Photos here';
  display: block;
  margin-top: 2px;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*='reset'] {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  font-size: 0;
  height: 26px;
  width: 26px;
  text-align: center;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*='reset']:before {
  content: 'X';
  color: #ffffff;
  font-size: initial;
  width: 23px;
  text-align: center;
  padding-left: 12px;
  font-weight: 600;
}
body .nf-form-cont .file_upload-container .nf-field-element .nf-fu-progress {
  position: absolute;
  top: 3px;
  left: 4px;
  right: 4px;
  height: 114px;
  margin: 0;
  opacity: 0.4;
}
.nf-fu-progress:has(.nf-fu-progress-bar.nf-fu-progress-bar-success[style*='width: 0px;']),
.nf-fu-progress:has(.nf-fu-progress-bar.nf-fu-progress-bar-success:not([style*='width'])) {
  display: none;
}
.nf-fu-progress .nf-fu-progress-bar {
  background-color: #008000;
}

.files_uploaded p {
  background: var(--wp--preset--color--vivid-green-cyan);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.files_uploaded nf-section p:before {
  content: '\e641';
  font-family: 'Pe-icon-7-stroke';
  display: inline-block;
}
.files_uploaded nf-section p a {
  background: var(--wp--preset--color--pale-pink);
  color: #fff;
  padding: 2px 10px;
  border-radius: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: 700;
  float: right;
}
.files_uploaded nf-section p a:hover,
.files_uploaded nf-section p a:focus {
  background: var(--wp--preset--color--vivid-red);
  color: #fff;
}

/* Duplicate Field */
body .nf-form-cont .nf-field-container.repeater-container .nf-repeater-fieldset nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
/* Multi Step */
body .nf-form-cont input[type='button'] {
  min-width: 140px;
}
body .nf-form-cont input.nf-next[type='button'] {
  background: #04aa6d;
  color: #ffffff;
  width: 100%;
  padding: 0;
}
/* Progress Bar */
body .nf-progress-container {
  background-color: #d83d3e;
  margin: 0;
  border: 0;
}
body .nf-progress-container .nf-progress {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: #36a5c3;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .nf-breadcrumbs li ~ li:before {
    content: '\e684';
    font-family: 'Pe-icon-7-stroke';
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    line-height: 26px;
  }
  .nf-breadcrumbs li ~ li {
    margin-left: 16px !important;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  body .nf-breadcrumbs li a {
    display: none;
    margin-bottom: 0;
  }
  body .nf-breadcrumbs li.active a {
    display: block;
  }
}

/* Request a Call Back */
body .nasa-wrap .nf-form-cont {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
body .nasa-wrap .nf-form-cont .listradio-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .nasa-wrap .nf-form-cont .listradio-container ul li input {
  height: auto;
}

@media only screen and (min-width: 768px) {
  body .nasa-wrap .nf-form-cont .nf-field-label {
    display: none;
  }
  body .nasa-wrap .nf-form-cont .nf-field-container:not(.hidden-container) {
    margin-bottom: 15px;
  }
  body .nasa-wrap .nf-form-cont .listradio-container ul li {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 380px) {
  body .nasa-wrap .nf-form-cont .nf-field-label {
    display: none;
  }
  body .nasa-wrap .nf-form-cont .nf-field-container:not(.hidden-container) {
    margin-bottom: 15px;
  }
  body .nasa-wrap .nf-form-cont .listradio-container ul li {
    margin-bottom: 0 !important;
  }
}

/* Nasa Promotion News*/
body .nasa-promotion-news .nasa-content-promotion-news { height: auto; min-height: 50px; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }    
body .nasa-promotion-news .nasa-content-promotion-news .nasa-content-promotion-custom { padding: 0 30px; white-space: normal; line-height: 22px; }

/* SHOP SIDEBAR */
/* PRICE FILTER */
body .nasa-filter-price-widget-wrap form { padding: 12px 12px 0; }
body .widget_price_filter .price_slider_amount .reset_price { right: 0; }
body .widget_price_filter .ui-slider .ui-slider-handle:before {
	background-image: url("images/ranges.png");
	background-image: url("images/range.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	border-width: 0;
}
body .widget_price_filter .ui-slider .ui-slider-handle:before,
body .widget_price_filter .ui-slider .ui-slider-handle:after { background-color: transparent !important; }

/* PRODUCT CARD */
.products .product-warp-item .nasa-product-content-variable-warp {
	display: none;
}
/* CATEGORIES FILTER */
/* body .widget_product_categories .nasa-product-categories-widget.product-categories {
    display: inline-flex;
    flex-wrap: wrap;
}
body .widget_product_categories .nasa-product-categories-widget.product-categories li {
	width: 50%;
} */
body .widget_product_categories .nasa-product-categories-widget.product-categories li a {
	width: 100%;
}
.nasa-product-categories-widget.product-categories li a span {
	float: right;
}

/* BRANDS FILTER */
body .nasa-variation-filters-brands .nasa-filter-by-variations {
	flex-wrap: wrap
}
body .nasa-variation-filters-brands .nasa-filter-by-variations * {
    width: 100%;
    height: auto;
}
body .nasa-variation-filters-brands .nasa-filter-image-span {
	flex: 0 0 100%
}
body .nasa-variation-filters-brands .nasa-text-variation {
    display: block;
    background: #dddddd;
    color: #000000;
    text-align: center;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    top: -1px;
}
/* SIZE FILTER */
.widget > .nasa-filter-variations-widget-wrap ul.nasa-variation-filters.nasa-variations-size {
  margin: 0;
  padding: 12px;
  justify-content: space-between;
}
.widget ul.nasa-variation-filters.nasa-variations-size:after {
  display: none;
}
.widget ul.nasa-variation-filters.nasa-variations-size li.nasa-li-filter-size.nasa-attr-size {
  width: auto;
  padding: 0;
  margin: 0;
}
.widget ul.nasa-variation-filters.nasa-variations-size li.nasa-li-filter-size.nasa-attr-size a:before,
.widget ul.nasa-variation-filters.nasa-variations-size li.nasa-li-filter-size.nasa-attr-size a:after {
  display: none;
}
.widget ul.nasa-variation-filters.nasa-variations-size li.nasa-li-filter-size.nasa-attr-size a {
  padding: 0;
  background-color: #eaeaea;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.widget ul.nasa-variation-filters.nasa-variations-size li.nasa-li-filter-size.nasa-attr-size.chosen {
  color: #f76b6a;
}
.widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 100%;
  text-align: center;
  width: 100%;
  margin: 0;
  position: relative;
  top: -10px;
}

/* DEFAULT FILTER */
.archive.woocommerce.woocommerce-page .widget.nasa-widget-store.woocommerce {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.archive.woocommerce.woocommerce-page .widget.nasa-widget-store.woocommerce .widget-title {
  font-size: 100%;
  padding: 12px;
  margin: 0;
}
.archive.woocommerce.woocommerce-page .widget.nasa-widget-store.woocommerce .nasa-open-toggle {
  padding: 0 12px;
}
.archive.woocommerce.woocommerce-page .widget.nasa-widget-store.woocommerce .nasa-open-toggle .nasa-filter-variations-widget-wrap {
  padding: 0;
}
.archive.woocommerce.woocommerce-page .widget.nasa-widget-store.woocommerce .nasa-toggle-widget {
  margin: 12px 12px 12px 0;
}
.archive.woocommerce-shop #nasa-ajax-store .row,
.archive.tax-product_cat #nasa-ajax-store .row {
  max-width: 1800px;
}
.archive.woocommerce-shop footer#nasa-footer,
.archive.tax-product_cat footer#nasa-footer {
  display: none;
}

@media only screen and (min-width: 1024px) {
/* 	.archive.woocommerce-shop header:has(.sticky-wrapper.fixed-already) ~ #main-content #nasa-ajax-store .row .large-3,
	.archive.tax-product_cat header:has(.sticky-wrapper.fixed-already) ~ #main-content #nasa-ajax-store .row .large-3 {
		height: calc(100vh - 140px); } */
	.archive.woocommerce-shop #nasa-ajax-store .row .large-3,
	.archive.tax-product_cat #nasa-ajax-store .row .large-3 {
    width: 330px;
	height: calc(100vh - 10px);
	height: calc(100vh - 180px);
	height: calc(100vh - 50px);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #ffffff;
    padding: 0;
    border-radius: 20px;
    overflow-y: auto;
	overflow-x: hidden;
    margin-left: 20px;
  }
  .archive.woocommerce-shop:has(.sticky-wrapper.fixed-already) #nasa-ajax-store .row .large-3,
  .archive.tax-product_cat:has(.sticky-wrapper.fixed-already) #nasa-ajax-store .row .large-3 {
    position: fixed;
    bottom: 15px;
    top: inherit !important;
  }
  .archive.woocommerce-shop #nasa-ajax-store .row .large-9,
  .archive.tax-product_cat #nasa-ajax-store .row .large-9 {
    width: calc(100% - 350px);
  }
}

body.nasa-in-mobile.nasa-mobile-app .columns.nasa-top-sidebar .nasa-top-sidebar-off-canvas .nasa-widget-wrap {
  border: none;
  padding: 0;
  margin: 0;
}

/* MOBILE FILTER */
.nasa-flex.nasa-topbar-all {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #182337;
  justify-content: center;
}
.nasa-flex.nasa-topbar-all .nasa-sort-by-action,
.nasa-flex.nasa-topbar-all .nasa-filter-action {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}
.nasa-flex.nasa-topbar-all .nasa-sort-by-action ul.sort-bar.nasa-flex,
.nasa-flex.nasa-topbar-all .nasa-filter-action .toggle-topbar-shop-mobile {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  justify-content: center;
  margin: 0;
  font-size: 100%;
}
.nasa-flex.nasa-topbar-all .nasa-sort-by-action ul.sort-bar.nasa-flex *:after,
.nasa-flex.nasa-topbar-all .nasa-filter-action .toggle-topbar-shop-mobile *:before {
  color: #ffffff;
}

/* Social Color */
body .follow-icon a svg {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
body .follow-icon a:hover svg {
  opacity: 0.8;
  transform: scale(1.3);
  transition: all 0.2s ease-in-out;
}

/* body .follow-icon .icon_twitter svg      { color: #1DA1F2 !important; } Twitter */
body .follow-icon .icon_twitter svg      { color: #000000 !important; } /* X */
body .follow-icon .icon_facebook svg     { color: #1877F2 !important; }
body .follow-icon .icon_vk svg           { color: #4680C2 !important; }
body .follow-icon .icon_email svg        { color: #D44638 !important; } /* Common Gmail shade */
body .follow-icon .icon_pintrest svg     { color: #E60023 !important; }
body .follow-icon .icon_instagram svg    { color: #E1306C !important; }
body .follow-icon .icon_rss svg          { color: #FFA500 !important; }
body .follow-icon .icon_linkedin svg     { color: #0077B5 !important; }
body .follow-icon .icon_youtube svg      { color: #FF0000 !important; }
body .follow-icon .icon_flickr svg       { color: #FF0084 !important; }
body .follow-icon .icon_tumblr svg       { color: #34526F !important; }
body .follow-icon .icon_telegram svg     { color: #0088CC !important; }
body .follow-icon .icon_whatsapp svg     { color: #25D366 !important; }
body .follow-icon .icon_tiktok svg       { color: #000000 !important; }
body .follow-icon .icon_weibo svg        { color: #E6162D !important; }
body .follow-icon .icon_snapchat svg     { color: #FFFC00 !important; }
body .follow-icon .icon_vimeo svg        { color: #1AB7EA !important; }
body .follow-icon .icon_github svg       { color: #333333 !important; }
body .follow-icon .icon_dribbble svg     { color: #EA4C89 !important; }
body .follow-icon .icon_behance svg      { color: #1769FF !important; }
body .follow-icon .icon_soundcloud svg   { color: #FF5500 !important; }
body .follow-icon .icon_spotify svg      { color: #1DB954 !important; }
body .follow-icon .icon_ok svg           { color: #EE8208 !important; }
body .follow-icon .icon_discord svg      { color: #5865F2 !important; }
body .follow-icon .icon_amazon svg       { color: #FF9900 !important; }

/* Mailchimp Newsletter  */
.mailchimp-optin-container { height: 1px; overflow: hidden; visibility: hidden; margin-bottom: 0 !important; }
body .nf-form-cont:has(.mailchimp-optin-container):after, body .nf-form-cont:has(.mailchimp-optin-container):before {
	display: none;
}

/* Contact Page 3046 */
body .nasa-popup-wrap-content .nf-form-cont,
body .order-contact .nf-form-cont {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
#nf-form-1-cont .nf-before-form-content {
  margin-bottom: 20px;
}
#nf-form-1-cont .nf-form-content nf-fields-wrap nf-field:nth-child(1),
#nf-form-1-cont .nf-form-content nf-fields-wrap nf-field:nth-child(3) {
  width: 48%;
  float: left;
}
#nf-form-1-cont .nf-form-content nf-fields-wrap nf-field:nth-child(2),
#nf-form-1-cont .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
  width: 48%;
  float: right;
}
#nf-form-1-cont .nf-form-content nf-fields-wrap nf-field {
  width: 100%;
}
#nf-form-1-cont .nf-form-content nf-fields-wrap nf-field input[type='submit'] {
  height: 42px;
}
#nf-form-1-cont .nf-response-msg {
  display: none;
  background-color: #ffffff;
  padding: 20px;
}
.contact-sidebar {
  background-color: #ffffff;
  border: 3px dashed #ececec;
  padding: 30px;
}