/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* --- FONTS / TYPOGRAPHY --- */
@font-face {
    font-family: 'Apple Garamond';
    src: url('/wp-content/themes/salient-child/fonts/AppleGaramond.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/AppleGaramond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, p, a, ul, li, blockquote, bold, b, strong,
body #error-404 h1, body #error-404 h2 {
    font-family: "automate", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Apple Garamond';
    font-style: normal;
    font-weight: normal;
}

.bold, b, strong {
    font-weight: bold !important;
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"] span, .nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated) > * {
    line-height: 1.1 !important;
}

/* --- ANIMATIONS --- */
.fade-in {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"][data-align="center"] {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fade-out-up {
    animation-name: fadeOutUp;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
  
@keyframes fadeOutUp {
    from {
      /* opacity: 1; */
      transform: translateY(0);
    }
    to {
      /* opacity: 0; */
      transform: translateY(-100%);
    }
}

/* --- HEADER NAVIGATION / MENU --- */
#header-outer {
    transition: background-color .25s ease;
}

.grail_project_logo.menu-item a .menu-title-text::after,
.grail_project_logo.menu-item a:hover .menu-title-text::after {
    border: none !important;
}

#header-outer.side-widget-open {
    background-color: #0E0ED8 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ffffff !important;
    transition: background-color .25s ease;
}

#header-outer.side-widget-open #logo img , #header-outer.side-widget-open .menu-item,
#header-outer.side-widget-open .menu-push-out.open, 
#header-outer.side-widget-open li#nectar-user-account span.icon-salient-m-user:before,
#header-outer.side-widget-open a.mobile-user-account span.normal.icon-salient-m-user:before,
#header-outer.side-widget-open li#nectar-user-account svg,
#header-outer.side-widget-open a.mobile-user-account svg {
    filter: invert(1);
}

#slide-out-widget-area-bg.fullscreen-alt.open .bg-inner {
    background-image: url('/wp-content/uploads/2023/04/Menu_BG_Pattern.webp');
    background-repeat: repeat;
    background-size: contain;
}

nav .slide-out-widget-area-toggle .lines:after,
nav .slide-out-widget-area-toggle .lines:before {
    width: 1.4rem;
}

#slide-out-widget-area.fullscreen-alt .inner {
    top: -40px !important;
}

#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container ul li a {
    font-family: "automate", sans-serif;
    font-weight: 400;
}

#header-outer.side-widget-open span.icon-salient-m-user:before, 
#header-outer.side-widget-open .icon-salient-cart:before  {
    color: #ffffff !important;
}

body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover {
    color: rgb(255 255 255 / 70%) !important;
}

.btn-epic.join_club.colourUpdate:before {
    background: #0E0ED8 !important;
}

.btn-epic.join_club.colourUpdate,
.btn-epic.join_club.colourUpdate:after {
    background: #000090 !important;
}

#header-outer li#nectar-user-account svg {
    width: 21px !important;
    margin-top: -3px !important;
}

#header-outer li#nectar-user-account span.icon-salient-m-user:before {
    /* content: "" !important; */
    content: none !important;
    position: absolute;
    background-image: url('/wp-content/uploads/2023/08/account-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    top: 0;
}

#header-outer a.mobile-user-account span.normal.icon-salient-m-user:before {
    /* content: "" !important; */
    content: none !important;
    position: relative;
    background-image: url('/wp-content/uploads/2023/08/account-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    top: 1px;
    display: block;
}

@media screen and (max-width: 1000px) {
    .grail_project_logo {
        display: none !important;
    }
    .mobile-user-account svg {
        width: 19px !important;
    }
}

/* --- GLOBAL CTA BANNER  --- */
.global_cta_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.global_cta_banner .main_cta .link_text {
    width: 100%;
    padding: 14px 0 !important;
}

.global_cta .arrow_right {
    margin: 0 0 0 10px !important;
    transition: all ease-in-out 0.25s;
}

.global_cta:hover .arrow_right {
    transform: translateX(5px);
    transition: all ease-in-out 0.25s;
}

.main_cta.dark a.link_text svg {
    filter: invert(1);
}

.global_cta_banner .global_cta_inner .memberships_close,
.global_cta_banner .global_cta_inner .memberships_close svg {
    display: none;
}

@media screen and (max-width: 1000px) {
    #global_cta_banner .global_cta_inner .row_col_wrap_12 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 690px) {
    #global_cta_banner .global_cta_inner .btn-epic {
        font-size: 16px;
    }
    #global_cta_banner .global_cta_inner .btn-epic svg {
        display: none;
    }
    #global_cta_banner .scrolling_bar {
        padding: 10px 0 !important;
        font-size: 14px !important;
    }
}

/* --- MEMBERSHIPS POPUP --- */
.memberships_popup {
    /* display: none; */
    /* position: fixed; */
    width: 100%;
    /* height: -webkit-fill-available; */
    /* background: rgb(50 50 50 / 80%); */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
}

.memberships_popup .container_inner {
    /* max-width: 1425px; */
    /* padding: 0 40px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
}

.memberships_popup .membership {
    background-color: #f0f0f0;
    padding: 30px 15px;
    border-radius: 10px;
    position: relative;
}

.memberships_popup .membership .popular {
    position: absolute;
    background: #2E2EE5;
    color: #ffffff;
    width: calc(100% + 20px);
    height: 50px;
    top: -50px;
    left: -10px;
    right: 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.membership.blue:after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    background-color: #2e2ee5;
    border-radius: 0 0 10px 10px;
    left: -10px;
    top: 0;
    z-index: -1;
}

.membership.black {
    background-color: #2D2D2D;
    color: #fff;
}

.memberships_popup .membership h2 {
    position: relative;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
}

.membership h2:before {
    content: "";
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 66px;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
}

.membership.bronze h2:before {
    background-image: url(/wp-content/uploads/2023/05/Bronze-Membership.png);
}

.membership.blue h2:before {
    background-image: url(/wp-content/uploads/2023/05/Blue-Membership.png);
}

.membership.platinum h2:before {
    background-image: url(/wp-content/uploads/2023/05/Platinum-Membership.png);
}

.membership.black h2:before {
    background-image: url(/wp-content/uploads/2023/05/Black-Membership.png);
}

.memberships_popup .membership ul.benefits {
    margin: 40px 0 20px 0;
    padding: 20px 0 20px 0;
    border-top: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
    min-height: 260px;
}

.memberships_popup .membership ul.benefits li {
    margin: 0 0 10px 20px;
    font-size: 14px;
    line-height: 18px;
}

.memberships_popup .membership ul.benefits li:last-of-type {
    margin-bottom: 0 !important;
}

.memberships_popup .membership .product-price {
    text-align: center;
}

.memberships_popup .membership .woocommerce-Price-amount {
    display: inline-block !important;
    font-size: 20px;
}

.memberships_popup .membership .subscription-details {
    font-size: 14px;
}

.memberships_popup .membership a.button.wp-element-button.product_type_subscription.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    font-family: 'Automate';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 18px;
    border-radius: 0 !important;
}

.memberships_popup .membership form .product-price {
    display: none !important;
}

.memberships_popup .membership form.cart {
    text-align: center;
}

.memberships_popup .membership form.cart p {
    padding-bottom: 20px;
}

.memberships_popup .membership form.cart .btn-epic.blue.cart {
    opacity: 1 !important;
}

@media screen and (max-width: 1100px) {
    .memberships_popup .container_inner {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    .memberships_popup .membership.blue {
        margin-top: 40px;
    }
    .memberships_popup .membership ul.benefits {
        min-height: unset;
    }
}

/* --- GLOBAL BUTTONS  --- */
.main_cta.nectar-cta a.link_text {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.main_cta.nectar-cta a.link_text svg {
    margin-left: 20px;
    width: 25px;
    position: relative;
    top: 1px;
}

.btn-epic {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 270px;
    height: 48px;
    color: #fff;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition-delay: 0.6s;
    overflow: hidden;
    background: blue;
}

.btn-epic.fullwidth {
    width: 100%;
    max-width: 100%;
}

.btn-epic.cart span {
    top: -3px !important;
}

.btn-epic.left {
    margin: 0;
}

.btn-epic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000090;
    border-radius: 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
}

.btn-epic div {
    position: relative;
    top: 12px;
    width: 100%;
    height: 26px;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-epic span:first-child {
    color: white;
    transform: translateY(64px);
}

.btn-epic span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    color: #fff;
}

.btn-epic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: blue;
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
}

.btn-epic:hover {
    background: #3ad2d0;
    transition: background 0.2s linear;
    transition-delay: 0.6s;
}

.btn-epic:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
}

.btn-epic:hover span:first-child {
    transform: translateY(0);
}

.btn-epic:hover span:last-child {
    transform: translateY(-64px);
}

.btn-epic:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0s;
}

.btn-epic.blue, .btn-epic.blue:after {
    background: #0E0ED8 !important;
    color: #ffffff !important;
}

.btn-epic.blue span, .btn-epic.blue svg path {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.btn-epic.grey, .btn-epic.grey:after {
    background: #BCBCBC !important;
    color: #000000 !important;
}

.btn-epic.grey span, .btn-epic.grey svg path {
    color: #000000 !important;
    fill: #000000 !important;
}

.btn-epic.grey:before, .btn-epic.grey:hover:before {
    background: #a3a3a3 !important;
}

.btn-epic.white, .btn-epic.white:after, 
.btn-epic.white:before {
    background: #ffffff !important;
    color: #0E0ED8 !important;
}

.btn-epic.white span, .btn-epic.white svg path {
    color: #000090 !important;
    fill: #000090 !important;
}

.btn-epic.white:hover:before {
    background: #BCBCBC !important;
}

button.btn-epic {
    border: none;
    position: relative;
    margin: 0 auto !important;
    display: block;
    width: 100% !important;
    height: 48px !important;
    color: #fff;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition-delay: 0.6s;
    overflow: hidden;
    background: blue !important;
    padding: 0 !important;
    font-family: 'automate' !important;
    cursor: pointer;
}

button.btn-epic div {
    top: 0 !important;
}

/* --- GLOBAL FOOTER SECTION --- */
.nectar-global-section.before-footer ul#menu-footer-menu {
    /* display: flex; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: minmax(min-content, 270px) minmax(270px, 1fr) 120px;
    margin: 0 !important;
}

.nectar-global-section.before-footer .menu-footer-menu-container ul, 
.nectar-global-section.before-footer .menu-footer-menu-container li {
    list-style: none;
}

.nectar-global-section.before-footer .footer_heading > a,
.nectar-global-section.before-footer .footer_heading {
    color: #000000 !important;
    font-size: 18px;
    font-weight: bold;
}

.nectar-global-section.before-footer ul.sub-menu {
    margin: 10px 0 0 0 !important;
    font-size: 14px;
}

.nectar-global-section.before-footer .footer_contact p {
    font-size: 14px !important;
}

.nectar-global-section.before-footer ul.social {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nectar-global-section.before-footer .social li {
    list-style: none;
    margin-right: 20px;
}

.nectar-global-section.before-footer .social li.twitter {
    display: none !important;
}

.nectar-global-section.before-footer .social i {
    color: #A8A8A8;
    font-size: 20px;
    transition: all ease-in-out 0.2s;
}

.nectar-global-section.before-footer .social i:hover {
    color: #0E0ED8 !important;
    transition: all ease-in-out 0.2s;
}

.nectar-global-section.before-footer .social li:nth-of-type(2), 
.nectar-global-section.before-footer .social li:nth-of-type(4) {
    order: -2;
}

.nectar-global-section.before-footer .social li:nth-of-type(3) {
    order: -1;
}

.nectar-global-section.before-footer .social li:nth-of-type(5) {
    margin-top: -4px;
}

#copyright .container {
    display: flex;
    align-items: center;
}

#copyright ul#menu-footer-copyright-menu {
    display: grid;
    grid-template-columns: minmax(min-content, 270px) minmax(270px, 1fr) 120px;
    width: 100%;
}

#footer-outer #copyright li {
    margin-left: 0 !important;
}

.nectar-global-section.before-footer .wpb_text_column a {
    color: #000000 !important;
}

.nectar-global-section.before-footer .wpb_text_column a:hover {
    color: #0000ff !important;
}

@media screen and (max-width: 1160px) {
    .nectar-global-section.before-footer ul#menu-footer-menu,
    #copyright ul#menu-footer-copyright-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 690px) {
    .nectar-global-section.before-footer ul#menu-footer-menu, 
    #copyright .container {
        display: block;
    }
    .nectar-global-section.before-footer .footer_heading {
        margin-bottom: 30px;
    }
    #copyright ul#menu-footer-copyright-menu {
        flex-direction: column;
    }
}

/* --- GLOBAL SCROLLBAR --- */
body::-webkit-scrollbar {
    width: 8px;
    background: #CECECE;
}

body::-webkit-scrollbar-thumb {
    background-color: #1717E5;
    outline: none;
    box-shadow: inset 32px 29px 146px #1717E5;
}

/* --- GLOBAL RESPONSIVE CONTAINER --- */
#ajax-content-wrap .container-wrap {
    padding-top: 0 !important; 
}

@media screen and (max-width: 480px) and (min-width: 390px) {
    .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 360px !important;
    }
}

/* --- HOMEPAGE --- */
.header_section .row-bg-wrap .row-bg::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2023/08/UNLCKD-Header-Asset.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 37%;
    margin: 0 auto;
    max-width: 1425px;
}

.header_section .row_col_wrap_12.col {
    overflow: visible;
}

.header_section .row_col_wrap_12.col .cell {
    padding: 0 !important;
    /* bottom: -20px; */
}

.intro_section {
    z-index: 999999 !important;
}

.intro_section > .row-bg-wrap .row-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), radial-gradient(64.24% 77.76% at 50% -13.84%, #031CFF 0%, #02108F 48.44%, #000423 100%);
}

.column_centered .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partners_section .flickity-viewport:before {
    /* content: ""; */
    position: absolute;
    width: 1000%;
    height: 1px;
    background: #BCBCBC;
    left: -500%;
    top: 0;
}

.partners_section .flickity-viewport:after {
    /* content: ""; */
    position: absolute;
    width: 1000%;
    height: 1px;
    background: #BCBCBC;
    left: -500%;
    bottom: 0;
}

.partners_section .flickity-viewport .cell {
    /* border-right: 1px solid #BCBCBC; */
    /* border-left: 1px solid transparent; */
}

.partners_section .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
    padding: 0 !important;
}

.partners_section .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    /* min-height: 110px; */
    object-fit: contain;
    clip-path: polygon(0 0, 99.6% 0, 99.6% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 99.6% 0, 99.6% 100%, 0% 100%);
}

.partners_section .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
    .instagram_section_row {
        margin-bottom: 0 !important;
    }
    .instagram_section_row .row_col_wrap_12_inner {   
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
    .instagram_section_row .column_container {
        margin-bottom: 5px;
    }
    .header_section .row_col_wrap_12.col {
        overflow: hidden;
    }
}

@media screen and (min-width: 690px) {
    .partners_section .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
        height: auto !important;
        width: auto !important;
    }
    .partners_section .nectar-flickity:not(.masonry) .flickity-slider .cell img {
        max-height: 100px;
    }
}

@media screen and (max-width: 690px) {
    .header_section .row-bg-wrap .row-bg::before {
        width: 95%;
        top: 45%;
    }
    .header_section .row_col_wrap_12.col .flickity-viewport {
        overflow: hidden;
    }
    .header_section .nectar-simple-slider.min-height-720px {
        min-height: 600px !important;
    }
}

/* --- GLOBAL WOOCOMMERCE --- */
.woocommerce-message {
    /* position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
    width: 70%; */
}

.buttons.sf-menu .nectar-woo-cart {
    display: none !important;
}

.buttons.sf-menu.product_added .nectar-woo-cart {
    display: flex !important;
}

.quantity .minus, .quantity .plus {
    display: none !important;
}

.woocommerce .button {
    font-family: 'automate' !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    font-weight: bold !important;
}

/* --- WOOCOMMERCE BONUS OFFER --- */
.bonus_offer {
    margin-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 20px;
}

.bonus_offer .bonus_info {
    margin-bottom: 10px;
    border: 1px solid #A2E2A0;
}

.bonus_offer .bonus_header {
    background-color: #E1FFE0;
    text-align: left;
    padding: 5px 15px;
}

.bonus_offer .bonus_header p {
    font-weight: bold;
    padding-bottom: 0 !important;
}

.bonus_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(225 255 224 / 35%);
    padding: 15px;
}

.bonus_content .img_content {
    display: inline-block;
    width: 22%;
    margin-right: 3%;
}

.bonus_content .txt_content {
    display: inline-block;
    width: 74%;
}

.bonus_content p {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
}

.bonus_content p.desc {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 0;
    text-align: left;
    color: #88B086;
}

.bonus_offer .offer_input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}

.bonus_offer .offer_input label {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

@media screen and (max-width: 690px) {
    .bonus_content .img_content {
        width: 30% !important;
    }
    .bonus_content .txt_content {
        width: 100% !important;
    }
    .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-container {
        padding: 10px !important;
    }
    .woocommerce-checkout #order_review .product-image {
        margin-right: 10px;
    }
    span.subscription-price {
        text-align: right;
    }
}

/* --- WOOCOMMERCE CHECKOUT PAGE --- */
.woocommerce-checkout #ajax-content-wrap .container-wrap {
    padding-top: 40px !important;
}

.woocommerce-checkout h3 {
    font-family: automate;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-checkout input:not([type="checkbox"]), 
.woocommerce-checkout span.select2-selection.select2-selection--single {
    background: #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 5px !important;
    height: 46px !important;
    font-family: automate, sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.woocommerce-checkout input::placeholder,
.woocommerce-checkout span.select2-selection.select2-selection--single::placeholder {
    color: #989898 !important;
    font-family: automate, sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
    display: none !important;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-container {
    background-color: #F6F6F6 !important;
    max-height: unset !important;
    background-color: #F5F5F5 !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px !important;
}

.woocommerce-checkout-review-order-table .product-info {
    flex-direction: column;
    align-items: start;
}

.woocommerce-checkout-review-order-table .product-info span.subscription-price {
    font-size: 14px;
    text-align: left;
}

.woocommerce-checkout-review-order-table .product-info .inner {
    position: relative;
    width: 100%;
}

.woocommerce-checkout-review-order-table .product-info a.remove-icon {
    font-size: 10px;
    position: relative;
    right: 0;
    top: 1px;
    float: right;
}

.woocommerce-checkout #order_review .product-image {
    background-color: #f6f6f6;
    border: 1px solid #D9D9D9;
    border-radius: 5px !important;
    text-align: center;
    width: auto;
}

.woocommerce-checkout #order_review .product-image img {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
}

.woocommerce-checkout #order_review .product-info h4 a {
    text-transform: uppercase;
}

.woocommerce-checkout #order_review span.product-quantity {
    font-family: 'automate';
    font-weight: bold;
    color: #BCBCBC;
}

.product-container span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
    font-weight: bold;
}

.woocommerce-checkout #order_review ul.wc_payment_methods.payment_methods.methods {
    background-color: #F5F5F5 !important;
    padding: 20px !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px !important;
}

.woocommerce-checkout #order_review .payment_box.payment_method_stripe {
    padding: 0 !important;
}

.woocommerce-checkout #order_review p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px !important;
    padding: 0 !important;
}

.woocommerce-checkout #order_review ul.wc_payment_methods.payment_methods.methods input[type="checkbox"] {
    margin-right: 5px !important;
    width: 10px;
    height: 10px;
}

.woocommerce-checkout #order_review #payment #place_order {
    font-family: 'automate';
    font-weight: bold;
    font-size: 22px !important;
    line-height: 1;
    text-transform: uppercase;
    background-color: #0E0ED8 !important;
    padding: 20px !important;
}

.woocommerce-checkout input#mailchimp_woocommerce_newsletter {
    margin: -2px 4px 0 0 !important;
}

.woocommerce table.order-review tfoot td, .woocommerce table.order-review tfoot th, .woocommerce table.order-review th, .woocommerce-page table.order-review th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
    font-family: 'automate' !important;
    font-weight: 600;
    color: #000000 !important;
}

.woocommerce-checkout-review-order-table .product-info {
    justify-content: space-between !important;
}

.woocommerce-checkout-review-order-table td[data-title="Recurring total"] {
    text-align: right;
}

.mailchimp-newsletter label span {
    color: #000000 !important;
    font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper p {
    font-size: 12px;
}

.woocommerce-privacy-policy-text p {
    font-size: 10px !important;
}

/*.woocommerce-checkout .woocommerce-notices-wrapper,*/
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    /*display: none;*/
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    font-weight: bold !important;
    padding: 12px 20px;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
    margin: -35px 0 20px 0;
    border-radius: 0 !important;
}

/* TEMP CHECKOUT STYLES */
.wc-stripe-elements-field {
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius: 5px;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 !important;
}

.woocommerce form .payment_method_stripe .form-row label {
    font-size: 14px !important;
    font-weight: bold !important;
}

.woocommerce .payment_box p {
    padding-left: 0 !important;
}

/* --- WOOCOMMERCE ACCOUNT PAGE / DASHBOARD --- */
.woocommerce-account #ajax-content-wrap .container-wrap {
    padding-top: 40px !important;
}

#customer_login button.woocommerce-Button.button {
    font-family: 'automate' !important;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-transform: unset;
    margin-top: 20px !important;
}

#customer_login .clear {
    display: none !important;
}

.woocommerce-account h2, 
.lty-dashboard-wrapper h2 {
    margin-bottom: 20px !important;
}

.woocommerce-account .woocommerce-table {
    margin-bottom: 40px !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation {
    background: #fcfcfc;
    padding: 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-top: none !important;
    margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) {
    border-bottom: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.lty-dashboard-navigation a {
    opacity: 0.6 !important;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link.is-active a,
.lty-dashboard-navigation a.lty-current {
    color: #000000 !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,
.lty-dashboard-navigation a:hover {
    opacity: 1 !important;
}

.lty-dashboard-navigation nav a.lty-current span {
    margin-top: 2px;
    color: #0e0ed8;
}

a.woocommerce-button.button.view, a.woocommerce-button.button.pay {
    background: #0e0ed8;
    font-family: 'automate' !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 2px;
}

a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button,
a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button {
    background: #0e0ed8;
    font-family: 'automate' !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-account td a.button {
    margin: 2px 0 !important;
}

.woocommerce-table ul.wc-item-meta {
    margin-left: 0;
}

.lty-dashboard-wrapper {
    padding: 40px 0;
}

.lty-dashboard-navigation nav, .lty-dashboard-contents {
    border-radius: 0 !important;
}

.lty_lottery_finished_status span {
    padding: 0 !important;
    background: transparent !important;
    color: #0e0ed8 !important;
}

.woocommerce-account .cancel_notice {
    margin: 20px 0;
}

.lty-dashboard-navigation .lty-not-won-lottery-products,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area,
.woocommerce .order-again {
    display: none !important;
}

.jquery-modal.blocker {
    z-index: 999999 !important;
}

/* HIDE TOTAL PRICES */
.woocommerce-table--order-details th.woocommerce-table__product-table.product-total, 
.woocommerce-table--order-details td.woocommerce-table__product-total.product-total, 
.woocommerce-table--order-details tfoot {
    display: none;
}

/* TEMP LAUNCH PROMO */
.woocommerce-account a.button.cancel {
    display: inline-block;
}

@media screen and (max-width: 690px) {
    .lty-dashboard-wrapper {
        padding-top: 40px;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        margin-bottom: 40px !important;
    }
    .lty-dashboard-navigation nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .lty-frontend-table tr {
        border-bottom: 1px solid #000000;
    }
    .lty-frontend-table tr td {
        display: inline-block !important;
        width: 100% !important;
    }
}

/* --- WOOCOMMERCE THANKYOU PAGE --- */
.woocommerce-order {
    margin-top: 60px;
}

.woocommerce-order ul.wc-item-meta {
    margin: 0 !important;
}

.woocommerce-order h2 {
    margin-bottom: 20px !important;
}

/* --- WOOCOMMERCE PRODUCT PAGE --- */
.single-product .container-wrap, 
.single-product .nectar-global-section.before-footer {
    padding-top: 0 !important;
}

.main_container {
    max-width: 1425px;
    margin: 0 auto;
    padding: 0 90px;
}

.woocommerce-breadcrumb,
.product.product-type-lottery {
    display: none !important;
}

.single-product .woocommerce-notices-wrapper {
    display: none;
}

.product_header_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background: #f3f3f3;
    gap: 20px;
}

/*.product_header_section .value_badge {*/
/*    position: absolute;*/
/*    background-color: #0E0ED8;*/
/*    color: #fff;*/
/*    top: 50px;*/
/*    right: -10px;*/
/*    padding: 20px;*/
/*    transform: rotate(45deg);*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-weight: bold;*/
/*}*/

/*.product_header_section .value_badge:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #0e0ed8;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: -98%;*/
/*}*/

/*.product_header_section .value_badge:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #0e0ed8;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    right: -98%;*/
/*}*/

.product_header_section .value_badge {
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: absolute;
    /*top: 48px;*/
    top:0;
    right: 0;
}

.product_header_section .value_badge span.value {
    position: absolute;
    display: block;
    width: 285px;
    padding: 15px 0;
    background-color: #0E0ED8;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    left: -25px;
    top: 40px;
    transform: rotate(45deg);
}

.product_header_section .featured_img img {
    max-width: 650px;
    margin: 0 auto;
}

.product_header_section p.lty-lottery-time-left-label {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.product_header_section .lty-lottery-countdown-timer {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #E9E9E9;
    padding: 10px !important;
    border-radius: 5px;
}

.product_header_section span.lty-lottery-timer {
    text-transform: lowercase;
    padding: 0 10px !important;
    border-right: 1px solid #D2D2D2;
    width: auto !important;
}

.product_header_section span.lty-lottery-timer:nth-last-of-type(1) {
    border: none !important;
}

.product_header_section .lty-lottery-timer br {
    display: none;
}

.giveaway_enter.btn-epic, .not_started.btn-epic {
    height: 74px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.not_started.btn-epic {
    cursor: default !important;
}

.giveaway_enter.btn-epic div,
.not_started.btn-epic div {
    height: 46px !important;
}

.weekly_giveaway_btn.btn-epic {
    height: 74px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #FF3939 !important;
}

.weekly_giveaway_btn.btn-epic::before {
    background-color: #fb2222 !important;
}

.weekly_giveaway_btn.btn-epic::after {
    background-color: #FF3939 !important;
}

.weekly_giveaway_btn.btn-epic div {
    height: 46px !important;
}

.product_2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.specifications_section.product_2col.reverse,
.authentication_section.product_2col.reverse {
    direction: rtl;
}

.inner_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #E6E6E6;
    padding: 120px 40px;
    text-align: center;
    min-height: 700px;
}

.inner_content.center {
    justify-content: center;
    padding: 120px 80px;
}

.inner_content p {
    padding: 0 !important;
}

.showcase_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.postid-88501 .authentication_section.product_2col .showcase_img {
    background-size: contain;
}

.description_section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 120px 40px;
    text-align: center;
    min-height: 700px;
}

.description_section p {
    max-width: 850px;
    margin: 0 auto;
    padding: 0;
}

.inner_content .spec_item:not(:last-child) {
    margin-bottom: 50px;
}

.inner_content .spec_title  {
    font-weight: bold;
    margin-bottom: 10px;
}

.inner_content .auth_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.inner_content .auth_icon {
    margin-bottom: 20px;
}

.video_section .nectar_video_player_self_hosted {
    margin-bottom: 0 !important;
}

.video_section .nectar_video_player_self_hosted .wpb_wrapper video,.nectar_video_player_self_hosted__overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    object-fit: cover;
}

#ajax-content-wrap .video_section .nectar_video_player_self_hosted__overlay {
    object-fit: inherit;
    position: absolute;
    z-index: 1;
}

.video_section .nectar_video_player_self_hosted[data-border-radius*="px"] .wpb_video_wrapper {
    overflow: hidden;
}

.video_section .nectar_video_player_self_hosted video.no-video {
    opacity: 0;
}

.video_section .nectar_video_player_self_hosted .wpb_video_wrapper {
    overflow: hidden;
}

.video_section .nectar_video_player_self_hosted .play_button {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_section .nectar_video_player_self_hosted .play_button svg {
    height: 16px;
    width: 16px;
    position: relative;
    z-index: 100;
    margin-left: 4px;
}

.video_section .nectar_video_player_self_hosted .play_button .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
    margin-top: -4%;
    margin-left: -4%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_section .nectar_video_player_self_hosted .play_button .play:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

@media only screen and (max-width: 999px) {
    .video_section .nectar_video_player_self_hosted .play_button .play {
        width:54px;
        height: 54px;
        margin-top: -27px;
        margin-left: -27px;
    }
    .video_section .nectar_video_player_self_hosted .play_button svg {
        height: 12px;
        width: 12px;
    }
}

.video_section .nectar_video_player_self_hosted .play_button.following.follow_mouse .play {
    opacity: 1;
}

.video_section .nectar_video_player_self_hosted .play_button.follow_mouse .play {
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.video_section .nectar_video_player_self_hosted .play_button .play:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    content: "";
    z-index: 0;
    background-color: #000;
    transition: transform 0.3s ease;
}

.video_section .nectar_video_player_self_hosted .play_button:not(.follow_mouse):hover .play:before {
    transform: scale(1.15);
}

.video_section .nectar_video_player_self_hosted .play_button svg path {
    fill: #fff;
}

.video_section .nectar_video_player_self_hosted .play_button[data-play_button_color="#0000ff"] .play:before {
    background-color: #0000ff;
}

.video_section .nectar_video_player_self_hosted .play_button[data-play_button_icon_color="#ffffff"] svg path {
    fill: #ffffff;
}

.giveaway_popup {
    display: none;
    position: fixed;
    width: 400px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 9999;
}

.giveaway_popup_title {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #9B9B9B;
}

.giveaway_popup_title p {
    padding: 0;
}

.giveaway_popup_inner {
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
}

.giveaway_popup_content {
    padding: 40px 40px 0 40px;
}

.giveaway_popup_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 80%);
    z-index: 99;
}

.giveaway_popup .giveaway_popup_content {
    text-align: center;
}

.giveaway_popup_content .lty-lottery-predefined-buttons-container {
    display: inline-block;
    width: 100%;
}

.giveaway_popup_inner:after {
    /* content: ""; */
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0px;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid white;
}

.giveaway_popup li.lty-predefined-button.UNLCKD_selected, 
.giveaway_popup li.lty-predefined-button:hover {
    display: block !important;
    background: #ECECEC !important;
    color: #000000 !important;
    text-align: left;
    padding: 10px 10px 10px 20px;
}

.giveaway_popup li.lty-predefined-button {
    display: none;
    background: #ccc !important;
    border-radius: 0px !important;
    border: none !important;
    text-align: left;
    font-weight: bold;
    color: #000 !important;
    margin: 0;
    padding: 10px 10px 10px 20px;
}

ul.lty-predefined-buttons li:hover {
    color: #000000 !important;
}

ul.lty-predefined-buttons {
    position: relative;
}

ul.lty-predefined-buttons .dropdown_arrow {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/05/Dropdown-Arrow.png), #1717E5;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center center;
    width: 44px;
    height: 44px;
    right: 0;
    top: 0;
}

.giveaway_popup .lty-lottery-predefined-buttons-container h3 {
    text-align: center;
    font-family: 'automate';
    font-size: 16px;
    text-transform: uppercase;
}

.giveaway_popup .lty-price-container {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.entry_info {
    text-align: left;
    font-size: 13.5px;
    line-height: 22px;
    border-bottom: 1px solid #9A9A9A;
    padding: 20px 17px;
    margin: 0 !important;
}

.entry_info p {
    padding: 0;
}

.terms_info {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    padding-top: 20px;
}

.terms_info p {
    padding: 0;
}

.terms_info a {
    color: #000000;
    text-decoration: underline;
    margin: 0 5px;
}

.giveaway_popup button.single_add_to_cart_button.button.alt {
    width: 100%;
    font-family: 'automate' !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.giveaway_popup .close {
    padding: 20px 0;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (max-width: 460px) {
    .giveaway_popup {
        width: 90% !important;
    }
    .giveaway_popup .giveaway_popup_content {
        padding: 30px 30px 0 30px !important;
    }
    .giveaway_popup li.lty-predefined-button.UNLCKD_selected, 
    .giveaway_popup li.lty-predefined-button:hover {
        padding: 10px;
        font-size: 14px;
    }
}

.related_giveaways .product.product-type-lottery {
    display: block !important;
}

.related_giveaways {
    padding: 120px 0;
    text-align: center;
}

.related_giveaways .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
    margin-top: 60px;
}

.related_giveaways .related_product {
    background-color: #f3f3f3;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
}

.related_giveaways p.lty-lottery-time-left-label {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.related_giveaways .lty-lottery-countdown-timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #E9E9E9;
    padding: 10px;
    border-radius: 5px;
    max-width: 300px;
    margin: 0 auto;
}

.related_giveaways span.lty-lottery-timer {
    text-transform: lowercase;
    padding: 0 10px !important;
    border-right: 1px solid #D2D2D2;
}

.related_giveaways span.lty-lottery-timer:nth-last-of-type(1) {
    border: none !important;
}

.related_giveaways .lty-lottery-timer br {
    display: none;
}

.related_giveaways .related_product img {
    margin: 40px 0;
    max-height: 350px;
    mix-blend-mode: darken;
}

.related_giveaways .related_product .brand {
    font-weight: bold !important;
}

@media screen and (max-width: 900px) {
    .value_badge {
        display: none !important;
    }
    .product_header_section .featured_img img {
        max-width: 100% !important;
    }
    .product_2col {
        grid-template-columns: 1fr;
    }
    .related_giveaways .products {
        grid-template-columns: 1fr;
        row-gap: 5px;
    }
    .authentication_section .inner_content {
        order: 1;
    }
    .inner_content {
        min-height: 550px;
    }
    .showcase_img {
        max-height: 550px;
        min-height: 400px;
    }
    .inner_content {
        padding: 80px 20px !important; 
    }
    .inner_content.center {
        padding: 120px 40px !important;
    }
    .inner_content .spec_item:not(:last-child) {
        margin-bottom: 40px !important;
    }
}

/* --- THE VAULT PAGE --- */
.vault_pageloader {
    /* display: none !important; */
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #0F0F0F;
    color: #ffffff;
    top: 0;
    z-index: 999999;
}

.vault_pageloader img {
    margin-bottom: 10px;
}

.vault_video_section .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 0 !important;
}

.vault_video_section .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
    padding: 0 !important;
}

@media screen and (max-width: 1000px) and (min-width: 690px) {
    .vc_row.vault_video_section .inner-wrap img {
        width: 80% !important;
    }
}

@media screen and (max-width: 690px) {
    .vault_video_section .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous, 
    .vault_video_section .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
        top: 40% !important;
    }
    .vc_row.vault_video_section .inner-wrap img {
        width: 100% !important;
    }
}

.vault_video_section {
    margin-bottom: 2px !important;
}

.vault_video_section .nectar-video-box > .inner-wrap {
    text-align: center;
    background: #acacac;
}

.vault_video_section.jordan .nectar-video-box > .inner-wrap {
    text-align: center;
    background: #000000;
}

/*.vault_video_section .inner-wrap img {*/
/*    width: 55% !important;*/
/*    max-width: 900px !important;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    transform: none !important;*/
/*    -webkit-transform: none !important;*/
/*}*/

.vault_video_section .inner-wrap img {
    width: 100% !important;
    max-height: 580px !important;
    object-fit: contain;
    object-position: 50% 40%;
    margin: 0 auto;
    text-align: center;
    transform: none !important;
    -webkit-transform: none !important;
}

.giveway_products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #0F0F0F;
    gap: 5px;
    /* max-width: 1800px; */
    /* margin: 0 auto; */
}

.grail .vc_column-inner, .grail .wpb_wrapper, 
.grail .wpb_raw_code.wpb_content_element.wpb_raw_html, 
.grail a.giveaway_item {
    min-height: 100%;
    height: 100%;
}

.vault_section.multiply img {
    mix-blend-mode: multiply;
}

.vault_section .tile_banner .vc_column-inner {
    align-items: center;
    justify-content: center;
    display: flex;
}

.vault_section .vc_col-sm-3 .vc_column-inner, 
.vault_section .vc_col-sm-6 .vc_column-inner {
    height: 100% !important;
    background: #F3F3F3 !important;
}

.grail a.giveaway_item img {
    max-height: 550px !important;
    max-width: 100% !important;
}

.vault_section .giveaway_item,
.giveway_products .giveway_item  {
    position: relative;
    background-color: #f3f3f3;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #000000;
    overflow: hidden;
}

.giveway_item.grail {
    grid-column: span 2;
    grid-row: span 2;
}

.vault_section .giveaway_item:nth-of-type(4n),
.giveway_products .giveway_item:nth-of-type(4n) {
    border-right: none !important;
}

.vault_section p.lty-lottery-time-left-label,
.giveway_products p.lty-lottery-time-left-label {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.vault_section .lty-lottery-countdown-timer,
.giveway_products .lty-lottery-countdown-timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #E9E9E9;
    padding: 10px;
    border-radius: 5px;
    max-width: 300px;
    margin: 0 auto;
}

.vault_section span.lty-lottery-timer,
.giveway_products span.lty-lottery-timer {
    text-transform: lowercase;
    padding: 0 10px !important;
    border-right: 1px solid #D2D2D2;
}

.vault_section span.lty-lottery-timer:nth-last-of-type(1),
.giveway_products span.lty-lottery-timer:nth-last-of-type(1) {
    border: none !important;
}

.vault_section .lty-lottery-timer br,
.giveway_products .lty-lottery-timer br {
    display: none;
}

.vault_section .giveaway_item img,
.giveway_products .giveway_item img {
    max-width: 500px;
    width: 100%;
    /* margin: 30px 0; */
}

.vault_section .giveaway_item:not(.grail) img,
.giveway_products .giveway_item:not(.grail) img {
    max-height: 250px;
    object-fit: contain;
}

.vault_section .giveaway_item .brand,
.giveway_products .giveway_item .brand {
    font-weight: bold !important;
}

.vault_section .giveaway_item .value_badge,
.giveway_products .giveway_item .value_badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 700px;
    height: auto;
    right: -240px;
    top: 0;
    background: #0E0ED8;
    transform: rotate(45deg);
    color: #fff;
    padding: 15px 40px;
    overflow: hidden;
}

.vault_section .giveaway_item .value_badge .value_badge__content,
.giveway_products .giveway_item .value_badge .value_badge__content {
    white-space: nowrap;
    animation: scroll 8s linear infinite;
    padding: 0 20px;
    font-weight: bold;
}

@keyframes scroll {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

.lty-lottery-countdown-timer.notice_24hrs, 
.lty-lottery-countdown-timer[data-time="2023/09/15 07:00:00"] {
    background-color: #FF3939 !important;
    color: #ffffff;
}

.lty-lottery-countdown-timer.notice_24hrs span.lty-lottery-timer,
.lty-lottery-countdown-timer[data-time="2023/09/15 07:00:00"] span.lty-lottery-timer {
    border-color: #FFAAAA !important;
}

.lty-lottery-countdown-timer.notice_24hrs .lty-lottery-timer, 
.lty-lottery-countdown-timer.notice_24hrs .lty-lottery-timer span,
.lty-lottery-countdown-timer[data-time="2023/09/15 07:00:00"] .lty-lottery-timer, 
.lty-lottery-countdown-timer[data-time="2023/09/15 07:00:00"] .lty-lottery-timer span {
    color: #ffffff !important;
}

.vault_section .giveaway_item .btn-epic,
.giveway_item .btn-epic {
    position: absolute;
    top: 50%;
    bottom: 0;
    opacity: 0;
    transition: ease-in-out all 0.2s;
}

.vault_section .giveaway_item:hover .btn-epic,
.giveway_item:hover .btn-epic {
    opacity: 1;
    transition: ease-in-out all 0.2s;
}

.vault_section .closed .column-bg-overlay-wrap.column-bg-layer:before {
    content: "Draw Closed";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #ffffff;
    z-index: 9999;
    font-weight: bold;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.vault_section .closed .giveaway_item .btn-epic {
    display: none !important;
}

.vault_section .closed .column-bg-overlay-wrap.column-bg-layer {
    z-index: 9;
}

.vault_section.locked .giveaway_item img {
    filter: blur(8px);
}

.vault_section.locked .grail .giveaway_item img {
    filter: blur(12px);
}

@media screen and (max-width: 1200px) {
    .vault_section,
    .giveway_products {
        margin: unset;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1000px) {
    .vault_section,
    .giveway_products {
        grid-template-columns: repeat(2, 1fr);
    }
    .vault_section .giveaway_item img,
    .giveway_products .giveway_item img {
        max-width: 350px;
    }
    .vault_section .column_container.vc_column_container {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .vault_section .column_container.vc_column_container .vc_column-inner {
        border: none !important;
    }
    .vault_section .row_col_wrap_12_inner .column_container.vc_column_container .vc_column-inner,
    .vault_section .grail.vc_col-sm-6 .vc_column-inner {
        border-bottom: 2px solid #ffffff !important;
    }
}

@media screen and (max-width: 690px) {
    .giveway_products {
        grid-template-columns: repeat(1, 1fr);
    }
    .giveway_item.grail {
        grid-column: 1;
        grid-row: 1;
    }
    .vault_section .giveaway_item img,
    .giveway_products .giveway_item img {
        max-width: 280px;
    }
}

/* --- BLOG POST TEMPLATE / NEWSROOM --- */
.single-post .container.main-content {
    margin-top: 100px !important;
    margin-bottom: 20px !important;
}

.single-post #page-header-wrap, .single-post #page-header-bg[data-post-hs=default] {
    height: 450px !important;
    background: transparent !important;
}

.single-post #page-header-bg .page-header-bg-image {
    background-position: center center !important;
    background-size: cover !important;
}

.single-post .blog-title {
    height: 100%;
}

.single-post .blog-title .inner-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

h1.entry-title {
    font-family: 'Apple Garamond' !important;
    font-weight: 400 !important;
    color: #000000 !important;
    text-align: center;
}

.single #page-header-bg #single-below-header {
    display: flex;
    position: absolute;
    bottom: 40px;
}

.single #page-header-bg #single-below-header span.meta-date.date.updated {
    order: 2;
}

body .post-area.masonry.meta_overlaid .post.link .post-content .destination, body .post-area.masonry.meta_overlaid .post.quote .quote-inner .author, body .post-area.masonry.meta_overlaid article.post .post-meta .date {
    font-size: 12px !important;
}

.single #page-header-bg #single-below-header span {
    color: #000000;
    border: none !important;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 0 10px !important;
}

.single #page-header-bg #single-below-header span.meta-category {
    display: none !important;
}

.single #page-header-bg #single-below-header span a {
    font-weight: bold;
    text-decoration: underline;
}

.single #page-header-bg #single-below-header span a:hover {
    color: #000000 !important;
}

.newsroom_back_btn {
    display: block;
    text-align: center;
    margin-top: 40px;
    color: #000000;
}

.newsroom_back_btn svg {
    margin-right: 10px;
}

.blog-fullwidth-wrap article.masonry-blog-item {
    width: 100% !important;
    height: 400px;
    border-bottom: 2px solid #BCBCBC !important;
    overflow: hidden;
}

.blog-fullwidth-wrap .article-content-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blog-fullwidth-wrap .masonry.meta_overlaid .post .post-header h3 a {
    color: #000000;
    font-family: 'Apple Garamond' !important;
    font-size: 50px;
    line-height: 1;
}

.blog-fullwidth-wrap .masonry.meta_overlaid .post-meta {
    color: #000000;
    font-weight: bold;
    position: absolute;
    top: unset;
    bottom: 20px;
    left: 0;
    right: 0;
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img {
    height: 100% !important;
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img {
    opacity: 0;
    height: 100% !important;
    object-fit: cover !important;
    transition: opacity 0.3s ease-in-out;
}

body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img img {
    opacity: 1;
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before {
    /* background: linear-gradient(180deg, #F6F6F6, #F6F6F6 80%) !important; */
    background: linear-gradient(180deg, rgb(246 246 246 / 60%), #F6F6F6 100%) !important;
    height: 100% !important;
    transition: background 0.3s ease-in-out;
}

body .masonry.meta_overlaid .content-inner > a > .post-featured-img {
    background-color: transparent !important;
    transition: background 0.2s ease-in-out;
}

body.blog .nectar-global-section.before-footer {
    padding-top: 0 !important;
}

@media screen and (min-width: 690px) {
    h1.entry-title {
        font-size: 70px !important;
        line-height: 1 !important;
    }
}

/* --- INFO PAGES / FAQ TOGGLES --- */
.page-template-page-left-sidebar .post-area.col.span_9.col_last {
    width: 75% !important;
    background-color: #fcfcfc !important;
}

.page-template-page-left-sidebar .post-area.col.span_9.col_last {
    width: 75% !important;
    background-color: #fcfcfc !important;
}

.page-template-page-left-sidebar .col.span_3.left-sidebar {
    width: 25% !important;
    background-color: #f6f6f6; 
}

a.toggle-heading {
    background-color: #0E0ED8 !important;
    color: #ffffff !important;
    font-family: "automate", sans-serif !important;
    font-weight: bold !important;
    padding: 18px 20px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.toggle>.toggle-title a i {
    display: none;
}

body .toggle > div {
    font-size: 14px;
    line-height: 22px;
    box-shadow: none !important;
}

body .toggle.open > div {
    /* padding: 10px !important; */
}

.sidebar_col:before {
    content: "";
    position: absolute;
    width: calc(100% + 1000%);
    height: 100%;
    background: #f6f6f6;
    left: -1000%;
    z-index: -1;
}

.sidebar_col  ul#menu-info-sidebar-menu {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar_col ul#menu-info-sidebar-menu li {
    list-style: none !important;
    margin-bottom: 6px;
}

.sidebar_col ul#menu-info-sidebar-menu li.current-menu-item a {
    font-weight: bold;
}

.contact_row .iwithtext img {
    width: 30px !important;
}

.contact_row .iwithtext a {
    color: #000000 !important;
}

@media screen and (max-width: 690px) {
    .sidebar_col:before {
        left: 0 !important;
    }
}

/* --- ABOUT PAGE --- */
.about_tabs_section ul.wpb_tabs_nav.ui-tabs-nav {
    display: inline-flex !important;
    flex-wrap: wrap;
    flex-direction: column;
}

.about_tabs_section li.menu-item {
    display: inline-block;
    padding: 15px 35px;
    margin: 5px 0;
    border: 2px solid #000000;
    border-radius: 50px;
    opacity: 0.2;
}

.about_tabs_section li.menu-item.active-tab {
    opacity: 1;
}

.nectar-sticky-tabs .tab-nav-heading:before {
    content: none !important;
}

@media screen and (min-width: 1000px) {
    .about_header h1 {
        font-size: 68px;
        line-height: 68px;
    }
    .about_tabs_section h2 {
        font-size: 48px !important;
        line-height: 48px !important;
    }
}

@media screen and (max-width: 1000px) {
    .about_tabs_section ul.wpb_tabs_nav.ui-tabs-nav {
        flex-direction: row;
        gap: 5px;
    }
    .scrolling-tab-nav-current-item {
        display: none !important;
    }
}

@media screen and (max-width: 690px) {
    .about_tabs_section ul.wpb_tabs_nav.ui-tabs-nav {
        flex-direction: row;
        gap: 5px;
    }
    .about_tabs_section li.menu-item {
        padding: 15px 25px;
    }
    .nectar-sticky-tabs .scrolling-tab-nav ul .tab-nav-heading {
        font-size: 16px !important;
    }
}

/* --- HOW IT WORKS PAGE --- */
@media screen and (min-width: 1000px) {
    .how_header h1 {
        font-size: 108px;
        line-height: 108px;
    }
}

/* --- WINNERS PAGE --- */
.winners_header .nectar-flickity:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/Winner-Winner.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1100px;
    height: 150px;
    top: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.related_giveaways.winners {
    border-top: 1px solid #000000;
}

.related_giveaways.winners .related_product img {
    height: auto;
    max-width: 100%;
}

@media screen and (min-width: 1000px) {
    .winners_header h1 {
        font-size: 148px;
        line-height: 148px;
    }
}

@media screen and (max-width: 690px) {
    .winners_header {
        margin-top: 60px !important;
    }
    .winners_header .nectar-flickity:before {
        top: -60px !important;
    }
}

/* --- PROMO POPUP --- */
.promo-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.promo-popup:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: -1;
}

.popup-content {
    width: 100%;
    /*max-width: 600px;*/
    max-width: max-content;
    margin: 0 20px;
    background: #ebebeb;
    padding: 0;
    text-align: center;
    position: relative;
}

.popup-content .popup-content-inner {
    /*padding: 20px;*/
}

.popup-content p.subtitle {
    font-size: 12px;
    font-weight: bold;
}

.popup-content p {
    font-size: 14px;
    line-height: 18px;
}

.popup-content h2 {
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

.popup-content h2 .highlight {
    font-weight: bold !important;
}

.promo-popup .popup-content img {
    width: 100%;
    /*max-width: 480px;*/
    max-width: 500px;
    margin: 0;
    display: block;
}

.promo-popup button.popup-close {
    background: #ffffff !important;
    border: none !important;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup-content .btn-epic svg {
    display: none !important;
}

.promo-popup.fade-in {
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
}

.promo-popup.visible {
    opacity: 1;
}

@media screen and (max-width: 690px) {
    .popup-content {
        margin: 0 15px !important;
    }
    .popup-content h2 {
        font-size: 30px !important;
    }
    .popup-content p {
        font-size: 12px;
        line-height: 16px;
    }
}

/* --- PARTNERS PAGE --- */
.partners {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
}

.partner_item {
    background: #F6F5F5;
    padding: 20px;
}

.partners .fwpl-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 350px;
}

.partners .partner_item img {
    width: 100%;
    max-width: 220px;
    mix-blend-mode: multiply;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 60px 11px 60px;
    margin-bottom: 0 !important;
}

.filter_item .facetwp-facet {
    margin-bottom: 0 !important;
    margin-left: 10px !important;
}

.filters p {
    padding-bottom: 0 !important;
}

.filters_title {
    width: 38% !important;
    font-weight: bold;
}

.filters_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 62%;
}

.filters select.facetwp-dropdown {
    padding: 0 !important;
    background: transparent !important;
    max-width: 80px;
    font-family: 'automate' !important;
    color: #000 !important;
}

.filters select.facetwp-dropdown:focus {
    border: none !important;
    box-shadow: none !important;
}

.filter_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#partner-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

#partner-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #D9D9D9;
    padding: 0;
    max-width: 1200px;
    width: 100%;
    min-height: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
}

#popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.partner-content {
    border-left: 1px solid #000;
    padding: 50px 50px 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#partner-image {
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
}

#partner-text, .partner_discount, #discount-container {
    padding: 10px 20px;
}

#discount-container a {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #000000 !important;
}

.partner-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#partner-popup-content img#partner-logo {
    max-width: 250px;
    mix-blend-mode: multiply;
}

#popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 20px;
}

.brand_item .fwpl-col {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr 0.8fr 1.2fr 1.2fr;
    justify-content: center;
    align-items: center;
    padding: 15px 60px;
}

.brand_item:nth-child(odd) .fwpl-col {
    background: #F5F5F5;
}

.brand_item:nth-child(even) .fwpl-col {
    background: #FCFCFC;
}

.brand_item .fwpl-col p {
    padding-bottom: 0 !important;
}

.brand_item .fwpl-col a {
    color: #000000 !important;
}

.brand_item .fwpl-col a:hover {
    color: #0000ff !important;
}

.brand_item.filter .fwpl-col {
    background: #D9D9D9 !important;
}

.brand_item.filter .fwpl-col p {
    font-weight: bold;
}

@media screen and (max-width: 1100px) and (min-width: 800px) {
    .partners {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 800px) {
    .partners {
        grid-template-columns: repeat(2, 1fr);
    }
    .filters {
        text-align: center;
        justify-content: center !important;
        padding: 10px 20px 11px 20px;
    }
    .filters_title, .filters_inner {
        width: 100% !important;
        justify-content: center !important;
    }
    .filter_item {
        margin: 0 15px !important;
    }
}

@media screen and (max-width: 690px) {
    .partners {
        grid-template-columns: repeat(1, 1fr);
    }
    .filter_txt {
        display: none !important;
    }
    .filter_item {
        margin: 0 5px !important;
    }
    .brand_item.filter {
        display: none !important;
    }
    .brands .brand_item .fwpl-col {
        grid-template-columns: 1fr;
        padding: 15px 40px !important;
    }
    .brands .brand_item .fwpl-col .brand_name {
        font-size: 18px;
        font-weight: bold;
        order: -1;
    }
    #partner-popup-content {
        grid-template-columns: 1fr !important;
        max-width: 90% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: 600px;
        overflow: scroll;
    }
    #partner-popup-content img#partner-logo {
        max-width: 250px !important;
    }
    .partner-content {
        padding: 20px !important;
        border: none !important;
    }
    #partner-image {
        display: none !important;
    }
}

/* --- TEMP --- */
.lty-won-lottery-products {
    display: none !important;
}

/* --- WINNERS PAGE --- */
.winners {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
}

.winner_item {
    background: #f3f3f3;
}

.winners .winner_item img {
    display: block;
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    object-fit: contain;
    mix-blend-mode: darken;
}

.winners .winner_details {
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background: #0e0ed8;
    color: #fff;
    padding: 15px;
}

.winners .winner_details p {
    padding-bottom: 0 !important;
}

.winner_details .col_right {
    text-align: right;
}

.winners .winner_details a {
    color: #ffffff !important;
    cursor: pointer;
}

.filters.winner .filters_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .winners {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2px;
    }
}

@media screen and (max-width: 767px) {
    .winners {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px;
    }
    .filters.winner {
        display: none !important;
    }
}

@media screen and (max-width: 690px) {
    .winners .winner_details {
        padding: 12px !important;
        grid-template-columns: 2.5fr 1.3fr;
    }
    .winner_details .col_left {
        font-size: 14px;
        line-height: 1.4;
    }
    .winner_details .col_right {
        font-size: 11px;
        line-height: 1.3;
    }
}

/* --- ORDER BUMP / UPSELL STYLING --- */
.cuw-noc.cuw-template {
    margin: 0 0 40px 0!important;
    max-width: 650px !important;
    border-radius: 0 !important;
}

button.cuw-button span.cuw-template-cta-text {
    font-family: 'automate' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

div#coupons_list h3 {
    font-size: 20px;
}

:root {
    --sc-color3: #0000ff !important;
}
