#iframeCatalog {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

.close-catalog {
    position: absolute;
    color: white !important;
    width: 20px;
    height: 20px;
    top: -30px;
    right: -30px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

#catalog-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

.catalog-form {
    width: 600px;
    height: auto;
    padding: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid grey;
    height: calc(100% - 20px);
    scroll-behavior: smooth;
    overflow-y: scroll;
}

.close-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    /* .hidden-responsive-popup {
	display: none ; 
} */
    .catalog-form {
        width: 100%;
    }
    #register-popup,
    #catalog-popup,
    #forgot-popup,
    #reset-popup,
    #login-popup,
    #welcome-popup {
        padding: 0px!important;
        ;
    }
    .mobile-mbt {
        margin-bottom: 18px;
    }
}

#forgot-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

#forgot-popup-sent {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

#reset-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

#login-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

#register-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

#wishListLoadModal {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

.catalog-form-wishlist-option {
    width: 350px;
    height: auto;
    padding: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid grey;
    height: calc(100% - 40%);
    scroll-behavior: smooth;
    overflow-y: scroll;
    top: 20%;
}

#saveAsModal {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

.popup-form-saveas-wishlist {
    width: 350px;
    height: auto;
    padding: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid grey;
    height: calc(100% - 40%);
    scroll-behavior: smooth;
    overflow-y: scroll;
    top: 20%;
}

#selectauth-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

#welcome-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

.close-authselect-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.close-register-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.close-wishlist-option-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.close-welcome-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.close-login-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.close-forgot-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.close-forgotSent-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

#togglePassword {
    right: 8px;
    /* bottom: -6px; */
    width: 20px;
    float: right;
    clear: both;
    position: relative;
    top: 25px;
}

.common-heading h4 {
    margin: 0px 0px 5px 0px!important;
    font-weight: 500;
    font-size: 20px;
}

.common-btn {
    width: 70%;
}

.mbt-20 {
    margin-top: 30px;
}

.custom-select-auth {
    width: 365px!important;
    top: 25%;
    height: 300px!important;
    overflow-y: hidden!important;
}

.custom-select-welcome {
    width: 365px!important;
    overflow-y: hidden!important;
    height: 250px;
    top: 25%;
}

#userDetail {
    text-align: center;
}

.custom-reset-popup {
    top: 20%;
    height: 300px!important;
    overflow-y: hidden!important;
}

.custom-account-promotion-popup {
    top: 20%;
    height: 350px!important;
    overflow-y: hidden!important;
    padding: 0;
    width: 500px!important;
}

#account-promotion-popup {
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto !important;
    margin-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

.custom-login-popup {
    top: 10%;
    height: 450px!important;
    overflow-y: hidden!important;
}

.custom-popup-sent {
    top: 20%;
    height: 300px!important;
    width: 500px!important;
    overflow-y: hidden!important;
}

.textOnInput {
    position: relative;
}

.textOnInput .border-label {
    position: absolute;
    top: -15px;
    left: 23px;
    padding: 2px;
    z-index: 1;
}

.textOnPassword .border-label {
    top: 2px!important;
}

.textOnInput .border-label:after {
    content: " ";
    background-color: #fff;
    width: 100%;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 7px;
    z-index: -1;
}

.border-label {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    box-shadow: none !important;
}

.login-heading h4 {
    margin: 0px 17px 20px 17px!important;
    font-weight: 600;
    font-size: 24px;
}

@media(max-width:767px){
    .custom-account-promotion-popup{
width:100%!important;
height:auto!important;
    top: 15%!important;
    }
    .set-height {
    min-height: 150px!important;
}
}
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 767px) 
  and (-webkit-min-device-pixel-ratio: 3) 
  and (orientation: landscape){
      .set-height {
    min-height: 70px!important;
  }
  .custom-account-promotion-popup{
      top: 0!important;
  }
}