:root {
    --body-font-size: 15px;
    --body-font-family: 'Work Sans' !important;
    --headings-font-family: 'Work Sans' !important;
    --sg-color-primary: #017244;
    --sg-color-secondary: #16fc8a;
    --sg-color-secondary_1: #14e97f;
    --sg-color-white: #fff;
    --sg-color-dark: #000;
    --bs-primary-rgb: 31, 174, 75;
}

body {
    background-color: var(--sg-color-dark) !important;
}

[data-sg_dependency-name]:not(.show) {
    display: none !important;
}

p {
    margin-bottom: 1rem;
}

.site-content {
    background-color: #000;
}

.container {
    max-width: 1250px;
}

.white {
    color: var(--sg-color-white);
}

.card.card-auth {
    color: #000;
}

.bootstrap-select>.dropdown-toggle {
    padding: 10px 25px;
}

.section h2.section-title,
.text-heading {
    font-size: 40px;
    color: #ee603a;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-group-toggle>.btn {
    border: 1px solid #e3e3e3;
}

.btn-group-toggle>.btn:hover {
    background-color: #e3e3e3;
    transform: scale(1);
}

.btn-group-toggle>.btn.active {
    background-color: #ee603a;
    border-color: #ee603a;
    color: #fff;
}

/* counter number */
.sgnumber-counter {
    display: flex;
}

.sgnumber-counter>.b {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    background-color: #e3e3e3;
    transition: all 0.35s;
}

.sgnumber-counter>.b:hover {
    background-color: #000;
    color: #fff;
}

.sgnumber-counter>.input-quantity--js {
    height: 50px;
}

/* points purchase field */
.sgpoints-purchase-field {
    text-align: center;
}

.sgpoints-purchase-field .sgnumber-counter {
    justify-content: center;
}

.sgpoints-purchase-field .sgnumber-counter>.input-quantity--js {
    font-size: 24px;
    text-align: center;
}

/* video background */
.video-background {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    background-color: #000;
}

.video-background>iframe,
.video-background>video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}


/*marquee*/
.row-marquee {
    position: relative;
    padding: 50px;
    background-color: #000;
    color: #fff;
}

.row-marquee>.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
}

.row-marquee>.caption h2 {
    -webkit-text-stroke-width: 0.02em;
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 15vh;
    line-height: 1.2em;
}

.row-marquee>.caption p.marquee {
    -webkit-text-stroke-width: 0.02em;
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 15vh;
    line-height: 1.2em;
    font-weight: 600;
}

.section_website_info .subheading {
    font-size: 1.25rem;
}

.section_categories .subheading {
    font-size: 1.25rem;
}

/* buttons */
.btn {
    border-width: 2px;
    border-radius: 0;
}

.btn.btn-styled {
    position: relative;
    background-color: var(--sg-color-secondary_1);
    color: #000;
    background: linear-gradient(90deg, var(--sg-color-secondary_1) 50%, var(--sg-color-secondary) 50%);
}

/* .btn.btn-styled:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: var(--sg-color-primary);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: -1;
} */
.btn.btn-styled span {
    position: relative;
    z-index: 1;
}

.btn.btn-primary {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #000 !important;
}

.btn.btn-outline-primary {
    background-color: transparent;
    border-color: var(--sg-color-primary);
    color: var(--sg-color-primary);
}

.btn.btn-secondary {
    color: #fff !important;
    background-color: var(--sg-color-secondary);
    border-color: var(--sg-color-secondary);
}

.btn.btn-outline-secondary {
    background-color: transparent;
    border-color: var(--sg-color-secondary);
    color: var(--sg-color-secondary);
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.btn.btn-outline-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.navbar-brand {
    display: block;
}

.screenreader {
    position: absolute;
    left: -9999px;
}

/* headings */
h1,
.h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
}

.section h1.section-title {
    font-size: 80px;
}

/* header */
header#masterhead {
    padding: 0;
    background-color: var(--sg-color-primary);
}

header#masterhead .container {
    max-width: 1650px;
}

header#masterhead .navbar-wrapper {
    margin-left: 0;
    align-items: center;
    flex: 1;
    font-size: 16px;
}

header#masterhead .navbar-wrapper>ul.navbar-nav {
    display: block;
    flex: 1;
}

header#masterhead .navbar-wrapper>ul.navbar-nav>li {
    display: inline-block;
}

header#masterhead .navbar-wrapper>ul.navbar-nav:last-child {
    text-align: right;
}

header#masterhead .navbar-wrapper>.navbar-brand {
    flex: 0 0 200px;
    max-width: 200px;
    margin: 0;
    text-align: center;
}

header#masterhead .navbar-nav>li {
    position: relative;
    margin: 0 10px;
}

header#masterhead .navbar-nav>li a {
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: inherit;
}

header#masterhead .navbar-nav>li.item.item-info {
    padding-left: 60px;
    font-size: 14px;
}

header#masterhead .navbar-nav>li.item.item-info>img.icon {
    position: absolute;
    max-width: 47px;
    left: 0;
}

header#masterhead .navbar-nav>li.item.item-info>h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

header#masterhead .navbar-nav>li .btn {
    padding: 10px 25px;
}

header#masterhead .navbar-nav>li .btn.btn-search {
    font-size: 24px;
    color: #fff;
}

header#masterhead.site-header--floating:not(.sticky) {
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent;
}

header#masterhead.site-header--floating+.site-content>.section:first-of-type {
    padding-top: 300px !important;
}

header#masterhead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

header#masterhead.sticky .navbar .navbar-brand {
    display: block;
}

header#masterhead.sticky .navbar .navbar-brand img {
    max-height: 100px;
}

/* home banner */
.section.section-home-banner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    height: calc(100vh) !important;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

/* .section.section-home-banner:before {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom center;
} */

.section.section-home-banner .video-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
}

/* .section.section-home-banner .hero-img img {
    height: 250px;
} */

.section.section-home-banner .caption {
    position: relative;
}

.section.section-home-banner .caption h4 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;

}

.section.section-home-banner .caption p.animated_text {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}

.section.section-home-banner .caption h2 {
    font-size: 60px;
    line-height: 1em;
}

/* health and wellness */
.section.section_haw_a {
    display: flex;
    align-items: center;
    height: calc(100vh - 100px);
}

.section.section_haw_a h2.section-title {
    font-size: 80px;
    color: #fff;
}

.section.section_haw_b {
    padding: 50px;
}

.section.section_haw_b h2.section-title {
    color: #fff;
}

.section.section_haw_b .img-col {
    min-height: 250px;
}

.section.section_haw_b .content-col {
    padding: 50px;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section.section_haw_d {
    text-align: center;
}

.section.section_haw_d .result-block {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.section.section_haw_d .result-block .v {
    display: block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 52px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    margin: 0 auto 25px;
}

.section.section_haw_d .result-block .t {
    font-size: 24px;
    font-weight: bold;
}

/* event blocks */
.event-blocks {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.event-blocks>.item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 10px;
}

.event-blocks .item {
    display: block;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    color: #000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.event-blocks .item>.thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fff;
    margin-bottom: 15px;
}

.event-blocks .item>.thumb>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.event-blocks .item .cta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.event-blocks .item .cta>a.btn {
    font-size: 11px;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.2em;
    flex: 1;
    margin: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.event-blocks .item h4.title {
    font-size: 24px;
    font-weight: bold;
}

.event-blocks .item .schedule {
    font-weight: bold;
    margin-top: 10px;
}

/**categories*/
.category-blocks .item {
    position: relative;
    margin: 15px;
    box-shadow: none !important;
    border-radius: 0px !important;
    overflow: hidden;
}

.category-blocks .item .thumb img {
    height: 150px;
    object-fit: contain;
}


.category-blocks .item>.info {
    text-align: center;
    border: 2px solid #fff;
}

.category-blocks .item>.info h6 {
    font-family: var(--body-font-family);
}

.category-blocks .item>.info p.view {
    font-family: var(--body-font-family);
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    margin: 0;
}

.category-blocks .item>.info h2 {}

/* ticker */
.tickerwrapper {
    /* the outer div */
    position: relative;
}

.tickerwrapper .items {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.tickerwrapper .items.cloned {
    position: absolute;
    top: 0;
    left: 0;
}

.tickerwrapper .items>.item {
    padding-right: 25px;
}

/*section gift*/

.section.section_gifts .info .product-title {
    color: #fff;
    font-size: 30px;
}

.section.section_gifts .info .product-description {
    color: #fff;
    font-family: var(--body-font-family);
    font-size: 20px;
}

.section.section_gifts .item .thumb {
    height: 200px;
}

.section.section_gifts .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.section.section_gifts .item .cta .btn {
    padding: 10px 35px;
    border: 2px solid white;
    border-radius: 30px;
}

.section.section_gifts .item .cta .btn {
    padding: 10px 35px;
    border: 2px solid white;
    border-radius: 30px;
}


/*section products*/
.section.section_products .info .product-title {
    font-size: 30px;
}

.section.section_products .info .product-description {
    font-family: var(--body-font-family);

}

.section.section_products .info .product-price {
    font-family: var(--body-font-family);
}

/* .section.section_products .item .thumb img{
    height: 254px;
} */

.section.section_products .item .cta .btn {
    padding: 10px 35px;
    border: 2px solid white;
    border-radius: 30px;
}

.section.section_products .item .cta .btn {
    padding: 10px 35px;
    border: 2px solid white;
    border-radius: 30px;
}

/* products */
.product-blocks .item .thumb>img {
    width: 100%;
}


/* section blogs */
.section.section-blogs {
    background-color: var(--sg-color-primary);
    color: #fff;
}

/* section locations */
.section.section-locations {
    background-color: #000;
    color: #fff;
}

.section.section-locations h1 {
    font-size: 1.75rem;
    font-weight: bolder;
    font-family: var(--headings-font-family);
}

/* section faqs */
.section.section-faqs {
    background-image: url('../img/faq-bg.jpg');
    background-position: top center;
    padding-top: 150px;
}

/* faq items */
.faqs-accordion>.accordion-item>.accordion-header>.accordion-button.collapsed {
    background-color: var(--sg-color-primary);
}

.faqs-accordion>.accordion-item>.accordion-header>.accordion-button {
    background-color: #000;
    color: #fff;
}

/* vendors list */
.vendors-list {
    position: relative;
    margin: 0 auto;
}

.vendors-list>.item {
    flex: 0 0 calc((100% / 6) - 20px);
    max-width: calc((100% / 6) - 20px);
    margin: 10px;
    text-align: center;
}

.vendors-list>.item img {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}

.vendors-list.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vendors-list.owl-carousel .owl-stage img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    max-height: 100px;
}

.vendors-list.owl-carousel .owl-stage .item {
    padding: 25px;
}

/**fAQ*/
.section.section_faqs {
    color: #fff;
}


/**/
.section.section_website_info .website_info_cta .btn {
    padding: 10px 35px;
    border: 2px solid white;
    border-radius: 30px;
}

.section.section_website_links .gallery-type-1 .item>.info {
    position: relative;
    height: 600px;
    padding: 25px;
    width: 100%;
    background-color: #000;
    color: #fff;
}

.section.section_website_links .gallery-type-1 .item>.info:before {
    content: '';
}

.section.section_website_links .gallery-type-1 .item>.info>.thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section.section_website_links .gallery-type-1 .item>.info>.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section.section_website_links .gallery-type-1 .item>.info .caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.section.section_website_links .gallery-type-1 .item>.info .caption>.title {
    font-size: 32px;
    font-weight: bold;
}

.section.section_website_links .gallery-type-1 .item>.info .caption>.link_text {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid;
}

.section.section_website_links .gallery-type-1 .item a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 22;
}

/* testimonials */
.testimonial-blocks .item>.info:before {
    display: none;
}

.testimonial-blocks .item>.info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto 0;
    border-radius: 25px;
    min-height: 270px;
    height: auto;
}

.testimonial-blocks .item>.info>.thumb {
    bottom: 0;
    top: -40px;
}

.testimonial-blocks .item>.info .details .a {
    font-weight: bold;
}

/* blog card */
.blog-card {
    position: relative;
}

.blog-card a.p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
}

.blog-card>.thumb {
    position: relative;
    width: 100%;
    height: 320px;
    background-color: #000;
    overflow: hidden;
}

.blog-card>.thumb>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.35s;
}

.blog-card:hover>.thumb>img {
    transform: scale(1.1);
}

.blog-card>.info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 80%);
}

.blog-card>.info>h2 {
    font-size: 18px;
    line-height: 1.25em;
}

/* product blocks */

.product-blocks .item {
    background-color: #000;
    color: #fff;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.product-blocks .item>.info {
    color: inherit;
}

.category-blocks .item>.info>h2 {
    text-transform: uppercase;
}

.category-blocks .item>.info>h3 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1em;
    font-weight: 600;
    margin: 0;
}

/* footer */
footer#masterfoot {
    background-color: #000;
}

footer#masterfoot .footer-widget h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

.copyright {
    background-color: var(--sg-color-primary);
}

/* mobile nav */
#mobile-nav>.inner {
    background-color: var(--sg-color-primary);
}

/* shop */
.shop-card {
    background-color: #000;
    color: #fff;
}

.shop-card .btn {
    background-color: #fff !important;
    color: #000 !important;
}

/* category pages */
.personalized-category_page {
    position: relative;
}

.personalized-category_page>section {
    background-position: center;
}

.personalized-category_page>section.section-pcp-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 80vh;
}

.personalized-category_page>section.section-pcp-collection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
    /* background-attachment: fixed; */
}

.personalized-category_page>section.section-pcp-collection h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.personalized-category_page>section.section-pcp-cta {
    padding: 0;
    text-align: center;
}

.personalized-category_page>section.section-pcp-cta h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.personalized-category_page>section.section-pcp-cta .col-content {
    padding: 100px 50px;
}

.personalized-category_page>section.section-pcp-cta .col-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50vh;
}

.personalized-category_page>section.section-pcp-gallery {
    padding: 0;
}

.personalized-category_page>section.section-pcp-gallery .gallery-items {
    display: flex;
    flex-wrap: wrap;
}

.personalized-category_page>section.section-pcp-gallery .gallery-items>.item {
    position: relative;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-top: 45%;
    background-color: #fff;
    border: 1px solid #000;
    overflow: hidden;
}

.personalized-category_page>section.section-pcp-gallery .gallery-items>.item img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    transition: all 2.35s;
}

.personalized-category_page>section.section-pcp-gallery .gallery-items>.item:hover img {
    transform: translateY(-50%) scale(1.1);
}

/* age verification popup */
.sg_age-verification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-image: url('../img/AVbg.jpg');
    z-index: 99999;
}

.sg_age-verification>.inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 500px;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
}

.sg_age-verification>.inner h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #f1592a;
    font-weight: 300;
}

.sg_age-verification>.inner .brand {
    max-width: 250px;
    margin: 0 auto;
}

.sg_age-verification>.inner form .form-control {
    background-color: transparent;
    color: #fff;
    border: 2px solid #f1592a;
}

.sg_age-verification>.inner form .field-group {
    display: flex;
}

.sg_age-verification>.inner form .field-group>.form-control {
    text-align: center;
    font-size: 24px;
    flex: 1;
    margin: 0 5px;
}

.sg_age-verification>.inner form .field-group>.form-control[type=number]::-webkit-outer-spin-button,
.sg_age-verification>.inner form .field-group>.form-control[type=number]::-webkit-inner-spin-button,
.sg_age-verification>.inner form .field-group>.form-control[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.sg_age-verification>.inner form .btn.btn-primary {
    color: #fff !important;
    background-color: #f1592a !important;
    border-color: #f1592a !important;
    border-radius: 25px;
    font-size: 12px;
}

.navbar-brand-mobile {
    display: none;
}

.footer-widget .mapembed iframe {
    width: 100% !important;
    height: 300px !important;
}

/*monko form*/
.section-home-form .contents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.section-home-form .contents p,
.section-home-form .contents ol {
    font-size: 20px;
}


.section-home-form .contents p:first-child {
    padding-top: 15px;
}

.section.section-contact-1 h1 {
    font-size: 1.75rem;
}

/* account my points and rewards */
.sgpoints-card {
    position: relative;
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 25px;
}

.sgpoints-card>.bdg {
    /* position: absolute;
    top: 25px;
    left: 25px; */
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #ee603a;
    color: #000;
}

.sgpoints-card>.info {
    margin-top: 25px;
    margin-bottom: 25px;
}

.sgpoints-card>.info h3.h {
    padding: 0;
    font-size: 60px;
    font-weight: bold;
}

.sgpoints-card>.actions {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.sgpoints-card>.actions .btn {
    margin: 3px;
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    border-radius: 25px;
}

.sgpoints-card>.actions .btn.btn-primary {
    background-color: #ee603a !important;
    border-color: #ee603a !important;
    color: #fff !important;
}

.sgpoints-card.alt>.bdg {
    background-color: #12a89d;
}

.sgpoints-card.alt>.actions .btn.btn-primary {
    background-color: #12a89d !important;
    border-color: #12a89d !important;
}


.sgrewards-card {
    position: relative;
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 25px;
}

.sgrewards-card>.bdg {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #ee603a;
    color: #000;
}

.sgrewards-card>.info {
    margin-top: 25px;
    margin-bottom: 25px;
}

.sgrewards-card>.info h3.h {
    padding: 0;
    font-size: 42px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sgrewards-card>.info h5.p {
    font-size: 24px;
}

.sgrewards-card>.info h5.p small {
    font-size: 13px;
    color: #b7b7b7;
}

.sgrewards-card>.info h5.p.r {
    color: #a71e1e;
}

.sgrewards-card>.actions {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.sgrewards-card>.actions .btn {
    margin: 3px;
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    border-radius: 25px;
    padding: 7px;
    font-size: 12px;
}

.sgrewards-card>.actions .btn.btn-primary {
    background-color: #ee603a !important;
    border-color: #ee603a !important;
    color: #fff !important;
}

.sgrewards-card.unclaimed>.bdg {
    background-color: #12a89d;
}

.sgrewards-card.unclaimed>.actions .btn.btn-primary {
    background-color: #12a89d !important;
    border-color: #12a89d !important;
}

.sgrewards-card.disabled>.bdg {
    background-color: #4d4d4d;
}

/* .sgrewards-card.disabled > .actions {
    display: none;
} */

.sgrewards-blocks.sg-blocks--carousel .owl-stage {
    display: flex;
}

.sgrewards-blocks.sg-blocks--carousel .owl-item {
    padding: 15px;
}

.sgrewards-blocks.sg-blocks--carousel .owl-item>* {
    height: 100%;
}

.sgrewards-fancy-details {
    display: none;
    max-width: 600px;
    width: 100%;
    color: #000;
    background-color: #fff;
}

.sgrewards-fancy-redeem {
    display: none;
    max-width: 600px;
    width: 100%;
    color: #000;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.sgrewards-fancy-redeem h3 {
    color: #12a89d;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
}

.faqs-accordion .accordion-header {
    background: #000;
}

.faqs-accordion .accordion-body {
    padding: 20px;
    min-height: 100px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.faqs-accordion .accordion-button,
.accordion-button:active {
    border: #000 !important;
    width: 100%;
    text-align: left;
}

/* .faqs-accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="%23ffffff" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    content:' ';
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    background-repeat: no-repeat;
}

#faqs-accordion>.accordion-item>.accordion-header>.accordion-button:after {
    content: ' ';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="%23ffffff" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-repeat: no-repeat;
    padding: 10px;
} */

@media only screen and (max-width: 575px) {

    .navbar-brand-mobile {
        display: block;
    }

    .section h1.section-title {
        font-size: 42px;
    }

    .product-blocks>.item {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin: 15px;
    }

    .row-marquee>.caption h2 {
        font-size: 32px;
    }

    .section.section_haw_a h2.section-title {
        font-size: 42px;
    }

    .section.section_haw_b {
        padding: 25px;
    }

    .section.section_haw_b .content-col {
        padding: 25px;
    }

    .personalized-category_page>section.section-pcp-collection {
        min-height: 50vh;
    }

    .personalized-category_page>section.section-pcp-collection:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .section.section_website_links .gallery-type-1 .item>.info {
        height: 300px;
    }

    .section.section_website_links .gallery-type-1 .item>.info .title {
        font-size: 24px;
    }

    .vendors-list.owl-carousel .owl-nav {
        top: auto;
        transform: none;
        bottom: 0;
        justify-content: center;
    }

    .vendors-list.owl-carousel .owl-nav>button {
        position: relative !important;
    }

}

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 42px;
        line-height: 42px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 36px;
    }

    header#masterhead.site-header--floating+.site-content>.section:first-of-type {
        padding-top: 200px !important;
    }

    #mobile-nav .navbar-brand img {
        max-height: 150px;
    }

    #mobile-nav>.inner>.navi>ul.nav li a {
        font-size: 15px;
        padding: 10px 15px;
    }

    .section.section-home-banner .inner .hero-img .caption h4 {
        font-size: 30px;
        color: #fff !important;
    }

    .section.section-home-banner .caption h2 {
        font-size: 60px;
    }

    .event-blocks>.item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .sgpoints-card>.actions {
        display: block;
    }

    .sgpoints-card>.actions .btn {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 5px;
    }

}

@media only screen and (max-width: 600px) {

    .section.section-shop-info .sg_product-categories {
        margin: 25px 0;
    }

    .section.section-cta .cta-content h4 {
        font-size: 36px;
    }


}


@media only screen and (max-width: 575px) {

    header#masterhead {
        padding: 15px 0;
    }

    .event-blocks>.item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .section.section-home-banner {
        height: auto;
        padding-bottom: 100px;
    }

    .section.section-home-banner .caption {
        padding: 20px;
    }

    .section.section-home-banner .caption h4 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .section.section-home-banner .caption h2 {
        font-size: 42px;
    }

    .section.section-cta .cta-content {
        display: block;
    }

    .section.section-cta .cta-content>.thumb {
        margin: 0;
    }

    .category-blocks .item>.info>h6 {
        font-size: 16px;
    }

    .category-blocks .item>.info>h2 {
        font-size: 26px;
    }

    footer#masterfoot {
        text-align: center;
    }

    footer#masterfoot ul.icon-list>li {
        padding: 0;
    }

    footer#masterfoot ul.icon-list>li .icon {
        position: relative;
    }

    /*monko form*/
    .section-home-form .contents p,
    .section-home-form .contents ol {
        font-size: 16px;
    }


    .sg_age-verification>.inner h2 {
        font-size: 25px;
    }

    #faqs-accordion>.accordion-item>.accordion-header .accordion-button{
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {

    .sg_age-verification>.inner h2 {
        font-size: 19px;
    }

}