body {
    -webkit-text-size-adjust: 100%;
    font-family: "Montserrat", serif;
}
.nomargin {
    margin-right: 0px;
    margin-left: 0px;
}
.nopadding {
    padding-right: 0px;
    padding-left: 0px;
}
.disp-none {
    display: none;
}
.overlay-open {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.curs-point {
    cursor: pointer;
}
.pos-fix {
    position: fixed;
}
.pos-stat {
    position: static;
}
.form-control:focus {
    border: #2c7cf6 2px solid;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.overflow-iphone {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}
.loader-img-sec img {
    width: 50px;
    height: 50px;
}
.loader-img-sec {
    text-align: center;
    margin: 0px;
    padding: 0px 0 40px;
}
/************************* SVG Loader ****************************/
svg {
    max-width: 100px;
}
foreignObject.logoBack {
    transform-origin: 50px 50px;
    animation: colorRotate 7.5s infinite linear;
}
div.logoGradient {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(
            0deg,
            rgba(69, 183, 109, 1) 0%,
            rgba(237, 182, 29, 1) 50%,
            rgba(232, 24, 80, 1) 100%
    );
}
g.logoBlend {
    mix-blend-mode: lighten;
}
g.logoBlend > rect {
    fill: #fff6eb;
}
g.logoBlend > path {
    stroke: black;
    stroke-width: 8;
    stroke-dasharray: 288.5;
    stroke-linecap: round;
    fill: none;
    transform-origin: 50px 50px;
    animation: pathStroke 3.75s infinite ease-in-out,
    pathRotate 7.5s infinite cubic-bezier(1, 0.5, 0, 0.5);
}
@keyframes colorRotate {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(-90deg);
    }
}
@keyframes pathStroke {
    0% {
        stroke-dashoffset: -288.5;
    }
    40%,
    70% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 288.5;
    }
}
@keyframes pathRotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-540deg);
    }
    100% {
        transform: rotate(-1080deg);
    }
}
/************************* SVG Loader End ************************/
.header {
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}
.header-bg {
    background-color: #e81850;
}
.header-courts {
    background-color: #facb08 !important;
    border-color: #facb08;
    height: 65px;
}
.header-ustars {
    background-color: #ffffff !important;
    border-bottom: #eb1c24 2px solid;
    height: 68px;
}
.header-bestdenki {
    background-color: #ffffff !important;
    border-bottom: #eb1c24 2px solid;
    height: 68px;
}
.header-ikea {
    background-color: #ffffff !important;
    border-bottom: #eb1c24 2px solid;
    height: 68px;
}
.header-tangs {
    background-color: #f36e21 !important;
    border-color: #facb08;
    height: 68px;
}

.header-shadow {
    box-shadow: 0px 2px 0px #fff;
}
.header .navbar-brand {
    height: auto;
    padding: 12px 15px 12px;
}
.header-menu-list {
    height: 60px;
    padding-right: 14px;
}
.header-menu-list li .menu-item-txt {
    height: 60px;
    color: white;
    line-height: 60px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}
.cart-icon-items {
    top: -1em;
    left: -1em;
}
.header-menu-list li .menu-item-img {
    height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
}
.login-btn-item .btn {
    font-weight: 400;
    width: 122px;
    height: 36px;
    padding: 6px 9px;
}
.login-btn-item .btn-default {
    color: white;
    background: none;
    border: 2px solid white;
}
.login-btn-item .btn-default:hover {
    background-color: #b06ce3;
    border-color: #b06ce3;
}
.login-btn-item .btn.active,
.login-btn-item .btn:active {
    box-shadow: none;
}
.login-btn-item .btn.active.focus,
.login-btn-item .btn.active:focus,
.login-btn-item .btn.focus,
.login-btn-item .btn:active.focus,
.login-btn-item .btn:active:focus,
.login-btn-item.btn:focus {
    outline: none;
    outline: 0px;
}
.login-btn-item .btn-default:active:focus {
    color: white;
    background-color: #b06ce3;
}
.header-menu-list .login-btn-item {
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
}
.header-menu-list > li > a:focus,
.header-menu-list > li > a:hover {
    background: none;
}
.header-menu-list .menu-item-txt span:hover {
    border-bottom: 2px solid #fff;
}
.guest-menu-list {
    padding-right: 0px;
}
.m-head-user {
    height: 60px;
    line-height: 60px;
    font-weight: 400;
}
.m-head-user .btn-default {
    background-color: transparent;
}
.m-head-user .btn {
    height: 60px;
    width: 180px;
    border-radius: 0px;
    margin-bottom: 2px;
    padding: 0;
}
.m-head-username {
    width: 110px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 0;
    color: #343434;
    text-align: left;
    font-size: 15px;
}
.m-head-user .btn-default:hover {
}
.m-head-user .btn-default:active:focus {
    background-color: #834192;
    border-color: #834192;
    outline: none;
    box-shadow: none;
}
.m-head-user .btn-default:focus {
    border-color: #834192;
}
.head-user-border-white {
    border: 2px solid white;
}
.head-user-border-purp {
    border: 2px solid #834192;
}
.head-user-bg-purp {
    background-color: #834192;
}
.m-head-user-menu {
    margin-top: 0px;
    width: 180px;
    background-color: #723980;
    padding: 0px;
    border: 1px solid #723980;
    border-radius: 0px;
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.m-head-user-menu li {
    height: 53px;
}
.m-head-user-menu li a {
    color: white;
    height: 53px;
    padding: 15px;
    font-weight: 400;
    font-size: 15px;
}
.m-head-user-menu li a:hover {
    background-color: #964ba8;
    color: #ffffff;
}
.m-head-user-btn .m-head-user-img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.m-head-user-img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.open > .m-head-user-btn.btn-default {
    background-color: #834192 !important;
    border: 2px solid #834192 !important;
}
.menu-item-img-txt {
    font-weight: 400;
    font-size: 15px;
    color: white;
    height: 60px;
    margin-right: 24px;
    margin-left: 16px;
    padding-top: 20px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.hide-web {
    display: none;
}
.menu-item-img-txt span {
    padding-left: 5px;
}
.menu-item-img-txt:hover,
.menu-item-img-txt:focus {
    color: #ffffff;
}
.signup-login-popup .modal-content {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
}
.signup-login-popup-accept .modal-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
}
.signup-mode-hidden {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%;
}
/***************** 404 Page Styles Start *******************/
.title-hero {
    color: #e81850;
    font-size: 160px;
    font-weight: 600;
}
.page-not-found {
    text-align: center;
    color: #343434;
    font-size: 20px;
    font-weight: 500;
}
.page-not-found p {
    margin: 0 0 15px;
    padding: 0 16%;
}
.page-not-found p a {
    color: #48A6A7;
}
.page-not-found img.error-404 {
    width: 400px;
    margin-bottom: 30px;
}
.page-not-found p strong {
    font-size: 34px;
    font-weight: 700;
}
.btn-primary.btn-mega {
    background: #e81850;
    border: #e81850 1px solid;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 16px;
}
/************************* Loader **********************************/
.loader {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.loader p {
    bottom: 25%;
    color: #e81850;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    position: absolute;
    width: 100%;
}
/************************* New cart Design *************************/
.moo-cart table {
    margin: 0px 0 10px;
}
.moo-checkout table {
    margin: 0px;
}
.moo-checkout table.device-table {
    border-top: 1px solid #dcdcdc !important;
}
.moo-cart {
    margin-top: 30px;
    margin-bottom: 50px;
}
.moo-checkout table.device-table tr th {
    border-left: #ffffff 1px solid !important;
}
.moo-cart table {
    -webkit-border-radius: 15px 30px 15px 30px;
    -moz-border-radius: 15px 30px 15px 30px;
    border-radius: 15px 30px 15px 30px;
    overflow: hidden;
}
.moo-cart table thead {
    background: rgb(69, 183, 109);
    background: linear-gradient(
            45deg,
            rgba(69, 183, 109, 1) 0%,
            rgba(237, 182, 29, 1) 50%,
            rgba(232, 24, 80, 1) 100%
    );
}
.moo-cart table tbody {
    background-color: #ffffff;
}
.moo-cart table tr th,
.moo-checkout table tr th {
    background-color: transparent;
    border: 0px !important;
    color: #343434;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
}
.moo-checkout table thead {
    background: rgb(69, 183, 109);
    background: linear-gradient(
            45deg,
            rgba(69, 183, 109, 1) 0%,
            rgba(237, 182, 29, 1) 50%,
            rgba(232, 24, 80, 1) 100%
    );
}
.moo-checkout table.device-table tr th,
.moo-checkout table.device-table tr td {
    padding: 10px 6px;
}
.moo-checkout table tr th:first-child {
    border-left: 0px;
}
.moo-cart table tr th:last-child {
    border-right: #dcdcdc 1px solid;
    padding-right: 10px;
}
.moo-checkout table tr th:last-child {
    border-right: 0px;
}
.moo-cart table tr td,
.moo-checkout table tr td {
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    border-bottom: 0px;
    position: relative;
}
.moo-cart table tbody tr:hover,
.moo-checkout table tbody tr:hover {
    background: #fafafa;
    border-bottom: 0px;
}
.moo-cart table tbody tr:last-child:hover {
    background: none;
}
.moo-cart table tr td:first-child {
    border-left: 0px;
}
.moo-checkout table tr td:first-child {
    border-left: 0px;
}
.moo-cart table tr td:last-child {
    border-right: 0px;
}
.moo-checkout table tr td:last-child {
    border-right: 0px;
}
.moo-cart .cart-brand-name,
.moo-checkout .checkout-brand-name {
    font-size: 15px;
    font-weight: 600;
    color: #e81850;
    margin-top: 10px;
}
.moo-checkout .pur-type {
    color: #45b76d;
    font-size: 12px;
}
.moo-cart .cart-value,
.moo-checkout .checkout-value {
    color: #343434;
    font-size: 17px;
    font-weight: 600;
}
.moo-cart .cart-cashback,
.moo-checkout .cart-cashback {
    font-size: 15px;
    font-weight: 600;
}
.moo-cart .cart-quantity {
    display: inline-block;
    width: auto;
}
.moo-cart .cart-quantity button {
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px;
    width: 52px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.moo-cart .cart-quantity div.quantity {
    border: 1px solid #cccccc;
    float: left;
    margin: 0 5px;
    background: #ffffff;
    color: #343434;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px;
    width: 52px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.moo-cart div.itemCost {
    font-size: 20px;
    color: #e81850;
    font-weight: 600;
}
.moo-cart .continue-shopping {
    margin: 60px 0;
    background: none;
    text-align: center;
}
.moo-cart .continue-shopping a.btn-primary {
    background: #e81850;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    height: auto;
    line-height: normal;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 35px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.moo-cart .continue-shopping a.btn-primary:hover {
    -webkit-box-shadow: 0px 0px 37px -16px rgba(232, 24, 80, 1);
    -moz-box-shadow: 0px 0px 37px -16px rgba(232, 24, 80, 1);
    box-shadow: 0px 0px 37px -16px rgba(232, 24, 80, 1);
}
.moo-cart .checkout {
    float: right;
    margin: 0px;
    padding: 20px;
    background: #f2f2f2;
}
.moo-cart .checkout .cart-total-list {
    margin: 4px 20px 0 0px;
    padding: 0px;
    list-style: none;
    float: left;
}
.moo-cart .checkout .cart-total-list li.cart_total span.total {
    color: #707070;
    font-size: 22px;
}
.moo-cart .checkout .cart-total-list li.cart_total span.total_cost {
    color: #ff0000;
    font-size: 24px;
}
.moo-cart .checkout button {
    background: #3fc9a0;
    border: 0 none;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}
.moo-cart .checkout button:focus {
    background: #2dac86 !important;
}
.m-cart {
    background: #edb61d;
}
.banner .carousel-control.left {
    background-image: none;
    width: 0%;
    opacity: 1;
}
.banner .carousel-control.right {
    background-image: none;
    width: 0%;
    opacity: 1;
}
.banner_arrow_left {
    position: absolute;
    top: 50%;
    left: 20px;
}
.banner_arrow_right {
    position: absolute;
    top: 50%;
    right: 20px;
}
.banner .carousel-indicators li {
    width: 11px;
    height: 11px;
}
.carousel-indicators .active {
    margin: 1px;
}
.banner_title_single {
    font-weight: 300;
    color: white;
    font-size: 35px;
    letter-spacing: 2px;
    position: absolute;
    top: 18%;
    left: 20%;
}
.banner_title {
    font-weight: 300;
    color: white;
    font-size: 50px;
    letter-spacing: 2px;
}
.banner_subtitle {
    font-weight: 300;
    color: white;
    font-size: 21px;
    letter-spacing: 2px;
}
.banner_btn {
    margin-top: 20px;
}
.banner_btn .btn {
    font-weight: 400;
    font-size: 15px;
    color: white;
    background: none;
    width: 140px;
    height: 45px;
    border-radius: 6px;
    border: 2px solid white;
}
.banner_btn .btn-default.active.focus,
.banner_btn .btn-default.active:focus,
.banner_btn .btn-default.active:hover,
.banner_btn .btn-default:active.focus,
.banner_btn .btn-default:active:focus,
.banner_btn .btn-default:active:hover {
    color: white;
    background: none;
    border-color: white;
    outline: 0;
    outline-offset: 0px;
}
.banner_btn .btn.active,
.banner_btn .btn:active {
    box-shadow: none;
    outline: none;
}
.banner_btn .btn.active.focus,
.banner_btn .btn.active:focus,
.banner_btn .btn.focus,
.banner_btn .btn:active.focus,
.banner_btn .btn:active:focus,
.banner_btn .btn:focus {
    outline: none;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.slider-height-cntrl .item {
    height: 759px;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.banner .banner-title {
    position: absolute;
    font-weight: 400;
    color: white;
}
.chinLant-abs {
    position: absolute;
    top: 60px;
    right: 192px;
}
.chinLant-abs img {
    -webkit-animation: fadein 5s;
    -moz-animation: fadein 5s;
    -ms-animation: fadein 5s;
    -o-animation: fadein 5s;
    animation: fadein 5s;
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.how-work {
    height: 440px;
    background-color: #dd2d54;
}
.how-work-title {
    padding-top: 40px;
    text-align: center;
    color: #ffffff;
}
.how-work-title .main-title {
    font-weight: 300;
    font-size: 46px;
}
.how-work-title .sub-title {
    font-weight: 400;
    font-size: 18px;
}
.how-work-content {
    padding-top: 18px;
}
.how-work-content .col-lg-1,
.how-work-content .col-md-1 {
    width: 12.49%;
}
.how-work-content .col-lg-1 img,
.how-work-content .col-md-1 img {
    width: 100%;
}
.how-work-content .step-img {
    display: block;
}
.how-work-content .step-img img {
    display: block;
    margin: 0 auto;
}
.how-work-content .desc {
    padding-top: 0px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: white;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.how-work-dash {
    width: 100%;
    height: 185px;
    margin-top: 90px;
    background-image: url("../../shop/images/ic_howitworksdashline.png");
    background-repeat: no-repeat;
}
.fav-brands {
}
.fav-brands-title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 300;
    color: #686868;
    font-size: 40px;
}
.top-two-products {
    margin-bottom: 20px;
}
.padleft0 {
    padding-left: 0px;
}
.padleft25 {
    padding-left: 25px;
}
.fav-card-top {
    border-radius: 8px;
    background-color: #000;
    box-shadow: 6px 6px 3px #e7e7e7;
    width: 543px;
    position: relative;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fav-card-top .card-image {
    width: 543px;
    height: 360px;
    border-radius: 5px;
}
.fav-card-top-logo {
    position: absolute;
    top: 90px;
    left: 95px;
}
.fav-card-top-price {
    position: absolute;
    bottom: 20px;
    right: 25px;
    font-weight: 300;
    font-size: 22px;
    color: white;
}
.fav-card-top:hover {
    background-color: #000;
}
.fav-card {
    -webkit-border-radius: 20px 50px 20px 50px;
    -moz-border-radius: 20px 50px 20px 50px;
    border-radius: 20px 50px 20px 50px;
    background: rgb(69, 183, 109);
    background: linear-gradient(
            45deg,
            rgba(69, 183, 109, 0.7) 0%,
            rgba(237, 182, 29, 0.7) 50%,
            rgba(232, 24, 80, 0.7) 100%
    );
    width: 358px;
    position: relative;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fav-card .card-image {
    width: 358px;
    height: 236px;
}
.fav-card-logo {
    position: absolute;
    top: 40px;
    left: 60px;
}
.fav-card-logo .logo-image {
    width: 246px;
    height: 132px;
}
.fav-card-price {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-weight: 500;
    font-size: 18px;
    color: white;
    font-family: "Montserrat", serif;
}
.fav-card:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    background-color: transparent;
    opacity: initial;
}
.view-all-sectn {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.view-all-desc {
    font-weight: 300;
    font-size: 30px;
    color: #686868;
}
.view-all-btn {
    margin-top: 10px;
}
.view-all-btn .btn {
    width: 180px;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
}
.view-all-btn .btn-default {
    background-color: #dd2d54;
    color: white;
    border-color: #dd2d54;
}
.view-all-btn .btn-default.active.focus,
.view-all-btn .btn-default.active:focus,
.view-all-btn .btn-default.active:hover,
.view-all-btn .btn-default:active.focus,
.view-all-btn .btn-default:active:focus,
.view-all-btn .btn-default:active:hover {
    color: white;
    background-color: #dd2d54;
    border-color: #dd2d54;
    outline: 0;
    outline-offset: 0px;
}
.view-all-btn .btn.active,
.view-all-btn .btn:active {
    box-shadow: none;
    outline: none;
}
.view-all-btn .btn.active.focus,
.view-all-btn .btn.active:focus,
.view-all-btn .btn.focus,
.view-all-btn .btn:active.focus,
.view-all-btn .btn:active:focus,
.view-all-btn .btn:focus {
    outline: none;
}
.moom_ctgry_nvgtn_block {
    min-height: 117px;
    background-color: #e81850;
}
.moom_catgy_title {
    text-align: center;
    padding-top: 20px;
    color: white;
    font-size: 32px;
    font-weight: 300;
}
.moom-ctgy-nav-outer {
    margin-top: 22px;
    height: 140px;
}
.moom-ctgy-nav-hgt {
    height: 117px;
    margin-top: 82px;
    background: #e81850;
}
/*.moom_catgy_nvgtn{height:117px;}*/
.moom_catgy_nvgtn .container {
    height: 100%;
}
.moom_catgy_nvgtn #carousel-category-lg {
    height: 100%;
}
.moom_catgy_nvgtn #carousel-category-md {
    height: 100%;
}
.moom_catgy_nvgtn #carousel-category-sm {
    height: 100%;
}
.moom_catgy_nvgtn #carousel-category-xs {
    height: 100%;
}
#carousel-category-lg .cat-wrapper {
    height: 100%;
    margin: 0 50px;
}
.moom_catgy_nvgtn .carousel-inner {
    height: 100%;
}
.confirmation-pop img {
    width: 200px;
}
.moom_catgy_nvgtn .carousel-inner .item {
    height: 100%;
}
.moom_catgy_nvgtn .cat-item {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.moom_catgy_nvgtn .cat-item a {
    height: 100%;
}
.moom_catgy_nvgtn .carousel-control.left {
    background-image: none;
    width: 0%;
    opacity: 1;
}
.moom_catgy_nvgtn .carousel-control.right {
    background-image: none;
    width: 0%;
    opacity: 1;
}
.cat-item {
    float: left;
    width: 125px;
    text-align: center;
    font-size: 14px;
    color: white;
}
.cat-item a {
    font-weight: 400;
    font-size: 15px;
    color: white;
}
.cat-item a div {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 100%;
}
.cat-item a div:hover,
.cat-item a div:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cat-item a:hover {
    text-decoration: none;
}
.cat_nav_arrow_left {
    position: absolute;
    top: 30%;
}
.cat_nav_arrow_right {
    position: absolute;
    top: 30%;
    right: 5px;
}
.moom-app-block {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    height: 593px;
}
.moom-app-block .background_img {
    width: 100%;
    height: 100%;
}
.moom-app-content {
    width: 300px;
    position: absolute;
    right: 200px;
    top: 150px;
    color: white;
    text-align: center;
}
.gift-on-go {
    font-weight: 300;
    font-size: 55px;
    line-height: 1em;
}
.gift-txt {
    color: #dfb5ff;
}
.go-txt {
    color: #ffaabd;
    margin-left: 5%;
}
.moom-app-txt {
    font-weight: 400;
    margin-top: 20px;
    font-size: 20px;
}
.moom-app-cs {
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
}
.moom-app-content .links_apps {
    position: relative;
    margin-top: 20px;
}
.links_apps .appstore {
    width: 130px;
}
.links_apps .google_app {
    margin-left: 3%;
}
.links_apps .playstore {
    width: 130px;
}
.main-footer {
    height: 220px;
    background-color: #8d8d8d;
}
.main-footer-courts {
    background: transparent;
    border-top: #cfcfcf 1px solid;
}
.main-footer-courts .footer-copyright {
    text-align: center;
}
.main-footer-courts .footer-copyright img {
    width: 120px;
    padding: 15px 0;
}
.sub-footer {
    height: 74px;
    background-color: #a1a1a1;
}
.footer-news {
    margin-top: 40px;
    text-align: left;
    color: white;
    float: right;
}
.footer-news-heading {
    font-family: "Comfortaa";
    font-size: 24px;
}
.footer-news-subheading {
    font-weight: 400;
    font-size: 12px;
    color: white;
    margin-top: -3px;
}
.footer-logo {
    padding-top: 74px;
}
.footer-logo-text {
    color: white;
    font-size: 10px;
    margin-left: 54px;
}
.cpy-right-text {
    margin-top: 30px;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 12px;
    color: white;
}
.moom-seo-txt {
    color: white;
    font-size: 9px;
    margin-top: 15px;
    text-align: right;
}
.footer-section {
    color: white;
    font-size: 10px;
    margin-top: 50px;
}
.footer-section-support {
    color: white;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}
.footer-section-ullist {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.footer-section-ullist li {
}
.footer-section-heading {
    font-size: 11px;
}
.footer-section-list {
    margin-top: 15px;
}
.footer-section-list a {
    margin-top: 15px;
    font-size: 10px;
    color: white;
    text-decoration: none;
}
.footer-section-item a {
    font-size: 10px;
    color: white;
    text-decoration: none;
}
.footer-news-subscribe {
    margin-top: 10px;
    font-size: 12px;
}
.footer-news-subscribe input[type="text"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 28px;
    width: 175px;
    padding-left: 10px;
    border-style: none;
    font-size: 12px;
}
.footer-news-subscribe input[type="text"] {
    color: #484848;
}
.footer-news-subscribe input[type="text"]::-webkit-input-placeholder {
    color: #9a9a9a;
}
.footer-news-subscribe input[type="text"]::-moz-placeholder {
    color: #9a9a9a;
}
.footer-news-subscribe input[type="text"]:-ms-input-placeholder {
    color: #9a9a9a;
}
.footer-news-subscribe input[type="submit"]:disabled.btn {
    background: #ff4168 !important;
    border: #ff4168 !important;
}
.footer-news-subscribe .form-control {
    display: inline;
}
.footer-news-subscribe .btn-sm {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.footer-news-subscribe .btn-danger {
    background-color: #ff4168;
    border-color: #ff4168;
}
.subscribe-btn {
    display: inline-block;
    margin-left: 0px;
}
.subscribe-btn .btn {
    width: 67px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding-left: 5px;
}
.foot-email {
    position: relative;
}
.foot-email .error-msg {
    position: absolute;
    top: 25px;
    left: 2px;
    color: white !important;
}
.foot-email .success-msg {
    position: absolute;
    top: 30px;
    left: 2px;
    color: white !important;
}
.content-mar-top {
    margin-top: 100px;
}
.giftcard_list_nav {
    text-align: center;
    margin: 0;
    font-size: 18px;
}
.giftcard_list_nav div.pagination {
    margin: 20px 0;
    background: #ffebc3;
    -webkit-border-radius: 12px 25px;
    -moz-border-radius: 12px 25px;
    border-radius: 12px 25px;
    overflow: hidden;
}
.giftcard_list_nav div.pagination span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #343434;
}
.giftcard_list_nav div.pagination span.current,
.giftcard_list_nav div.pagination span a {
    padding: 15px 25px;
    margin: -1px 0;
}
.giftcard_list_nav div.pagination span.current {
    background: #e81850;
    color: #ffffff;
}
.giftcard_list_nav div.pagination span a {
    color: #1b1d50;
    transition: 0.3s;
}
.giftcard_list_nav div.pagination span a:hover {
    text-decoration: none;
    background: #e81850;
    color: #ffffff;
}
.giftcard-list-title {
    margin-top: 0px;
    margin-left: 0px;
    color: #e81850;
}
.loader-img-sec img {
    width: 50px;
    height: 50px;
}
.gcs-fav-card-name {
    text-align: center;
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    font-family: "Montserrat", serif;
}
.content {
    min-height: calc(100vh - 90px - 45px);
}
.mcd-content {
    position: relative;
    width: 100%;
}
#product-img-carousel {
    float: right;
}
.prdt-wrapper .item {
    margin: auto;
    border-radius: 8px;
}
.prdt-wrapper .item .card-img {
    border-radius: 8px;
}
#product-img-carousel .carousel-control.left,
#product-img-carousel .carousel-control.right {
    background-image: none;
    width: 0;
    opacity: 1;
}
.prdt-left-arrow {
    position: absolute;
    top: 45%;
    left: 15px;
}
.prdt-right-arrow {
    position: absolute;
    top: 45%;
    right: 15px;
}
.storelist {
    max-height: 500px;
    overflow-y: auto;
}
.modal-content .customize {
    margin-top: 0px;
}
.modal-content .cust-personalize {
    min-height: auto;
}
.checkout-content {
    min-height: 800px;
    padding-bottom: 30px;
}
.checkout-content .col-lg-3,
.checkout-content .col-md-3 {
    padding-left: 0px;
    padding-right: 10px;
}
.order_info_pad {
    padding-left: 0px;
    padding-right: 0px;
}
.sender-info {
    background-color: #ffffff;
    padding: 25px 25px 24px;
    float: left;
    width: 49%;
    margin-bottom: 15px;
}
.support-contrl-information .sender-info {
    width: 100%;
    padding: 25px;
}
.support-contrl-information .sender-fn-ln {
    margin-top: 20px;
}
.sender-info-title {
}
.sender-info-title .title {
    font-size: 24px;
    color: #a45ed7;
    font-weight: 400;
    margin-bottom: 10px;
}
.sender-info-title .subtitle {
    font-size: 13px;
    color: #6b6b6b;
}
.sender-info .error-msg {
    padding-left: 2px;
}
.sender-fn-ln .form-control {
    height: 46px;
    width: 100%;
    color: #3f3f3f;
    font-size: 15px;
    border: 2px solid #e3e3e3;
}
.sender-fn-ln::-webkit-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-fn-ln::-moz-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-fn-ln:-ms-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-fn-ln .form-control:focus {
    box-shadow: none;
}
.sender-email-mob {
    margin-top: 10px;
}
.sender-email .form-control {
    width: 100%;
    height: 46px;
    color: #3f3f3f;
    font-size: 15px;
    border: 2px solid #e3e3e3;
}
.sender-email::-webkit-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-email::-moz-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-email:-ms-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-email .form-control:focus {
    box-shadow: none;
}
.sender-mobNo .form-control {
    width: 100%;
    height: 46px;
    color: #3f3f3f;
    font-size: 15px;
    border: 2px solid #e3e3e3;
    margin-top: 10px;
}
.sender-mobNo::-webkit-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-mobNo::-moz-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-mobNo:-ms-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.sender-mobNo .form-control:focus {
    box-shadow: none;
}
.recvr-info {
    background-color: #ffffff;
    padding: 25px;
    float: right;
    width: 100%;
    margin-bottom: 15px;
    -webkit-border-radius: 20px 50px 20px 50px;
    -moz-border-radius: 20px 50px 20px 50px;
    border-radius: 20px 50px 20px 50px;
    -webkit-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.5);
}
.guest-display .recvr-info {
    float: right;
    width: 49%;
}
.recvr-info-title {
}
.recvr-info-title .title {
    font-size: 24px;
    color: #ff4167;
    font-weight: 400;
    margin-bottom: 10px;
}
.recvr-info-title .subtitle {
    font-size: 13px;
    color: #6b6b6b;
    display: none;
}
.recvr-info .error-msg {
    padding-left: 2px;
}
.recvr-fn-ln {
    margin-top: 4px;
}
.recvr-fn-ln .form-control {
    width: 100%;
    color: #3f3f3f;
    font-size: 15px;
    border: 1px solid #efefef;
    box-shadow: none;
    border-radius: 10px 10px 10px 10px;
    padding: 14px 15px;
}
.recvr-fn-ln::-webkit-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.recvr-fn-ln::-moz-placeholder {
    font-size: 14px;
    color: #898989;
}
.recvr-fn-ln:-ms-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.recvr-fn-ln .form-control:focus {
    box-shadow: none;
}
.recvr-email-mob {
    margin-top: 10px;
}
.recvr-email-mob .col-lg-5,
.recvr-email-mob .col-md-5 {
    width: 45%;
}
.recvr-email-mob .col-lg-2,
.recvr-email-mob .col-md-2 {
    width: 8%;
    padding-left: 12px;
    padding-right: 10px;
}
.recvr-email-mob .form-control {
    width: 100%;
    color: #3f3f3f;
    font-size: 15px;
    font-size: 15px;
    border: 1px solid #efefef;
    box-shadow: none;
    border-radius: 10px 10px 10px 10px;
    padding: 14px 15px;
}
.recvr-email-mob .or-text {
    margin: 5px 0;
    font-size: 15px;
    color: #6b6b6b;
    text-align: center;
}
.recvr-email-mob::-webkit-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.recvr-email-mob::-moz-placeholder {
    font-size: 14px;
    color: #898989;
}
.recvr-email-mob:-ms-input-placeholder {
    font-size: 14px;
    color: #898989;
}
.checkout-date {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 15px;
}
.recvr-mobNo,
.guest-contry-code {
    position: relative;
    display: inline-block;
    width: 100%;
}
.guest-contry-code {
    margin-top: 10px;
}
.recvr-mobNo .ui-select-container,
.guest-contry-code .ui-select-container {
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid #efefef;
    background: #efefef;
    border-radius: 10px 0px 0px 10px;
}
.recvr-mobNo .ui-select-container .ui-select-match,
.guest-contry-code .ui-select-container .ui-select-match {
    margin: 0px;
    border: 0px;
    height: 45px;
    line-height: 45px;
    width: 60px;
    background: none;
    padding: 0 0 0 10px;
}
.recvr-mobNo .ui-select-container .ui-select-match span.select2-chosen,
.guest-contry-code .ui-select-container .ui-select-match span.select2-chosen {
    color: #9f9f9f;
    overflow: inherit;
}
.recvr-mobNo .select2-choice .select2-arrow b,
.guest-contry-code .select2-choice .select2-arrow b {
    background: url("../images/country-drop-gray-arw.gif") no-repeat 0 18px;
}
.recvr-mobNo .select2-choice .select2-arrow,
.guest-contry-code .select2-choice .select2-arrow {
    right: 4px;
}
.checkout-date-title {
}
.checkout-date-title.col-lg-12,
.checkout-date-title.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.gifting-date.col-lg-12,
.gifting-date.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.checkout-date-title .title {
    color: #a45ed7;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
.checkout-date-title .subtitle,
.subtitle-device {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}
.gifting-date {
    margin-top: 10px;
}
.gifting-date .form-control {
    background-color: #8c59b2;
    color: white;
    border: none;
    height: 42px;
    padding: 6px 10px;
}
.gifting-date .btn-info {
    background-color: #8c59b2;
    border: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.checkout-date .dropdown-menu {
    position: absolute;
    top: 42px !important;
    left: 0px !important;
    width: 100%;
    padding-top: 0px;
}
.uib-datepicker-popup.dropdown-menu {
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}
.uib-datepicker-popup.dropdown-menu table {
    width: 100%;
}
.uib-datepicker-popup.dropdown-menu table thead tr th button.uib-left {
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #545454;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: #5d5d5d 2px solid;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.uib-datepicker-popup.dropdown-menu table thead tr th button.uib-title {
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #545454;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: #5d5d5d 2px solid;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.uib-datepicker-popup.dropdown-menu table thead tr th button.uib-right {
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #545454;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: #5d5d5d 2px solid;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.uib-datepicker-popup.dropdown-menu
table
tbody
tr
td
button.btn.disabled
span.text-muted,
.uib-datepicker-popup.dropdown-menu
table
tbody
tr
td
button.btn[disabled]
span.text-muted {
    color: #d3d3d3;
}
.uib-day.text-center span {
    font-size: 12px;
    padding: 0px;
    float: none;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.uib-day.text-center span.text-info {
    color: #b459d9;
}
.uib-day.text-center .btn-info.active {
    background: #e81850;
    border-top: #7b2e9a 1px solid;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
}
.uib-day.text-center .btn-info.active span {
    color: #ffffff;
    float: none;
}
.uib-datepicker-popup.dropdown-menu table tbody tr td button.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding: 8px 5px;
    border: 0px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background: #f2f2f2;
    color: #747474;
    font-weight: 600;
    border-top: #fafafa 1px solid;
}
.uib-daypicker table tr th small {
    text-align: center;
    padding: 8px 0;
    background: #6e6e6e;
    color: #ffffff;
    font-size: 12px;
    display: block;
}
.uib-button-bar {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 5px;
}
.uib-datepicker-popup .uib-button-bar span {
    padding: 0px;
    float: none;
    width: 68%;
    display: none;
}
.uib-datepicker-popup .uib-button-bar span button.uib-datepicker-current {
    padding: 5px 0;
    margin: 0px;
    border: 0px;
    background: #3fc9a0;
    width: 44%;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    font-weight: 700;
    font-size: 12px;
}
.uib-datepicker-popup .uib-button-bar span button.uib-clear {
    padding: 5px 0;
    margin: 0px 10px;
    border: 0px;
    background: #c0392b;
    width: 45%;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    font-weight: 700;
    font-size: 12px;
}
.uib-datepicker-popup .uib-button-bar button.uib-close {
    padding: 5px 0;
    margin: 0px;
    border: 0px;
    background: #abb7b7;
    width: 32%;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    font-weight: 700;
    font-size: 12px;
}
.uib-datepicker-popup.dropdown-menu table tbody tr td button.btn.disabled {
    background: #eeeeee;
    color: #b5b5b5;
    font-weight: 600;
    opacity: 1;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: #79469f;
}
.order-details {
    background-color: white;
    padding-bottom: 0px;
    -webkit-border-radius: 20px 50px 20px 50px;
    -moz-border-radius: 20px 50px 20px 50px;
    border-radius: 20px 50px 20px 50px;
    -webkit-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.5);
}
.order-details-title {
    font-family: "Montserrat", serif;
    padding: 25px;
    color: #45b76d;
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", serif;
}
.order-list-header {
    background-color: #bababa;
    height: 40px;
    color: white;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 34px;
}
.order-list-header .item-desc {
    display: inline-block;
    width: 50.5%;
}
.order-list-header .item-pers {
    display: inline-block;
    text-align: center;
    width: 18%;
}
.order-list-header .item-qnty {
    display: inline-block;
    text-align: center;
    width: 12%;
}
.order-list-header .item-prce {
    display: inline-block;
    text-align: center;
    width: 16.5%;
}
.orders {
    margin-top: 27px;
}
.orders .order-list:first-child {
    margin-top: 27px;
    border-top: none;
    padding-top: 0px;
}
.orders .order-list {
    border-top: 2px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 28px;
}
.order-list {
    margin-left: 34px;
}
.order-list .item-desc {
    display: inline-block;
    width: 350px;
}
.order-list .item-pers {
    display: inline-block;
    width: 125px;
    text-align: center;
}
.order-list .item-qnty {
    display: inline-block;
    width: 85px;
    text-align: center;
}
.order-list .item-prce {
    display: inline-block;
    width: 110px;
    text-align: center;
}
.order-gift-card {
    width: 210px;
    border-radius: 5px;
    position: relative;
    background-color: #000;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}
.order-gift-card .card-image {
    width: 210px;
    height: 140px;
}
.order-gift-card .logo-img {
    width: 150px;
    height: 80px;
}
.order-gift-logo {
    position: absolute;
    left: 30px;
    top: 30px;
}
.courts-sp-image {
    background-color: #fbcd0e;
    border-radius: 21px;
}
.item-desc-txt {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
.brand_and_cost {
    height: 70px;
}
.brand_and_cost .brand {
    color: #4d4d4d;
    font-size: 18px;
}
.brand_and_cost .type_of_purchase {
    font-size: 12px;
}
.item-desc-txt .cost {
    height: 70px;
    padding-top: 32px;
}
.order-list .item-pers {
    vertical-align: top;
}
.item-pers .message {
    color: #4d4d4d;
    font-size: 15px;
}
.brand-cost {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
.brand-cost .brand {
    height: 70px;
}
.brand-cost .brand .brand-name {
    color: #4d4d4d;
    font-size: 18px;
}
.brand-cost .brand .pur-type {
    color: #3fc9a0;
    font-size: 12px;
}
.brand-cost .cost {
    height: 70px;
    padding-top: 32px;
    color: #4d4d4d;
}
.pay-promo {
    padding-top: 15px;
}
.pay-applyPromo-link {
    color: #ff4167;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
}
.pay-applyPromo-link:hover {
    color: #ff4167;
}
.pay-promo-code-btn {
    height: auto;
}
.pay-promo-txtcode {
    position: relative;
}
.pay-promo-txtcode .form-control {
    width: 100%;
}
.pay-remove-promo {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    display: none;
}
.pay-promo-button {
    position: absolute;
    top: 0;
    right: 0px;
}
.pay-promo-button input.btn[type="button"]:disabled {
    background-color: #e81850 !important;
    border-color: #e81850;
}
.pay-promo-button .btn-default {
    background-color: #e81850;
    border-color: #e81850;
    color: white;
    font-size: 13px;
    height: 34px;
    border-radius: 0 4px 4px 0;
}
.pay-promo-success {
    background: #d9edf7;
    border: 1px solid #c0d9e6;
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    position: relative;
}
.pay-promo-success-remove {
    background: #b6b6b6 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    height: 20px;
    padding-left: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -10px;
    width: 20px;
    cursor: pointer;
}
.pay-methods {
    margin-top: 0px;
}
.pay-cc {
    margin-top: 20px;
}
.pay-cc .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.modal.login-popup-section .modal-dialog {
    width: 400px;
    margin: auto;
}
.mcd-title {
    color: #ff4167;
    font-size: 34px;
    font-family: "Montserrat", serif;
    font-weight: 600;
}
.mcd-tc {
    font-size: 9px;
    color: #464646;
    margin-top: -5px;
    font-family: "Montserrat", serif;
    text-align: right;
}
.mcd-prdt-info {
    width: 100%;
    margin-bottom: 30px;
}
.cart_content .brand-and-cost .brand {
    font-weight: 500;
    text-align: left;
    color: #4d4d4d;
    font-size: 18px;
}
.cart_content .brand-and-cost .type-of-purchase {
    font-size: 14px;
    color: #ff4167;
    font-weight: 400;
}
.cart_content .cost {
    margin-top: 10px;
}
.cart_content .cost .value {
    font-weight: 500;
    text-align: left;
    color: #4d4d4d;
    font-size: 16px;
}
.cart_content .cost .value-cost {
    font-weight: 500;
    text-align: left;
    color: #4d4d4d;
    font-size: 25px;
}
.cart_content .order-list-header {
    background-color: #bababa;
    height: 40px;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 34px;
    font-weight: 500;
}
.cart_content .checktotal .cart-total-list {
    list-style-type: none;
    margin-top: 30px;
}
.cart_content .cart_total {
    text-align: right;
}
.cart_content .checktotal .cart-total-list .total {
    font-size: 20px;
    color: #4d4d4d;
    margin-right: 10px;
}
.cart_content .checktotal .cart-total-list .total_cost {
    font-size: 30px;
    color: #ff4167;
}
.cart_content .checktotal .checkout-btn {
    color: #fff;
    background-color: #3fc9a0;
    border-color: #3fc9a0;
    margin-bottom: 10px;
    float: right;
}
.cart_content .checktotal .continueshopping-btn {
    color: #fff;
    background-color: #ff4167;
    border-color: #ff4167;
    float: right;
    height: 40px;
    padding-top: 10px;
}
.cart_content .checktotal .checkout-btn:hover {
    color: #fff;
    background-color: #32a080;
    border-color: #32a080;
    float: right;
    margin-bottom: 10px;
}
.cart_content .checktotal .continueshopping-btn:hover {
    color: #fff;
    background-color: #cc3452;
    border-color: #cc3452;
    float: right;
    height: 40px;
    padding-top: 10px;
}
.cart_content .item-qnty .btn-number {
    width: 30px;
    height: 30px;
    padding: 4px 3px;
}
.cart_content .cart-content .col-lg-4 {
    width: 24.333333%;
}
.cart_content .order-list-header .item-remove {
    display: inline-block;
    text-align: center;
    width: 16.5%;
}
.cart_content .order-list .item-remove {
    display: inline-block;
    text-align: center;
    width: 12.6%;
    vertical-align: top;
}
.cart_content .order-list .item-desc a {
    text-decoration: none;
}
.cart_content .continue_shopping .continueshopping-btn {
    text-align: center;
    margin: 0 auto;
    height: 40px;
    padding-top: 10px;
    background-color: #ff4167;
    border-color: #ff4167;
}
.cart_content .continue_shopping .continueshopping-btn:hover {
    text-align: center;
    margin: 0 auto;
    height: 40px;
    padding-top: 10px;
    background-color: #cc3452;
    border-color: #cc3452;
}
.cart_content .continue_shopping {
    text-align: center;
    margin-bottom: 20px;
}
.cart_content.container {
    padding-top: 20px;
}
.mycart-empty {
    text-align: center;
    margin-bottom: 50px;
}
.no-item-content,
.no_cards_sec {
    padding-top: 20px;
    text-align: center;
}
.no-item-content h2,
.no_cards_sec h2 {
    color: #1B1D50;
    margin: 70px 0 20px;
    font-size: 22px;
    font-weight: 600;
}
.no-item-content .btn,
.no_cards_sec .shopping_btn .continue-shopping {
    color: #fff;
    background-color: #45b76d;
    border-color: #45b76d;
    font-size: 18px;
    height: auto;
    line-height: normal;
    width: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 14px 35px;
    font-weight: 600;
}
.no-item-content .btn:hover,
.no_cards_sec .shopping_btn .continue-shopping:hover {
    color: #fff;
    background-color: #1ed15d;
    border-color: #1ed15d;
}
.login-page {
    width: 420px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}
.login-sub {
    float: left;
}
.sign-forgot {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    float: right;
}
.sign-forgot li {
    float: left;
    margin-left: 30px;
}
.custom-theme-btn:active {
    width: 115px;
    height: 115px;
    background-color: #e81850;
    cursor: pointer;
    display: inline-block;
    float: right;
    webkit-border-radius: 20px 40px;
    -moz-border-radius: 20px 40px;
    border-radius: 20px 40px;
}
#password-recover-dialog .fa {
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#password-recover-dialog .btn-primary {
    margin-top: 10px;
    display: block;
    background-color: #e81850;
    border-color: #e81850;
}
#password-recover-dialog .btn-primary:hover {
    margin-top: 10px;
    display: block;
    background-color: #8b50a3;
    border-color: #8b50a3;
}
.dialog-alt-links {
    list-style-type: none;
}
.forgot-step1 .forgot-password-message {
    margin-top: 10px;
    color: green;
}
.frm-submit .forgot-password-message {
    margin-top: 10px;
    color: green;
}
.frm-submit .forgot-error {
    margin-top: 10px;
    color: red;
}
.dialog-alt-links {
    list-style-type: none;
    float: right;
    margin-top: -9%;
}
.signup-login-popup .modal-dialog .modal-body {
    padding: 0px;
}
.signup-login-popup-hide-signup .modal-dialog .modal-body {
    padding: 0px;
}
/*.signup-login-popup .modal-dialog{margin:60px auto;width:950px;}*/
.signup-login-popup .modal-dialog {
    margin: 60px auto;
    width: 950px;
}
.signup-login-popup-hide-signup .modal-dialog {
    margin: 60px auto;
}
.login-signup-popup {
    position: relative;
}
.login-signup-popup .accept-login {
    background: #45b76d;
    text-align: center;
    padding: 15px;
    color: #ffffff;
    -webkit-border-radius: 60px 30px 0 0;
    -moz-border-radiußs: 60px 30px 0 0;
    border-radius: 60px 30px 0 0;
    font-weight: 500;
}

.signup-login-close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 14px;
}
.signup-login-close img {
    width: 18px;
}
.signup-section {
    width: 613px;
    height: 462px;
    float: left;
    background: url("../images/signup-bg.png") no-repeat;
    -webkit-border-radius: 0px 0px 0 30px;
    -moz-border-radius: 0px 0px 0 30px;
    border-radius: 0px 0px 0 30px;
    background-size: cover;
}
.signup-section-accept {
    border-top-left-radius: 0px;
}
.login-section {
    width: 337px;
    height: 462px;
    float: left;
    background: #fff6eb;
    -webkit-border-radius: 0 30px 60px 0;
    -moz-border-radius: 0 30px 60px 0;
    border-radius: 0 30px 60px 0;
}
.login-section-accept {
    border-top-right-radius: 0px;
    border: none;
}
.signup-title {
    padding: 54px 47px 0px 47px;
    color: white;
}
.signup-maintitle {
    font-weight: 500;
    font-size: 34px;
    font-family: "Montserrat", serif;
}
.signup-subtitle {
    font-weight: 400;
    font-size: 15px;
    padding-top: 3px;
    font-family: "Montserrat", serif;
}
.signup-form {
    padding: 30px 47px 0px 47px;
    position: relative;
}
.signup-mob {
    position: relative;
    margin-bottom: 14px;
}
.signup-mob span {
    position: absolute;
    left: 0;
    top: 1px;
    border-right: 1px solid #d9d9d9;
    color: #484848;
    font-size: 17px;
    line-height: 48px;
    text-align: center;
    width: 93px;
    z-index: 1;
    font-weight: 400;
}
.signup-mob .form-control {
    height: 50px;
    text-indent: 95px;
}
.signup-name {
    height: 50px;
    margin-bottom: 14px;
}
.signup-fn {
    width: 48.5%;
    float: left;
    margin-right: 14px;
    position: relative;
}
.signup-fn .form-control {
    height: 50px;
    padding: 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: "Montserrat", serif;
}
.signup-ln {
    width: 48.5%;
    float: left;
    position: relative;
}
.signup-ln .form-control {
    float: left;
    color: #343434;
    height: 50px;
    padding: 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: "Montserrat", serif;
}
.signup-pwd {
    clear: both;
    margin-bottom: 8px;
    position: relative;
}
.signup-pwd .form-control {
    height: 50px;
    color: #343434;
    padding: 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: "Montserrat", serif;
}
.signlog-pwd-i-image {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 20px;
}
.signup-pwd-hints {
    margin-top: 2px;
    text-align: left;
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    font-family: "Montserrat", serif;
}
.signup-tc-btn {
    float: right;
    margin-bottom: 20px;
}
.signup-tc-btn .signup-tc {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 350px;
    text-indent: 110px;
    font-weight: 400;
    color: #ffffff;
    font-size: 11px;
    font-family: "Montserrat", serif;
}
.signup-tc-btn .signup-md-tc {
    padding-right: 20px;
}
.signup-tc-btn .signup-tc a {
    font-weight: 400;
    color: white;
    font-size: 11px;
    text-decoration: underline;
    font-family: "Montserrat", serif;
}
.signup-tc-btn .signup-tc a:hover {
    font-weight: 400;
    color: white;
    font-size: 11px;
}
.signup-tc-btn .btn {
    width: auto;
    height: auto;
    padding: 14px 35px;
    font-family: "Montserrat", serif;
    display: inline-block;
    font-weight: 500;
    color: white;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.signup-tc-btn .btn-default {
    background-color: #45b76d;
    border: 1px solid #45b76d;
}
.signup-tc-btn .btn-default[disabled]:hover {
    background-color: #45b76d;
    border-color: #45b76d;
}
.signup-form input[type="text"] {
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: #343434;
    font-size: 15px;
    height: 50px;
    padding: 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}
.signup-form input[type="password"] {
    font-weight: 400;
    color: #585858;
    font-size: 15px;
}
.signup-form input[type="text"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.signup-form input[type="text"]::-moz-placeholder {
    color: #9f9f9f;
}
.signup-form input[type="text"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.signup-form input[type="password"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.signup-form input[type="password"]::-moz-placeholder {
    color: #9f9f9f;
}
.signup-form input[type="password"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.signup-social {
    clear: both;
}
.signup-social-title {
    text-align: center;
    font-weight: 400;
    color: white;
    font-size: 16px;
    margin-left: 47px;
    margin-right: 47px;
}
.signup-social-title:before,
.signup-social-title:after {
    content: "";
    display: inline-block;
    width: 37%;
    margin: 0 0.5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid;
}
.signup-social-title:after {
    margin: 0 -55% 0 0.5em;
}
.signup-social-btns {
    margin-left: 47px;
    margin-right: 47px;
    margin-top: 18px;
    text-align: center;
}
.signup-gplus {
    display: inline-block;
    margin-right: 5px;
}
.signup-face {
    display: inline-block;
    margin-left: 5px;
}
.moo-facebook img {
    float: left;
    margin: -2px 0 0 7px;
}
.signup-social-btns .btn {
    width: 130px;
    height: 47px;
    border: 3px solid white;
    background: transparent;
    border-radius: 8px;
    font-weight: 400;
    color: white;
    font-size: 15px;
    padding: 0;
}
.moo-google-plus img {
    float: left;
    margin: 4px 0 0 14px;
}
.social-txt {
    float: left;
    margin: 9px 0 0 10px;
}
.moo-facebook .social-txt {
    float: left;
    margin: 3px 0 0 5px;
}
.signup-social-btns .btn:hover {
    background-color: #8f66aa;
}
.signup-mbl-fld {
    height: 50px;
    margin-bottom: 14px;
    text-indent: 216px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*********************** SignUp Country Drop Down ****************************/
.signup-form .select2-container {
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid #cccccc;
}
.signup-form .select2-container .select2-choice,
.login-emailmob .select2-container .select2-choice {
    border: 0px;
    margin: 0px;
    height: 50px;
    line-height: 50px;
    width: 220px;
}
.signup-form .select2-container .select2-choice > .select2-chosen,
.login-emailmob .select2-container .select2-choice > .select2-chosen,
.edno-mob .select2-container .select2-choice > .select2-chosen {
    color: #9f9f9f;
    margin: 0px !important;
}
.signup-form .select2-container .select2-choice .select2-arrow b,
.login-emailmob .select2-container .select2-choice .select2-arrow b,
.edno-mob .select2-container .select2-choice .select2-arrow b {
    background: url("../../shop/images/country-drop-gray-arw.gif") no-repeat
    scroll 0 22px;
}
.login-emailmob .select2-container {
    height: 50px;
    position: relative;
    top: 0px;
    left: 0px;
    border: 0px;
    background: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.login-emailmob .select2-container .select2-choice {
    width: 100%;
}
.login-emailmob .select2-container .select2-choice > .select2-chosen {
    margin: 0px;
}
.edno-mob .select2-container {
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 1px solid #cccccc;
}
.edno-mob .select2-container .select2-choice {
    width: 198px;
    margin: 0px;
    height: 49px;
    line-height: 49px;
    border: 0px;
    font-size: 13px;
}
.edno-mob .select2-results .select2-result-label {
    font-size: 13px;
}
.edno-mob .select2-container .select2-choice .select2-arrow {
    right: 1px;
}
.edno-mob .select2-container .select2-choice > .select2-chosen {
    margin: 0px;
}
.edno-mob .select2-results .select2-result-label span.f32 {
    margin: 0 0 0;
}
.login-title {
    padding: 54px 47px 0px 47px;
    color: #343434;
    font-family: "Montserrat", serif;
}
.login-maintitle {
    font-weight: 500;
    font-size: 34px;
}
.login-subtitle {
    font-weight: 400;
    font-size: 15px;
}
.login-section .login-form {
    position: relative;
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 40px;
}
.login-emailmob {
    margin-bottom: 10px;
    position: relative;
}
.login-emailmob .form-control {
    height: 50px;
}
.login-pwd {
    margin-bottom: 39px;
    position: relative;
}
.login-pwd .form-control {
    height: 50px;
}
.login-fg-btn {
    text-align: right;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}
.forgot-pwd-txt {
    vertical-align: middle;
    margin-right: 19px;
    white-space: nowrap;
}
.login-fg-btn span a {
    font-weight: 400;
    font-size: 13px;
    color: #343434;
    font-family: "Montserrat", serif;
}
.login-fg-btn .btn {
    width: 124px;
    height: 52px;
    font-weight: 400;
    color: white;
    font-size: 15px;
    font-family: "Montserrat", serif;
}
.login-fg-btn .btn-default, .login-fg-btn .btn:active:focus {
    background-color: #e81850;
    border: 1px solid #e81850;
    padding: 14px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
}
.login-fg-btn .btn-default[disabled]:hover {
    background-color: #dd2d54;
    border: 1px solid #dd2d54;
}
.login-fg-btn .btn:hover {
    -webkit-box-shadow: 0px 0px 37px -16px rgba(232, 24, 80, 1);
    -moz-box-shadow: 0px 0px 37px -16px rgba(232, 24, 80, 1);
    box-shadow: 0px 0px 37px -16px rgba(232, 24, 80, 1);
    background-color: #e81850;
    border: 1px solid #e81850;
}
.login-fg-btn .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.login-form input[type="text"] {
    font-weight: 400;
    color: #343434;
    font-size: 15px;
    height: 50px;
    padding: 0px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: "Montserrat", serif;
    border: 0px;
}
.login-form input[type="password"] {
    font-weight: 400;
    color: #343434;
    font-size: 15px;
    height: 50px;
    padding: 0px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: "Montserrat", serif;
    border: 0px;
}
.login-form input[type="text"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.login-form input[type="text"]::-moz-placeholder {
    color: #9f9f9f;
}
.login-form input[type="text"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.login-form input[type="password"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.login-form input[type="password"]::-moz-placeholder {
    color: #9f9f9f;
}
.login-form input[type="password"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.signup-section input[type="text"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.signup-section input[type="text"]::-moz-placeholder {
    color: #9f9f9f;
}
.signup-section input[type="text"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.signup-section input[type="password"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.signup-section input[type="password"]::-moz-placeholder {
    color: #9f9f9f;
}
.signup-section input[type="password"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.login-social-title {
    text-align: center;
    font-weight: 400;
    color: #4b4b4b;
    font-size: 16px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0;
}
.login-social-title:before,
.login-social-title:after {
    content: "";
    display: inline-block;
    width: 29%;
    margin: 0 0.5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid #4b4b4b;
}
.login-social-title:after {
    margin: 0 -55% 0 0.5em;
}
.login-social {
    margin-top: 0;
}
.login-social-btns {
    text-align: center;
    margin-top: 17px;
}
.login-gplus {
    display: inline-block;
    margin-right: 5px;
}
.login-face {
    display: inline-block;
    margin-left: 5px;
}
.login-social-btns .btn {
    width: 125px;
    height: 47px;
    border: 3px solid #bbb;
    background: transparent;
    border-radius: 8px;
    font-weight: 400;
    color: white;
    font-size: 15px;
    padding: 0px;
}
.moo-log-google-plus img {
    float: left;
    margin: 5px 0 0 10px;
}
.moo-log-google-plus span {
    float: left !important;
}
.moo-log-facebook img {
    float: left;
    margin: 0 0 0 5px;
}
.moo-log-facebook span {
    float: left !important;
    margin: 4px 0 0 3px;
}
.login-social-btns .btn:hover {
    background-color: #efefef;
}
.login-social-btns .social-txt {
    font-weight: 400;
    color: #4b4b4b;
    font-size: 16px;
    float: right;
}
.login-social-btns .signlog-whiteimg {
    display: none !important;
}
.mob-email-close {
    position: absolute;
    right: 24px;
    top: 34px;
    cursor: pointer;
}
.verifyotp-popup {
    width: 483px;
    height: auto;
    position: relative;
    border-radius: 30px 60px;
    overflow: hidden;
}
.verotp-section {
    width: 483px;
    height: 430px;
    background-image: url("../../shop/images/signup-bg.png");
    background-size: cover;
}
.verotp-title {
    padding-top: 54px;
    padding-bottom: 46px;
    text-align: center;
    font-weight: 500;
    font-size: 34px;
    color: #ffffff;
    font-family: "Montserrat", serif;
}
.sms-sentto-mob-info {
    text-align: center;
    font-weight: 400;
    color: white;
    padding: 0 10%;
}
.sms-sentto-txt {
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-weight: 500;
}
.sms-sentto-txt a {
    font-weight: 400;
    color: white;
    font-size: 16px;
    font-family: "Montserrat", serif;
}
.sms-sentto-mobno {
    font-size: 24px;
}
.sms-mob-edit {
    margin-top: 6px;
}
.sms-mob-edit a {
    font-weight: 400;
    color: #cdb5ed;
    font-size: 15px;
    text-decoration: underline;
}
.verotp-form {
    padding-top: 40px;
}
.verotp-no {
    position: relative;
    margin: auto 40px;
}
.verotp-no .form-control {
    height: 50px;
    font-family: "Montserrat", serif;
}
.verotp-form input[type="text"] {
    font-weight: 400;
    color: #343434;
    font-size: 15px;
    border-radius: 10px;
    font-family: "Montserrat", serif;
}
.verotp-form input[type="text"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.verotp-form input[type="text"]::-moz-placeholder {
    color: #9f9f9f;
}
.verotp-form input[type="text"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.verotp-submit-btn {
    margin-top: 20px;
    text-align: center;
}
.verotp-submit-btn .btn {
    width: 124px;
    height: 52px;
    font-weight: 400;
    color: white;
    font-size: 15px;
    font-family: "Montserrat", serif;
}
.verotp-submit-btn .btn-default,
.verotp-submit-btn .btn-default:hover,
.verotp-submit-btn .btn-default:focus {
    background-color: #45b76d;
    border: 1px solid #45b76d;
}
.verotp-sms-again {
    height: 123px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 45px;
    font-weight: 400;
    color: #525252;
}
.verotp-sms-again .no-recieve-txt {
    font-size: 20px;
}
.verotp-sms-again {
    width: 100%;
    background: white;
}
.verotp-sms-again .sms-again a {
    font-weight: 400;
    color: #525252;
    font-size: 16px;
    text-decoration: underline;
}
.addnumber-popup {
    width: 483px;
    height: 550px;
    position: relative;
}
.editnumber-popup {
    width: 483px;
    height: 550px;
    position: relative;
}
.editnumber-section {
    width: 483px;
    height: 427px;
    background-image: url("../../shop/images/signup-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.edno-title {
    padding-top: 54px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 34px;
    color: white;
    font-family: "Montserrat", serif;
}
.edno-info {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat", serif;
}
.edno-form {
    padding-top: 60px;
    position: relative;
    padding-bottom: 27px;
}
.edno-form-resp-msg {
    width: 100%;
    text-align: center;
    color: #ff0000;
    font-weight: 400;
    font-size: 15px;
    padding-top: 5px;
    position: absolute;
    top: 13px;
}
.edno-mob {
    position: relative;
    margin: auto 40px;
}
.edno-mob .form-control {
    height: 50px;
    text-indent: 195px;
}
.edno-form input[type="text"] {
    font-weight: 400;
    color: #343434;
    font-size: 15px;
    border-radius: 10px;
    font-family: "Montserrat", serif;
}
.edno-form input[type="text"]::-webkit-input-placeholder {
    color: #9f9f9f;
}
.edno-form input[type="text"]::-moz-placeholder {
    color: #9f9f9f;
}
.edno-form input[type="text"]:-ms-input-placeholder {
    color: #9f9f9f;
}
.edno-update-btn {
    margin-top: 20px;
    text-align: center;
}
.edno-update-btn .btn {
    width: 124px;
    height: 52px;
    font-weight: 400;
    color: white;
    font-size: 15px;
}
.edno-update-btn .btn-default,
.verotp-section .btn-default {
    background-color: #45b76d;
    border: 1px solid #45b76d;
    border-radius: 10px;
}
.edno-update-btn .btn-default[disabled]:hover,
.verotp-section .btn-default[disabled]:hover {
    background-color: #45b76d;
    border: 1px solid #45b76d;
}
.edno-abt-upd-info {
    font-family: "Montserrat", serif;
    width: 483px;
    background: white;
    text-align: center;
    padding: 35px 33px 33px;
    height: 123px;
    font-weight: 400;
    color: #525252;
    font-size: 14px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.mergeacnt-info-txt {
    color: white;
    font-weight: 400;
    font-size: 15px;
    margin: 0px 40px 60px 40px;
    text-align: center;
}
.merge-acnt-btn {
    text-align: center;
    margin: 20px 100px;
}
.merge-acnt-btn .btn-default {
    background-color: #45b76d;
    border: 1px solid #45b76d;
}
.merge-acnt-btn .btn {
    width: 100%;
    height: 52px;
    font-weight: 400;
    color: white;
    font-size: 18px;
}
.use-diffno-btn {
    text-align: center;
    margin: 20px 100px;
}
.use-diffno-btn .btn-default {
    background-color: #45b76d;
    border: 1px solid #45b76d;
}
.use-diffno-btn .btn {
    width: 100%;
    height: 52px;
    font-weight: 400;
    color: white;
    font-size: 18px;
}
.forgotpassword-popup {
    width: 483px;
    border-radius: 30px 60px;
    overflow: hidden;
}
.signup-resp-error {
    text-align: center;
    color: #ff4167;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    font-family: "Montserrat", serif;
}
.login-resp-error {
    text-align: center;
    color: #ff4167;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    top: 6px;
    left: 0px;
    font-family: "Montserrat", serif;
}
.signlog-error-msg {
    position: absolute;
    bottom: 0;
    right: 7px;
    font-weight: 400;
    font-size: 12px;
    color: #ff4167;
    margin-bottom: 0px;
}
.signlog-note-msg {
    position: absolute;
    right: 17px;
    font-size: 12px;
    color: #ff4167;
    margin-bottom: 0px;
    margin-top: -7px;
}
.signlog-note-msg-diff-number {
    position: absolute;
    right: 25px;
    font-size: 12px;
    color: #ff4167;
    margin-bottom: 0px;
    margin-top: -7px;
}
.emailmob-error-msg {
    position: absolute;
    bottom: auto;
    top: -25px;
    right: 0;
    font-weight: 700;
    font-size: 13px;
    color: #E81850;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
@-moz-document url-prefix() {
}
.pay-success-header {
    height: 330px;
    background-color: #ff4268;
}
.logo-pigeon {
    padding-top: 34px;
    padding-bottom: 23px;
}
.pay-success-msg {
    padding-bottom: 30px;
    color: white;
}
.main-msg {
    font-size: 38px;
}
.sub-msg {
    font-size: 18px;
}
.user-txn-info {
    height: 73px;
    padding-top: 14px;
    padding-bottom: 17px;
    background-color: #9f9f9f;
    color: white;
}
.user-txn-info .user-info {
    font-size: 18px;
}
.user-txn-info .txn-info {
    font-size: 14px;
}
.total-orders-header {
    height: 40px;
    background-color: #f1f1f1;
    color: #6b6b6b;
    font-size: 15px;
    padding-top: 6px;
    text-align: left;
    padding-left: 36px;
}
.total-orders-header .header-item {
    display: inline-block;
    width: 370px;
    text-align: left;
    vertical-align: middle;
}
.total-orders-header .header-qty {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    text-align: center;
}
.total-orders-header .header-price {
    display: inline-block;
    width: 110px;
    vertical-align: middle;
    text-align: center;
}
.total-orders .item-desc {
    width: 370px;
    text-align: left;
}
.total-orders .item-qnty {
    display: inline-block;
    width: 90px;
    text-align: center;
    vertical-align: top;
}
.total-orders .item-prce {
    display: inline-block;
    width: 110px;
    text-align: center;
    vertical-align: top;
}
.pay-success-footer {
    height: 50px;
    background-color: #9f9f9f;
    padding-top: 17px;
    color: white;
    font-size: 12px;
}
.pay-success-close {
    position: absolute;
    top: -27px;
    right: -29px;
}
.faq {
    margin-top: 60px;
}
.faq-title {
    height: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    color: #1b1d50;
}
.faq-content {
    margin-bottom: 0px;
}
.faq-wrapper {
    border: none;
    overflow: hidden;
    background: #1B1D50;
    -webkit-border-radius: 45px 25px;
    -moz-border-radius: 45px 25px;
    border-radius: 45px 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.faq-category .faq-links h2 {
    font-size: 20px;
    margin: 0;
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: none;
    font-family: "Montserrat", serif;
    color: #ffffff;
    font-weight: 600;
}
.faq-category ul {
    padding: 0px;
    list-style: none;
}
.faq-category li {
    padding: 10px 12px;
    line-height: normal;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 500;
}
.faq-category li a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
}
.faq-category li.active a {
    color: #434343;
}
.faq-category .faq-item {
    text-align: center;
    padding: 10px 0px;
}
.faq-list {
    padding: 20px;
    background: white;
}
.faq-list-title {
    margin-top: 0px;
}
.faq-list-title h3 {
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    color: #343434;
    font-family: "Montserrat", serif;
    font-weight: 600;
}
.faq-links-list {
    margin-bottom: 0px;
    text-decoration: none;
}
.faq-cat-active {
    color: #EDB61D;
    font-weight: 600;
}
.faq-question {
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.faq-question .panel-group {
    margin-bottom: 0px;
}
.faq-question .panel-default {
    border: none;
}
.faq-question .panel-heading {
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}
.faq-question .panel-group .panel + .panel {
    margin-top: 0px;
    box-shadow: none;
}
.faq-question .panel-title > a {
    text-decoration: none;
    font-family: "Montserrat", serif;
    color: #343434;
}
.faq-question .panel-open .panel-heading a {
    font-weight: bold;
    color: #e81850;
    font-family: "Montserrat", serif;
}
.faq-question .panel-open .panel-heading {
    border-bottom: none;
}
.faq-question .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 0px;
}
.faq-question .panel-title {
    line-height: 22px;
    font-family: "Montserrat", serif;
    color: #343434;
}
.faq-question .collapse.in {
    border-bottom: 1px solid #e5e5e5;
}
.faq-question .faq-answer {
    color: #343434;
    font-family: "Montserrat", serif;
    margin: 0;
}
.faq-tab {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.faq-tab li {
    margin-bottom: -1px;
}
.faq-tab li a {
    display: block;
    border: #e5e5e5 1px solid;
    padding: 10px 15px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.faq-description h5 {
    margin: 0px 0 15px;
    font-size: 20px;
    color: #e81850;
    font-weight: 600;
}
.faq-description p {
    margin: 0 0 15px;
}
.faq-description ul {
    padding: 0px 0 0 35px;
    margin: 0px 0 15px;
}
.cust-personalize {
    min-height: 300px;
}
.cust-breadcrumb {
    min-height: 50px;
}
.cust-theme-carousel {
    height: 115px;
}
.pre-theme-wrapper .theme-unit a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat", serif;
}
.pre-theme-wrapper .theme-unit a:hover {
    text-decoration: none;
}
/************************ Guest Gifting ****************************/
.guestGifting {
    text-align: center;
    color: #000000;
    font-size: 18px;
    padding: 30px 23% 30px;
}
.guestGifting h1 {
    margin: 0px 0 25px;
    color: #52cf41;
    font-size: 25px;
    font-weight: 600;
}
.guestGifting p {
    margin: 0px 0 30px;
    line-height: 23px;
}
.guestGifting p b {
    color: #e81850;
    font-weight: bold;
    font-size: 20px;
}
.guestGifting p a,
.guestGifting p a:hover,
.guestGifting p a:focus,
.guestGifting p b {
    color: #e81850;
    font-size: 18px;
}
.guestGifting p label {
    font-weight: 600;
    margin: 0px;
}
.guestGifting .form-contrl {
    position: relative;
    text-align: center;
    display: block;
    width: 400px;
    margin: 0 auto;
}
.guestGifting .form-contrl input[type="text"] {
    width: 100%;
    height: 45px;
    border: #cccccc 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 20px;
    margin: 10px 0 20px;
}
.guestGifting .form-contrl input[type="text"]::-webkit-input-placeholder {
    color: #b3b3b3;
}
.guestGifting .form-contrl input[type="text"]::-moz-placeholder {
    color: #b3b3b3;
}
.guestGifting .form-contrl input[type="text"]:-ms-input-placeholder {
    color: #b3b3b3;
}
.guestGifting .form-contrl input[type="text"]:-moz-placeholder {
    color: #b3b3b3;
}
.guestGifting .form-contrl .purpl-btn {
    background: #e81850;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 150px;
    height: 45px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
}
.guestGifting .form-contrl label.error {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
    position: absolute;
    top: 37px;
    right: 5px;
}
.guestGifting .form-contrl .purpl-btn[disabled] {
    opacity: 0.6;
}
/************************ Guest User Link Order ********************/
.guest-user-link {
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 20px 7px;
    margin: 0 0 20px 15px;
}
.guest-user-link p {
    margin: 13px 0 0;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 600;
    float: left;
}
.guest-user-link button {
    float: right;
    background: #dd2d54;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0px;
    border: 0px;
}
/************************ Guest User Get OTP Popup *****************/
.guest-user-control .modal-sm {
    width: 450px;
}
.guest-user-control .modal-sm .modal-content {
    padding: 20px;
    text-align: center;
    color: #4f4f4f;
}
.guest-user-get-OTP {
    font-size: 16px;
    line-height: 24px;
}
.guest-user-get-OTP p {
    margin: 0px;
}
.guest-user-get-OTP p span {
    font-weight: 600;
}
.guest-user-get-OTP button {
    background: none;
    border: 0px;
    text-decoration: underline;
    color: #9b56b6;
    font-weight: 600;
}
.guest-user-get-OTP input[type="text"] {
    width: 400px;
    height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px;
    border: #cccccc 1px solid;
    font-size: 14px;
    margin: 20px 0;
    -webkit-box-shadow: inset 0px 10px 5px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 10px 5px -12px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 10px 5px -12px rgba(0, 0, 0, 0.75);
}
.guest-user-get-OTP input[type="text"]::-webkit-input-placeholder {
    color: #b3b3b3;
}
.guest-user-get-OTP input[type="text"]::-moz-placeholder {
    color: #b3b3b3;
}
.guest-user-get-OTP input[type="text"]:-ms-input-placeholder {
    color: #b3b3b3;
}
.guest-user-get-OTP input[type="text"]:-moz-placeholder {
    color: #b3b3b3;
}
.guest-user-get-OTP span.guest-otp-errormsg {
    position: absolute;
    right: 5px;
    bottom: -3px;
    font-size: 13px;
    color: #ff0000;
}
.guest-user-get-OTP .purpl-btn {
    background: #e81850;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 150px;
    height: 45px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
}
.guest-user-get-OTP .purpl-btn[disabled] {
    opacity: 0.6;
}
/************************ Guest Detail Page BTN Control ************/
.mcd-buttonaction.guest-user-btn-cntrl {
    width: 100%;
}
.mcd-buttonaction.guest-user-btn-cntrl .btn-info1 {
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    height: 46px;
    line-height: 32px;
}
.guest-resent-msg {
    font-weight: 600;
    font-size: 14px;
    color: #3fc9a0;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
/************************ Cashback *********************************/
.cashback {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #e81850;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    padding: 5px 45px 5px 25px;
}
.justAdded {
    position: absolute;
    top: 51px;
    right: 0px;
    background: #dd2d54;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    padding: 5px 10px;
}
.detail-cashback {
    margin-top: 3px;
}
.detail-cashback span {
    margin: 0px;
    float: left;
    width: 80px;
}
.detail-cashback label {
    margin: 0px;
    font-size: 14px;
    color: #464646;
}
/************************ cart Sub Total ***************************/
.cart-subtotal {
    margin-bottom: 20px;
}
.cart-subtotal p {
    font-size: 22px;
    color: #343434;
    margin: 0px;
    font-weight: 600;
    float: left;
    margin-top: 1px;
    margin-right: 25px;
}
.cart-subtotal p span {
    color: #e81850;
}
.cart-subtotal label {
    margin: 0px;
    font-size: 18px;
    color: #343434;
    font-weight: 600;
    line-height: 18px;
    border-left: #707070 2px solid;
    padding-left: 30px;
}
.cart-subtotal label span {
    color: #ff0000;
}
.cart-subtotal label small {
    font-weight: normal;
    color: #4eb570;
    font-size: 14px;
    display: block;
}
.cart-subtotal div.btn-cntrl {
    float: right;
}
.cart-subtotal div.btn-cntrl button.btn-default,
.cart-subtotal div.btn-cntrl button.btn-info1 {
    background: #e81850;
    border: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 35px;
    font-weight: 600;
    width: auto;
    height: auto;
    line-height: normal;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cart-subtotal div.btn-cntrl button.btn-info1 {
    background: #45b76d;
}
.cart-subtotal div.btn-cntrl button.btn-default:hover,
.cart-subtotal div.btn-cntrl button.btn-info1:hover {
    -webkit-box-shadow: 0px 0px 37px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 37px -16px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 37px -16px rgba(0, 0, 0, 0.5);
}
/************************ Checkout Cashback ************************/
.checkout-cashback {
    font-size: 18px;
    font-weight: 600;
    color: #464646;
}
.checkout-cashback span {
    font-size: 16px;
}
.checkout-cashback label {
    color: #ff0000;
}
.checkout-cashback small {
    font-size: 14px;
    color: #4eb570;
    display: block;
    font-weight: normal;
}
/************************ Multi IMG Personalize ********************/

.multiimg-per .carousel-control.left,
.multiimg-view .carousel-control.left {
    background: none;
}
.multiimg-per .carousel-control.right,
.multiimg-view .carousel-control.right {
    background: none;
}
.multiimg-per .carousel-control,
.multiimg-view .carousel-control {
    top: 40%;
}
/*******************************************************************/
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 0px;
}
.mcd-credits-value .four-value {
    margin-right: 0px;
    margin-left: 6px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.mcd-credits-value .btn {
    -webkit-border-radius: 8px 15px 8px 15px;
    -moz-border-radius: 8px 15px 8px 15px;
    border-radius: 8px 15px 8px 15px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0px;
    padding: 15px 0;
    width: 100px;
    height: auto;
    font-size: 15px;
    margin: 5px;
}
/************************ Alert Popup ******************************/
.alert-control .modal-content {
    text-align: center;
    padding: 30px;
}
.alert-control .modal-content p {
    color: #343434;
    font-weight: 600;
    font-size: 16px;
}
.alert-control .modal-content button.purpl-btn {
    background: #e81850;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    height: auto;
    line-height: normal;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 35px;
    width: auto;
}
.alert-control .modal-content button.gray-btn {
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    height: auto;
    line-height: normal;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 35px;
    width: auto;
    background: #b0b0b0;
}
/************************ Bulk Purchase ****************************/
.mcd-purchase {
    position: relative;
}
.corporate-purchase-MOO {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: -15px;
    border-radius: 5px;
}
.corporate-purchase-content,
.corporate-purchase-content2 {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 20px 50px;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: 20px auto 0;
    width: 500px;
    position: relative;
    z-index: 2;
}
.order_info_user_pad {
    padding: 0;
    border-radius: 20px 50px 20px 50px;
}
.corporate-purchase-content ul {
    padding: 10px 0 0 16px;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 11px;
    color: #464646;
    border-top: #f2f2f2 1px solid;
    list-style: disc;
}
.corporate-purchase-content ul li::before {
    color: red;
}
.corporate-purchase-content ul li:first-child {
    padding-bottom: 5px;
}
.corporate-purchase-content ul li {
    text-align: left;
}
.corporate-purchase-content2 strong {
    color: #464646;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    display: block;
}
.corporate-purchase-content b a,
.corporate-purchase-content2 strong a {
    color: #e81850;
    text-decoration: underline;
}
.corporate-purchase-content2 p {
    margin: 10px 0 0;
    font-size: 15px;
}
.corporate-purchase-content2 p a {
    color: #e81850;
    text-decoration: underline;
    font-weight: 600;
}
.out-of-inventory {
    background: #ffffff;
    border: #adadad 2px dashed;
    padding: 20px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #464646;
    font-size: 17px;
    margin-top: 15px;
}
.out-of-inventory h2 {
    margin: 0px 0 10px;
    color: #464646;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}
.bulk-purchase-trip {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #dd2d54;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    padding: 5px 10px;
}
/************************ View Code Button Design ******************/
.accepted-alert {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.accepted-alert p {
    margin: 0px;
    width: 93%;
}
.mygiftcard-accepted-alert {
    font-weight: 600;
    font-size: 14px;
    margin: -30px 0 30px !important;
}
.mygiftcard-accepted-alert p {
    margin: 0px;
    width: 93%;
}
.uob-view-code-pin .uob-view-container.accepted button.code-show {
    background: #ffffff;
    border: #e81850 1px solid;
    border-radius: 5px;
    padding: 5px;
}
.uob-view-code-pin .uob-view-container.accepted button.code-show a {
    background: none;
    color: #e81850;
    text-decoration: none;
    white-space: nowrap;
}
.uob-view-code-pin .uob-view-container.accepted button.code-show img {
    width: 100%;
    padding: 5px;
}
.mgc-redemption.bar-code {
    background: #ffffff;
    border: #e81850 1px solid;
    border-radius: 5px;
    padding: 5px;
    width: 50%;
}
.mgc-redemption.bar-code img {
    width: 100%;
    padding: 5px;
}
/************************ New Classes add on 22 Mar 2025 ***********/
.position-R {
    position: relative;
}
.giftcard-added {
    background: #45b76d;
    color: #ffffff;
    margin: 0;
}
.giftcard-added button {
    background-color: transparent;
    border: none;
    color: #ffffff;
}
.giftcard-added button span {
    font-size: 17px;
    color: #ffffff;
}
.giftcard-added a {
    color: #ffffff;
}
/************************ Media Query ******************************/
@media (min-width: 2000px) {
    .banner_title_single {
        left: 35%;
    }
}
@media (min-width: 1600px) {
    .header .head-wrapper {
        width: 1170px;
        margin: 0 auto;
    }
    .mcd-prdt-info .tab-content {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mcd-about-txt {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 1200px) {
    .faq-list {
        min-height: 297px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu-list li a {
        font-size: 13px;
    }
    .login-btn-item .btn {
        font-size: 13px;
        width: 115px;
        padding: 6px 6px;
    }
    .banner_title_single {
        left: 15%;
    }
    .banner_title {
        font-size: 44px;
    }
    .banner_subtitle {
        font-size: 19px;
    }
    .banner_btn .btn {
        width: 120px;
        height: 40px;
    }
    .how-work {
        height: 380px;
    }
    .how-work-title .main-title {
        font-size: 42px;
    }
    .how-work-title .sub-title {
        font-size: 15px;
    }
    .how-work-content {
        padding-top: 15px;
    }
    .step-img img {
        width: 150px;
        height: auto;
    }
    .vb-how-work-content .step-img img {
        width: 135px;
        height: 120px;
    }
    .how-work-content .desc {
        font-size: 13px;
    }
    .how-work-dash {
        height: 163px;
    }
    .fav-card-top {
        width: 450px;
    }
    .fav-card-top .card-image {
        width: 450px;
        height: 300px;
    }
    .fav-card-top-logo {
        top: 75px;
        left: 95px;
    }
    .fav-card-top-logo .logo-image {
        width: 265px;
        height: 135px;
    }
    .fav-card-top-price {
        bottom: 15px;
        right: 28px;
        font-size: 20px;
    }
    .fav-card {
        width: 300px;
    }
    .fav-card .card-image {
        width: 300px;
        height: 200px;
    }
    .fav-card-logo {
        top: 50px;
        left: 60px;
    }
    .fav-card-logo .logo-image {
        width: 175px;
        height: 95px;
    }
    .fav-card-price {
        bottom: 12px;
        right: 18px;
        font-size: 16px;
    }
    .view-all-btn .btn {
        width: 170px;
        height: 50px;
    }
    #carousel-category-md .cat-wrapper {
        height: 100%;
        margin: 0 75px;
    }
    .cat_nav_arrow_left {
        left: 10px;
    }
    .cat_nav_arrow_right {
        right: 10px;
    }
    .moom-app-content {
        top: 60px;
        right: 50px;
    }
    .footer-news {
        margin-left: 35px;
    }
    .sub-footer {
        height: 77px;
    }
    .moom-seo-txt {
        margin-top: 10px;
    }
    .order-list-header {
        padding-left: 16px;
    }
    .order-list-header .item-desc {
        width: 51%;
        padding-left: 5px;
    }
    .order-list-header .item-pers {
        width: 19%;
    }
    .order-list-header .item-qnty {
        width: 12%;
    }
    .order-list-header .item-prce {
        width: 15%;
    }
    .orders .order-list {
        margin-left: 15px;
    }
    .order-list .item-desc {
        width: 52%;
    }
    .order-list .item-pers {
        width: 19%;
    }
    .order-list .item-qnty {
        width: 10%;
    }
    .order-list .item-prce {
        width: 15%;
    }
    .order-gift-card {
        width: 170px;
    }
    .order-gift-card .card-image {
        width: 170px;
        height: 120px;
    }
    .order-gift-logo {
        left: 30px;
        top: 22px;
    }
    .order-gift-card .logo-img {
        width: 110px;
        height: 70px;
    }
    .brand-cost {
        margin-left: 10px;
    }
    .brand-cost .brand {
        height: 60px;
    }
    .brand-cost .cost {
        height: 60px;
        padding-top: 24px;
    }
    .brand-cost .brand .brand-name {
        font-size: 17px;
    }
    .sender-info {
        padding: 25px 25px 12px;
    }
    .uib-datepicker-popup .uib-button-bar span button.uib-clear {
        width: 42%;
    }
    .cart_content .item-remove img {
        width: 14px;
    }
    .cart_content .order-list-header {
        padding-left: 20px;
    }
    .cart_content .order-list-header .item-desc {
        width: 48%;
    }
    .cart_content .order-list-header .item-qnty {
        width: 18%;
    }
    .cart_content .order-list-header .item-prce {
        width: 15%;
    }
    .cart_content .order-list-header .item-remove {
        width: 15%;
    }
    .cart_content .order-list .item-desc {
        width: 48%;
    }
    .cart_content .order-list .item-qnty {
        width: 18%;
    }
    .cart_content .order-list .item-prce {
        width: 15%;
    }
    .cart_content .order-list .item-remove {
        width: 15%;
    }
    .cart_content .item-prce .itemCost {
        font-size: 16px;
    }
    .cart_content .order-gift-card {
        width: 170px;
    }
    .cart_content .order-gift-card .card-image {
        width: 170px;
        height: 127px;
    }
    .cart_content .order-gift-logo {
        left: 35px;
        top: 30px;
    }
    .cart_content .order-gift-card .logo-img {
        width: 100px;
        height: 65px;
    }
    .cart_content .item-desc-txt {
        margin-left: 7px;
    }
    .cart_content .brand-and-cost .brand {
        font-size: 16px;
    }
    .cart_content .brand-and-cost .type-of-purchase {
        font-size: 12px;
    }
    .cart_content .cost .value {
        font-size: 14px;
    }
    .cart_content .cost .value-cost {
        font-size: 21px;
    }
    .cart_content .checktotal .cart-total-list .total {
        font-size: 15px;
    }
    .cart_content .checktotal .cart-total-list .total_cost {
        font-size: 25px;
    }
    .guest-user-link {
        text-align: center;
    }
    .guest-user-link p {
        float: none;
        margin: 0px 0 10px;
    }
    .guest-user-link button {
        float: none;
        display: inline-block;
    }
    .corporate-purchase-content,
    .corporate-purchase-content2 {
        width: 430px;
        padding: 15px 20px;
        margin-top: 10px;
    }
    .faq-list {
        min-height: 335px;
    }
}
@media (min-width: 992px) {
    .orders-scroll {
        max-height: 500px;
        overflow-y: auto;
    }
    .page-signup-login {
        width: 950px;
        margin: 0 auto;
        height: 620px;
    }
    .page-signup-section {
        width: 613px;
        height: 568px;
        display: inline;
    }
    .page-login-section {
        width: 337px;
        height: 568px;
        display: inline;
    }
    .signup-name.display-device {
        display: none;
    }
    .display-device-991 {
        display: none;
    }
    .login-section {
        border: 0px;
        float: right;
        -webkit-border-radius: 0px 0px 60px 0px;
        -moz-border-radius: 0px 0px 60px 0px;
        border-radius: 0px 0px 60px 0px;
    }
    .login-cntrlr, .login-default {
        -webkit-border-radius: 60px 30px 60px 30px;
        -moz-border-radius: 60px 30px 60px 30px;
        border-radius: 60px 30px 60px 30px;
    }
    .login-default {
        border: #EDB61D 1px double;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
        float: none;
        margin: 0 auto;
    }
    .signup-login-popup .modal-dialog.modal-sm {
        width: 340px;
    }
    .signup-login-popup-accept .modal-dialog.modal-sm {
        min-width: 950px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        top: 38%;
    }
    .footer-logo .brand-img {
        width: 220px;
    }
    .modal {
        left: 0px;
    }
    .mobile-view-country {
        display: none;
    }
    .display-device {
        display: none;
    }
    .guest-user-personalize {
        width: 704px;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.23);
        webkit-border-radius: 35px 70px;
        -moz-border-radius: 35px 70px;
        border-radius: 35px 70px;
    }
    .guest-user-personalize .cust-theme-final {
        background: rgb(69, 183, 109);
        background: linear-gradient(
                135deg,
                rgba(69, 183, 109, 1) 0%,
                rgba(237, 182, 29, 1) 50%,
                rgba(232, 24, 80, 1) 100%
        );
        -webkit-border-radius: 35px 70px 0 0;
        -moz-border-radius: 35px 70px 0 0;
        border-radius: 35px 70px 0 0;
    }
    .moom-gift-recipient .form-control::-webkit-input-placeholder {
        color: #ffffff;
    }
    .moom-gift-recipient .form-control::-moz-placeholder {
        color: #ffffff;
    }
    .moom-gift-recipient .form-control:-ms-input-placeholder {
        color: #ffffff;
    }
    .moom-gift-recipient .form-control:-moz-placeholder {
        color: #ffffff;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu-list li a {
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-menu-list .fb-img {
        width: 28px;
        height: 28px;
    }
    .header-menu-list .tw-img {
        width: 28px;
        height: 28px;
    }
    .header-menu-list .login-btn-item {
        padding-left: 12px;
    }
    .login-btn-item .btn {
        font-size: 13px;
        width: 110px;
        padding: 6px 6px;
    }
    .cart-xs-img {
        height: 60px;
        line-height: 60px;
    }
    .m-head-user .btn {
        width: 155px;
    }
    .m-head-username {
        width: 90px;
    }
    .menu-item-img-txt {
        margin-right: 5px;
        margin-left: 8px;
    }
    .header-menu-list .cart-img {
        padding-right: 0;
        padding-left: 0px;
    }
    .m-head-user-menu {
        width: 155px;
        min-width: 155px;
    }
    .banner_title_single {
        left: 15%;
        font-size: 27px;
        top: 21%;
        left: 10%;
    }
    .carousel-caption {
        top: 36%;
    }
    .banner_title {
        font-size: 40px;
    }
    .banner_subtitle {
        font-size: 16px;
    }
    .banner_btn {
        margin-top: 14px;
    }
    .banner_btn .btn {
        font-size: 13px;
        width: 115px;
        height: 36px;
    }
    .chinLant-abs {
        display: none;
    }
    .how-work {
        height: 315px;
    }
    .how-work-title {
        padding-top: 30px;
    }
    .how-work-title .main-title {
        font-size: 35px;
    }
    .how-work-title .sub-title {
        font-size: 14px;
    }
    .how-work-content {
        padding-top: 15px;
    }
    .step-img img {
        width: 110px;
        height: auto;
    }
    .vb-how-work-content .step-img img {
        width: 110px;
        height: 90px;
    }
    .how-work-content .desc {
        width: 100%;
        font-size: 12px;
    }
    .how-work-dash {
        height: 100px;
        margin-top: 63px;
    }
    .fav-brands-title {
        font-size: 28px !important;
        padding: 10px 0 !important;
    }
    .fav-card-top {
        width: 340px;
    }
    .fav-card-top .card-image {
        width: 340px;
        height: 215px;
    }
    .fav-card-top-logo {
        top: 50px;
        left: 70px;
    }
    .fav-card-top-logo .logo-image {
        width: 200px;
        height: 110px;
    }
    .fav-card-top-price {
        bottom: 15px;
        right: 20px;
        font-size: 17px;
    }
    .fav-card {
        width: 225px;
    }
    .fav-card .card-image {
        width: 225px;
        height: 145px;
    }
    .fav-card-logo {
        top: 30px;
        left: 45px;
    }
    .fav-card-logo .logo-image {
        width: 140px;
        height: 80px;
    }
    .fav-card-price {
        bottom: 8px;
        right: 12px;
        font-size: 15px;
    }
    .view-all-btn .btn {
        width: 155px;
        height: 47px;
    }
    .view-all-btn .btn {
        font-size: 16px;
    }
    #carousel-category-sm .cat-wrapper {
        height: 100%;
        margin: 0 45px;
    }
    .cat_nav_arrow_left {
        left: 10px;
    }
    .cat_nav_arrow_right {
        right: 10px;
    }
    .moom-app-content {
        top: 30%;
        right: 7%;
    }
    .gift-on-go {
        font-size: 45px;
    }
    .moom-app-txt {
        font-weight: 400;
        margin-top: 10px;
        font-size: 18px;
    }
    .main-footer .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main-footer .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .main-footer {
        height: 210px;
    }
    .footer-news {
        margin-left: 0px;
    }
    .footer-news-subscribe input[type="text"] {
        width: 150px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .subscribe-btn .btn {
        width: 60px;
        font-size: 11px;
    }
    .footer-logo {
        padding-top: 55px;
    }
    .footer-section {
        margin-top: 45px;
    }
    .sub-footer {
        height: 110px;
    }
    .footer-section-support {
        margin-top: 10px;
    }
    .mcd-about-txt .prdt-desc {
        padding-top: 15px;
    }
    .showdate_cal {
        max-width: 80%;
        float: right;
    }
    .checkout-date-title.col-sm-8 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .checkout-date-title .subtitle {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0px;
    }
    .order-details {
        margin-bottom: 15px;
    }
    .order_info_totalOrders {
        padding-bottom: 10px;
    }
    .order-list-header {
        padding-left: 24px;
    }
    .order-list-header .item-desc {
        width: 51%;
        padding-left: 5px;
    }
    .order-list-header .item-pers {
        width: 19%;
    }
    .order-list-header .item-qnty {
        width: 12%;
    }
    .order-list-header .item-prce {
        width: 15%;
    }
    .orders .order-list {
        margin-left: 24px;
    }
    .order-list .item-desc {
        width: 51%;
    }
    .order-list .item-pers {
        width: 19%;
    }
    .order-list .item-qnty {
        width: 12%;
    }
    .order-list .item-prce {
        width: 15%;
    }
    .order-gift-card {
        width: 170px;
    }
    .order-gift-card .card-image {
        width: 170px;
        height: 120px;
    }
    .order-gift-logo {
        left: 30px;
        top: 22px;
    }
    .order-gift-card .logo-img {
        width: 110px;
        height: 70px;
    }
    .brand-cost .brand {
        height: 60px;
    }
    .brand-cost .cost {
        height: 60px;
        padding-top: 24px;
    }
    .mcd-custom-value .form-control {
        width: 160px;
    }
    .uib-datepicker-popup .uib-button-bar span button.uib-clear {
        width: 44%;
    }
    .cart_content .item-remove img {
        width: 14px;
    }
    .cart_content .order-list .item-desc {
        width: 253px;
    }
    .cart_content .order-gift-card {
        width: 150px;
    }
    .cart_content .order-gift-card .card-image {
        width: 150px;
        height: 110px;
    }
    .cart_content .order-gift-logo {
        left: 30px;
        top: 28px;
    }
    .cart_content .order-gift-card .logo-img {
        width: 90px;
        height: 60px;
    }
    .cart_content .item-desc-txt {
        margin-left: 7px;
    }
    .cart_content .brand-and-cost .brand {
        font-size: 15px;
    }
    .cart_content .cost {
        margin-top: 30px;
    }
    .cart_content .brand-and-cost .type-of-purchase {
        font-size: 12px;
    }
    .cart_content .cost .value {
        font-size: 14px;
    }
    .cart_content .cost .value-cost {
        font-size: 18px;
    }
    .cart_content .order-list .item-prce {
        width: 85px;
    }
    .cart_content .order-list .item-remove {
        width: 85px;
    }
    .cart_content .item-prce .itemCost {
        font-size: 16px;
    }
    .cart_content .checktotal .cart-total-list .total {
        font-size: 15px;
    }
    .cart_content .checktotal .cart-total-list .total_cost {
        font-size: 22px;
    }
    .cart_content .order-list-header .item-qnty {
        width: 13%;
    }
    .cart_content .order-list .item-qnty {
        width: 40px;
    }
    .cart_content .cart-content .col-sm-3 {
        width: 25%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .cart_content .cart_total {
        text-align: right;
    }
    .cart_content .checktotal .checkout-btn {
        width: 100px;
    }
    .cart_content .checktotal .continueshopping-btn {
        width: 130px;
        padding: 5px;
    }
    .cart_content .checktotal .continueshopping-btn:hover {
        width: 130px;
        padding: 5px;
    }
    .cart_content .order-list-header {
        padding-left: 15px;
    }
    .cart_content .orders .order-list {
        margin-left: 10px;
    }
    .cart_content .order-list-header .item-desc {
        width: 51%;
    }
    .cart_content .order-list-header .item-qnty {
        width: 17%;
    }
    .cart_content .order-list-header .item-prce {
        width: 14%;
    }
    .cart_content .order-list-header .item-remove {
        width: 15%;
    }
    .cart_content .order-list .item-desc {
        width: 51%;
    }
    .cart_content .order-list .item-qnty {
        width: 17%;
    }
    .cart_content .order-list .item-prce {
        width: 14%;
    }
    .cart_content .order-list .item-remove {
        width: 15%;
    }
    .cart_content .order-gift-card {
        width: 150px;
    }
    .cart_content .order-gift-card .card-image {
        width: 150px;
        height: 110px;
    }
    .cart_content .order-gift-logo {
        left: 30px;
        top: 28px;
    }
    .cart_content .order-gift-card .logo-img {
        width: 90px;
        height: 60px;
    }
    .cart_content .item-desc-txt {
        margin-left: 7px;
    }
    .cart_content .brand-and-cost .brand {
        font-size: 15px;
    }
    .cart_content .cost {
        margin-top: 30px;
    }
    .cart_content .brand-and-cost .type-of-purchase {
        font-size: 12px;
    }
    .cart_content .cost .value {
        font-size: 14px;
    }
    .cart_content .cost .value-cost {
        font-size: 18px;
    }
    .cart_content .item-prce .itemCost {
        font-size: 16px;
    }
    .cart_content .checktotal .cart-total-list .total {
        font-size: 15px;
    }
    .cart_content .checktotal .cart-total-list .total_cost {
        font-size: 22px;
    }
    .cart_content .cart-content .col-sm-3 {
        width: 25%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .cart_content .cart_total {
        text-align: right;
    }
    .cart_content .checktotal .checkout-btn {
        width: 100px;
    }
    .cart_content .checktotal .checkout-btn:hover {
        width: 100px;
        height: 40px;
        padding-top: 7px;
    }
    .faq-content .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .moom-app-block {
        height: 450px;
    }
    .guestGifting {
        padding: 30px 16% 30px;
    }
    .guest-user-link {
        text-align: center;
    }
    .guest-user-link p {
        float: none;
        margin: 0px 0 10px;
    }
    .guest-user-link button {
        float: none;
        display: inline-block;
    }
    .mcd-buttonaction.guest-user-btn-cntrl {
        width: 85%;
    }
    .mcd-buttonaction.guest-user-btn-cntrl .btn-info1 {
        font-size: 20px;
    }
    .sender-info {
        padding: 25px 25px 29px;
    }
    .cart-subtotal p {
        font-size: 15px;
        margin-right: 10px;
        margin-top: 7px;
    }
    .cart-subtotal label {
        font-size: 13px;
        padding-left: 10px;
    }
    .cart-subtotal label small {
        font-size: 12px;
    }
    .corporate-purchase-content,
    .corporate-purchase-content2 {
        width: 100%;
        padding: 15px 10px;
        margin-top: 10px;
    }
    .corporate-purchase-content2 strong {
        font-size: 14px;
    }
    .corporate-purchase-content2 p {
        font-size: 13px;
    }
    .out-of-inventory {
        font-size: 15px;
        padding: 10px;
    }
    .out-of-inventory h2 {
        font-size: 18px;
    }
    .accept-content .gift-data {
        width: 705px;
        margin: 30px auto;
    }
    .mgc-redemption.bar-code {
        width: 330px;
    }
    .moo-cart .cart-quantity {
        width: 100%;
    }
    .moo-cart .cart-quantity button {
        float: left;
        margin: 0 auto;
        padding: 8px 10px;
        width: 40px;
    }
    .moo-cart .cart-quantity div.quantity {
        float: left;
        padding: 8px 10px;
        width: 40px;
    }
    .mcd-tc {
        text-align: center;
        margin-top: 5px;
    }
    .cart-subtotal div.btn-cntrl button.btn-default,
    .cart-subtotal div.btn-cntrl button.btn-info1 {
        padding: 14px 20px;
    }
    .faq-list {
        min-height: 335px;
    }
}
@media (max-width: 991px) {
    .page-signup-login {
        width: 483px;
        margin: 0 auto;
    }
    .page-login-height {
        height: 630px;
    }
    .signup-section {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .signup-login-close {
        right: 18px;
        top: 16px;
    }
    .signup-login-close img {
        width: 20px;
        height: 20px;
    }
    .signlog-xs-head {
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .signup-login-popup .modal-dialog {
        margin: 0px auto;
        width: 483px;
    }
    .signup-login-popup-hide-signup .modal-dialog {
        margin: 0px auto;
        width: 483px;
    }
    .signlog-xs-subtitle {
        text-align: center;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        font-weight: 400;
        color: white;
        font-size: 20px;
    }
    .signup-form {
        padding: 30px;
        background: none;
        margin-top: -5px;
    }
    .signup-fn {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .signup-name {
        margin-bottom: 0px;
    }
    .signup-ln {
        width: 100%;
        margin-bottom: 10px;
    }
    .signup-pwd {
        margin-bottom: 10px;
    }
    .signup-tc-btn .signup-tc {
        width: 100%;
        margin-top: 5px;
        text-indent: 0px;
        text-align: center;
        font-size: 12px;
    }
    .signup-tc-btn .btn {
        width: 100%;
    }
    .signup-social {
        background: #ffffff;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
    }
    .signup-social .or-txt {
        text-align: center;
        padding-top: 18px;
        padding-bottom: 18px;
        font-weight: 400;
        font-size: 14px;
        color: #a9a9a9;
    }
    .signup-social-title {
        color: #595959;
        font-size: 20px;
    }
    .signup-social-title:before,
    .signup-social-title:after {
        width: 31%;
        border-bottom: 1px solid #a5a5a5;
    }
    .signup-social-btns {
        padding-bottom: 35px;
        margin-bottom: 60px;
    }
    .signup-gplus .moo-google-plus,
    .login-gplus .moo-log-google-plus {
        background-color: #9a9a9a;
        border: 3px solid #9a9a9a;
    }
    .login-xs-subtitle {
        text-align: center;
        padding-top: 36px;
        font-weight: 400;
        color: #595959;
        font-size: 36px;
    }
    .login-section .login-form {
        padding: 30px;
    }
    .login-pwd {
        margin-bottom: 10px;
    }
    .login-fg-btn {
        margin: 30px 0 0;
    }
    .login-fg-btn .btn {
        width: 100%;
        font-size: 18px;
        height: auto;
    }
    .forgot-pwd-xs-txt {
        text-align: center;
        margin-top: 0px;
        width: 100%;
    }
    .forgot-pwd-xs-txt a {
        font-size: 13px !important;
    }
    .login-social .or-txt {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 400;
        font-size: 14px;
        color: #a9a9a9;
    }
    .login-social-title {
        color: #595959;
        font-size: 20px;
    }
    .login-social-title:before,
    .login-social-title:after {
        width: 33%;
        border-bottom: 1px solid #a5a5a5;
    }
    .login-social-btns {
        padding-bottom: 20px;
    }
    .login-face .moo-log-facebook,
    .signup-face .moo-facebook {
        background-color: #9a9a9a;
        border: 3px solid #9a9a9a;
    }
    .login-social-btns .btn:hover {
        background-color: #6a6a6a;
    }
    .login-social-btns .social-txt {
        color: white;
    }
    .login-social-btns .signlog-greyimg {
        display: none !important;
    }
    .login-social-btns .signlog-whiteimg {
        display: inline-block !important;
    }
    .pay-promo-txtcode .form-control {
        width: 100%;
    }
    .pay-remove-promo {
        right: 20px;
    }
    .moo-facebook .social-txt {
        margin: 5px 0 0;
    }
    .login-social,
    .login-social-title {
        margin-top: 0px;
    }
    .signup-mbl-fld {
        text-indent: inherit;
    }
    .signup-form .select2-container {
        position: relative;
        width: 100%;
        background: #ffffff;
        border: 0;
        height: 50px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-bottom: 10px;
    }
    .signup-form .select2-container .select2-choice {
        width: 100%;
    }
    .login-emailmob .form-control,
    .login-pwd .form-control {
        height: 40px;
    }
    .signup-mbl-fld {
        height: 40px;
        margin-bottom: 10px;
    }
    .signup-fn .form-control,
    .signup-pwd .form-control,
    .signup-ln .form-control {
        height: 40px;
    }
    .signup-tc-btn .btn {
        height: auto;
        margin-top: 20px;
    }
    .signup-tc-btn {
        margin-bottom: 0px;
        float: none;
    }
    .signup-social .or-txt {
        padding: 0px;
    }
    .signlog-xs-maintitle {
        display: flex;
        width: 100%;
        gap: 10px;
        background: #e81850;
        position: relative;
        z-index: 1;
    }
    .signlog-xs-maintitle .btn {
        flex: 1;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        border: none;
        background: #e81850;
    }
    .signlog-xs-maintitle:has(.login-xs-maintitle):not(:has(.signup-xs-maintitle))
    .login-xs-maintitle {
        width: 100%;
    }
    .signup-mode-hidden {
        overflow: hidden;
    }
    .signlog-xs-maintitle .signup-xs-maintitle,
    .signlog-xs-maintitle .login-xs-maintitle {
        float: left;
        width: 50%;
        text-align: center;
        font-weight: 600;
        padding: 16px 0;
        color: #ffffff;
        font-size: 17px;
        font-family: "Montserrat", serif;
    }
    #login-section .login-xs-maintitle,
    .signup-section .signup-xs-maintitle {
        font-family: "Montserrat", serif;
        background: #fff6eb;
        color: #343434;
        font-size: 17px;
        padding: 16px 0;
        text-align: center;
        width: 100%;
    }
    .signup-form .select2-container .select2-choice,
    .login-emailmob .select2-container .select2-choice {
        height: 40px;
        line-height: 40px;
    }
    .signup-form .select2-container .select2-choice .select2-arrow b,
    .login-emailmob .select2-container .select2-choice .select2-arrow b,
    .edno-mob .select2-container .select2-choice .select2-arrow b {
        background: url("../../shop/images/country-drop-gray-arw.gif") no-repeat
        scroll 0 16px;
    }
    .ui-select-match .f32 {
        margin: 10px 10px 0 0;
    }
    .signup-section {
        border: #e81850 1px solid;
    }
    .signup-section {
        background: #ffffff;
    }
    .signup-tc-btn .signup-tc {
        color: #333333;
    }
    .signup-tc-btn .signup-tc a {
        color: #e81850;
    }
    .signlog-xs-head {
        background: #e81850;
    }
    .signup-ln,
    .signup-name.display-desktop,
    .signlog-xs-head {
        display: none;
    }
    .support-contrl-information .sender-info {
        padding: 10px 20px;
    }
    .support-contrl-information .sender-fn-ln {
        margin-top: 10px;
    }
    .signup-pwd-hints {
        color: #333333;
    }
    .display-desktop-992 {
        display: none;
    }
    .signup-section {
        width: 483px;
        height: auto;
        -webkit-border-radius: 60px 30px 60px 30px;
        -moz-border-radius: 60px 30px 60px 30px;
        border-radius: 60px 30px 60px 30px;
        padding-bottom: 20px;
        border: 0px;
        background: #fff6eb;
    }
    .signup-resp-error {
        font-size: 14px;
    }
    .login-resp-error,
    .signup-resp-error {
        margin-top: 0px;
    }
    .login-resp-error,
    .signup-resp-error {
        position: relative;
        top: 0px;
        margin-bottom: 10px;
    }
    .login-emailmob .select2-container .select2-choice > .select2-chosen,
    .signup-form .select2-container .select2-choice > .select2-chosen {
        margin: 5px 0 0;
    }
    .login-form input[type="text"],
    .login-form input[type="password"] {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #ffffff;
    }
    .signup-form input[type="text"],
    .signup-form input[type="password"] {
        margin-bottom: 10px;
        border: 0px;
        height: 50px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .login-section {
        -webkit-border-radius: 0 30px 60px 30px;
        -moz-border-radius: 0 30px 60px 30px;
        border-radius: 30px 60px;
        border: none;
    }
}
@media (max-width: 767px) {
    .header {
        background: #e81850;
    }
    .navbar-toggle {
        padding-top: 17px;
        padding-left: 12px;
        margin: 0px;
        float: left;
        z-index: 1;
    }
    .header-ham-img {
        width: 25px;
    }
    .header .navbar-brand {
        float: none;
        padding: 0px;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        top: 17px;
    }
    .header .navbar-header {
        height: 100%;
    }
    .navbar-brand .brand-img {
        width: 155px;
        display: inline;
    }
    /*.navbar-collapse{margin-left:0px;margin-right:0px;background:#FFF6EB;height:100%;width:100%;position:fixed;left:0;top:0px;z-index:1;}*/
    .header-menu-list {
        text-align: center;
        padding-top: 10px;
    }
    .header-menu-list li .menu-item-txt,
    .header-menu-list li .menu-item {
        font-size: 20px;
        color: white;
        letter-spacing: 1px;
    }
    .header-menu-list li .menu-item-txt {
        height: 60px;
        line-height: 60px;
    }
    .header-menu-list .login-btn-item {
        margin-top: 30px;
    }
    .header-menu-list .menu-item-txt span:hover {
        border-bottom: none;
    }
    .login-btn-item .btn {
        width: 220px;
        height: 50px;
        font-size: 18px;
    }
    .cart-xs-img {
        height: 60px;
        line-height: 60px;
        margin-right: 10px;
    }
    .head-xs-menu-close {
        position: absolute;
        top: 0px;
        right: 0;
        cursor: pointer;
        padding: 15px 10px 14px;
    }
    .head-xs-menu-close img {
        width: 20px;
        height: 20px;
    }
    .head-xs-menu-prof-pic img {
        bottom: 0;
        height: auto;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .head-xs-menu-prof-name {
        padding: 5px 0 0 10px;
        font-weight: 400;
        color: #dd2d54;
        font-size: 30px;
    }
    .header-menu-list li .mywal-xs-link {
        display: inline-block;
    }
    .head-xs-wallet-balance {
        display: inline-block;
        margin-left: 43px;
        margin-top: 7px;
        height: 46px;
        width: 140px;
        background-color: #3fbb66;
        padding: 4px 0px;
        border-radius: 4px;
        font-size: 26px;
        color: white;
        letter-spacing: 1px;
        vertical-align: top;
        line-height: 37px;
    }
    .header-menu-list li .mygc-xs-link {
        display: inline;
    }
    .head-xs-cards-worth {
        display: inline-block;
    }
    .head-xs-total-gc {
        margin-left: 15px;
        margin-top: 5px;
        height: 46px;
        width: 140px;
        background-color: #dd2d54;
        padding: 4px 0px;
        border-radius: 4px;
        font-size: 26px;
        color: white;
        letter-spacing: 1px;
        font-weight: 400;
        display: inline-block;
        vertical-align: top;
        line-height: 37px;
    }
    .head-xs-cards-txt {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
        font-size: 16px;
    }
    .header-xs-menu-divider {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .head-xs-logout {
        margin-bottom: 20px;
    }
    .head-xs-logout .btn {
        width: 200px;
        margin: 0 auto;
        background: transparent;
        height: 50px !important;
        line-height: 42px !important;
        -webkit-border-radius: 13px !important;
        -moz-border-radius: 13px !important;
        border-radius: 13px !important;
    }
    .moo-cart .table-responsive,
    .moo-checkout .table-responsive {
        border: 0 none;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
    .footer-logo .brand-img {
        width: 204px;
    }
    .banner .carousel-control.left {
        display: none;
    }
    .banner .carousel-control.right {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .chinLant-abs {
        display: none;
    }
    .view-all-sectn {
        margin: 10px 0 15px !important;
    }
    .view-all-desc {
        font-size: 20px !important;
    }
    .moom_catgy_title {
        font-size: 22px;
        padding-top: 10px;
    }
    .how-work {
        height: auto;
    }
    .how-work-title {
        padding-top: 15px;
    }
    .how-work-title .main-title {
        font-size: 22px;
    }
    .how-work-title .sub-title {
        font-size: 13px;
        height: 30px;
        display: none;
    }
    .how-work-content {
        padding-top: 0px;
    }
    .step-img img {
        width: 85px;
        height: 85px;
    }
    .vb-how-work-content .step-img img {
        width: 70px;
        height: 65px;
    }
    .how-work-content .desc {
        width: 100%;
        font-size: 12px;
    }
    .how-work-dash {
        height: 84px;
        margin-top: 50px;
    }
    .fav-card-top {
        margin: 0 auto;
        border-radius: 20px 50px;
        overflow: hidden;
    }
    .top-card-xs {
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .fav-brands-title {
        font-size: 22px;
        padding: 10px 0;
    }
    .moom-ctgy-nav-outer {
        height: 117px;
        margin-top: 100px;
    }
    #carousel-category-xs .cat-wrapper {
        height: 100%;
        margin: 0 30px;
    }
    .cat_nav_arrow_left {
        left: 10px;
    }
    .cat_nav_arrow_right {
        right: 2px;
    }
    .moom_catgy_nvgtn .carousel-inner .item {
        text-align: center;
    }
    .moom_catgy_nvgtn .cat-item {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .cat-item {
        width: 134px;
        font-size: 14px;
    }
    .cat-item a {
        font-size: 14px;
    }
    .cat-item img {
        width: 40px;
        height: 40px;
    }
    .cat_nav_arrow_left {
        top: 35%;
    }
    .cat_nav_arrow_right {
        top: 35%;
    }
    .moom-app-content {
        right: 5%;
        top: 30%;
        width: 220px;
    }
    .gift-on-go {
        font-size: 34px;
    }
    .moom-app-txt {
        margin-top: 5px;
        font-size: 20px;
    }
    .moom-app-cs {
        font-size: 13px;
    }
    .links_apps .appstore {
        width: 100px;
    }
    .links_apps .playstore {
        width: 100px;
    }
    .moom-app-block {
        margin-bottom: 8px;
    }
    .footer {
        height: 240px;
        background-size: 100% 100%;
    }
    .footer-news {
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
    }
    .footer-section-ullist {
        text-align: left;
        margin-left: 0px;
    }
    .footer-section-ullist li {
        margin-right: 0px;
    }
    .footer-section-ullist li a {
        font-size: 13px;
        margin-left: 20px;
    }
    .fotr-logo-center-xs-sm {
        text-align: center;
        margin-top: 15px;
    }
    .footer-section {
        margin-top: 30px;
    }
    .foooter-logo {
        padding-top: 20px;
    }
    .footer-section-support {
        margin-top: 10px;
    }
    .main-footer {
        height: 240px;
    }
    .footer-logo {
        padding-top: 0px;
    }
    .footer-section {
        margin-top: 0px;
    }
    .links-xs {
        padding-top: 20px;
        padding-left: 5%;
    }
    .sub-footer {
        height: 120px;
    }
    .moom-seo-txt {
        margin-top: 20px;
        text-align: center;
    }
    .cpy-right-text {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .links-xs {
        padding-top: 20px;
        padding-left: 10%;
    }
    .footer-section-ullist {
        text-align: left;
        margin-left: 20px;
    }
    .mcd-about-txt .prdt-desc {
        padding-top: 10px;
    }
    .prdt-left-arrow {
        left: 8px;
    }
    .prdt-right-arrow {
        right: 8px;
    }
    .modal:before {
        content: "";
        display: inline-block;
    }
    .preview-Modal .modal-dialog {
        margin: auto;
    }
    .gift-preview-close {
        text-align: center;
    }
    .sender-info-title .title {
        text-align: center;
    }
    .sender-info-title .subtitle {
        text-align: center;
        margin-left: 0%;
        margin-right: 0%;
    }
    .recvr-info-title .title {
        text-align: center;
    }
    .recvr-info-title .subtitle {
        text-align: center;
        margin-left: 0%;
        margin-right: 0%;
    }
    .recvr-fn-ln {
        margin-top: 10px;
    }
    .recvr-email-mob .col-xs-12 {
        width: 97.5%;
    }
    .recvr-mobNo {
        margin-top: 5px;
    }
    .recvr-email-mob .or-text {
        text-align: center;
        font-weight: 600;
        margin: 0px;
    }
    .checkout-date-title.col-xs-8 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .gifting-date.col-xs-4 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .checkout-date .dropdown-menu {
        top: 42px !important;
        left: 0px !important;
    }
    .order-details {
        margin-bottom: 15px;
    }
    .order-gift-card {
        width: 140px;
        margin: 0 auto;
    }
    .order-gift-card .card-image {
        width: 140px;
        height: 100px;
    }
    .order-gift-logo {
        left: 25px;
        top: 22px;
    }
    .order-gift-card .logo-img {
        width: 90px;
        height: 55px;
    }
    .item-desc-txt {
        margin-left: 5px;
    }
    .brand_and_cost {
        height: 50px;
    }
    .brand_and_cost .brand {
        font-size: 15px;
    }
    .brand_and_cost .type_of_purchase {
        font-size: 12px;
    }
    .item-desc-buy {
    }
    .item-desc-txt .cost {
        height: 50px;
        padding-top: 18px;
        font-size: 13px;
    }
    .checkout-date-title .title {
        text-align: center;
    }
    .checkout-date-title .subtitle {
        text-align: center;
        display: none;
    }
    .checkout-date-title .subtitle-device {
        text-align: center;
    }
    .showdate_cal {
        float: none;
        margin: 0 auto;
    }
    .sender-info {
        float: none;
        width: 100%;
    }
    .recvr-info {
        float: none;
        width: 100%;
        margin-top: 5px;
        padding: 10px 20px;
    }
    .sender-fn-ln {
        margin-top: 20px;
    }
    .sender-info {
        padding: 25px;
    }
    .order-details-title {
        padding-left: 0px;
    }
    .order-list-header {
        padding-left: 15px;
        font-size: 14px;
    }
    .order-list-header .item-desc {
        width: 51%;
        padding-left: 5px;
    }
    .order-list-header .item-pers {
        width: 19%;
    }
    .order-list-header .item-qnty {
        width: 12%;
    }
    .order-list-header .item-prce {
        width: 15%;
    }
    .orders .order-list {
        margin-left: 15px;
    }
    .order-list .item-desc {
        width: 52%;
    }
    .order-list .item-pers {
        width: 18%;
    }
    .order-list .item-qnty {
        width: 12%;
    }
    .cart_content .order-list .item-qnty {
        width: 15%;
    }
    .order-list .item-prce {
        width: 15%;
    }
    .brand-cost .brand {
        height: 50px;
    }
    .brand-cost .cost {
        height: 50px;
        padding-top: 16px;
    }
    .brand-cost .brand .brand-name {
        font-size: 16px;
    }
    .brand-cost {
        margin-left: 10px;
    }
    .faq-title {
        font-size: 25px;
        margin: 20px 0;
        height: auto;
        line-height: normal;
    }
    .faq-content {
        margin-bottom: 0px;
    }
    .faq-mb-content {
        margin-bottom: 40px;
    }
    .faq-mb-content .panel-default {
        border: none;
        background: #1B1D50;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .faq-mb-content .panel {
        box-shadow: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .faq-mb-content .panel-default > .panel-heading {
        background: none;
        padding: 16px 0;
        margin: 0 2%;
    }
    .faq-mb-content .panel-title > a {
        font-family: "Montserrat", serif;
    }
    .faq-mb-content .panel-title > a > span > a > span, .faq-mb-content .panel-title > a > span > a > i {
        color: #ffffff;
    }
    .faq-mb-content .panel-title > a > span > a > span.faq-cat-active, .faq-mb-content .panel-title > a > span > a:focus {
        color: #EDB61D;
        text-decoration: none;
    }
    .faq-mb-content .panel-title > a:hover {
        text-decoration: none;
    }
    .faq-mb-content
    .panel-default
    > .panel-heading
    + .panel-collapse
    > .panel-body {
        border-top: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .faq-mb-content .faq-answer {
        color: #343434;
        line-height: 22px;
        font-family: "Montserrat", serif;
    }
    .faq-mb-categories .panel-open .panel-heading {
        color: #e81850;
    }
    .faq-mb-category-list .panel-heading h4 {
        color: black;
    }
    .faq-mb-category-list .panel-default {
        border: none;
    }
    .faq-mb-category-list .panel-open {
        background-color: #f7f7f7;
    }
    .panel-title {
        line-height: 18px;
    }
    .mobile-view-country {
        display: none;
    }
    .head-xs-menu-prof-pic {
        width: 120px;
        height: 120px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 6px solid white;
    }
    .header-menu-list li .menu-item-img {
        height: 50px;
        line-height: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .menu-item-txt.browse-giftcard {
        background: rgba(155, 89, 182, 0.8);
    }
    .cart-icon-items {
        top: -8px;
    }
    .how-work-content .col-xs-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .step-img img {
        width: 60px;
        height: auto;
    }
    .carousel-caption {
        top: 30%;
        left: 0;
        right: 0;
    }
    .banner_title {
        padding: 0 15px;
        text-align: center;
        width: 100%;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: normal;
    }
    .banner_btn {
        margin-top: 10px;
    }
    .banner_btn .btn {
        height: auto;
        padding: 4px 8px 6px;
        width: auto;
        font-size: 13px;
    }
    .display-desktop {
        display: none;
    }
    .guest-display,
    .guest-display .display-desktop {
        display: block;
    }
    .guest-display .recvr-info {
        width: 100%;
    }
    .moom-app-block {
        height: 350px;
    }
    .checkout-date {
        padding: 10px 20px;
    }
    .slider-height-cntr .item {
        height: 500px;
    }
    .saythankyou-btn-field {
        float: none !important;
    }
    .moo-cart .checkout {
        width: 100%;
        padding: 10px;
    }
    .moo-cart .continue-shopping {
        float: none;
        display: inline-block;
        margin: 10px 0 20px;
        text-align: center;
        width: 100%;
    }
    .moo-cart {
        margin-top: 0;
    }
    .moo-cart table tr td,
    .moo-cart table tr th,
    .moo-cart table tr td:last-child {
        padding: 20px;
        border: #dcdcdc 1px solid !important;
    }
    .moo-cart table tr td span.out-stock {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(224, 0, 57, 0.7);
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        padding: 12px 0;
    }
    span.out-stock {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(224, 0, 57, 0.7);
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        padding: 12px 0;
    }
    .slider-height-cntrl .item {
        height: 500px;
    }
    .guestGifting {
        padding: 30px 5% 30px;
    }
    .guest-user-link {
        margin: 0px;
        padding: 15px 0 20px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }
    .guest-user-link {
        text-align: center;
    }
    .guest-user-link p {
        float: none;
        margin: 0px 0 10px;
    }
    .guest-user-link button {
        float: none;
        display: inline-block;
        width: 150px;
    }
    /************************ Guest User Personalize *******************/
    .guest-user-personalize {
        width: 320px;
        margin: 0 auto;
    }
    .guest-user-personalize .cust-theme-final {
        width: auto;
        height: 300px;
    }
    .guest-user-personalize .moom-gift-wish {
        display: none !important;
    }
    .guest-user-personalize .cust-theme-final .moom-gift-cover {
        display: none !important;
    }
    .guest-user-control .modal-sm {
        margin: 0 auto;
    }
    .guest-user-personalize .moom-gift-card-outer {
        top: 0px !important;
        left: 20px !important;
        right: 0px !important;
        margin: 0 auto;
    }
    .guest-user-personalize .moom-gift-card {
        width: 280px !important;
    }
    .guest-user-personalize .moom-gift-card .card-image {
        width: 280px !important;
        height: 190px !important;
    }
    .guest-user-personalize .moom-gift-logo {
        top: 45px !important;
        left: 61px !important;
    }
    .guest-user-personalize .moom-gift-card .logo-img {
        width: 160px !important;
        height: 85px !important;
    }
    .guest-user-personalize .moom-gift-sender {
        bottom: 10px !important;
        left: 0px !important;
        color: #999b9d;
        font-size: 14px;
    }
    .guest-user-personalize .moom-gift-sender-input .form-control {
        width: 321px !important;
        height: 50px;
        color: #343434 !important;
        font-size: 16px !important;
        border: 0px;
        background: #ffffff;
        padding: 6px 15px;
    }
    .moom-gift-sender .sender-label {
        color: #343434;
    }
    .guest-user-personalize .moom-gift-recipient {
        top: 300px !important;
        left: 0px !important;
        width: 100%;
    }
    .guest-user-personalize .moom-gift-recipient .otp-errormsg,
    .guest-user-personalize .moom-gift-sender .otp-errormsg {
        position: absolute;
        bottom: -4px !important;
        right: 5px !important;
        font-size: 12px !important;
    }
    .guest-user-personalize .moom-gift-recipient .form-control {
        text-align: left;
        color: #343434 !important;
        font-size: 16px !important;
        border: 0px;
        background: #ffffff;
        padding-left: 15px;
        padding-right: 15px;
    }
    .guest-user-personalize .cust-theme-message {
        background: none !important;
        width: auto !important;
        height: auto !important;
        margin-top: 50px;
    }
    .guest-user-personalize .cust-theme-message textarea {
        width: 100% !important;
        left: 0px !important;
        top: 10px !important;
        font-size: 14px !important;
        border: 0px;
        background: #ffffff;
    }
    .guest-user-prvw-prcd-btn-xs .prvw-prcd-btn-xs {
        width: 320px;
    }
    .guest-user-prvw-prcd-btn-xs .prvw-prcd-btn-xs .preview-btn .btn {
        height: 45px;
    }
    .cust-personalize .cust-title {
        margin: 15px 0;
    }
    .moom-gift-sender-input .form-control::-webkit-input-placeholder {
        color: #ababab;
        font-size: 14px;
    }
    .moom-gift-sender-input .form-control::-moz-placeholder {
        color: #ababab;
        font-size: 14px;
    }
    .moom-gift-sender-input .form-control:-ms-input-placeholder {
        color: #ababab;
        font-size: 14px;
    }
    .cart-subtotal {
        background: #fff6eb;
        padding: 0 20px;
        margin-bottom: 10px;
        height: 67px;
        line-height: 67px;
    }
    .cart-subtotal p {
        margin-right: 0px;
    }
    .cart-subtotal label {
        padding: 5px 0 0;
        width: 100%;
        text-align: left;
        border-left: 0px;
    }
    .cart-subtotal div.btn-cntrl {
        position: absolute;
        top: 29px;
        right: 20px;
    }
    .cart-subtotal label small {
        padding: 5px 0 0;
    }
    .moom-gift-recipient .form-control::-webkit-input-placeholder {
        color: #ffffff;
    }
    .moom-gift-recipient .form-control::-moz-placeholder {
        color: #ffffff;
    }
    .moom-gift-recipient .form-control:-ms-input-placeholder {
        color: #ffffff;
    }
    .moom-gift-recipient .form-control:-moz-placeholder {
        color: #ffffff;
    }
    /******************************** Cashback Responsive Table *************************/
    .moo-cart table.cashback-responsive-table tr td:last-child {
        vertical-align: top;
        text-align: left;
    }
    .moo-checkout table.cashback-responsive-table tr td:last-child {
        text-align: left;
    }
    .cashback-responsive-table .cart-brand-name {
        text-align: left;
        margin-top: 0px;
        color: #e81850;
        font-weight: 600;
    }
    .cashback-responsive-table div.itemCost {
        font-weight: 600;
    }
    .cashback-responsive-table div.itemCost span {
        color: #464646;
    }
    .cashback-responsive-table tr td button {
        border: 0px;
        background: rgb(237, 182, 29, 0.3);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #343434;
        font-size: 15px;
        font-weight: 600;
        padding: 14px 35px;
    }
    .moo-cart table.cashback-responsive-table tr td {
        border: none !important;
    }
    .moo-cart table.cashback-responsive-table tr:first-child,
    .moo-checkout table.cashback-responsive-table tr:first-child {
        border-top: none;
    }
    .moo-checkout table tr td {
        padding: 10px;
    }
    .responsive-cash-checkout {
        padding: 10px;
        background: #f4f4f4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
    .responsive-cash-checkout p {
        margin: 0px;
        color: #464646;
        font-size: 18px;
    }
    .responsive-cash-checkout p strike {
        font-size: 16px;
    }
    .responsive-cash-checkout p span {
        color: #ff4167;
        font-size: 18px;
    }
    .responsive-cash-checkout small {
        font-size: 14px;
        color: #4eb570;
    }
    .corporate-purchase-content,
    .corporate-purchase-content2 {
        margin: 20px 0;
        width: 96%;
    }
    .uob-view-code-pin .uob-view-container.accepted button.code-show {
        width: 70% !important;
    }
    .mgc-redemption.bar-code {
        width: 400px;
        margin: 15px auto 0;
    }
    .corporate-purchase-MOO {
        margin: 0px;
        border-radius: 0px;
    }
    /************* New Classes added on 22 Mar 2025 *****************/
    .giftcard-added {
        position: fixed;
        width: 100%;
        z-index: 9;
        top: 89px;
        left: 0;
    }
}
/*@media (max-width:768px){.signup-section{border-top-left-radius:0px;border-bottom-left-radius:0px;}*/
/*}*/
@media (min-width: 768px) and (max-width: 804px) {
    .menu-item-img-txt {
        margin-left: 7px;
        margin-right: 7px;
    }
    .select2-container .select2-choice {
        width: 153px;
    }
    .header .navbar-brand {
        padding-right: 0px;
    }
    .navbar-brand > img {
        width: 180px;
        margin-top: 3px;
    }
}

@media (max-width: 390px) {
    .out-of-inventory h2 {
        font-size: 16px;
    }
    .out-of-inventory {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .hide-device {
        display: none;
    }
    .hide-web {
        display: block;
    }
    .myp-cp-btns .btn {
        width: 100% !important;
    }
    .myp-cp-btns .btn-info {
        font-size: 18px;
    }
    .myp-cp-btns .btn-default {
        font-size: 18px;
        margin: 10px 0 0;
    }
    .profile-country-600 {
        display: block;
    }
    .profile-country-601 {
        display: none;
    }
    .myp-mob-no .form-mob .form-control {
        text-indent: inherit !important;
    }
    .page-not-found img.error-404 {
        width: 80%;
    }
    .page-not-found p {
        padding: 0 5%;
    }
    .page-not-found p strong {
        font-size: 28px;
    }
}
@media (max-width: 500px) {
    .fav-card {
        border-radius: 20px 50px;
    }
    .cart-subtotal {
        height: auto;
    }
    .cart-subtotal p {
        font-size: 17px;
        float: none;
        text-align: center;
    }
    .cart-subtotal label {
        font-size: 15px;
        text-align: center;
    }
    .cart-subtotal label small {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .cart-subtotal div.btn-cntrl button.btn-default,
    .cart-subtotal div.btn-cntrl button.btn-info1 {
        width: auto;
        height: auto;
        font-size: 13px;
        padding: 12px 15px;
    }
    .cart-subtotal div.btn-cntrl {
        position: relative;
        top: 0px;
        right: 0px;
        float: none;
        text-align: center;
    }
    .no-item-content img,
    .no_cards_sec img {
        width: auto;
    }
    .corporate-purchase-content,
    .corporate-purchase-content2 {
        padding: 15px;
    }
    .corporate-purchase-content2 strong {
        font-size: 14px;
    }
    .corporate-purchase-content2 p {
        margin: 0px;
        font-size: 13px;
    }
    .uob-view-code-pin .uob-view-container.accepted button.code-show {
        width: 100% !important;
    }
    .mgc-redemption.bar-code {
        width: 90%;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 630px) {
    .other-card-overlay .card-image {
        opacity: 0.5;
        width: 280px;
        height: 200px;
    }
    .other-card-logo {
        top: 42px;
        left: 35px;
        width: 210px;
        height: 100px;
    }
    .other-card-logo img {
        top: 42px;
        left: 35px;
        width: 210px;
        height: 100px;
    }
}
@media (min-width: 698px) and (max-width: 767px) {
    .cart_content .order-list-header {
        padding-left: 15px;
    }
    .cart_content .orders .order-list {
        margin-left: 10px;
    }
    .cart_content .order-list-header .item-desc {
        width: 51%;
    }
    .cart_content .order-list-header .item-qnty {
        width: 17%;
    }
    .cart_content .order-list-header .item-prce {
        width: 14%;
    }
    .cart_content .order-list-header .item-remove {
        width: 15%;
    }
    .cart_content .order-list .item-desc {
        width: 51%;
    }
    .cart_content .order-list .item-qnty {
        width: 17%;
    }
    .cart_content .order-list .item-prce {
        width: 14%;
    }
    .cart_content .order-list .item-remove {
        width: 15%;
    }
    .cart_content .order-list .item-desc a {
        text-decoration: none;
        display: block;
    }
    .cart_content .order-gift-card .card-image {
        width: 180px;
        height: 130px;
    }
    .cart_content .order-gift-card {
        width: 178px;
    }
    .cart_content .order-gift-card .logo-img {
        width: 105px;
        height: 70px;
    }
    .cart_content .order-gift-logo {
        left: 36px;
        top: 30px;
    }
    .cart_content .brand-and-cost .brand {
        font-size: 16px;
    }
    .cart_content .brand-and-cost .type-of-purchase {
        font-size: 13px;
    }
    .cart_content .cost .value {
        font-size: 16px;
    }
    .cart_content .cost .value-cost {
        font-size: 18px;
    }
    .cart_content .item-prce .itemCost {
        font-size: 16px;
    }
    .cart_content .item-remove img {
        width: 12px;
    }
    .cart_content .checktotal {
        width: 100%;
    }
    .cart_content .checktotal .continueshopping-btn {
        color: #fff;
        background-color: #ff4167;
        border-color: #ff4167;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .cart_content .checktotal .continueshopping-btn:hover {
        color: #fff;
        background-color: #cc3452;
        border-color: #cc3452;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
}
@media (min-width: 580px) and (max-width: 698px) {
    .cart_content .order-list-header {
        padding-left: 10px;
    }
    .cart_content .orders .order-list {
        margin-left: 5px;
    }
    .cart_content .order-list-header .item-desc {
        width: 51%;
    }
    .cart_content .order-list-header .item-qnty {
        width: 17%;
    }
    .cart_content .order-list-header .item-prce {
        width: 14%;
    }
    .cart_content .order-list-header .item-remove {
        width: 15%;
    }
    .cart_content .order-list .item-desc {
        width: 51%;
    }
    .cart_content .order-list .item-qnty {
        width: 17%;
    }
    .cart_content .order-list .item-prce {
        width: 14%;
    }
    .cart_content .order-list .item-remove {
        width: 15%;
    }
    .cart_content .order-gift-card .card-image {
        width: 150px;
        height: 110px;
    }
    .cart_content .order-gift-card .logo-img {
        width: 100px;
        height: 60px;
    }
    .cart_content .order-gift-logo {
        left: 22px;
        top: 30px;
    }
    .cart_content .brand-and-cost .brand {
        font-size: 16px;
    }
    .cart_content .brand-and-cost .type-of-purchase {
        font-size: 13px;
    }
    .cart_content .cost .value {
        font-size: 15px;
    }
    .cart_content .cost .value-cost {
        font-size: 21px;
    }
    .cart_content .cost {
        margin-top: 25px;
    }
    .cart_content .item-prce .itemCost {
        font-size: 17px;
    }
    .cart_content .order-gift-card {
        width: 150px;
    }
    .cart_content .item-desc-txt {
        margin-left: 10px;
    }
    .cart_content .order-list {
        margin-left: 0px;
    }
    .cart_content .checktotal {
        width: 100%;
    }
    .cart_content .checktotal .continueshopping-btn {
        color: #fff;
        background-color: #ff4167;
        border-color: #ff4167;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .cart_content .checktotal .continueshopping-btn:hover {
        color: #fff;
        background-color: #cc3452;
        border-color: #cc3452;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
}
@media (min-width: 501px) and (max-width: 650px) {
    .cart-subtotal div.btn-cntrl button.btn-default,
    .cart-subtotal div.btn-cntrl button.btn-info1 {
        width: auto;
        height: auto;
        line-height: 36px;
        font-size: 13px;
        padding: 10px 8px;
    }
    /*}*/
    /*@media (min-width:501px) and (max-width:650px){*/
    /******************************** Cashback Responsive Table *************************/
    .moo-cart table.cashback-responsive-table tr td:first-child,
    .moo-checkout table.cashback-responsive-table tr td:first-child {
        width: 280px;
    }
    .cashback-responsive-table div.order-gift-card img.card-image,
    .cashback-responsive-table div.order-gift-card {
        width: 230px;
        height: 156px;
    }
    .cashback-responsive-table div.order-gift-logo img.logo-img {
        width: 150px;
        height: 79px;
    }
    .cashback-responsive-table div.order-gift-logo {
        left: 40px;
        top: 36px;
    }
    .cashback-responsive-table div.itemCost {
        font-size: 16px;
        padding: 10px 0 15px;
    }
    .cashback-responsive-table tr td button {
        padding: 8px 22px;
        font-size: 15px;
    }
    .cart-subtotal p {
        font-size: 17px;
    }
    .cart-subtotal label {
        font-size: 15px;
    }
    .cart-subtotal label small {
        font-size: 12px;
    }
}
@media (min-width: 651px) and (max-width: 767px) {
    /******************************** Cashback Responsive Table *************************/
    .moo-cart table.cashback-responsive-table tr td:first-child,
    .moo-checkout table.cashback-responsive-table tr td:first-child {
        width: 300px;
    }
    .cashback-responsive-table div.order-gift-card img.card-image,
    .cashback-responsive-table div.order-gift-card {
        width: 280px;
        height: 190px;
    }
    .cashback-responsive-table div.order-gift-logo img.logo-img {
        width: 180px;
        height: 95px;
    }
    .cashback-responsive-table div.order-gift-logo {
        left: 50px;
        top: 47px;
    }
    .cashback-responsive-table .cart-brand-name {
        font-size: 20px;
    }
    .cashback-responsive-table div.itemCost span {
        font-size: 16px;
    }
    .cashback-responsive-table div.itemCost {
        font-size: 18px;
        padding: 10px 0 15px;
    }
    .cashback-responsive-table tr td button {
        padding: 10px 25px;
    }
    .moo-cart table.cashback-responsive-table tr td:last-child,
    .moo-checkout table.cashback-responsive-table tr td:last-child {
        padding-left: 30px;
    }
    .cart-subtotal p {
        font-size: 18px;
    }
    .cart-subtotal label {
        font-size: 16px;
    }
    .cart-subtotal label small {
        font-size: 12px;
    }
}
@media (min-width: 601px) {
    .profile-country-600 {
        display: none;
    }
    .profile-country-601 {
        display: block;
    }
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
    .moom-app-content {
        width: 220px;
        right: 2%;
        top: 25%;
    }
    .gift-on-go {
        font-size: 33px;
    }
    .moom-app-txt {
        margin-top: 10px;
        font-size: 18px;
    }
    .moom-app-cs {
        font-size: 12px;
    }
    .orders .order-list {
        margin-top: 25px;
        padding-top: 28px;
    }
    .order_info_totalOrders .order-list .item-desc a {
        display: none;
    }
    .order-list-header {
        padding-left: 15px;
        font-size: 14px;
    }
    .order-list-header .item-desc {
        width: 35%;
        padding-left: 5px;
    }
    .cart_content .order-list-header .item-desc {
        width: 49%;
    }
    .order-list-header .item-pers {
        width: 27%;
    }
    .order-list-header .item-qnty {
        width: 14%;
    }
    .order-list-header .item-prce {
        width: 16%;
    }
    .orders .order-list {
        margin-left: 10px;
    }
    .order-list .item-desc {
        width: 35%;
    }
    .order-list .item-pers {
        width: 27%;
    }
    .order-list .item-qnty {
        width: 14%;
    }
    .order-list .item-prce {
        width: 16%;
    }
    .brand-cost .brand {
        height: 45px;
    }
    .brand-cost .cost {
        height: 45px;
        padding-top: 12px;
    }
    .brand-cost .brand .brand-name {
        font-size: 16px;
    }
    .brand-cost {
        margin-left: 10px;
    }
}
@media (min-width: 480px) and (max-width: 580px) {
    .cart_content .order-list-header {
        padding-left: 5px;
    }
    .cart_content .orders .order-list {
        margin-left: 2px;
    }
    .cart_content .order-list-header .item-desc {
        width: 40%;
    }
    .cart_content .order-list-header .item-qnty {
        width: 27%;
    }
    .cart_content .order-list-header .item-prce {
        width: 14%;
    }
    .cart_content .order-list-header .item-remove {
        width: 15%;
    }
    .cart_content .order-list .item-desc {
        width: 40%;
    }
    .cart_content .order-list .item-qnty {
        width: 27%;
    }
    .cart_content .order-list .item-prce {
        width: 14%;
    }
    .cart_content .order-list .item-remove {
        width: 15%;
    }
    .cart_content .order-gift-card {
        display: none;
    }
    .cart_content .item-desc-txt {
        margin-left: 10px;
    }
    .cart_content .brand-and-cost .brand {
        font-size: 16px;
    }
    .cart_content .type-of-purchase {
        font-size: 14px;
    }
    .cart_content .item-desc-txt {
        margin-left: 20px;
    }
    .cart_content .cost .value {
        font-size: 15px;
    }
    .cart_content .cost .value-cost {
        font-size: 21px;
    }
    .cart_content .order-list .item-remove img {
        width: 12px;
    }
    .cart_content .order-list {
        margin-left: 0px;
    }
    .cart_content .checktotal {
        width: 100%;
    }
    .cart_content .checktotal .continueshopping-btn {
        color: #fff;
        background-color: #ff4167;
        border-color: #ff4167;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .cart_content .checktotal .continueshopping-btn:hover {
        color: #fff;
        background-color: #cc3452;
        border-color: #cc3452;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
}
@media (min-width: 426px) and (max-width: 540px) {
    .signup-login-popup .modal-dialog {
        width: 390px !important;
        margin: 0px auto;
    }
    .signup-login-popup-hide-signup .modal-dialog {
        width: 390px !important;
        margin: 0px auto;
    }
    .signup-section {
        width: 390px;
        height: auto;
        padding-bottom: 20px;
        border-radius: 0 0 10px 10px;
    }
    .login-section {
        width: 390px;
        height: auto;
    }
    .signup-mob span {
        width: 65px;
        line-height: 49px;
    }
    .signup-mob .form-control {
        text-indent: 65px;
        height: 50px;
    }
    .login-social-title:before,
    .login-social-title:after {
        width: 28%;
    }
    .login-pwd {
        margin-bottom: 10px;
    }
    .editnumber-popup {
        width: 390px;
    }
    .verifyotp-popup {
        width: 100%;
    }
    .addnumber-popup {
        width: 390px;
    }
    .verotp-section {
        width: 100%;
    }
    .verotp-no {
        margin: auto 30px;
    }
    .forgotpassword-popup {
        width: 390px;
    }
    .editnumber-section {
        width: 390px;
    }
    .edno-abt-upd-info {
        width: 100%;
    }
    .merge-acnt-btn,
    .use-diffno-btn {
        margin: 20px 70px;
    }
    .signup-mbl-fld {
        text-indent: inherit;
    }
    .page-signup-login {
        width: 390px;
    }
}
@media (max-width: 540px) {
    .edno-mob .select2-container {
        position: relative;
        width: 100%;
        border: 0px;
        margin-bottom: 15px;
    }
    .edno-mob .select2-container .select2-choice {
        width: 100%;
        border: 1px solid #cccccc;
        background: #ffffff;
    }
    .edno-mob .form-control {
        text-indent: inherit;
    }
    .edno-form {
        padding-top: 10px;
    }
    .edno-form-resp-msg {
        top: 0px;
        position: relative;
        padding-bottom: 10px;
    }
    .page-signup-height .signup-section {
        height: 517px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 40px;
    }
    .title-hero {
        font-size: 100px;
    }
}
@media (min-width: 319px) and (max-width: 480px) {
    .cart_content .order-list-header {
        padding-left: 5px;
    }
    .cart_content .orders .order-list {
        margin-left: 2px;
    }
    .cart_content .order-list-header .item-desc {
        width: 40%;
    }
    .cart_content .order-list-header .item-qnty {
        width: 36%;
    }
    .cart_content .order-list-header .item-prce {
        width: 20%;
    }
    .cart_content .order-list-header .item-remove {
        width: 10%;
    }
    .cart_content .order-list .item-desc {
        width: 40%;
    }
    .cart_content .order-list .item-qnty {
        width: 36%;
    }
    .cart_content .order-list .item-prce {
        width: 20%;
    }
    .cart_content .order-list .item-remove {
        width: 22.6%;
    }
    .cart_content .order-list-header .item-remove {
        display: none;
        width: 5%;
    }
    .cart_content .order-gift-card {
        display: none;
    }
    .cart_content .item-desc-txt {
        margin-left: 5px;
    }
    .cart_content .brand-and-cost .brand {
        font-size: 14px;
    }
    .cart_content .type-of-purchase {
        font-size: 14px;
    }
    .cart_content .item-desc-txt {
        margin-left: 0px;
    }
    .cart_content .cost .value {
        font-size: 13px;
    }
    .cart_content .cost .value-cost {
        font-size: 17px;
    }
    .cart_content .order-list .item-remove {
        display: inline-block;
        text-align: right;
        width: 10%;
        vertical-align: bottom;
        float: right;
        margin-top: -5%;
    }
    .cart_content .order-list .item-remove img {
        width: 15px;
    }
    .cart_content .order-list {
        margin-left: 0px;
    }
    .cart_content .order-list-header .item-prce {
        width: 20%;
        font-size: 14px;
    }
    .cart_content .item-prce .itemCost {
        font-size: 16px;
    }
    .cart_content .order-list .item-remove {
        display: inline-block;
        text-align: center;
        width: 12.6%;
        vertical-align: bottom;
    }
    .cart_content .checktotal {
        width: 100%;
    }
    .cart_content .checktotal .continueshopping-btn {
        color: #fff;
        background-color: #ff4167;
        border-color: #ff4167;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .cart_content .checktotal .continueshopping-btn:hover {
        color: #fff;
        background-color: #cc3452;
        border-color: #cc3452;
        float: right;
        height: 45px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .guestGifting .form-contrl {
        width: auto;
    }
    .guestGifting .form-contrl .purpl-btn {
        font-size: 14px;
        width: 133px;
    }
    .guest-user-control .modal-sm {
        width: auto;
        margin: 0 10px;
    }
    .mcd-buttonaction.guest-user-btn-cntrl .btn-info1 {
        font-size: 18px;
    }
    .guest-user-get-OTP input[type="text"] {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .how-work .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .how-work-content {
        padding-top: 10px;
    }
    .how-work-dash {
        margin-top: 45px;
    }
    .how-work-dash {
        margin-top: 45px;
    }
    .mcd-buttonaction.guest-user-btn-cntrl {
        width: 90%;
    }
    .guest-user-get-OTP .purpl-btn {
        width: 110px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
    .fav-card-top {
        width: 275px;
        border-radius: 20px 50px;
        overflow: hidden;
    }
    .fav-card-top .card-image {
        width: 275px;
        height: 200px;
    }
    .fav-card-top-logo {
        top: 50px;
        left: 50px;
    }
    .fav-card-top-logo .logo-image {
        width: 160px;
        height: 90px;
    }
    .fav-card-top-price {
        bottom: 15px;
        right: 15px;
        font-size: 16px;
    }
    .view-all-btn .btn {
        width: 150px;
        height: 42px;
    }
    .loader {
        width: 80%;
    }
    .loader > img {
        width: 100%;
    }
    .loader p {
        bottom: 15px;
    }
    .moom-ctgy-nav-outer {
        height: 102px;
        margin-top: 6px;
    }
    #carousel-category-xs .cat-wrapper {
        margin: 8px 25px 0px 25px;
    }
    .moom_ctgry_nvgtn_block {
        min-height: 102px;
    }
    .moom_catgy_nvgtn {
        height: 102px;
        margin-top: 82px;
        background: #e81850;
    }
    .moom_catgy_nvgtn .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .moom_catgy_nvgtn .cat-item {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .cat-item {
        width: 80px;
        font-size: 12px;
    }
    .cat-item a {
        font-size: 12px;
    }
    .cat_nav_arrow_left {
        left: 0px;
        top: 30%;
    }
    .cat_nav_arrow_right {
        right: 0px;
        top: 30%;
    }
    .select2-container .select2-choice {
        width: 160px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
    .links-xs {
        padding-top: 20px;
        padding-left: 10%;
    }
    .main-footer {
        height: 240px;
    }
    .sub-footer {
        height: 145px;
    }
    .footer-section-support {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
    .fav-card-top {
        width: 358px;
        border-radius: 20px 50px;
        overflow: hidden;
    }
    .fav-card-top .card-image {
        width: 358px;
        height: 236px;
    }
    .fav-card-top-logo {
        top: 40px;
        left: 60px;
    }
    .fav-card-top-logo .logo-image {
        width: 246px;
        height: 132px;
    }
    .fav-card-top-price {
        bottom: 15px;
        right: 20px;
        font-size: 18px;
    }
    .loader {
        width: 80%;
    }
    .loader > img {
        width: 100%;
    }
    .loader p {
        bottom: 20%;
    }
    .moom-ctgy-nav-outer {
        height: 110px;
        margin-top: 100px;
    }
    .moom_catgy_nvgtn .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cat-item {
        width: 100px;
        font-size: 13px;
    }
    .cat-item a {
        font-size: 13px;
    }
}
@media (min-width: 290px) and (max-width: 500px) {
    .guest-user-personalize .cust-theme-message textarea {
        top: 15px !important;
    }
    .guest-user-personalize .moom-gift-sender-input .form-control {
        width: 299px !important;
    }
    .guest-user-personalize .moom-gift-card-outer {
        left: 10px !important;
    }
    .guest-user-prvw-prcd-btn-xs .prvw-prcd-btn-xs {
        width: 300px;
    }
}
@media only screen and (min-width: 500px) and (max-width: 590px) {
    .fav-card-top {
        width: 450px;
        border-radius: 20px 50px;
        overflow: hidden;
    }
    .fav-card-top .card-image {
        width: 450px;
        height: 300px;
    }
    .fav-card-top-logo {
        top: 75px;
        left: 95px;
    }
    .fav-card-top-logo .logo-image {
        width: 265px;
        height: 135px;
    }
    .fav-card-top-price {
        bottom: 15px;
        right: 28px;
        font-size: 20px;
    }
}
@media (min-width: 301px) and (max-width: 380px) {
    .order_info_totalOrders .order-list .item-desc a {
        display: none;
    }
    .brand-cost {
        margin-left: 0px;
    }
    .brand-cost .brand {
        height: 45px;
    }
    .brand-cost .cost {
        height: 45px;
        padding-top: 10px;
    }
    .brand-cost .brand .brand-name {
        font-size: 12px;
    }
    .brand-cost .brand .pur-type {
        font-size: 10px;
    }
    .brand-cost .cost {
        font-size: 12px;
    }
}
@media (min-width: 381px) and (max-width: 450px) {
    .orders .order-list {
        margin-top: 25px;
        padding-top: 28px;
    }
    .order_info_totalOrders .order-list .item-desc a {
        display: none;
    }
    .order-list-header {
        padding-left: 10px;
        font-size: 13px;
    }
    .order-list-header .item-desc {
        width: 35%;
        padding-left: 5px;
    }
    .order-list-header .item-pers {
        width: 27%;
    }
    .order-list-header .item-qnty {
        width: 14%;
    }
    .order-list-header .item-prce {
        width: 16%;
    }
    .orders .order-list {
        margin-left: 10px;
    }
    .order-list .item-desc {
        width: 35%;
    }
    .order-list .item-pers {
        width: 27%;
    }
    .order-list .item-qnty {
        width: 14%;
    }
    .order-list .item-prce {
        width: 16%;
    }
    .brand-cost .brand {
        height: 45px;
    }
    .brand-cost .cost {
        height: 45px;
        padding-top: 12px;
    }
    .brand-cost .brand .brand-name {
        font-size: 14px;
    }
    .brand-cost {
        margin-left: 0px;
    }
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
    .main-footer {
        height: 230px;
    }
    .sub-footer {
        height: 162px;
    }
    .footer-section-support {
        margin-top: 10px;
        font-size: 10px;
    }
    .footer-section-ullist li a {
        margin-left: 10px;
    }
}
@media (min-width: 295px) and (max-width: 400px) {
    .order-list-header {
        padding-left: 11px;
        font-size: 11px;
        padding-top: 7px;
        height: 30px;
    }
    .order-list-header .item-desc {
        width: 25%;
    }
    .order-list-header .item-desc-buy {
        width: 50%;
    }
    .order-list-header .item-pers {
        width: 34%;
    }
    .order-list-header .item-qnty {
        width: 14%;
    }
    .order-list-header .item-prce {
        width: 20%;
    }
    .orders {
        margin-top: 10px;
    }
    .order-list {
        margin-left: 5px;
    }
    .order-list .item-desc {
        width: 26%;
    }
    .order-list .item-desc-buy {
        width: 50%;
    }
    .order-list .item-pers {
        width: 32%;
    }
    .order-list .item-qnty {
        width: 13%;
    }
    .order-list .item-prce {
        width: 21%;
    }
    .brand_and_cost .brand {
        font-size: 11px;
    }
    .brand_and_cost .type_of_purchase {
        font-size: 10px;
    }
    .orders .order-list:first-child {
        margin-top: 10px;
    }
    .brand_and_cost .brand {
        font-size: 11px;
    }
    .brand_and_cost .type_of_purchase {
        font-size: 10px;
    }
    .item-desc-txt .cost {
        height: 50px;
        padding-top: 6px;
        font-size: 11px;
    }
    .sender-info-title .title {
        font-size: 20px;
        margin: 0px;
    }
    .sender-fn-ln,
    .recvr-fn-ln {
        margin-top: 10px;
    }
    .recvr-info-title .title {
        font-size: 20px;
    }
    .checkout-date-title .title {
        font-size: 20px;
        font-weight: 400;
    }
    .showdate_cal {
        max-width: 100%;
    }
    .order-details-title {
        font-size: 20px;
        padding-left: 0px;
    }
    .payment-title .pay-title {
        font-size: 20px;
    }
    .cart_content .item-desc-txt .cost {
        height: 50px;
        padding-top: 20px;
        font-size: 11px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 449px) {
    .moom-app-content {
        width: 160px;
        right: 15px;
        top: 30%;
    }
    .gift-on-go {
        font-size: 18px;
        font-weight: normal;
    }
    .moom-app-txt {
        margin-top: 5px;
        font-size: 12px;
    }
    .moom-app-cs {
        font-size: 12px;
        margin-top: 0px;
    }
    .links_apps .appstore {
        width: 84px;
    }
    .links_apps .playstore {
        width: 84px;
        margin-top: 5px;
    }
    .moom-app-content .links_apps {
        position: relative;
        margin-top: 10px;
    }
    .links_apps .google_app {
        margin-left: 0px;
    }
    .header-menu-list li .menu-item-txt,
    .header-menu-list li .menu-item {
        font-size: 20px;
        letter-spacing: 0.5px;
        height: 50px;
        line-height: 50px;
    }
    .header-menu-list li .mywal-xs-link {
        padding-right: 8px;
    }
    .head-xs-wallet-balance {
        font-size: 23px;
    }
    .header-menu-list li .mygc-xs-link {
        padding-right: 15px;
        padding-left: 0px;
        margin-left: -10px;
    }
    .head-xs-total-gc {
        vertical-align: middle;
        display: inline-block;
        font-size: 23px;
    }
    .head-xs-logout {
        margin-bottom: 50px;
    }
    .footer-logo .brand-img {
        width: 140px !important;
    }
}
@media (min-width: 290px) and (max-width: 425px) {
    .signup-login-popup .modal-dialog {
        width: 290px !important;
        margin: 0px auto;
    }
    .signup-login-popup-hide-signup .modal-dialog {
        width: 290px !important;
        margin: 0px auto;
    }
    .signup-section {
        width: 290px;
        height: auto;
        padding-bottom: 20px;
        border-radius: 0 0 10px 10px;
    }
    .login-signup-popup .accept-login {
        width: 290px;
        padding: 16px;
        font-size: 12px;
    }
    .login-section {
        width: 290px;
        height: auto;
    }
    .signlog-xs-subtitle {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        font-size: 17px;
    }
    .signup-mob span {
        width: 55px;
        line-height: 49px;
    }
    .signup-mob .form-control {
        height: 50px;
        text-indent: 52px;
    }
    .signup-social-title:before,
    .signup-social-title:after {
        width: 17%;
    }
    .signup-social-btns {
        margin: 15px 20px 40px 20px;
        padding-bottom: 25px;
    }
    .signup-social-btns .btn {
        width: 116px;
    }
    .login-xs-subtitle {
        font-size: 24px;
        padding-top: 30px;
    }
    .login-pwd {
        margin-bottom: 10px;
    }
    .login-social-btns .btn {
        width: 118px;
        padding: 4px;
    }
    .login-social-title:before,
    .login-social-title:after {
        width: 25%;
    }
    .forgot-pwd-xs-txt {
        margin-top: 8px;
    }
    .login-social-title {
        font-size: 18px;
    }
    .login-social-btns {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .forgotpassword-popup {
        width: 290px;
    }
    .editnumber-section {
        width: 290px;
    }
    .editnumber-popup {
        width: 290px;
    }
    .addnumber-popup {
        width: 290px;
    }
    .edno-abt-upd-info {
        width: 100%;
    }
    .edno-info {
        font-size: 14px;
    }
    .edno-form {
        padding-bottom: 36px;
    }
    .edno-update-btn {
        margin-top: 30px;
    }
    .edno-abt-upd-info {
        padding-top: 25px;
        padding-left: 33px;
    }
    .edno-mob {
        margin: auto 25px;
    }
    .verifyotp-popup {
        width: 100%;
        height: 560px;
    }
    .verotp-section {
        width: 100%;
    }
    .verifyotp-popup .edno-abt-upd-info {
        padding-top: 15px;
    }
    .merge-acnt-btn,
    .use-diffno-btn {
        margin: 20px 25px;
    }
    .sms-sentto-txt {
        font-size: 15px;
    }
    .sms-sentto-mobno {
        font-size: 22px;
    }
    .verotp-no {
        margin: auto 25px;
    }
    .addnumber-popup .edno-abt-upd-info {
        padding-top: 25px;
    }
    .verotp-submit-btn {
        margin-top: 25px;
    }
    .signlog-error-msg {
        text-align: right;
        bottom: 1px;
    }
    .moo-log-google-plus img {
        margin: 0 0 0 4px;
    }
    .moo-log-google-plus span {
        margin: 4px 0 0 7px;
    }
    .moo-log-facebook img {
        margin: 0px;
    }
    .moo-log-facebook span {
        margin-left: 0px;
    }
    .redeem-login-popup .modal-dialog {
        width: 90%;
    }
    .signup-mbl-fld {
        text-indent: inherit;
    }
    .profile-country-drop .ui-select-container .select2-choice {
        width: 100px;
    }
    .profile-country-drop .form-control {
        text-indent: 97px !important;
    }
    .page-signup-login {
        width: 300px;
    }
    .signup-form .select2-container .select2-choice > .select2-chosen {
        margin: 0px;
    }
    .signlog-xs-head img {
        width: 170px;
    }
    .page-signup-height .signup-section {
        height: 521px;
    }
    .edno-title {
        font-size: 25px;
    }
}
@media (max-width: 360px) and (min-width: 319px) {
    .modal.login-popup-section .modal-dialog {
        width: 300px;
        margin: auto;
    }
}
@media only screen and (min-width: 371px) and (max-width: 479px) {
    .giftcard-list-title {
        margin-top: 25px;
    }
    .giftcard-list-title h1 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 280px) and (max-width: 370px) {
    .giftcard-list-title {
        margin-top: 25px;
    }
    .giftcard-list-title h1 {
        font-size: 22px;
    }
}
@media (max-width: 480px) and (min-width: 361px) {
    .modal.login-popup-section .modal-dialog {
        width: 340px;
    }
    .modal.login-popup-section .modal-dialog .dialog-alt-links {
        position: static;
        margin-top: 10px;
        margin-left: -20px;
    }
}
@media (min-width: 541px) and (max-width: 991px) {
    .login-signup-popup .accept-login {
        width: 483px;
        padding: 20px 0;
        font-size: 14px;
    }

    .login-section {
        width: 483px;
        height: auto;
    }
    .signup-login-popup .modal-dialog.modal-sm {
        margin-top: 50px;
    }
    .page-signup-height .signup-section {
        height: 517px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 40px;
    }
}
.mt25 {
    margin-top: 25px;
}

.no-account {
    position: relative;
    margin: 0 50px 37px;
}
.no-account .select2-container {
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid #e81850;
}
.no-account .select2-container .select2-choice {
    border: 0px;
    margin: 0px;
    height: 50px;
    line-height: 50px;
    width: 115px;
}
.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;
}

.custom-success-alert {
    background: #45ba68;
    color: #fff;
    text-align: center;
    margin-top: 59px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 0px;
}
.otp-timer {
    color: #ff8a01;
    font-weight: 600;
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 18px;
}
#restPassword .btn {
    width: auto;
    height: 52px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: white;
    font-size: 15px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\00a0";
}

.mge-points {
    position: absolute;
    left: 1px;
    top: 20px;
    background: #0000008a;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0 5px 5px 0px;
    font-size: 13px;
    font-weight: 700;
}

@media (min-width: 295px) and (max-width: 530px) {
    .mge-points {
        position: absolute;
        left: 1px;
        top: 5px;
        background: #0000008a;
        padding: 5px 10px;
        color: #fff;
        border-radius: 0 5px 5px 0px;
        font-size: 13px;
        font-weight: 700;
    }
}
@media (max-width: 1270px) {
    .giftcard-list-title {
        text-align: center;
    }
}
