@media only screen and (max-width: 1024px) {
    #header {
        display: block; /* in common.css, it sets to display: none; */
    }
}

@media only screen and (max-width: 1024px) {
    #header-fixed {
        display: none;
    }
}

#header-fixed {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 2001;
}

#header-wrap {
    padding-left: 20px;
    height: 80px;
}

#header-nav {
    min-width: unset;
    height: 100%;
}

#top-logo {
    margin-right: 20px;
}

.io-popup-wrapper li.child:hover {background: #141413;}

.rtl #lang-popup-carrot {
    margin-left: 45px !important;
}

.rtl #lang-popup-wrapper {
    left: 5px !important;
}

#hidden-info-container {
    position: relative;
}

/* pdp header with image */
.elevate-header {
    background-color: #343a40;
    background-size: cover;
    /*height: 550px;*/
    margin-top: 80px;
}

.elevate_container .elevate-header .product-hero-text {margin-top:0px; padding-top:0px;}
.elevate_container .elevate-header .product-hero-text.no-header-txt { padding-top:14px;}
.elevate_container.separate-text-from-hero .product-hero-text {margin-top:80px; padding-top:40px;}
.elevate_container.separate-text-from-hero .container {padding-right: 0px; padding-left: 0px;}
.desktop .elevate_container.separate-text-from-hero .elevate-header {margin-top:40px;} 
.elevate_container.separate-text-from-hero .elevate-header:before{margin-left: 0px;margin-right: 0px;}

.terms-and-conditions-container, .privacy-policy-container { 
    margin-top: 80px; 
}

#nav .nav-menu .identity {
    display: none;
}

#nav .section.account {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .elevate-header {
        margin-top: 0;
    }
    
    .product-hero-text {margin-top:0px; padding-top:40px; padding-bottom:20px;}
    .elevate_container.separate-text-from-hero .product-hero-text {margin-top:0px;}
    .elevate_container.separate-text-from-hero .container {padding-right: 15px; padding-left: 15px;}
    .elevate_container .elevate-header.container, 
    .elevate_container .elevate-header.container-fluid {padding-right: 0px; padding-left: 0px;}
}

.elevate-header .elevate-header-text {
    max-width: 580px;
}

.elevate-header h1 {
    line-height: 50px;
}

.elevate-header img, .bank-logo, .mc-logo {
    height: 45px;
}

@media (max-width: 767px){
    .elevate-header {
        /*height: 500px;*/
    }
    .nav-section {
        display: none;
    }
}

.elevate-header > .row {
    align-items: center;
    justify-content: center;
    height: 100%;

}

.benefits {
    padding: 30px 0;
    align-items: center;
    justify-content: center;
}

.benefits .main-desc > p {
    margin: 10px 0;
}

.benefits .main-desc img {
    max-width: 100%;
    margin-right: 10px;
}

.benefits .credit-card-container img {
    max-width: 90%;
}

/*  Login / Register */
.parnership {
    margin: 20px 0;
}

.parnership img {
    height: 45px;
}

.login-form-container, .signin-form-container {
    min-height: 300px;
}

@media (max-width: 767px){
    .login-form-container, .signin-form-container {
        border: none
    }
}

.login-form-container > p, .signin-form-container > p {
    margin: 20px 0;
}

.login-register-container form {
    width: 80%;
    margin: 10px auto;
}

.login-register-container input {
    border-radius: 5px;
}

.login-form-container .sg-label-container, .signin-form-container .sg-label-container {
    margin: 10px 0;
}

@media (max-width: 767px){
    .footer .footer-right {
        margin-top: 30px;
        text-align: center;
    }
    .confirmation-footer .footer-item {
        margin: 20px 0;
        justify-content: center;
    }
}

#hidden-info {
    position: absolute;
    bottom: 10px;
}

/* Labels*/
.sg-label-container {
      position: relative;
 }
 .sg-label {
    color: #919293;
    box-sizing: border-box;
    display: block;
    /*font-size: 0.75em;*/
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: 0.5em 1em;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    transform: translateY(3px);
    transition: all 0.2s ease-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}
 .field-not-empty .sg-label {
    opacity: 1;
    transform: none;
    /*font-size: .75em; Declared in SG */
}
 .sg-label-input {
    color: #333;
    padding: 10px;
    transition: all 0.2s ease-out;
    width: 100%;
    /*font-size: .8em;*/
}
 .sg-label-input:hover, .sg-label-input:focus {
    /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
     box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, .1);
     outline: 0;
}
 .field-not-empty .sg-label-input {
    padding-bottom: 2px;
    padding-top: 18px;
    /*font-size: .9em;*/
}

.elevate-header.confirmation {
    height: 400px;
}
.elevate-header .circle {
    border-radius: 50%;
    width: 800px;
    height: 800px;
    position: absolute;
    top: -107px;
    left: -190px;
}

.rtl .elevate-header .circle {
    right: -190px;
}

@media (max-width: 576px){
    .elevate-header .circle{
        top: -163px;
        left: -425px;
    }
    .rtl .elevate-header .circle{
        right: -425px;
    }
    .footer .footer-links{
        padding: 40px 0px;
    }
    .footer-hr {
        display: block; 
    }
}

@media (min-width: 577px) and (max-width: 767px){
    .elevate-header .circle{
        top: -156px;
        left: -330px;
    }
    
    .rtl .elevate-header .circle{
        right: -330px;
    }
    .footer .footer-links{
        padding: 40px 0px;
    }
    .footer-hr {
        display: block; 
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .elevate-header .circle{
        top: -156px;
        left: -318px;
    }
    
    .rtl .elevate-header .circle{
        right: -318px;
    }
    .footer .footer-links{
        padding: 40px;
    }
    .footer-hr {
        display: block; 
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .elevate-header .circle{
        top: -107px;
        left: -303px;
    }
    
    .rtl .elevate-header .circle{
        right: -303px;
    }
    .footer .footer-links{
        padding: 40px 100px;
    }
    .footer-hr {
        display: none; 
    }
}

@media (min-width: 1200px) {
    .elevate-header .circle {
        border-radius: 50%;
        width: 800px;
        height: 800px;
        position: absolute;
        top: -107px;
        left: -190px;
    }
    .rtl .elevate-header .circle {
        right: -190px;
    }
    .footer .footer-links{
        padding: 40px 200px;
    }
    .footer-hr {
        display: none; 
    }
}

.confirmation-images .row > [class*="photo-"] {
    height: 300px;
    margin: 20px 0;
}

.confirmation-images img { 
    height: 300px;
}

.confirmation-footer {
    min-height: 100px;
}

.confirmation-footer .container {
    padding-top: 30px;
}

.redemption-code-content .overlay-body > ol > li {
    list-style-type: decimal;
    list-style-position: inside;
}
.redemption-code-content .overlay-body > ul > li {
    list-style-type: disc;
    list-style-position: inside;
}

.footer .contact-us {
    padding-bottom: 40px;
}