/** Shopify CDN: Minification failed

Line 19:0 Comments in CSS use "/* ... */" instead of "//"
Line 49:0 Comments in CSS use "/* ... */" instead of "//"
Line 259:0 Expected "}" to go with "{"

**/
.rxsg-menu-item a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.rxsg-menu-item span {
  font-weight: 500;
  padding-top: 15px;
}

// Drawer Nav Style Overrides
li.drawer-panel {
  background: #ffffff !important;
}

.drawer-panel-inner {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
}

.drawer-panel-contents {
  padding-top: 23px;
  padding-left: 23px;
}

.panel-header {
  font-size: 18px;
  font-weight: 500;
}

.panel-subheader {
  font-size: 14px;
  margin-top: -10px;
}

.panel-footer {
  background: #f4f4f4;
}

// PDP
.product-customizer-option > label {
  color: rgba(26, 26, 26, .7) !important;
}

.rxsg-menu-item a img,
li.drawer-panel {
  border-radius: 7px;
}
ul.dropdown {
  position: relative;
  width: 100%;
  text-align: center;
}
ul.dropdown li {
  font-weight: bold;
  text-decoration: none;
  float: left;
  width: 100%;
  background: #ccc;
  position: relative;
}
ul.dropdown a:hover {
  color: #000;
}
ul.dropdown li a {
  display: block;
  padding: 20px 8px;
  color: #222;
  position: relative;
  z-index: 2000;
}
ul.dropdown li a:hover,
ul.dropdown li a.hover {
  background: #f3d673;
  position: relative;
} /* LEVEL TWO */
ul.dropdown ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
ul.dropdown ul li {
  font-weight: normal;
  background: #f6f6f6;
  color: #000;
  border-bottom: 1px solid #ccc;
}
ul.dropdown ul li a {
  display: block;
  background: #eee !important;
}
ul.dropdown ul li a:hover {
  display: block;
  background: pink !important;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*! Added Product Length CSS N. Peacock */
.product-customizer-option select {
  border-radius: 75px !important;
}
.product-customizer-option select {
  border-color: rgb(var(--text-color) / 0.12) !important;
}
.product-customizer-option {
  width: 100%;
  padding: 0 5px 10px 0;
  display: block;
  margin-bottom: 10px;
}

/************ NPEACOCK CART STUFF **********/
.cart-drawer__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  font-family: inherit;
}

.star-rating {
  display: flex;
  color: #FFD700; /* Classic Gold */
  font-size: 16px;
  line-height: 1;
}

.rating-text {
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .product-info__quantity-selector {
    position: absolute;
    left: 30px;
    right: 43px;
    bottom: 121px;
  }
}
@media screen and (max-width: 430px) {
  .product-info__quantity-selector {
    position: absolute;
    left: 18px;
    right: 43px;
    bottom: 179px;
    padding-bottom: 5px;
  }
}
/*! End of Product Length CSS N. Peacock */

/*! Added by Ericka 3.30.24 */

.shopify-section-sections--22281778954556__newsletter-popup, .newsletter-drawer {
    display: none!important;
}

/*! Added by Ericka 6.5.24 EVO G2 Template */ 	
@media screen and (min-width: 1024px) {
  .shopify-section-template--22450129436988__main .product-info__quantity-selector {  
    position: absolute;
    bottom: 82px;
  }
}
 .shopify-section-template--22450129436988__main .product-customizer-option {
  margin-bottom: 113px;
}
@media screen and (max-width: 768px) {
  .shopify-section-template--22450129436988__main .product-customizer-options {
    margin-bottom: 95px !important;
  }
  .shopify-section-template--22450129436988__main .product-info__quantity-selector {
    left: 30px;
    right: 43px;
    bottom: 200px;
  }
}
@media screen and (max-width: 430px) {
  .shopify-section-template--22450129436988__main .product-info__quantity-selector {
    left: 18px;
    right: 43px;
    bottom: 100px !important;
    padding-bottom: 5px;
  }
}

/*! Added by Ericka 6.5.24 CUSTOMFIT Template */
@media screen and (min-width: 1024px) {
  .shopify-section-template--22281783411004__main .product-info__quantity-selector {
    position: absolute !important;
    bottom: 120px !important;
  }
  .shopify-section-template--22281783411004__main .product-customizer-option {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .shopify-section-template--22281783411004__main .product-info__quantity-selector {
    left: 18px;
    right: 43px;
    bottom: 124px !important;
    padding-bottom: 5px;
  }
}

/*! Added by N.Peacock */
@media screen and (max-width: 768px) {
  .mobile-header-meta {
    display: block;
    padding: 0 16px 12px;
  }

  .mobile-title-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .mobile-product-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
    flex: 1;
  }

  .mobile-product-price {
    font-size: 1.1rem;
    font-weight: 600;
    white-space: nowrap;
  }

  .mobile-product-rating {
    margin-top: 0.25rem;
  }
