@keyframes slideRainbow {
  from {
    background-position: 0% 0%;
  }
	
  to {
    background-position: 100% 0%;
  }
}

@keyframes blink {
	25% {
		color: transparent;
	}
}

.woocommerce-store-notice {
/* 	animation: blink 1s infinite; */
}

* {
  outline: none !important;
}

@media (max-width: 1024px) {
	html {
		overflow-x: hidden;
	}
}

.acrylic {
    -webkit-background-composite: border;
    -moz-background-inline-policy: bounding-box;
    background-color: transparent;
    background-image: url('https://cdn.skykart.in/wp-content/uploads/2025/12/23190724/NoiseAsset_256X256_PNG-Translucent.webp');
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    background-blend-mode: saturation;
    background-position-x: left;
    background-attachment: fixed;
    -webkit-background-origin: border-box;
    -moz-background-origin: border-box;
    background-origin: border-box;
    background-position-y: top;
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    backdrop-filter: blur(20px) saturate(1.2);
}

.blink {
	animation: blink 1s infinite;
}

#ast-scroll-top {
	bottom: 5em;
	right: 1.5em;
}

@media (max-width: 1024px) {
	#ast-scroll-top {
		bottom: 10em;
	}
	
	#zsiq_float {
		bottom: 6em;
	}
}

.icon {
  font-family: 'SkyKart Icons';
  vertical-align: middle;
  text-align: center;
}

.mdi-icon {
	font-family: 'Material Symbols Outlined';
	vertical-align: middle;
	text-align: center;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.highlight-when-targetted:target {
	background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
	background-size: 3200% 100%;
	animation: slideRainbow 10s linear infinite;
}

[contenteditable="true"].single-line {
	overflow: hidden;
	white-space: nowrap;
}

[contenteditable="true"].single-line br {
    display: none;
}

[contenteditable="true"].single-line * {
    display: inline;
    white-space: nowrap;
}

.custom-header-account-container {
	position: relative;
	display: flex;
	aspect-ratio: 1 / 1;
}

body:not(.logged-in) .custom-header-account-btn,
body.logged-in .custom-header-account-btn.logged-out,
body.logged-in .logged-out {
	display: none;
}

body.logged-in .custom-header-account-btn,
body:not(.logged-in) .custom-header-account-btn.logged-out {
	display: flex;
	align-items: center;
	border: 2px solid #d7d7d7;
	border-radius: 0.5em;
	padding: 0.4em;
}

body:not(.logged-in) .logged-out:not(.custom-header-account-btn) {
	display: block;
}

.mdi-icon.custom-header-profile-icon {
	font-size: 1.5em;
	color: var(--ast-global-color-3);
}

.custom-header-account-dropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: #FFFFFF;
	width: max-content;
	box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
	list-style-type: none;
	z-index: 1000;
	top: 100%;
	right: 0%;
	border-radius: 0.5em;
	transition: all 333ms cubic-bezier(0, 0, 0, 1);
}

.custom-header-account-container:hover .custom-header-account-dropdown {
	visibility: visible;
	opacity: 1;
}

.custom-header-account-dropdown li {
	font-weight: 700;
	border-radius: 0.5em;
	transition: all 0.2s linear;
	overflow: hidden;
}

body:not(.logged-in) label.logged-out {
	font: inherit;
	cursor: pointer;
}

.custom-header-account-dropdown li a,
body:not(.logged-in) label.logged-out {
	text-decoration: none;
	display: block;
	padding: 0.75em 1em;
}

.custom-header-account-dropdown li:hover a,
body:not(.logged-in) label.logged-out:hover {
	background-color: #feefee;
	color: var(--ast-global-color-1);
}

.custom-header-separator {
    margin: 0em 0.5em;
}

.custom-header-account-dropdown li a.custom-header-customer-logout-link {
	color: #C00000;
}

.custom-header-account-dropdown li:hover a.custom-header-customer-logout-link {
	color: #FF0000;
	background-color: #FF808040;
}

body:not(.logged-in) .custom-header-account-dropdown li .logged-in {
	display: none;
}

.custom-header-account-dropdown li a.custom-header-account-btn-primary {
	color: #FFFFFF;
	background-color: #F05B28;
	border: 0.5em solid #FFFFFF;
	border-radius: 1em;
	transition: background-color 250ms ease;
}

.custom-header-account-dropdown li a.custom-header-account-btn-primary:hover {
	background-color: #D94800;
}

.woocommerce-store-notice {
	width: 100vw !important;
}

.ast-sg-logo-section .custom-logo-link img,
header .custom-logo-link img {
	width: 12vw;
	min-width: 150px;
}

.rvpw-recently-view .woo-cart-qty-wrap {
/* 	display: none; */
}

.ast-container {
  max-width: 100%;
  padding: 0px;
}

@media (min-width: 922px) {
  .ast-narrow-container .site-content > .ast-container {
    max-width: 100%;
  }

  .brand-list-all {
    margin: 0px;
    margin-left: 20px;
  }
}

.brand-active {
  color: #f05b28;
}

.brand-list-header {
  list-style: none;
  font-weight: bold;
}

.brand-list-header ul {
  border-left: 1px solid #d7d7d7;
  margin-top: 4px;
  margin-left: 15px;
  padding-left: 15px;
}

.non-brand-li,
.brand-li {
  color: black;
  font-weight: normal;
  cursor: pointer;
  list-style: none;
}

.brand-li-active {
  list-style: none;
  color: #f05b28;
}

.brand-li {
  list-style: none;
}

.awf-filter-count {
	display: none;
}

@media (min-width: 922px) {
  .ast-woo-shop-archive .site-content > .ast-container {
    max-width: 100%;
  }

  .category-container {
/*     display: none; */
  }

  .category-container.active {
    display: block;
  }

  .awf-top-reset-btn-container {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
  }

  .woocommerce-pagination {
    width: auto;
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    margin: auto;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .woocommerce-pagination ul {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: -8px !important;
  }

  .woocommerce-pagination li {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    border-radius: 30px;
    font-weight: 900 !important;
  }

  .awf-active-badges-container {
    display: flex;
    gap: 8px; /* Optional: adds spacing between badges */
    flex-wrap: wrap; /* Optional: wraps to next line on smaller screens */
  }

  #primary {
    margin-top: 0px;
    margin-bottom: -20px;
  }
}

#ast-desktop-header
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"]
  .ast-builder-grid-row {
  padding: 0px;
}

.site-header-primary-section-left,
.site-header-primary-section-right,
.header-html-2 {
  gap: 1.5em;
}

@media (max-width: 1609px) {
  .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
    gap: 0em;
  }

  .site-header-primary-section-left,
  .site-header-primary-section-right,
	.header-html-2 {
    gap: 0.5em;
  }
}

.site-header-focus-item[data-section="title_tagline"] {
  padding: 0px;
}

.site-header-focus-item[data-section="section-hb-menu-1"] {
  padding: 0px;
}

.site-logo-img {
  padding: 0px !important;
}

.site-title a {
  font-family: "Satoshi Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}

.menu-link {
  font-family: "Satoshi Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
	padding: 0em 0.75em !important;
}

.menu-link .ast-icon.icon-arrow svg {
	margin-left: 0.625em;
}

.menu-link .menu-link-icon {
	margin-right: 0.375em;
}

@media (max-width: 1609px) {
  :not(#astra-footer-menu) .menu-link {
    font-size: 0.8em;
  }
}

.sub-menu {
  border-width: 0px !important;
  border-radius: 8px;
}

.sub-menu .menu-item .menu-link {
	padding: 0.75em !important;
}

.sub-menu .menu-item .menu-link:hover {
  background-color: #feefea;
  border-radius: 8px;
}

#menu-item-6095 > a:nth-child(1) {
  color: #999999;
}

#menu-item-6095 > a:nth-child(1)::after {
	content: 'Coming Soon!';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 75%;
	width: max-content;
	height: 2em;
	background-color: #FFFFFF;
	color: #666666;
	border-radius: 0.5em;
	padding: 0.5em;
	opacity: 0%;
	visibility: hidden;
	pointer-events: none;
	transition: top 250ms, opacity 250ms, visibility 250ms;
	box-shadow: #00000060 0px 0px 8px;
}

.header-widget-area {
  padding: 0px;
}

#block-14 {
  width: max-content;
}

#block-14 > span,
#block-14 > p {
  display: none;
}

div.fast-fuzzy-search {
  width: 20vw !important;
  max-width: 100%;
  min-width: 20%;
}

button.fast-fuzzy-search__field {
  width: auto !important;
  box-shadow: none !important;
}

span.fast-fuzzy-search__input {
	display: block;
  font-weight: 500;
  width: auto !important;
  margin: 1em !important;
	margin-left: 0em !important;
  box-shadow: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	align-content: center;
}

.fast-fuzzy-search__keyboard-shortcuts {
	display: none;
}

.ast-header-html-1,
.ast-header-html-2 {
  padding: 0px;
}

.popup-text-custom {
  color: #474747;
  font-weight: 700;
}

.need-help-description.popup-text-custom,
.popup-text-custom .text {
  text-decoration: underline;
}

@media (max-width: 1609px) {
  .popup-text-custom {
    font-size: 0.8em;
  }
}

@media (max-width: 1190px) {
	.popup-text-custom .text {
    display: none;
  }
}

@media (max-width: 978px) {
	div.fast-fuzzy-search {
		width: 3rem !important;
	}
	
	span.fast-fuzzy-search__input {
		display: none;
	}
}

@media (max-width: 544px) {
	#menu-item-6095 > a:nth-child(1)::after {
		left: -50%;
	}
	
	#menu-item-6095 > a:nth-child(1):hover::after,
	#menu-item-6095 > a:nth-child(1):active::after,
	#menu-item-6095 > a:nth-child(1):focus::after {
		top: 100%;
		opacity: 100%;
		visibility: visible;
	}
	
	:not(#astra-footer-menu) .menu-link .menu-link-icon {
		font-size: 1.5em;
	}
	
	:not(#astra-footer-menu) .menu-link .menu-link-text {
		display: none;
	}
	
	:not(#astra-footer-menu) .menu-link .ast-icon.icon-arrow svg {
		margin-left: 0.3125em;
	}
}

.popup-text-custom:hover {
  color: #f05a25;
}

div.ast-header-woo-cart {
  padding: 0px;
}

.ast-addon-cart-wrap {
  border: 2px solid #d7d7d7 !important;
  border-radius: 8px;
}

.ast-site-header-cart i.astra-icon span.ast-icon {
}

.ast-site-header-cart i.astra-icon::after {
  content: " (" attr(data-cart-total) ")";
  color: #474747 !important;
  background-color: #ffffff !important;
  box-shadow: none;
  font-size: 0.625em;
  top: -12px;
  right: -12px;
}

.ast-header-account-inner-wrap {
  /*    border: 2px solid #D7D7D7; */
  border-radius: 8px;
}

.pum-container.popmake {
  padding: 2em;
  border-radius: 8px;
  max-width: 50em !important;
}

.pum-close.popmake-close {
  color: #ffffff !important;
  background-color: #b8b8b8 !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  right: 32px !important;
  top: 32px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
}

.astra-shop-thumbnail-wrap {
	background-color: #FFFFFF;
}

.astra-shop-thumbnail-wrap .attachment-woocommerce_thumbnail {
  object-fit: cover !important;
	background-color: #FFFFFF;
	transition: all 250ms ease !important;
}

.astra-shop-thumbnail-wrap:hover .attachment-woocommerce_thumbnail {
  background-color: #F05B2820;
}

.need-help-section,
.need-help-section h1 {
  font-weight: 700 !important;
}

/* Wrapper that holds the full input group */
.custom-search-wrapper {
  display: flex;
  align-items: center;
  border-radius: 999px !important;
}

/* Dropdown */
#product_cat_filter {
  background-color: #222222;
  color: #fff;
  border: none;
  padding: 5px;
  border-radius: 999px 999px 999px 999px !important;
  font-size: 0.9rem;
  cursor: pointer;
  appearance: none;
  text-align: center;
  appearance: none; /* removes default OS styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23fff' height='24' viewBox='0 0 24 24' width='24' https://skykart.in/?product_cat=&product_cat=&s=drone&post_type=product&type_aws=truexmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  font-size: 16px !important;
}

select:not(#product_cat_filter) option {
  background: grey;
  color: black;
  width: 100px;
  padding-right: 10px;
}

.aws-search-form {
  background: white;
  border-radius: 999px;
  padding: 2px;
}

.aws-container .aws-show-clear .aws-search-field {
  padding-left: 10px;
	padding-right: 10px;
}

.aws-container .aws-search-form .aws-form-btn {
  background: #fefefe;
  border-radius: 40px !important;
}

/* Input field */
.aws-search-field {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none !important;
  background-color: transparent;
  font-size: 16px !important;
  color: #333;
}

/* Search icon/button */
.aws-search-btn {
  width: 40px !important;
  height: 40px;
  margin-left: 1px !important;
}

.subcategory-grid {
  display: flex;
  gap: 20px;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  width: 100%;
}

.subcategory-item {
  position: relative;
  flex: 1;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.subcategory-item a {
  color: white;
}

.subcategory-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.subcategory-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
}

.subcategory-item h3 {
  position: relative;
  z-index: 3;
  color: white;
  margin: 0;
  padding: 20px;
  text-decoration: none;
}

.subcategory-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  z-index: 3;
}

.woocommerce-mini-cart__buttons.buttons .button {
	color: #666666 !important;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout,
.woocommerce-mini-cart__buttons .button.wc-forward.ast-continue-shopping {
	color: #FFFFFF !important;
	background-color: #F05B28 !important;
	border: none !important;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout:hover,
.woocommerce-mini-cart__buttons .button.wc-forward.ast-continue-shopping:hover {
	background-color: #D94800 !important;
}

/* Blog Start */

.wpr-grid-item-date .inner-block > span {
  position: relative;
  top: -25px;
  left: 55px;
}

.wpr-grid-tax-style-1 .inner-block a {
  margin-left: 10px;
  color: red !important;
}

.wpr-grid-item-author img,
.wpr-grid-item-author span {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-weight: bold;
  color: black;
}

.inner-block .avatar {
  height: 50px;
  width: 50px;
  border-radius: 25px !important;
}

.wpr-grid-item-title {
  height: 50px;
}

.wpr-grid-image-wrap {
  aspect-ratio: 8/3 !important;
}

.wpr-grid-item-inner {
  background: white !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.wpr-grid-item-below-content {
  background: white !important;
}

/* Blog End */

.header-widget-area .fast-fuzzy-search {
  width: 370px;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__icon {
  color: #888888;
}

.header-widget-area
  .fast-fuzzy-search--minimal-light
  .fast-fuzzy-search__field {
  border: 0px;
  border-radius: 40px;
  background: #f2f2f2;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__input {
  color: #999999 !important;
  font-size: 14px;
}

.fast-fuzzy-search__input {
  font-weight: normal;
}

.entry-title {
	width: 90%;
	margin: auto;
	margin-bottom: 1em;
}

.brand-header {
  height: 33.33vh; /* Adjust the height as needed */
}

.brand-header .brand-header-image {
  height: 100%;
}

.brand-header .brand-header-image img {
  height: 100%;
	margin: auto;
}

.brand-header .brand-info {
  position: absolute;
  text-align: center;
  color: white; /* Adjust text color if needed */
  font-size: 24px; /* Adjust text size as needed */
  z-index: 1; /* Ensure the text is above the image */
}

.widget_shopping_cart {
  height: 400px;
}

.widget_shopping_cart_content {
  height: 100%;
}

.widget_shopping_cart .product_list_widget,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget {
  height: 250px;
}

.wpr-mini-cart-image img {
  height: 30px !important;
  width: 60px !important;
  min-width: 0% !important;
}

.wpr-mini-cart-remove {
  margin-top: -50px;
}

/* Product Card Start */

.astra-shop-thumbnail-wrap .onsale {
/*   display: none; */
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
	bottom: auto !important;
	font-weight: 700 !important;
	color: #FFFFFF !important;
	background-color: #FF4040 !important;
	transform: translate(-25%, 25%) rotate(-30deg);
}

.no-cart ul.products li.product .button {
  display: none !important;
}

.columns-4 .type-product:has(> .astra-shop-thumbnail-wrap) {
	width: 100%;
	max-width: 250px;
}

.columns-5 .type-product:has(> .astra-shop-thumbnail-wrap) {
	width: 100%;
	max-width: 250px;
}

ul.products li.product .button {
  background: #f05b28;
  color: white;
  font-weight: bold;
}

.no-cart .woo-cart-qty-wrap {
  display: none !important;
}

.astra-shop-thumbnail-wrap {
  width: 100% !important;
  border-radius: 20px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.woo-cart-qty-wrap {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: #eee;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 7px !important;
	gap: 1em;
	color: #f05b28;
	border: 1px solid #f05b28;
	background-color: white;
}

.qty-minus,
.qty-plus {
	color: inherit;
	flex-grow: 1;
}

.qty-minus:hover,
.qty-plus:hover {
	background-color: #f05b28;
}

.qty-minus:focus,
.qty-plus:focus {
	color: #f05b28;
}

.qty-minus:focus:hover,
.qty-plus:focus:hover {
	color: white;
}

.no-display,
.ast-shop-product-out-of-stock {
  display: none !important;
}

.woo-cart-qty-wrap button {
  background: none;
  box-shadow: 0px 0px 0px 0px !important;
}

.astra-shop-thumbnail-wrap {
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.astra-shop-thumbnail-wrap img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  display: block !important;
  transition: transform 0.3s ease !important;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
}

.ast-shop-product-out-of-stock {
  width: 100%;
  height: 100% !important;
  text-align: center;
  top: 0px !important;
  left: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  pointer-events: none;
}

.astra-shop-thumbnail-wrap:hover img {
  transform: scale(1.15) !important;
}

.astra-shop-thumbnail-wrap .discount-banner {
  position: absolute;
  top: 10px;
  left: -70px;
  background: #f05b28;
  color: white;
  width: 220px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
  transform: rotate(-30deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  text-align: center;
}

.woocommerce-loop-product__title {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-size: 1.1em !important;
  font-weight: 800 !important;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ast-loop-product__link:hover {
  background-color: initial !important;
}

.astra-shop-summary-wrap .price {
  font-weight: 400 !important;
  font-size: 1em !important;
}

.astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist-button {
  width: 45px;
  border-radius: 500px !important;
  background: white !important;
  position: absolute !important;
  top: 10px;
  right: 0px;
  left: auto !important;
}

.astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist-button--added {
  background: #f05b28 !important;
}

.astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist-button--added svg {
  fill: white;
}

.ast-woo-product-category {
  display: none !important;
}

ins {
  color: green;
}

.woo-cart-qty-wrap {
  margin-top: 14px;
}

.astra-shop-summary-wrap {
	flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 0.5em;
}

.astra-shop-summary-wrap .review-rating {
	order: unset;
}

.woocommerce-js ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	margin-bottom: 0em;
}

.woocommerce-review-count {
  position: relative;
  top: -21px;
  left: 90px;
}

.star-rating {
  font-size: 15px !important;
}

.woocommerce-review-count {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9em;
  margin-left: 5px;
  color: #111 !important;
  margin-top: -5px;
  font-size: 14px;
  font-weight: 400;
}

.product_type_simple,
.add_to_cart_button {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.375em;
}

.product_type_simple {
	color: #000000 !important;
	background-color: transparent !important;
	border: 1px solid #000000 !important;
}

.product_type_simple:hover {
	color: #F05B28 !important;
	border: 1px solid #F05B28 !important;
}

.add_to_cart_button {
	color: #FFFFFF !important;
	background-color: #F05B28 !important;
	border: 1px solid #F05B28 !important;
}

.add_to_cart_button:hover {
	color: #FFFFFF !important;
	background-color: #D94800 !important;
}

.product_type_simple::before,
.add_to_cart_button::before {
	font-family: 'Material Symbols Outlined';
	content: '\e7f4';
	vertical-align: middle;
	text-align: center;
}

.add_to_cart_button::before {
	font-family: 'SkyKart Icons';
	font-size: 1.5em;
	content: '\0048';
	margin-right: 0em !important;
}

.rvpw-recently-view .woocommerce ul.products li.product {
  align-items: normal;
}

@media (max-width: 1609px) {
  h4.elementor-heading-title {
    font-size: 1.1rem;
  }

  h5.elementor-heading-title {
    font-size: 1rem;
  }

  .elementor-button {
    padding: 10px 16px;
    font-size: 0.8rem;
  }
}

nav.woocommerce-pagination:empty {
	display: none !important;
}
/* Product Card End */

/* Footer CSS Start */
.footer {
	width: 100vw;
}

.footer h1 {
  color: white;
}

.footer h2 {
  color: white;
}

.footer h3 {
  color: white;
}

.row-column h4 {
  color: white;
  font-size: 16px;
}

.row-list {
  margin: 0px;
}

.need-help-section {
	color: #FFFFFF;
  background-color: #222222;
  padding: 25px;
  text-align: center;
}

.need-help-section h1 {
  color: #FFFFFF;
	font-size: 1.5em;
  font-weight: 900;
}

.need-help-row {
  display: flex;
  justify-content: center;
	align-items: stretch;
  margin-top: 1.25em;
	gap: 2em;
}

.need-help-card {
  background-color: #333333;
  padding: 1em;
  flex-grow: 1;
  border-radius: 0.75em;
}

.need-help-title {
	font-size: 1.2em;
	color: #E7E7E7 !important;
}

div.need-help-card > p:nth-child(1) {
	margin-bottom: 1em;
}

.need-help-description {
	font-size: 0.8em;
	color: #D7D7D7 !important;
}

.powered-row {;
  background-color: #000000;
}

.powered-row img {
  width: 100%;
}

.trust-symbols-grid {
	color: #D3D3D3;
	background-color: #000000;
	font-weight: 700;
	display: grid;
	row-gap: 4em;
	column-gap: 2em;
	grid-template-columns: repeat(4, 1fr);
	padding: 4em 10% 0em 10%;
}

.trust-symbol-pair {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 0em;
}

.final-row {
  background-color: black;
  padding-bottom: 10px;
  color: white;
  text-align: center;
  padding-top: 30px;
}

.be-first {
  width: 90%;
  margin: auto;
	border-top: 1px solid #D7D7D7;
	padding: 2.25em 0em;
}

.be-first h1,
.be-first p {
	color: #222222;
}

.be-first p {
	font-size: 1.3125em;
}

.broad-row {
  display: flex;
  margin-top: 20px;
  text-align: left;
}

.shop-links {
  flex: 4;
  margin-left: 50px;
  margin-right: 50px;
}
.inside-row {
  display: flex;
  margin-top: 20px;
}

.row-column {
  flex-grow: 1;
}

.row-list {
  list-style-type: none;
	padding-top: 0.25em;
}

.row-list li {
  margin: 4px 0;
  color: #b8b8b8;
  margin: 4px 0;
  font-size: 12px;
  margin-top: 10px;
}

.row-heading {
  font-weight: bold;
  margin-top: 20px;
}

.row-item {
  color: #b8b8b8;
  margin: 4px 0;
  font-size: 12px;
  margin-top: 10px;
}

.shop-heading {
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aca6a6;
  font-size: 20px;
}

.search-links {
  justify-content: space-between;
  margin-top: 20px;
}

.row-search {
  color: #b8b8b8;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}

.support-links {
  flex: 1;
  margin-left: 50px;
  margin-right: 50px;
}

.str-img {
  height: 4em !important;
  display: block;
  margin: auto;
}

.row-product h4 {
  color: white;
  margin-top: 15px;
  font-size: 16px;
}

.row-product {
  margin-right: 60px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.newsletter-container {
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	gap: 2em;
}

.input-container {
  display: inline-flex;
  border: 1px solid #D7D7D7;
  border-radius: 50px;
  min-width: 20em;
	max-width: 75%;
	flex-grow: 1;
	padding: 0.5em;
}

.email-input {
  flex-grow: 1;
  margin: auto 1em;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  color: #222222;
	text-align: start;
}

.email-input:empty::before {
  content: attr(data-placeholder);
  color: #222222;
  pointer-events: none;
  user-select: none;
}

#footer-newsletter-subscribe-button {
  background-color: #f05b28;
  border: none;
  color: white;
  padding: 0.75em 1em;
  cursor: pointer;
  font-weight: 700;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  border-radius: 50px;
}

#footer-newsletter-subscribe-button:hover {
  background-color: #f06b28;
}

.email-input + p {
	flex-shrink: 0;
}

.follow-us {
  display: flex;
	justify-content: center;
  align-items: center;
  padding: 0.75em 0.5em;
	padding-left: 2em;
  border: 1px solid #D7D7D7;
  border-radius: 50px;
	flex-shrink: 0;
	color: #222222;
	gap: 0.5em;
}

.follow-us a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin: 0 4px;
  background-color: #F2F2F2;
  color: #222222;
  border-radius: 50%;
  text-decoration: none;
	font-size: 2em;
}

.follow-us a:hover {
  background-color: #f05b28;
  color: white;
}

.footer-copyright-address-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	font-size: 0.75rem;
	color: #ccc;
}

.footer-copyright-address-row *,
.footer-copyright-address-row *:hover {
	flex-grow: 1;
	color: inherit;
}

.wp-block-gallery {
	width: auto !important;
}

.footer-brand-logo {
	width: 194px !important;
}

@media (pointer: none), (pointer: coarse) {
	.need-help-section {
		padding: 50px;
	}
	
	.need-help-section h1 {
		font-size: 2em;
	}
	
	.need-help-row {
		margin-top: 2.5em;
	}
	
	.need-help-card {
		padding: 2em;
	}
	
	div.need-help-card > p:nth-child(1) {
		margin-bottom: 1.75em;
	}
	
	.need-help-title {
		font-size: 1.25rem;
	}

	.need-help-description {
		font-size: 0.8em;
	}
	
	.need-help-row,
	.newsletter-container,
	.broad-row,
	.inside-row,
	.shop-links,
	.support-links {
		flex-direction: column;
		gap: 1vh;
		text-align: center;
	}
	
	.follow-us {
		gap: 0.1em;
	}
	
	.follow-us a {
		font-size: 1.75em;
		width: 1.75em;
		height: 1.75em;
	}
	
	.trust-symbols-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.support-links {
		display: flex;
	}
	
	.shop-links + .support-links {
		display: block;
	}
	
	.row-product {
		margin-right: 0em;
		margin-bottom: 0em;
	}
	
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		margin-bottom: 0em;
	}
	
	.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding: 1em;
	}
	
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
		margin-bottom: 0em;
	}
	
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0em;
	}
	
	#astra-footer-menu {
		margin-left: 0em;
	}
	
	.footer-copyright-address-row {
		flex-direction: column;
	}
}
/* End Footer CSS */