/** Shopify CDN: Minification failed

Line 113:0 Expected "}" to go with "{"

**/
/* assets/section-image-banner.css - Set Bigger Shop Now Button on Image with Border */
.banner__content .button:last-child {
    border: solid;
    background-color: #ED6B06 !important;
    color: #FFFFFF !important;
    font-weight: bold;
    border-color: #FFFFFF;
}

/* assets/section-image-banner.css - Set the text in banner to bright white */
.banner__box > * + .banner__text {
    color: #FFFFFF;
    margin-top: 1.5rem;
}

/* base.css - Bold menu on desktop */
@media screen and (min-width: 990px) {
    .header__inline-menu {
        display: block;
        font-weight: bold;
}

/* base.css - Center the title of Highlighted Products */
.title-wrapper--no-top-margin {
    margin-top: 0;
    justify-content: center;
}

/* base.css - Align the product cards */
.grid:last-child {
    margin-bottom: 0;
    align-items: center;
}

/* base.css - large size menu */
.header__inline-menu .link {
    font-size: 1.5rem !important;
}

/* base.css - Submenu not in bold */
.header__submenu .header__submenu .header__menu-item {
    padding-left: 3.4rem;
    font-weight: normal;
}

/* bold banner text 
.banner__box .banner__heading+* {
    font-weight: bold !important;
} */

/* base.css - Change the Buy It now and Check out buttons to uppercase on product pages and cart page*/
.shopify-payment-button .shopify-payment-button__button--unbranded {
	text-transform: uppercase;
}

.cart__checkout-button {
	text-transform: uppercase;
}

/* assets/section-multicolumn.css - To make smaller icons for Our Benefits */
.multicolumn-card__image-wrapper--third-width {
    width: 10% !important;
}

/* assets/section-multicolumn.css - To center the title of the multicolumn
.multicolumn .title {
    margin: 0;
    text-align: center;
} */


/* component-collection-hero.css - Center align the title of collection
.collection-hero__text-wrapper {
    flex-basis: 100%;
    text-align: center;
} */

/* component-collection-hero.css - At bottom: to center the description
.collection-hero__description{
    text-align: center !important;
    max-width: 100% !important;
} */

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
    text-align: center !important;
}

/* Change Add to Cart Button Background and Text Color */
.product-form__submit.button {
  background-color: #ED6B06 !important; /* Change hex code to your desired button color */
  color: #ffffff !important; /* Change hex code to your desired text color */
}

/* To have the text aligned nicely of a list of items in collapsible rows, like hanging instructions */
.accordion__content.rte ul,
.rte ul {
  list-style-position: outside;
  padding-left: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion__content.rte li,
.rte li {
  text-align: left;
}
/*******************/
