/** Shopify CDN: Minification failed

Line 319:2 Unexpected "/"

**/
.shopify-section-group-header-group .utility-bar {
	background: #124944;
	color: #ffffff;
}
input[type="radio"]:checked {
    accent-color: #01574F;
}
input[type="checkbox"]:checked {
    accent-color: #fff !important;
    background: #1E6B64;
}
svg.icon.icon-checkmark {
    color: #fff;
}
.facets-layout-list--text input[type=checkbox] {
    height: 2rem !important;
    width: 2rem !important;
}
.facet-checkbox .svg-wrapper {
    left: .3rem !important;
    top: 1.4rem !important;
    width: 1.4rem !important;
    height: 1rem !important;
}
.facet-checkbox>svg {
    height: 2rem !important;
    width: 2rem !important;
}
input[type="radio"] {
    height: 2rem;
    width: 2rem;
    top: 5px;
    position: relative;
}
.custom-section {
	/* max-width: calc(100vw - 6rem); */
	max-width: var(--page-width);
	padding: 0 5rem;
	margin: 0 auto;
}

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
	font-weight: 700;
}

h1.main-page-title.page-title+div>p {
	color: #9F9F9F;
	font-weight: 400;
}

h1.main-page-title.page-title+div>h2 {
	font-size: 3.0rem;
	font-weight: 700;
}

h1.main-page-title.page-title+div>h3 {
	font-size: 2.0rem;
	font-weight: 700;
}

.contact .field:after {
	border-color: #CFCFCF;
	box-shadow: none;
}

.utility-bar .announcement-bar .announcement-bar__message {
	color: #ffffff;
}

.section-header .header-wrapper--border-bottom {
	border-bottom: none;
}






.header__menu-item span {
	font-size: 16px;
}

.swiper-button-prev,
.swiper-button-next {
	background: #fff;
	font-size: 15px;
	color: #000;
	height: 40px;
	width: 40px;
	border-radius: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
	font-weight: 700;
}

@media screen and (min-width: 990px) {
	.header--middle-left {
		grid-template-columns: auto auto auto !important;
	}
}

.swiperl span.swiper-pagination-bullet {
	background: #ffff;
	opacity: 0.6;
}

.swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper img {
	border-radius: 20px;
}

/* #MainContent .shopify-section {
	padding-bottom: 5rem
} */

.shopify-section .section-title h2 {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1;
}

.footer.categories.section i {
	display: none;
}

span.price-item.price-item--last {
	font-weight: 700;
}

s.price-item.price-item--regular {
	font-weight: 700;
	color: #9F9F9F;
}

span.Off_tag {
	color: #66D575;
	margin-right: 5px;
}

body .product .product-form__input--pill input[type=radio]:checked+label {
	background: #124944;
}

.product legend.form__label {
	font-size: 16px;
}

label.quantity__label.form__label {
	font-size: 16px;
}

body .product .quantity::after {
	box-shadow: 0 0 0 1px #9F9F9F;
}

.product-form__buttons,
button.shopify-payment-button__button {
	font-size: 16px;
	font-weight: 700;
}

.product__description {
	margin: 0px !important;
}

data.pricing_inclusion_note span {
	color: #9F9F9F;
}

@media screen and (max-width: 1080px) {
	.footer.title_content {
		display: flex;
		align-items: center;
		gap: 30px;
	}

	.footer.categories.section i {
		display: flex;
		align-items: center;
		margin: 5rem 0 3rem;
		margin-top: 0;
	}
}

footer.footer {
	background-color: #124944;
}

.product-card-wrapper .card__heading {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (min-width: 990px) {
	.underline-links-hover:hover a {
		text-decoration: none !important;
	}
}

.card__media .media img {
	border-radius: 20px;
}

.accordion {
	border-top: none !important;
	border-bottom-color: #cfcfcf !important;
}

/* .card-wrapper .card--standard .card__inner {
    border-radius: 20px;
} */
/* .card-wrapper .card .card__media {
    border-radius: 20px !important;
} */
.product-media-container {
	border-radius: 25px !important;
}

h2.related-products__heading {
	text-align: center;
	font-weight: 700;
}

.total_price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.total_price h2 {
	font-size: 20px;
	font-weight: 600;
}

.total_price p {
	font-size: 18px;
	font-weight: 600;
}

.footer__content-bottom-wrapper {
	justify-content: center;
	color: #fff;
	font-size: 12px;
}
/* 
.cart-item__image-container {
	width: 96px;
} */

h1.title.page-heading {
	margin: 20px;
	font-size: 20px;
	font-weight: 700;
}

p.sub-title {
	margin: 20px 0 23px 0;
	font-size: 16px;
	color: #ABABAB;
}
/*  ======================== new css ========== */
.collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
}
.collection__title.title-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
h2.title {
    text-transform: uppercase;
}
/* ========================= modal css  */
/* .modal {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal.hidden {
  display: none;
}

.modal__content {
  background: #fff;
  padding: 1.5rem;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
/* end modal css  */
 */