/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v4.6, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
body {
  font-family: "Gotham", "Helvitica", Arial, sans-serif !important;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}
.container {
  max-width: 1140px;
}
.column-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
.content-section h1 {
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 15px;
}
p {
  line-height: 1.75;
}
h2 small {
  font-size: 18px;
  letter-spacing: 4.6px;
  display: block;
}
.select2-container {
  max-width: 100%;
}
#account-main .content-area {
  width: auto;
}
.accordion-button, .accordion-item {
  background-color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:hover {
  border-bottom: none;
}
.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.nav.header-links.pages {
  display: none;
}
.navbar-container {
  padding: 12px 0px 13px;
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px;
}
.nav.login-register-container li, .search-cart-container li {
  display: inline-flex;
  align-items: center;
}
.navbar-container ul.nav > li > a {
  padding: 7px 0px;
}
.nav.login-register-container li i {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #30b9adff;
  position: relative;
  margin-right: 8px;
  width: 28px;
  height: 32px;
}
.nav.login-register-container li span {
  color: #fff;
  padding: 7px 5px;
  display: inline-block;
}
.simple_form.new_search.search-form {
  margin-right: 30px !important;
  width: 200px;
}
.nav-item .new_search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 24px;
  font-size: 12px;
  font-style: italic;
  padding: 2px 14px;
}
#s_keyword {
  color: #bbb;
  border: none !important;
}
#s_keyword:focus {
  box-shadow: none;
  border: none !important;
}
.nav-item .new_search .input-group-append button {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 24px;
  font-size: 12px;
  padding: 3px 7px;
  margin-top: -1px;
}
.nav-item.cart-item {
  position: relative;
}
.nav-item.cart-item a {
  display: inline-flex;
  align-items: center;
}
.fas.fa-shopping-cart {
  font-size: 28px;
  color: #30b9adff;
  width: 27px;
  height: 27px;
  margin-right: 17px;
}
.nav-item.cart-item span, .quick-actions-menu a.nav-link span {
  position: absolute;
  display: block;
  top: -4px;
  right: auto;
  left: 18px;
  background-color: Tomato;
  height: 21px;
  border: 2px solid #4c4e55;
  min-width: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center; 
  line-height: 15px;
  color: #ffffff;
  border-radius: 11px;
  padding: 1px 0 0;
}
.nav.login-register-container li {
  display: block;
}

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  top: 60px !important;
  height: 100px;
  /* box-shadow: 0px 3px 5px rgba(0, 0, 0, .5); */
  transition: padding-top 250ms ease-in-out, padding-bottom 250ms ease-in-out, height 250ms ease-in-out, background-color 250ms ease-in-out;
}
.header-container.scrolled {
  background-color: #FFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
  height: 80px;
}
.header-container > .wrapper {
  /* padding: 8px 0 6px; */
  height: 100%;
}
.header-container .navbar,
.header-container .container-fluid,
.headerLinks, .headerLinks ul {
  padding: 0;
  height: 100%;
}
.header-links li {
  margin-left: 14px !important;
}
.header-links li > a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  letter-spacing: 1px;
}
.header-links.categories > li:last-of-type > a {
  padding-right: 0;
}
.header-links li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #30b9adff;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.header-links li:hover > a::before,
.header-links li > a.active::before {
  opacity: 1;
  left: 0%;
  width: 100%;
}
/*.headerLinks li .dropdown-menu, .headerLinks li a::after {
  display: none;
}*/
.browse-categories, .product-filter .sort-select {
  min-width: 254px;
}

/*-------------------*/
/* ACCOUNT PAGE */
/*-------------------*/
.account-nav-menu ul li a:hover, .account-nav-menu ul li a:focus {
  background-color: #DEE2E6;
}
.account-nav-menu ul li.selected a {
  background-color: #fff;
}
.account-nav-menu ul li.selected a::after {
  background-color: #fff;
}
#account-main h1, #account-main h2, #account-main h3, #account-main h4, #account-main h5, #account-main h6 {
  text-align: left;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
/*-------------------*/
/* CONTENT */
/*-------------------*/
.featured-products-wrapper .content-container {
  padding: 0 !important;
}
/*
.featured-products-wrapper::before, .featured-products-wrapper::after {
  content: '';
  width: 95px;
  height: 60%;
  position: absolute;
  top: 25%;
  background-image: url(https://assets.mybrightsites.com/uploads/sites/8479/themes/24126/d19e31e54aa0509fe9f23e1b81891157fc7eb3a8/arrow-pattern-black.png?1732567712);
  background-position: top center;
}
.content-section::after {
  right: 0;
}*/
.content-section {
  background-color: #ffffff;
  position: relative;
}
.banner-slideshow-container {
  height: calc(100vh - 120px);
  width: 100vw;
  margin-top: -100px;
  padding: 100px 0 0 0;
  background-color: #ffffff;
  background-image: url(https://assets.mybrightsites.com/uploads/sites/8479/themes/24126/de6ebbf3346055baaac6f45ac2e9dffa39ce73de/banner-image.jpg?1744816703);
  background-position: bottom center;
  background-size: cover;
  display: flex;
  position: relative;
  max-width: 100%;
}
.homepage-carousel-container {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 400px;
  margin: auto 0 auto auto !important;
  padding: 0;
}
.banner-slideshow-inner {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
}
/*.banner-slideshow-inner::before {
  content: '';
  position: absolute;
  width: 35%;
  height: 90%;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  /*
  background-image: url(https://assets.mybrightsites.com/uploads/sites/8479/themes/24126/cd73db505278051040036c207ea7bf4cdb81df41/arrow-pattern-white.png?1732567712);
  background-color: #231f20;
  background-position: bottom left;
}
.banner-slideshow-inner::after {
  width: 12%;
  height: 70%;
  background: #1e1b1c;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}*/
.banner-slideshow-container .container > .row {
  height: 100%;
}
#homepage-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  width: 100%;
  box-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
#homepage-carousel::before {
  content: '';
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #30b9adff;
  height: 15%;
  width: 15%;
  bottom: -2%;
  left: -2%;
  box-shadow: 0px 3px 5px rgba(0,0,0,.5);
  z-index: 1;
}
#homepage-carousel::after {
  content: '';
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #30b9adff;
  height: 15%;
  width: 15%;
  top: -2%;
  right: -2%;
  box-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
#homepage-carousel .carousel-inner {
  max-width: 400px;
  max-height: 400px;
  margin: auto;
  float: none;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
}
#homepage-carousel .carousel-item, .carousel-item a img {
  position: relative;
  height: 100%;
  width: auto !important;
  max-height: 400px;
  max-width: 400px;
  margin: auto;
  float: none;
}
.banner-slideshow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 31px;
  background-color: rgba(35, 31, 32, .6);
  padding-top: 6px;
  margin: 0;
  z-index: 101;
}
#homepage-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: none;
  opacity: 1;
}
#homepage-carousel .carousel-indicators button.active {
  background: #30b9adff;
}
/*--------- BANNER TAGLINE ----------*/
.welcome {
  font-size: 30px;
  font-weight: normal;
  line-height: .8;
  margin-bottom: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  width: 100%;
}
.tagline {
  font-size: 78px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  line-height: 1.2;
  color: #ffffff;
  width: 100%;
}
.c-brand {
  color: #fff;
}
.banner-spacer {
  margin-top: 0px;
  width: 100%;
  height: 60px;
  background-image: url(https://assets.mybrightsites.com/uploads/sites/8479/themes/24126/cd73db505278051040036c207ea7bf4cdb81df41/arrow-pattern-white.png?1732567712);
}
.banner-text {
  position: relative;
  z-index: 100;
}

.main h1 {
  font-size: 40px;
  margin-bottom: 0px;
  margin-top: 0px !important;
  text-transform: uppercase;
  color: #444;
  text-align: center !important;
}
.content-area {
  position: relative;
  padding: 30px 0;
  box-sizing: content-box;
  width: 100%;
}
.content-area.index-page {
  padding-bottom: 60px;
}

.subpage h1 {
  font-size: 65px;
  width: 100%;
}
.content-section.subpage .content-inner {
  padding-top: 16px;
}
.recent-orders-wrapper .modal-content {
  background-color: #fff;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-list {
  justify-content: space-around;
  margin-right: 0 !important;
}
.thumbnail-description-container {
  background-color: #53565A;
  padding: 12px;
  padding-top: 12px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.thumbnail-title-container {
  border-radius: 0;
  border: none;
  max-width: 266px;
  text-align: center;
  margin: 30px auto 15px auto !important;
  position: relative;
  z-index: 2;
}
.product-thumbnail {
  margin: 0px 0 20px 0 !important;
}
.product-thumbnail .thumbnail-img-container {
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 14px;
  font-weight: normal !important;
  margin-bottom: 1px;
  text-transform: none;
}
.thumbnail-description-container a p.card-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  padding: 8px 12px;
  background-color: #30b9adff;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy-now {
  margin-top: 15px;
}
.buy-now a {
  display: block;
  width: 100px;
  margin: 0 auto;
  font-weight: bold;
  background-color: #30b9adff;
  height: 40px;
  line-height: 28px;
  padding: 5px 8px;
  color: #444;
  clip-path: polygon(100% 0, 100% 25px, 85px 100%, 0 100%, 0 0);
  transition: background-color 250ms ease-in-out;
  text-align: center;
}
.buy-now a:hover {
  background-color: #30b9adff;
  text-decoration: none;
}
.thumbnail-title-container:hover {
  transform: scale(.98);
  transition: transform 150ms ease-in-out;
}
.product-thumbnail .thumbnail-img-container img {
  /* margin: 0 auto; */
  /* margin-bottom: -1px; */
}
.product-thumbnail .thumbnail-img-container a {
  overflow: hidden;
}
/*-------------------*/
/* COLLECTIONS */
/*-------------------*/
.collections-wrapper {
  padding: 30px 60px;
  /*background-image: url(https://assets.mybrightsites.com/uploads/sites/8479/themes/24126/39a9e4a6bb086c61ca230e3d02d771a9881ecfd9/broken_noise.png?1732567712);*/
  background-position: center center;
  position: relative;
  background-color: #4c4e55;
}
.collections-inner {
  background-color: #231f20;
  color: #ffffff;
  background-image: url(https://assets.mybrightsites.com/uploads/sites/8479/themes/24126/ffc103501fde4477e1cc7b344e01ac63218d5262/our-collections.jpg?1744816869);
  background-position: center center;
  position: relative;
  padding: 32px 0 50px;
  box-sizing: content-box;
  width: 100%;
}
/*
.collections-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(252, 182, 21, 1);
}
.collections-inner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(252, 182, 21, 1);
}*/
.collections-inner h2 {
  color: #fff !important;
  text-align: center;
}
.collections-wrapper small a, .collections-wrapper small a:hover {
  color: #fff;
}
.all-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 10px;
}
.category-wrapper {
  display: block;
  position: relative;
  height: 210px;
  width: 220px;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0 10px;
}
.category-inner {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  height: 210px;
  transform: scale(1);
  transition: transform 150ms ease-in-out;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.category-wrapper:nth-child(1) .category-inner {
  background-image: url();
}
.category-wrapper:nth-child(2) .category-inner {
  background-image: url();
}
.category-wrapper:nth-child(3) .category-inner {
  background-image: url();
}
.category-wrapper:nth-child(4) .category-inner {
  background-image: url();
}
.category-wrapper:nth-child(5) .category-inner {
  background-image: url();
}
.category-inner a {
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: rgba(0, 0, 0, .7);
  color: rgba(255, 255, 255, .9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-weight: 400;
  font-size: 24px;
  transition: background-color 250ms linear, color 250ms linear;
  display: flex;
}
.category-inner:hover {
  transform: scale(.98);
}
.category-inner:hover a {
  background-color: rgba(0, 0, 0, .5);
  color: rgba(255, 255, 255, .6);
}
.subpage.category-page-container .content-inner {
  background-color: #fff;
  z-index: 0;
  position: relative;
}
.content-section.subpage {
  padding: 0 0 36px 0;
}
.subpage.category-page-container {
  padding: 30px 60px;
  background-image: url(https://assets.mybrightsites.com/uploads/sites/8479/themes/24126/ffc103501fde4477e1cc7b344e01ac63218d5262/our-collections.jpg?1744816869);
  background-position: center center;
}
.featured-products h1, .featured-products h1 .c-brand {
  color: #53565A;
}
/*-------------------*/
/* CATEGORY PAGE */
/*-------------------*/
.category-page {
  margin-top: -38px;
}
.category-title-container h2 small {
  font-size: 18px;
  letter-spacing: 4.6px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #444;
}
.category-title-container h1 {
  color: #30b9adff;
}
.category-title-container hr {
  width: 90%;
  max-width: 600px;
  margin: 40px auto;
  border-top: 2px dashed rgba(0, 0, 0, .1);
  height: 0;
  background: none;
  opacity: 1;
}
#content > nav {
  display: none;
}
.category-page .thumbnail-title-buy-container {
  margin-bottom: 10px;
}
.category-page .new_search.search-form .keyword,
.products-result-verbiage,
.category-page-content-section .container-fluid > .row:last-of-type {
  display: none !important;
}
.category-page-content-section > .container-fluid {
  display: none;
}
.product-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
.product-filter {
  margin: 10px 20px 0 20px;
}
.product-filter label {
  color: #333;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}
.product-filter .sort-select {
  margin: 0 !important;
}
.product-filter .sort {
  text-align: center;
  color: #333;
}
.product-filter .simple_form.new_search.search-form {
  width: auto;
  margin: 0 !important;
}
.product-filter .sort-form span {
  color: #333;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}

/* .category-page-content-section > .container-fluid {
  display: none;
} */
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main h2 {
  text-align: left;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}
.related-products-thumbnails, .recently-viewed-products-thumbnails {
  justify-content: space-between;
  flex-wrap: wrap;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-page {
  margin-top: 0 !important;
  padding: 0 1.75rem;
}
.cart-page h1 {
  display: block !important;
}
.cart-page .float-md-end {
  float: none !important;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shopping-cart .table thead th {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 0;
}
.cart-item > td {
  padding: 20px 20px 20px 0;
}
.shopping-cart .btn.primary {
  padding: 4px 8px !important;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: capitalize !important;
  font-weight: normal !important;
  color: #000;
  font-size: 14px !important;
  margin-left: 3px;
}
.shopping-cart tfoot tr:first-of-type td:last-of-type,
.shopping-cart tfoot tr:first-of-type td:nth-last-of-type(2) {
  color: #333333;
  font-size: 19px;
  text-align: right;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.cart-item td:last-of-type button {
  opacity: .5;
  padding-left: 10px;
}
.cart-item td:last-of-type button:hover {
  opacity: 1;.
}
.shopping-cart tfoot button, .shopping-cart tfoot button:hover {
  color: #000;
  text-decoration: none;
  padding: 2px 0px 5px;
  margin-right: 3px;
}

.guest-checkout .nav.nav-tabs .nav-item {
  background: #fff;
}
#checkout-form h1, #checkout-form h2, #checkout-form h3, #checkout-form h4, #checkout-form h5, #checkout-form h6 {
  text-align: left;
}
.checkout-steps div button::after, .checkout-steps div a::after {
  content: none;
}
.checkout-steps > div::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  height: 1px;
  width: 200vw;
  border: 1px solid #E1E1E1;
  z-index: 0;
  left: -100vw;
}
.checkout-steps button, .checkout-steps div a {
  position: relative;
  z-index: 101;
}
.checkout-summary-section {
  font-size: 14px;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #30b9adff;
  color: #FFFFFF;
  margin: 0 !important;
}
.footer-container .wrapper {
  padding: 0 !important;
}
.footer-about-container, .footer-logo-container, .footer-contact-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-right: 1px dashed rgba(205, 205, 205, .3);
  max-height: 160px;
}
.footer-contact-container {
  border: none;
  text-align: right;
  display: flex;
  justify-content: right;
}
.footer-content h4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4.6px;
  text-transform: uppercase;
  color: #30b9adff;
}
.footer-container .c-brand {
  color: #53565A;
}
.visit-us {
  border-top: 1px solid rgba(205, 205, 205, .3);
  padding-top: 8px;
  text-transform: uppercase;
  color: #30b9adff;
}
.footer-logo {
  max-height: 210px;
  width: auto;
  margin: -25px auto 0;
}
.footer-contact-container p {
  line-height: 1.5;
}
.footer-contact-container p:last-of-type {
  margin-top: 4px !important;
}
.footer-contact-container p.address {
  line-height: 1.5;
  border-bottom: 1px solid rgba(205, 205, 205, .3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer-contact-container p i {
  color: #30b9adff;
  margin-right: 10px;
}
.wrapper.copyright-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  background-color: #30b9ad;
}
.copyright-section {
  border: none;
}
.copyright-section p {
  padding: 0 !important;
  color: #fff;
}
.footer-links-container h4 {
  color: #30b9adff;
}
.custom-order-bubble {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #30b9ad; 
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: all 0.3s ease;
  display: none;
}
.custom-order-bubble:hover {
  background-color: #30b9ad; 
  transform: scale(1.05);
}
.custom-order-bubble1 {
  height: auto !important;
  background-color: #30b9ad !important; 
  color: #fff !important;
  padding: 12px 18px !important;
  border-radius: 50px;
  font-size: 14px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: all 0.3s ease;
}
.custom-order-bubble1:hover {
  background-color: #30b9ad !important; 
  color: #fff !important;
  transform: scale(1.05);
}
.custom-order-bubble1::before {
  display: none !important;
}

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}
@media screen and (max-width: 992px) {
  .header-container {
    position: sticky;
    z-index: 1000;
    top: 0 !important;
  }
}
@media screen and (max-width: 991.99px){
  .homepage-carousel-container {
    margin: auto !important;
  }
  .cart-quantity-container {
    padding-right: 0 !important;
  }
  .navbar-container {
    display: none;
  }
  .simple_form.new_search.search-form {
    margin-right: auto !important;
  }
  .nav-link.quick-nav-link {
    position: relative;
  }
  .quick-nav-link .fas.fa-shopping-cart {
    width: 20px;
    height: 20px;
    font-size: 21px;
    display: block;
	margin-right: 7px;
    color: #4c4e55ff;
  }
  .quick-actions-menu a.nav-link span {
    left: 29px;
    top: 1px;
  }
  .banner-text {
    justify-content: start;
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px){
  .footer-links-container h4 {
    text-align: center;
  }
  ul.custom-footer-links {
    flex-direction: row !important;
    justify-content: center;
  }
}
@media screen and (max-width: 767px){
  .collections-wrapper {
    padding: 0;
  }
  .product-filters {
    display: block;
    text-align: center;
    height: auto;
  }
  .browse-categories, .product-filter .sort-select {
    min-width: 0;
    width: 100%;
    max-width: 254px;
  }
  .footer-logo {
    margin: 0 0 0 0;
  }
  .footer-about-container, .footer-logo-container, .footer-contact-container {
    max-height: none;
    justify-content: left;
    text-align: left;
    margin-bottom: 30px;
    border: none;
  }
  .footer-contact-container {
    margin: 0 !important;
  }
}
@media screen and (max-width: 660px){
  .tagline {
    font-size: 80px;
  }
  .banner-slideshow {
    display: block;
  }
}

@media screen and (max-width: 480px){
  .carousel-item {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
  }
  .carousel-item a {
    display: flex !important;
    align-items: center;
    height: 100%;
  }
  .carousel-item a img {
    max-width: 100%;
    display: inline-flex !important;
    height: auto;
  }
}