.sc-custom-pricing-section {
    background-color: #fff;
}
.sc-pricing-tabs {
    display: flex !important;
    width: auto;
    margin: 10px !important;
    margin-left: 10px;
    margin-right: 5px;
}

.single.single-product .sc-pricing-tabs {
    margin-bottom: 20px !important;
}
.sc-pricing-tabs .tab.market-price.enabled {
    box-shadow: 0px 0px 0px 4px #737491;
    z-index: 2;
    border-radius: 10px !important;
    color: #737491 !important;
    overflow: hidden;
    margin-right: 0 !important;
}
.sc-pricing-tabs .tab {
    width: 33.33% !important;
    text-align: center !important;
}
.sc-pricing-tabs .tab div.title {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sc-pricing-tabs .tab div.price {
    display: block;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}
.sc-pricing-tabs .tab.market-price div.title {
    border-bottom: 1px solid #ccc;
}
.sc-pricing-tabs .tab.market-price div.price {
    color: #737491 !important;
}
.sc-pricing-tabs .tab div.price, .sc-pricing-tabs .tab div.price span.price {
    font-size: 14px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
}
.single-product.woocommerce div.product .sc-pricing-tabs .tab.market-price span.price, .sc-pricing-tabs .tab.market-price {
    border-radius: 10px 0 0 10px;
    color: #818898 !important;
    overflow: hidden;
}
.sc-member-price {
    border-right: 1px solid lightgray;
}
.sc-pricing-tabs .tab.sc-member-price div.title {
    background: #FFD600;
    color: #BB1D16;
}
.sc-pricing-tabs .tab.sc-member-price div.price {
    background: #E1251C;
    color: #ffffff;
}
.sc-pricing-tabs .tab.sc-elite-price {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.sc-pricing-tabs .tab.sc-elite-price div.title {
    background: #FFD600;
    color: #1C355E;
}
.sc-pricing-tabs .tab.sc-elite-price div.price {
    background: #1C355E;
    color: #ffffff;
}

.sc-pricing-tabs .tab .tab.member-price {
    border-right: 1px solid lightgray;
}

.sc-pricing-tabs .tab.member-price div.title {
    background: #ffd600;
    color: #BB1D16;
}

.sc-pricing-tabs .tab.member-price div.price {
    background: #e1251c;
    color: #fff;
}

.sc-pricing-tabs .tab.elite-price {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.sc-pricing-tabs .tab.elite-price div.title {
    background: #ffd600;
    color: #1c355e;
}

.sc-pricing-tabs .tab div.title img {
    margin-right: 5px;
    display: inline-block;
    margin-top: -3px;
}

.sc-pricing-tabs .tab.elite-price div.price {
    background: #1c355e;
    color: #fff;
}
.sc-pricing-tabs .tab.member-price.enabled {
    box-shadow: 0px 0px 0px 4px #E1251C;
    z-index: 0;
    border-radius: 10px !important;
    overflow: hidden;
    background: #E1251C;
 }
.sc-pricing-tabs .tab.elite-price.enabled {
    box-shadow: 0px 0px 0px 4px #1C355E;
    z-index: 2;
    border-radius: 10px !important;
    overflow: hidden;
    background: #1C355E;
}
a.gold-bg {
    background: #031446;
    text-align: center;
    color: white;
    padding: 14px 32px;
    border-radius: 28px;
    font-weight: 700;
}

/* Css For Promo Banner */
.sc-promo-banner.member.enabled {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sc-promo-banner.enabled {
    display: block;
}
.sc-promo-banner.member.enabled .promo-banner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #031546;
}
.sc-promo-banner.member.enabled .promo-banner-top img:first-child {
    padding-left: 0;
}
.sc-promo-banner.member.enabled .promo-banner-top img {
    padding: 0 15px;
}
.sc-promo-banner.member.enabled .promo-banner-top h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.sc-promo-banner.member.enabled .promo-banner-top h3 small {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}
.sc-elite-membership-banner {
    padding: 16px 20px;
    background: linear-gradient(170deg, rgba(171, 121, 23, 1) 0%, rgba(255, 223, 110, 1) 50%, rgba(171, 121, 23, 1) 100%);
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.sc-saving-button-on-cart {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.sc-promo-banner-terms {
	font-size: 12px;
}

a.sc-dark-blue-border {
    color: #031546;
    border: 3px solid #031546;
    border-radius: 30px;
    text-align: center;
}
.sc-saving-button-on-cart a{
    min-width: 148px;
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 2px;
    padding: 6px;
}
.sc-promo-banner-terms ul {
    padding-left: 30px;
}

.sc-elite-membership-banner label {
    display: flex;
    gap: 10px;
    align-content: flex-start;
}
.sc-elite-membership-banner small {
    color: #031546;
    font-size: 14px;
}
.woocommerce-MyAccount-navigation .sc-MyAccount-content-membership-offer {
    width: 100%;
    padding: 10px 20px;
    background: #031546;
    text-align: center;
    border-radius: 8px;
}
.woocommerce-MyAccount-navigation .sc-MyAccount-content-membership-offer img {
    margin-bottom: 15px !important;
}
.woocommerce-MyAccount-navigation .sc-MyAccount-content-membership-offer p {
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.sc-MyAccount-content-membership-offer-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.sc-MyAccount-content-membership-offer-buttons a:first-child {
    background: linear-gradient(170deg, rgba(171, 121, 23, 1) 0%, rgba(255, 223, 110, 1) 50%, rgba(171, 121, 23, 1) 100%);
    color: #1c355e !important;
}
.woocommerce-MyAccount-navigation .sc-MyAccount-content-membership-offer-buttons a {
    font-size: 12px;
    width: 140px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    text-decoration: none;
    margin-bottom: 8px;
    color: #d5a03a;
    border-radius: 30px;
    padding: 8px 16px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #d5a03a;
}
section.sc-promo-banner.guest {
    border-radius: 8px;
    background-color: #E1251C;
}

section.sc-promo-banner.guest .promo-banner-top {
    display: flex;
    justify-content: space-between;
    border-bottom: .56px solid #B52E27;
    align-items: center;
    padding: 15px 12px;
}

section.sc-promo-banner.guest .promo-banner-top img {
    height: 100%;
    width: 85px;
}

section.sc-promo-banner.guest .promo-banner-top h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.sc-guest-banner {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 100%;
}


.sc-guest-banner .sc-saving-button-on-cart a {
    background-color: #fff;
    border-radius: 26.97px;
    color: #E1251C;
    text-align: center;
    padding: 10.68px 14.05px;
    text-transform: uppercase;
    font-size: 14px !important;
}

.sc-white-border {
    background-color: transparent !important;
    color: #fff !important;
    outline: 3px solid #FFF;
}

.sc-guest-banner .sc-saving-button-on-cart {
    margin-top: 10px;
}
span.saving-p{
    color: rgba(255, 223, 110, 1);
}

@media (min-width: 992px) {
    .single-product.woocommerce div.product span.price {
        font-size: 3.4rem;
    }
}
@media (min-width: 768px) {
    .single-product.woocommerce div.product span.price {
        font-size: 2.6rem;
    }
}
@media (min-width: 576px) {
    .single-product.woocommerce div.product span.price {
        font-size: 3.6rem;
    }

}
@media (max-width: 1024px) {
    .promo-banner.market.enabled {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .custom-pricing-section .pricing-tabs{
        width: 480px;
    }
}