@font-face {
  font-family: GalaxiePolarisCondensed-Bold;
  src: url(../fonts/GalaxiePolarisCondensed-Bold-1.otf);
  font-weight: bold;
}

@font-face {
  font-family: GalaxiePolarisCondensed-heavy;
  src: url(../fonts/GalaxiePolarisCondensed-Heavy.otf);
  font-weight: bold;
}

@font-face {
  font-family: luxurySaleFont4;
  src: url(../fonts/ProximaNovaAltCondensedLight.otf);
  font-weight: bold;
}

@font-face {
  font-family: luxurySaleFont5;
  src: url(../fonts/ProximaNovaAltCondensedExtrabold.otf);
  font-weight: bold;
}

@font-face {
  font-family: luxurySaleFont8;
  src: url(../fonts/GalaxiePolaris-Medium.otf);
  font-weight: bold;
}

@font-face {
  font-family: PolarisBook;
  src: url(../fonts/ProximaNovaAltRegular.otf);
  font-weight: bold;
}

@font-face {
  font-family: Polaris-Bold;
  src: url(../fonts/GalaxiePolaris-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: luxurysale7;
  src: url(../fonts/ProximaNovaAltCondensedThin.otf);
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-weight: 400;
  font-family: "PolarisBook", sans-serif;
}

::selection {
  background-color: #222;
  color: #fff;
}

a:visited {
  background-color: none;
}

.luxury1 {
  font-family: "luxurysale7", sans-serif !important;
}

.luxury2 {
  font-family: "luxurySaleFont4", sans-serif !important;
}

.luxury3 {
  font-family: "luxurySaleFont5", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  font-weight: 500;
  font-family: "luxurySaleFont5", sans-serif;
  color: #000000;
}

h5.text-uppercase.mt-n3 {
  margin-top: -11px;
}

.breadcrumb-title {
  font-family: "GalaxiePolarisCondensed-Bold", sans-serif !important;
}

.breadcrumb-content {
  padding-top: 110px;
  padding-bottom: 110px;
}

strong,
b {
  font-weight: 500;
  font-family: "GalaxiePolarisCondensed-Bold", sans-serif;
  color: #000000;
}

.header-topbar.topbar--primary {
  background-color: #235732;
  color: #ffffff;
}

.section-dark a:not(.btn),
.section-dark a:not(.video-play-btn) {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: "GalaxiePolarisCondensed-Bold", sans-serif;
}

label:not(.checkbox-label) {
  font-family: "GalaxiePolarisCondensed-Bold", sans-serif;
}

input {
  filter: none !important;
}

.bold {
  font-family: "luxurySaleFont5", sans-serif;
  color: #222;
}

.l-f1 {
  font-family: Polaris-Book, sans-serif !important;
  font-weight: 700 !important;
}

.header-middle {
  padding: 0px;
}

.header-top {
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  background-color: #00c2ad;
  color: #fff;
}

.header-bottom .container::before {
  border-top: 0px;
}

.badge-circle {
  background: #00c2ad;
}

.dropdown-arrow::after {
  content: "";
}



.main-nav > ul > li > a {
  font-family: luxurySaleFont5, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  color: #222;
  font-size: 15px !important;
}

.main-nav .menu .megamenu.megamenu-fixed-width a.category-heading {
  font-family: Polaris-Book, sans-serif;
  color: #222;
  font-weight: 700 !important;
}

.menu .megamenu .submenu a {
  font-family: Polaris-Book, sans-serif;
  color: black;
  font-weight: 400 !important;
}

.main-nav .menu .megamenu {
  top: 100%;
  left: -15px;
  border-top: none;
}

.menu .megamenu {
  box-shadow: none;
}

.menu li > a {
  color: #000;
}

.dropdown-cart-products {
  height: 200px;
  overflow: auto;
}

.reduce-gutters {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mobile-menu-container {
  background-color: #00c2ad;
}

.mobile-menu li {
  border-bottom: 1px solid #fff;
}

.mobile-menu li a {
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.form-control {
  height: 5rem;
  padding: 2rem;
  background-color: #fff;
  color: #777;
  font-family: Polaris-Book, sans-serif;
}

select.form-control:not([size]):not([multiple]) {
  height: 5.3rem;
  padding: 1rem;
}

.form-group-custom-control .custom-control-label {
  font-family: "GalaxiePolarisCondensed-Bold", sans-serif;
}

.btn {
  padding: 1rem 4.2rem;
  font-family: Polaris-Book, sans-serif;
  line-height: 1.429;
}

.btn-primary:hover {
  background: #222 !important;
  border: #222 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary.focus {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}

/*
  Blog
*/

.reviews-details .img-container,
.blog .img-container {
  max-height: 250px;
  overflow: hidden;
}

/*------------------------------------------------------------*/
/* Pagination */
/*------------------------------------------------------------*/
.pagination-wraper {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 15px 0;
  text-align: center;
  margin-bottom: 15px;
}

.pagination {
  display: inline-block;
  text-align: center;
}

ul.pagination-numbers,
.pagination .pagination-numbers,
.pagination-numbers {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  text-align: right;
  width: 100%;
}

.pagination-numbers li {
  display: inline-block;
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0 4px;
}

.pagination-numbers li a,
.pagination-numbers li span {
  background-color: #f6f6f6;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
  line-height: 35px;
  padding: 0 12px;
  transition: all 0.2s linear 0s;
  color: #333;
}

.pagination-numbers li a:hover,
.pagination-numbers li span:hover,
.pagination-numbers li span.current,
.pagination-numbers li a.current {
  color: #fff;
}

.pagination-numbers li a.dots,
.pagination-numbers li span.dots {
  background-color: transparent;
  border: medium none;
  padding: 0;
}

.pagination-numbers li a.dots:hover,
.pagination-numbers li span.dots:hover {
  color: inherit;
  background: inherit;
}

/*
  Carousel
*/

.main-banner-slider .owl-dots {
  margin-top: -30px !important;
}

.chat-on-watsapp {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #075e54;
  position: fixed;
  bottom: 0;
  right: 0;
  color: white !important;
  font-weight: bold;
  font-size: 1.35rem;
  text-align: center;
  z-index: 1000;
  padding-top: 1em;
}

/*
 Products Show section
*/

.img-upload {
  margin: 0 auto;
  border: 2px solid red;
  position: relative;
}
#m_image {
  position: relative;
  border: 6px dotted #eee;
  width: 130px;
  height: 120px;
  opacity: 2;
}
#m_image_tn {
  position: relative;
  border: 6px dotted #eee;
  width: 150px;
  height: 170px;
  opacity: 2;
}

.uploadloaded_image {
  margin: 0 auto;
}
.uploadloaded_image .upload-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
}
.uploadloaded_image .upload-text a {
  color: #333;
  font-size: 8px;
  display: inline-block;
  width: 100%;
}
.uploadloaded_image .upload-text img {
  max-width: 40px;
  max-height: 40px;
  display: block;
  margin: 0 auto;
}
.uploadloaded_image img#stored_image {
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  display: block;
}

img.upload_spinner {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 32px;
}

.uploadloaded_image .remove_image {
  position: absolute;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7); /* Black see-through */
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  padding: 3px;
  font-size: 10px;
  left: 0;
  bottom: 0;
  text-align: center;
}
.uploadloaded_image .remove_image a {
  color: #fff;
}

.profile-pic-section .btn-file input[type="file"],
div.uploadloaded_image input.upload_input,
div.items input[type="file"] {
  cursor: pointer;
  display: block;
  filter: alpha(opacity=0);
  font-size: 100px;
  height: 35px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 100%;
}

.banner-box a {
  display: block;
}
.banner-box a img {
  width: 100%;
}

.product-default .product-label.label-sale {
  background-color: "green";
  font-size: 2rem;
}

.product-default .sold-out {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

.product-default .sold-out .product-label.label-sale {
  background-color: "green";
  font-size: 1rem;
  line-height: 5;
}

.product-default .sold-out .product-label {
  border-radius: 50%;
  height: 63px;
}

.product-share {
  display: block;
  color: #333;
  font-size: 16px;
  margin-bottom: 25px;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}

.product-share a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 3px;
  font-size: 15px;
}

.product-share > * {
  display: inline-block;
}

.product-share span {
  font-size: 13px;
}

.comment-container .ratings::before,
.product-single-details .ratings-container .ratings::before,
.rating-stars a {
  color: gold !important;
}

.product-desc-content.pl-2.pb-2 ul {
  list-style: initial !important;
}

.horizontal-filter {
  background-color: #ffffff;
}

/* Styling Checkbox Starts */
.checkbox-label {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 25px;
  height: 24px;
  width: 100%;
  clear: both;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  /*border-radius: 5px;*/
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid #d8d8d8;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #000000;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: transparent;
}

/*.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity:1;
  border: 2px solid #FFFFFF;
}*/

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border: solid #009bff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*.checkbox-label input:checked ~ .checkbox-custom::after {
-webkit-transform: rotate(45deg) scale(1);
-ms-transform: rotate(45deg) scale(1);
transform: rotate(45deg) scale(1);
  content: "";
  opacity: 1;
  left: 5px;
  top: 1px;
  width: 2px;
  height: 5px;
  background-color: #fff;
  border-width: 0 2px 2px 0;
border-radius: 0;
background: white;
}*/

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  background-color: transparent;
  border-radius: 0;
}

.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label-text {
  position: absolute;
  color: #424242;
  top: -4px;
  left: 26px;
  font-size: 13px;
  font-weight: normal;
}

/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::after {
  border: solid #0067ff;
  border-width: 0 2px 2px 0;
}

.checkbox-label .checkbox-custom.circular::after {
  border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
  border-radius: 50%;
}

.sidebar-shop .widget-title {
  margin: 0;
  color: #313131;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.4;
  text-transform: uppercase;
}

.sidebar-shop .widget-title a::before,
.sidebar-shop .widget-title a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 2.5px;
  margin-top: -1px;
  transition: all 0.35s;
  background: #222529;
  content: "";
  font-size: 2rem;
}

.product-default {
  color: #000000;
  margin-bottom: 2rem;
}

.sidebar-shop .widget {
  border: none !important;
}

.inner-quickview figure .btn-quickview {
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0.5rem;
}

/**
  Banners 
**/

.portfolio-interior {
  height: 390px;
  overflow: hidden;
}

.shop-title.position-absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.active-attribute {
  border: 3px solid #222;
}

.active-other-attribute {
  background-color: #222;
  color: #fff;
}

.modal-dialog {
  max-width: 580px;
}

.widget-scroll {
  height: 250px;
  overflow: auto;
}

.product-single-details .product-title {
  font-family: Polaris-Book, sans-serif;
  font-size: 1.9rem;
}

.product-single-details .brand-name {
  font-size: 1.9rem;
  font-weight: 400;
}

.product-item-prices .product--price--amount {
  width: 33%;
  position: relative;
}

.product-item-prices .product--price--amount:first-child span:nth-of-type(2) {
  font-weight: 900;
  font-family: "Polaris-Bold", sans-serif;
  font-size: 1.9rem;
}

.product--price--amount span:first-child,
.product--price--amount span:nth-of-type(3) {
  display: block;
  font-size: 11px;
  color: #000000;
}

.product--price--amount.retail span:nth-of-type(2) {
  color: #939393;
  text-decoration: line-through;
  font-weight: 100;
  font-size: 1.9rem;
}

.product--price--amount.retail span:nth-of-type(3) {
  text-indent: -10000px;
}

.product--price--retail span.retail-title {
  color: rgb(207, 123, 123);
  font-size: 11px;
  text-transform: uppercase;
}

.product-single-tabs .tab-pane {
  padding-top: 0.5rem;
}

.product-desc-content.pl-2.pb-2.color--primary ul {
  list-style-type: square;
}

.prod-full-screen i {
  font-size: 2.5rem;
}

.inner:hover .prod-full-screen {
  opacity: 1;
}

.image-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #fff; /* Fallback color */
  background-color: #fff; /* Black w/ opacity */
}

.image-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.image-modal .close:hover,
.image-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.loader {
  left: 50%;
  margin-left: -4.5em;
  font-size: 10px;
  border: 0.8em solid rgba(218, 219, 223, 1);
  border-left: 0.8em solid #00c2ad;
  animation: spin 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 9em;
  height: 9em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4.5em;
}

.tls-loading-text {
  left: 48%;
  position: absolute;
  top: 45%;
  font-size: 35px;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.prod-thumbnail {
  display: block;
  margin: 3px -3px 0;
}

.prod-thumbnail-under {
  margin: 3px -3px 0;
}

.prod-thumbnail-under {
  display: flex !important;
  display: -ms-flexbox;
  margin: 3px -3px 0;
}

.checkout-overlay {
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: not-allowed;
}

.checkout-overlay .text {
  color: white;
  font-size: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: #00c2ad;
  padding: 20px;
}

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

.payment-image img {
  width: 60px;
}

.payment-image.f img {
  width: 50px;
}

.full-bg {
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.full-bg {
  position: fixed;
  top: 83px;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(243, 244, 246, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.full-bg.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* Position text in the middle */
.signup--middle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  z-index: 1;
}




.payment-icons.d-flex > div.payment-image {
  max-width: 50px;
}

.payment-icons .ms {
  width: 30px;
}

ul.payment-icons li {
  float: left;
  max-width: 100px;
  margin-right: 15px;
}

ul.payment-icons li.visa {
  max-width: 26px;
}

ul.payment-icons li.mastercard {
  max-width: 38px;
}

ul.payment-icons li.verve {
  max-width: 80px;
}

div.interswitch {
  max-width: 200px;
  margin-top: -20px;
}

.payment-icons.d-flex > div.interswitch {
  max-width: 150px;
  margin-top: -15px;
}

.shipping-address-info {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}

/*
 NewsLetter
*/

#Sign_Up {
  position: absolute;
  top: 42px;
  right: 12px;
  padding-top: 18px;
  border: none !important;
  outline: none !important;
  background: #1da795 !important;
}

.footer .widget-newsletter .btn {
  padding: 1.2rem 2.475rem;
  border-radius: 5rem;
  font-size: inherit;
  font-family: Polaris-Book, sans-serif;
  right: 10px;
  position: absolute;
  background-color: #222;
  margin-top: -4.5rem;
}

.footer .footer-bottom-area:not(.bg-none) {
  background-color: rgba(196, 14, 14, 0.15);
}

footer a,
footer p {
  color: #ffffff;
  font-family: Polaris-Book, sans-serif;
  font-weight: 500 !important;
}

footer a {
  font-size: 12px;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

.footer {
  background: #00c2ad;
}

@media only screen and (max-width: 600px) {
  .portfolio-thumb-brand {
    height: 250px;
    overflow: hidden;
  }

  .logo {
    max-width: 90px;
  }

  .portfolio-interior {
    height: 150px;
    overflow: hidden;
  }

  .tls-loading-text {
    left: 44%;
    top: 46%;
  }

  #Sign_Up {
    top: 37px;
    right: 2px;
  }

  .product-default .sold-out .product-label.label-sale {
    background-color: "green";
    font-size: 1rem;
    line-height: 5;
  }

  .product-default .sold-out .product-label {
    border-radius: 50%;
    height: 58px;
  }
}

.c-overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  z-index: 10;
}

.c-overlay #text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: green;
  padding: 10px;
  width: 100%;
  z-index: 1090;
}

/* //Custom Banners */

.mar-1 {
  margin-top: 0.2rem;
}

.sneakers-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #222;
  color: #fff !important;
}

.sneakers-content h1 {
  color: #fff !important;
}

.sale-text {
  font-size: 15em;
  font-family: "GalaxiePolarisCondensed-heavy", sans-serif !important;
}

.btn-raised {
  box-shadow: 0 2px 2px 0 rgb(176 132 45 / 18%),
    0 3px 1px -2px rgb(176 132 45 / 20%), 0 1px 5px 0 rgb(176 132 45 / 12%);
  background-color: #000 !important;
  width: 100%;
}

.sale-percent-off {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0px;
  top: -30px;
  border-radius: 50%;
  background-color: #939393;
  color: #fff;
}

.weight-loss-banner {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/banners/weight_loss_in_nigeria.jpeg");
  background-position: center center;
  background-color: #00c2ad;
}

.mobile-weight-loss-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

.text-break {
  white-space: normal !important;
}

.sal-content.mobile.text-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0px;
}

.custom-banner {
  overflow: hidden;
}

.zoom:hover {
  transform: scale(1.5);
  transition: 1s ease-in-out;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.banner-filter:after,
.banner-filter:before,
.header-filter:after,
.header-filter:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 600px) {
  .weight-loss-banner {
    height: 60vh;
    background-size: contain;
  }

  .sneakers-content {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
    background-color: #fff;
  }

  .sneakers-content h1 {
    color: #000 !important;
  }

  .col-md-4.sneakers-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: #000 !important;
  }
}



/* page strip   */
.card.rounded-4 {
  border-radius: 1.5rem !important;
}

.btn-quick-add {
  background-color: #00c2ad;
  color: white;
  border: none;
  border-radius: 2rem;
  /* pill-shaped */
  transition: all 0.3s ease;
}

.btn-quick-add:hover {
  background-color: #009c8b;
  /* darker shade for hover */
  box-shadow: 0 4px 12px rgba(0, 194, 173, 0.3);
  transform: translateY(-2px);
}