@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.ikea-action-cntrl {
    text-align: center;
    margin: 30px 0 0;
}
.ikea-action-cntrl .about-ikea {
    color: #00367b;
    text-decoration: underline;
    font-size: 17px;
}
.ikea-action-cntrl button {
    border: #e30430 2px solid;
    color: #005baa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0 0;
    cursor: pointer;
}
.user-mobile-verification {
    background: #ffffff;
    padding: 30px;
    width: 400px;
    margin: 0 auto;
    position: relative;
}
.user-mobile-verification a.close {
    position: absolute;
    top: -23px;
    right: -25px;
}
.user-mobile-verification a.close img {
    width: 26px;
}
/*.user-mobile-verification label {margin: 0px; font-size: 14px; color: #000000; position: relative; display: block;}*/
/*.user-mobile-verification label input {width: 100%; border: #d1d1d1 2px solid; height: 35px;*/
/* line-height: 35px; font-size: 14px; margin-top: 5px;}*/
.user-mobile-verification label {
    margin: 0px;
    font-size: 15px;
    color: #000000;
    position: relative;
    display: block;
    text-align: left;
    font-weight: normal;
}
.user-mobile-verification label input {
    width: 100%;
    border: #d1d1d1 2px solid;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 5px;
    padding: 0 15px;
}
.user-mobile-verification span {
    position: absolute;
    /* top: 26px; */
    left: 2px;
    background: #e3e3e3;
    font-size: 14px;
    color: #707070;
    padding: 10px 10px 8px;
}
.user-mobile-verification span.otp-timer {
    position: absolute;
    color: #ff8a01;
    font-weight: 600;
    background: none;
    top: 28px;
    right: 12px;
    left: auto;
    font-size: 15px;
}
.user-mobile-verification small {
    color: #005bab;
    font-size: 13px;
}
.user-mobile-verification button {
    cursor: pointer;
    border: 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    width: 120px;
    margin: 20px auto 0;
    display: block;
    background: #0058ab;
}
.user-mobile-verification button:hover, .btn-default.focus {
    border: 0px !important;
    color: #ffffff !important;
    background: #004f99 !important;
}
/*.user-mobile-verification button {cursor: pointer; border: #e30430 2px solid;-webkit-border-radius: 2px; -moz-border-radius: 4px;border-radius: 4px; color: #005baa; font-size: 16px; font-weight: 600; padding: 8px 0; width: 120px; background: #ffffff; margin: 10px 5px 0;}*/
.user-mobile-verification button.opacity {
    opacity: 0.5;
}
/************************************ CSS Tabbed ***********************************/
.tabbed {
   width : 100%;
   background: #f5f5f5;
   margin: 0 auto;
   position: relative;
}
.tabbed a.close {
    position: absolute;
    top: -23px;
    right: -25px;
}
.tabbed a.close img {
    width: 26px;
}
.tabbed > input {
    display : none;
}
.tabbed > section > h1 {
    float : left;
    box-sizing : border-box;
    margin : 0;
    padding : 10px 30px;
    overflow : hidden;
    font-size : 14px;
    font-weight : normal;
    color: #707070;
}
.tabbed > section > h1 > label {
    display : block;
    padding : 0;
    border-bottom : none;
    cursor : pointer;
    -moz-user-select : none;
    -ms-user-select : none;
    -webkit-user-select : none;
}
.tabbed > section > div {
    position : relative;
    z-index : 1;
    float : right;
    box-sizing : border-box;
    width : 100%;
    margin : 44px 0 0 -100%;
    padding : 25px 30px;
    background : #fff;
    font-size: 14px;
    color: #707070;
}
.tabbed > input:checked + section > h1 {
    position : relative;
    z-index : 2;
    border-bottom: #005bab 5px solid;
}
.tabbed > input:not(:checked) + section > div {
    display : none;
}
.tabbed .how-to-redeem ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.ikea-accepted-view ul.how-to-redeem {
    padding-left: 20px;
}
.tabbed .how-to-redeem li, .ikea-accepted-view .how-to-redeem li {
    background: url(../images/list-star.png) no-repeat 0 7px;
    padding-left: 15px;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
}
.ikea-accepted-view .how-to-redeem li {
    color: #454545;
    list-style: none;
}
.tabbed .how-to-redeem li a, .ikea-accepted-view .how-to-redeem li a {
    color: #00367b;
    text-decoration: underline;
}
.ikea-outlet-locations {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.ikea-outlet-locations li {
    float: left;
    width: 50%;
    color: #707070;
    height: 60px;
    margin-bottom: 25px;
}
.ikea-outlet-locations li p {
    margin: 0px;
}
.ikea-outlet-locations li p a {
    text-transform: uppercase;
    color: #005bab;
    text-decoration: none;
}
.ikea-outlet-locations li p span {
    display: block;
    width: 100%;
    padding: 5px 0 0;
}
.no-account {
    position: relative;
    width: 100%; margin: 0px;
}
.no-account .select2-container {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #e3e3e3; /* border-right: 1px solid #9b59b6; */
}
.no-account .select2-container .select2-choice {
    border: 0px;
    margin: 0px;
    height: 41px;
    line-height: 41px;
    width: 45px;
    border: 0px !important;
}
.no-account .signup-mbl-fld {
    text-indent: 115px;
}
.no-account .signup-otp-fld {
    text-indent: 15px;
    height: 50px;
    margin-bottom: 14px;
}
.no-account-verify-or-resend-btn {
    width: 188px !important;
    display: inline-block !important;
}
.no-account-verify-or-resend-btn:hover {
    text-decoration: none;
}
.custom-success-alert {
    background: #45ba68;
    color: #fff;
    text-align: center;
    margin-top: 59px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 0px;
}
.no-account-user-mobile-verification {
    width: 100% !important;
}
.no-account .select2-container .select2-choice .select2-arrow {
    display: none;
}
.no-account .select2-container .select2-choice > .select2-chosen {
    overflow: inherit !important;
}
.no-account .select2-container .select2-choice > .select2-chosen span {
    top: 0px !important;
    left: 0px;
    padding: 0px 10px 0px 8px !important;
    color: #707070;
}
.user-mobile-verification label input {
    text-indent: 50px;
    border-radius: 0px !important;
}
.user-mobile-verification label input:focus {
    border: #d1d1d1 2px solid;
}
.no-account .otp-errormsg, .confirmation-pop .otp-errormsg {
    color: #ff0000 !important;
    display: block;
    font-size: 11px !important;
}
.no-account .signlog-error-msg {
    color: #ff0000 !important;
    display: block;
    position: relative;
    padding-left: 6px;
}
.no-account-redeem-brand-info-popup .modal-dialog {
    margin: 60px auto;
    width: 60%;
}
.no-account-redeem-brand-info-popup .modal-content {
    background-color: #EEEEEE;
    border-radius: 0px;
}
.no-account-verify-or-resend-btn[disabled] {
    opacity: 0.6;
}
.indent0 {
    text-indent: 0px !important;
}
/**  Accepted page styles **/
.uob-view-code-pin .uob-view-container button {
    background: #005baa;
}
.uob-view-code-pin .uob-view-container button.code-show {
    border: #005baa 1px solid;
    color: #005baa;
    background: none;
}
.uob-view-code-pin .uob-view-container span {
    color: #464646;
}
.uob-title {
    margin: 30px 0 20px;
}
.uob-description {
    text-align: center;
    color: #005baa;
}
.accept-content .sender_msg_container {
    background-color: #ffefb4;
}
.accept-content .sender_msg_container .sender_msg {
    background-color: #ffefb4;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
h1 {
    text-align: center;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt10 {
    margin-top: 10px;
}
.recipient-email-note {
    width: 600px;
    margin: 0 auto;
    background: #ffffff;
}
.recipient-email-note img.brand-img {
    width: 598px;
    border: #005eae 1px solid;
}
.recipient-email-note h2 {
    color: #464646;
    font-size: 28px;
    text-align: center;
    margin: 15px 0 0;
    font-weight: 600;
    line-height: 1.3;
}
.recipient-email-note h2.recipient-name {
    color: #005bab;
    font-size: 28px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
    line-height: 1.3;
}
.recipient-email-note p {
    margin: 0px 0 25px;
    color: #464646;
    text-align: center;
    font-size: 18px;
}
.recipient-email-note p span {
    color: #005bab;
}
.recipient-email-note p.pdf {
    text-align: left;
    padding: 0 15px;
    margin: 0 0 15px;
    line-height: 1.3;
}
.recipient-email-note p.pdf a {
    color: #15c;
}
table.ikea-recipient-table {
    font-size: 15px;
    color: #464646;
    padding: 0 15px;
}
table.ikea-recipient-table tr th {
    border-top: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    padding: 10px 0;
}
table.ikea-recipient-table tr td {
    border-top: #dcdcdc 1px solid;
    padding: 5px 0;
}
table.ikea-recipient-table tr.total-value td {
    font-size: 20px;
}
.recipient-email-note button {
    border: 0px;
    background: #005bab;
    width: 190px;
    height: 40px;
    font-size: 14px;
    margin: 30px auto 20px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    padding: 0px;
    font-size: 17px;
    cursor: pointer;
}
.recipient-email-note label.sender-detail {
    color: #767676;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: center;
}
.recipient-email-note .footer {
    border-top: #ececec 1px solid;
    padding: 15px 0;
    text-align: center;
    margin: 20px 0 0;
}
.recipient-email-note .footer img {
    width: 120px;
}
.ikea-accept-giftcard {
    max-width: 703px;
    margin: 114px auto 120px;
}
.ikea-accept-giftcard h1 {
    color: #005bab;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 15px;
}
.ikea-accept-giftcard .ikea-custom-theme {
    max-width: 703px;
    height: auto;
    position: relative;
}
.ikea-accept-giftcard .ikea-custom-theme img {
    width: 100%;
}
.ikea-accept-giftcard .ikea-custom-theme label.sender-wish {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    color: #ffffff;
    position: absolute;
    top: 115px;
    width: 100%;
    text-align: center;
    left: 0px;
    font-weight: 600;
}
.ikea-accept-giftcard .ikea-custom-theme label.recipient-name {
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    left: 0px;
}
.ikea-sender-info {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.ikea-accept-giftcard .ikea-custom-theme .ikea-sender-info small {
    color: #ffffff;
    font-size: 15px;
    display: block;
    width: 100%;
}
.ikea-accept-giftcard .ikea-custom-theme .ikea-sender-info span {
    color: #ffffff;
    font-size: 17px;
    display: block;
    padding-top: 7px;
}
.gift-voucher {
    position: absolute;
    top: 270px;
    left: 325px;
    width: 358px;
    height: 236px;
}
.gift-voucher img.brand {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
}
.gift-voucher .ribbon-top {
    position: absolute;
    top: -5px;
    right: -5px;
}
.gift-voucher .ribbon-bottom {
    position: absolute;
    bottom: -16px;
    left: -5px;
}
.gift-voucher .voucher-value, .moom-gift-card-outer .voucher-value{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
}
.gift-voucher .voucher-value span, .moom-gift-card-outer .voucher-value span {
    text-align: right;
    font-size: 25px;
    line-height: 26px;
}
.gift-voucher .voucher-value span small, .moom-gift-card-outer .voucher-value span small {
    display: block;
    width: 100%;
    font-size: 14px;
}
.gift-voucher .voucher-expiry, .moom-gift-card-outer .voucher-expiry {
    position: absolute;
    bottom: 20px;
    left: 50px;
    color: #ffffff;
}
.gift-voucher .voucher-expiry span, .moom-gift-card-outer .voucher-expiry span {
    text-align: left;
    font-size: 25px;
    line-height: 26px;
}
.gift-voucher .voucher-expiry span small, .moom-gift-card-outer .voucher-expiry span small {
    display: block;
    width: 100%;
    font-size: 14px;
}
.sender-cus-message {
    max-width: 703px;
    height: 180px;
    background: #ffb2b6;
    margin: -1px 0 0;
}
.sender-cus-message .message-preview {
    width: 300px;
    height: 165px;
    padding: 12px;
    font-size: 13px;
    color: #000000;
}
.ikea-action-cntrl {
    text-align: center;
    margin: 0 0 0;
}
.ikea-action-cntrl.fixed-position {
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    padding: 20px 0 0;
}
.ikea-action-cntrl .about-ikea {
    color: #005bab;
    text-decoration: underline;
    font-size: 16px;
}
.ikea-action-cntrl button {
    border: 0px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0 15px;
    cursor: pointer;
    background: #0058ab;
}
.ikea-action-cntrl button.close {
    border: #e30430 2px solid;
    color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0 0;
    cursor: pointer;
    float: right;
    background: none;
}
/************************** Common ************************/
.navbar {
    min-height: 60px;
}
.navbar-inverse {
    background-color: #eb1c24;
    border-color: #eb1c24;
}
.navbar-inverse .navbar-brand {
    padding: 6px 15px;
}
.navbar-inverse .navbar-brand img {
    width: 160px;
}
.ikea-accepted-view {
    text-align: center;
}
.ikea-accepted-view h1 {
    margin: 50px 0 0;
    color: #000000;
    font-size: 50px;
    font-weight: 600;
}
.ikea-accepted-view h1 label {
    margin: 17px 0 0px;
    font-weight: normal;
    font-size: 19px;
    display: block;
    width: 100%;
    line-height: 26px;
    color: #005bab;
}
.ikea-accepted-view .ikea-brand-img {
    /*background: #dfdfdf;
    border: #eaeaea 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    overflow: hidden;
    margin: 0 0 20px;*/
}
.ikea-accepted-view .ikea-brand-img img {
    width: 100%;
}
.ikea-brand-img {
    height: auto;
    width: 450px;
    display: block;
    margin: auto;
    background: #ffffff;
    border: #eaeaea 0px solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}
.ikea-accepted-view .ikea-brand-img label.voucher-value {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #434343;
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}
.ikea-accepted-view .about-ikea {
    color: #005bab;
    text-decoration: underline;
    font-size: 17px;
}
.ikea-accepted-view h2 {
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #005bab;
    text-align: left;
}
.footer-top-area {
    text-align: center;
    color: #005bab;
    font-size: 16px;
    padding: 0px 0 10px;
}
.ikea-footer .footer-top-area {
    text-align: center;
    color: #005bab;
    font-size: 16px;
    padding: 40px 0 10px;
}
.footer-copyright {
    border-top: #cfcfcf 1px solid;
    text-align: center;
}
.footer-copyright img {
    width: 120px;
    padding: 15px 0;
}
.ikea-view-code {
    padding: 15px 0;
}
.ikea-view-code small {
    color: #454545;
    font-weight: 600;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}
.ikea-view-code button.view-code {
    width: 250px;
    cursor: pointer;
    border: 0px;
    background: #005bab;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 700;
    padding: 8px 0;
}
.copy-clip-board{
    background: #005bab;
    font-size: 16px;
    font-weight: 700;
}
.ikea-view-code button.view-code strong {
    font-size: 13px;
}
.ikea-view-code button.show-code {
    width: 400px;
    cursor: pointer;
    border: 0px;
    background: #ffffff;
    color: #005bab;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    padding: 3px 0;
    border: #005bab 1px solid;
    position: relative;
    padding: 10px;
}
.ikea-view-code button.show-code img {
    width: 98%;
    margin-top: 3px;
}
.ikea-view-code button.show-code strong {
    font-weight: normal;
}
.get-email-id {
    background: #f7f7f7;
    padding: 20px;
}
.get-email-id .content {
    width: 400px;
    margin: 0 auto;
    min-height: auto;
}
.get-email-id .content label {
    display: block;
}
.get-email-id .content label input {
    width: 100%;
    border: #d1d1d1 1px solid;
    height: 40px;
    line-height: 35px;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.get-email-id .content small {
    color: #005bab;
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.get-email-id .content .ikea-action-cntrl button {
    margin: 15px 0 0;
    font-size: 20px;
}
.carousel-control.left, .carousel-control.right {
    background: none !important;
}
.carousel-control, .carousel-control {
    top: 40%;
}
.carousel-control img {
    width: 25% !important;
}
.header-ikea .navbar-brand {
    padding: 0;
    float: none;
    display: inline-block;
    margin-top: 60px;
}
.navbar-brand>img {display: inherit;}
.ikea-content {
    width: auto !important;
}
ol, ul {
    margin-left: -30px;
}
.select2-option-dropdown {
    padding-left: 35px;
}
.gift-recipient {font-size: 24px; font-weight: 600;}
.selected_gift_card {
    border-radius: 11px;
    -webkit-box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 30%);
}
.accept-content .selected_gift_card .bottom_left_ribbon {top: 159px;}
.header-ikea {height: auto; border-bottom: 0px; position: absolute;}
.ikea-view-code button.show-code a {background: none; color: #9b59b6; text-decoration: none; white-space: nowrap;}
.copied-txt {color: #00a65a;display: none; position: absolute; right: 6px; top: 8px; font-size: 14px;}
.copied-txt-qr {display: none; right: -75px; position: absolute; top: 8px; color: #00a65a; font-size: 14px;}
.navbar-header {float: none; text-align: center;}
/*********************** New Template CSS *******************/
.ikea-preaccept-giftcard {text-align: center;}
.ikea-preaccept-giftcard h1 {color: #000000;font-weight: 600;font-size: 50px;margin: 0px 0 0 0;}
.ikea-preaccept-giftcard {background: #ffffff;border: #eaeaea 0px solid;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;position: relative;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;overflow: hidden;margin: 25px 0 20px;}
.ikea-preaccept-giftcard .expiry {position: relative; color: #000000; font-size: 31px; text-align: center; margin-bottom: 45px; line-height: 38px;}
.ikea-preaccept-giftcard .expiry label {margin: 0px; display: inline-block;}
.ikea-preaccept-giftcard .denomination {position: relative; color: #000000; font-size: 31px; text-align: center;}
.ikea-preaccept-giftcard .denomination label {margin: 0px; display: inline-block;}
.ikea-preaccept-giftcard a.about-brand {font-size: 16px; font-weight: 600; text-decoration: underline; color: #005bab;}
.ikea-preaccept-giftcard .accept-button {width: 130px; height: 45px; font-weight: 600; font-size: 20px; border: #9b59b6 2px solid; color: #9b59b6; background: #ffffff; line-height: 35px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px; margin: 15px 0 30px;}
.ikea-preaccept-giftcard .unique-ref-no {font-size: 16px; color: #005bab;}
.powered-by {border-top: #cfcfcf 1px solid;margin: 13px -15px 0;text-align: center;}
.powered-by img {width: 120px; padding: 15px 0;}
/*********************** New Changes by Gopinath on 06 Oct 2023 *****************/
img.brand-img {display: none;}
/*********************** Media **********************/
@media (max-width: 991px) {
    .col-md-2, .col-md-8, .col-md-3, .col-md-6 {
        max-width: inherit;
    }
}
@media (max-width: 767px) {
    .header .navbar-brand {
        top: 0px;
    }
    .ikea-action-cntrl.fixed-position {position: fixed;-webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; bottom: 0 !important;}
    .verifyotp-popup {height: auto; width: 100%;}
    /*.modal {position: absolute !important;}*/
    .giftcard-expired {width: 100%;}
    .giftcard-expired img {width: 103px;}
    .giftcard-expired p {font-size: 23px;}
    .ikea-accept-giftcard {margin: 175px auto 120px;}
    .qr-code {width: 70% !important;}
    .copied-txt-qr {right: 5px;position: absolute;top: 11px;color: #00a65a;}
    .ikea-view-code button.show-code a {height: auto;width: auto;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .ikea-accepted-view h1 {
        font-size: 32px;
    }
    .ikea-accepted-view h1 label {
        font-size: 14px;
    }
    .tabbed .how-to-redeem li, .ikea-accepted-view .how-to-redeem li {
        font-size: 12px;
    }
    .modal-dialog.modal-sm {width: 90% !important;}
    .ikea-preaccept-giftcard .denomination, .ikea-preaccept-giftcard .expiry {font-size: 26px;}
}
@media (max-width: 767px) and (min-width: 685px) {
    .accept-content .selected_gift_card .bottom_left_ribbon {top: 118px;}
}
@media (max-width: 684px) and (min-width: 504px) {
    .accept-content .selected_gift_card .bottom_left_ribbon {top: 145px;}
    .ikea-preaccept-giftcard h1 {font-size: 37px;}
}
@media (max-width: 503px) {
    .accept-content .selected_gift_card .bottom_left_ribbon {top: 60px;}
    .ikea-preaccept-giftcard .denomination, .ikea-preaccept-giftcard .expiry {font-size: 22px;}
    .ikea-preaccept-giftcard h1 {font-size: 37px;}
    .ikea-brand-img {
        height: 125px;
        width: 179px;
        display: block;
        margin: auto;
        background: #ffffff;
        border: #eaeaea 0px solid;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
    }

}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .accept_giftcard {
        padding-left: 0%;
    }
    .navbar-brand > img {width: auto; margin-top: 0px;}
    .no-account-redeem-brand-info-popup .modal-dialog {width: 600px;}
}

@media (max-width: 767px) and (min-width: 504px) {
    .accept-content {
        width: 480px;
        margin: 30px auto;
    }
    .ikea-accept-giftcard .ikea-custom-theme img {width: 480px;}
    .sender-cus-message .message-preview {
        max-width: 223px;
    }
    .ikea-accept-giftcard .ikea-custom-theme label.sender-wish {
        top: 50px;
        font-size: 36px;
        line-height: 41px;
    }
    .ikea-accept-giftcard .ikea-custom-theme label.recipient-name {top: 140px;}
    .gift-voucher {
        left: unset;
        right: 20px;
        max-width: 230px;
        top: 200px;
        height: auto;
    }
    .gift-voucher .voucher-expiry, .moom-gift-card-outer .voucher-expiry {bottom: 10px; left: 15px;}
    .gift-voucher .voucher-expiry span, .moom-gift-card-outer .voucher-expiry span {font-size: 17px; line-height: normal;}
    .gift-voucher .voucher-value, .moom-gift-card-outer .voucher-value {bottom: 10px; right: 15px;}
    .gift-voucher .voucher-value span, .moom-gift-card-outer .voucher-value {font-size: 17px; line-height: normal;}
    .gift-voucher .voucher-value span small, .gift-voucher .voucher-expiry span small, .moom-gift-card-outer .voucher-value span small, .moom-gift-card-outer .voucher-expiry span small {font-size: 12px;}
    .ikea-accept-giftcard {width:478px;}
}
@media (max-width: 767px) and (min-width: 501px) {
    .moom-gift-card-outer {top: 175px !important; left: 188px !important;}
    .moom-gift-card {width: 270px !important;}
    .multiimg-view .carousel-inner > .item > a > img, .moo-viewGC .card-image {width: 100% !important; height: auto !important;}
    .ikea-accept-giftcard .ikea-custom-theme label.sender-wish, .gift-wish {top: 50px !important; font-size: 28px !important;}
    .gift-voucher .voucher-expiry, .moom-gift-card-outer .voucher-expiry {left: 15px !important; bottom: 10px !important;}
    .gift-voucher .voucher-expiry span, .moom-gift-card-outer .voucher-expiry span, .gift-voucher .voucher-value span, .moom-gift-card-outer .voucher-value span {font-size: 17px !important; line-height: normal !important;}
    .gift-voucher .voucher-value span small, .gift-voucher .voucher-expiry span small, .moom-gift-card-outer .voucher-value span small, .moom-gift-card-outer .voucher-expiry span small {font-size: 12px !important;}
    .gift-voucher .voucher-value, .moom-gift-card-outer .voucher-value {right: 15px !important; bottom: 10px !important;}
}

@media (max-width: 684px) and (min-width: 504px) {
    .gift-voucher {
        left: unset;
        right: 20px;
        max-width: 270px;
        top: 175px
    }
    .ikea-accept-giftcard .ikea-custom-theme label.sender-wish {
        top: 50px;
        font-size: 28px;
    }
    .ikea-accept-giftcard .ikea-custom-theme label.recipient-name {
        top: 100px;
    }
}

@media (max-width: 503px) {
    .gift-voucher {
        top: 107px;
        right: 10px;
        max-width: 180px;
        max-height: 236px;
        left: unset;
    }
    .ikea-sender-info {
        bottom: 5px;
        left: 5px;
    }
    .ikea-accept-giftcard .ikea-custom-theme .ikea-sender-info small {
        font-size: 11px;
    }
    .ikea-accept-giftcard .ikea-custom-theme .ikea-sender-info span {
        font-size: 13px;
    }
    .gift-voucher .voucher-value, .moom-gift-card-outer .voucher-value {
        bottom: 5px;
        right: 10px;
    }
    .gift-voucher .voucher-expiry, .moom-gift-card-outer .voucher-expiry {
        bottom: 5px;
        left: 25px;
    }
    .gift-voucher .voucher-value span, .moom-gift-card-outer .voucher-value span {
        font-size: 11px;
        line-height: 0px;
    }
    .gift-voucher .voucher-value span small, .gift-voucher .voucher-expiry span small, .moom-gift-card-outer .voucher-value span small, .moom-gift-card-outer .voucher-expiry span small {
        font-size: 8px;
    }
    .gift-voucher .voucher-expiry span, .moom-gift-card-outer .voucher-expiry span {
        font-size: 8px;
        line-height: 0px;
    }
    .ikea-accept-giftcard .ikea-custom-theme label.sender-wish, .gift-wish {
        top: 25px;
        font-size: 26px;
        line-height: 30px;
    }
    .ikea-accept-giftcard .ikea-custom-theme label.recipient-name {
        top: 90px;
    }
    .sender-cus-message .message-preview {
        max-width: 110px;
        word-break: break-word;
        padding: 6px;
    }
    .accept-content {
        width: 290px;
        margin: 5px auto;
    }
    .gift-voucher {
        top: 170px;
        max-width: 145px;
        height: auto;
    }
    .get-email-id .content {width: 100%;}
    .ikea-view-code button.show-code {width: 70% !important;}
    .gift-recipient {top: 90px;}
    .ikea-accept-giftcard {width: 288px;}
    .ikea-view-code button.show-code {font-size: 12px;}
    .copied-txt {position: relative; float: right; font-size: 10px; top:0px; right: 3px;}
    .ikea-view-code button.show-code a {font-size: 10px;}
    .copied-txt-qr {font-size: 10px; top: 8px;}
}

.ikea-about-brand {position: relative; background: #ffffff;}
.ikea-about-brand a.popup-close {position: absolute;top: -25px; right: -35px;}
.ikea-about-brand .mcd-prdt-nav {height: auto; margin: 0;}
.ikea-about-brand .mcd-prdt-nav .navbar {height: auto; background: #eeeeee!important; margin: 0px; min-height: auto;}
.ikea-about-brand .tab-content {margin: 0px; background: #ffffff; padding: 20px 30px; color: #707070;}
.ikea-about-brand .tab-content .tab-pane p {margin: 0px;}
.ikea-about-brand .tab-content .tab-pane ul {margin: 0px; padding: 10px 0px; list-style: none;}
.ikea-about-brand .mcd-prdt-nav .navbar-nav>li>a {padding: 9px 20px; color: #707070;}
.ikea-about-brand .mcd-prdt-nav .navbar-default .navbar-nav>.active>a, .ikea-about-brand .mcd-prdt-nav .navbar-default .navbar-nav>li:hover>a {border-bottom: #005bab 5px solid!important; color: #707070!important;}
.ikea-about-brand .tab-content .tab-pane#tab-1 ul li, .ikea-about-brand .tab-content .tab-pane#tab-4 ul li {background: url(../images/list-star.png) no-repeat 0 7px;padding-left: 15px;line-height: 25px;text-align: left;font-size: 14px;}
.ikea-about-brand .tab-content .tab-pane#tab-1 ul li a, .ikea-about-brand .tab-content .tab-pane#tab-4 ul li a {color: #00367b;text-decoration: underline;}
.ikea-about-brand .tab-content .tab-pane#google-map-tab .col-md-3 {width: 50%; height:100px;}
.ikea-about-brand .tab-content .tab-pane#google-map-tab .col-md-3 ul.nav-stacked {margin: 0px; padding: 0px; border-bottom: 0px;}
.ikea-about-brand .tab-content .tab-pane#google-map-tab .col-md-3 ul.nav-stacked li {margin: 0px;}
.ikea-about-brand .tab-content .tab-pane#google-map-tab .col-md-3 ul.nav-stacked li h4 {margin: 0px 0 7px; font-size: 14px; color: #005bab; font-weight: 600;}
.ikea-about-brand .tab-content .tab-pane#google-map-tab .col-md-3 ul.nav-stacked li p {margin: 0px;}
.ikea-about-brand .tab-content .tab-pane#google-map-tab .col-md-3 ul.nav-stacked li b {font-weight: 600;}
.email-pdf-error{ color: red;}
.gift-wish {font-family: 'Raleway', sans-serif; font-weight: 600;}
.oh-card-padbot div.oh-card {-webkit-border-radius: 0px !important;-moz-border-radius: 0px !important;border-radius: 0px !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important; background-color: transparent !important;}
@media only screen and (max-width: 390px) and (min-width: 280px) {
    .mcd-prdt-nav li {
        width: auto;
    }
    .ikea-about-brand .mcd-prdt-nav .navbar-nav>li>a {width: auto; padding: 9px 13px; font-size: 12px;}
    .user-mobile-verification a.close {top: -30px; right: -16px;}
    .ikea-about-brand a.popup-close {top: -37px; right: -16px;}
    .mcd-prdt-nav .container {padding: 0px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .os-ord-ecard .btn {font-size: 13px !important; color: #005baa !important;}
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
    .ikea-about-brand .tab-content .tab-pane#google-map-tab .col-md-3 {width: 100%;}

}
.giftcard-expired {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}@charset "UTF-8";
/* CSS Document */

