.product-details > h4 a {
    color: #262626;
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}


/* brand page */


.brand-sec-container{
    width: 100%;
    height: 100%;
    display: inline-table;
    padding-bottom: 20px;
    z-index: 2;
    border-radius:30px;
    text-align: -webkit-center;

}
.brand-sec-container .imgdiv{
    opacity: .6;
}

.imgdivhypermart{
    /* opacity: .6; */
    width: 360px;
    height: 250px;
    display: -webkit-box;
    border: 2px solid #848383;
    border-radius: 5px;
}

.hypermart-voucher-info {
    display: block;
    position: absolute;
    text-align: center;
    padding: 15px;
    color: #000000;
    font-size: 14px;
    top: 0;
    left: 0;
    right: 0;
}
.hypermart-voucher-info h6 {
    color: #000;
    font-size: 20px;
    font-weight: bolder;
    transition: all 0.3s linear 0s;
    line-height: 25px;
}


.hypermart-voucher-info-brand {
    display: block;
    position: absolute;
    text-align: center;
    padding: 15px;
    color: #000000;
    font-size: 14px;
    top: 110px;
    left: 0;
    right: 0;
}
.hypermart-voucher-info-brand h6 {
    color: #000;
    font-size: 20px;
    font-weight: bolder;
    transition: all 0.3s linear 0s;
    line-height: 25px;
}
.btn-md-brand {
    font-size: 16px !important;
    padding-top: 5px;
    padding-bottom: 0px;
}
.btn-white {
    color: #ffffff;
    background-color: #1397fa;
    border-color: #1397fa;
    border-width: 3px;
    padding: 4px 15px;
    text-transform: capitalize !important;
}
.dropup p {
    margin: 0 0 10px !important;
    color:#fff !important;
}
/* brand page ended */


.mc-logo > img
{
    position:absolute;
    max-width:80%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mc-info-block {
    display: inline-block;
    width: 300px !important;
    margin-right: 20px;
    float: left;
    background: #F7F7F7;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 10px;
    color: #3b424a;
}
.qtytxt{
    text-align:right;
    padding-top: 4px;
}

.btm-txt-images-withoutbg p{
    height: 180px !important;
}
.page-title {
    color: #3b424a;
    text-align: left;
    margin-bottom: 10px !important;
    margin-top: 10px  !important;
}

.no-margin {
    margin: 0px !important;
}

.inline-cta-block > a{
    color: #ffffff !important;
}


.saved-card{
    background: #f4f3f3;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 -9px 8px rgba(220,220,220,.4);
    padding: 25px 20px;
    box-sizing: content-box;
    position: relative;
    display: flow-root;
    margin-bottom: 2em;
}

.card-image{
    width: 90px;
    height: 60px;
    margin-right: 20px;
    background-image: url("/images/cards_sprite.svg?1596438248309");;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    flex-shrink: 0;
    display: block !important;
    float: left;
}

.card-image.icon-visa {
    background-position: 0%;
    background-color: #f8f9f9;
}
.card-image.icon-mastercard {
    background-position: 33.2%;
    background-color: #f8f9f9;
}


.card-image.icon-amex {
    background-position: 67%;
    background-color: #f8f9f9;
}

.card-details-two {
    min-width: 140px;
    width: 100%;
    font-size: 16px;
    position: relative;
    padding-right: 6px;
    word-break: break-all;
    text-align: left;
}

.card-type-two {
    font-weight: 700;
    font-size: inherit;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.express-checkout {
    margin-left: 60px;
}

.row .col-xl-auto {
    -webkit-flex: 1 1 .01%;
    -ms-flex: 1 1 .01%;
    -moz-flex: 1 1 .01%;
    -o-flex: 1 1 .01%;
    flex: 1 1 .01%;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.card-details-two .expires {
    color: #aaa;
    font-size: 12px;
}


.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 9999999;
    overflow: auto;
    width: 200px;
    height: 200px; /*hight of the spinner gif +2px to fix IE8 issue */
    display: none;
}
.spinner-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    z-index: 9999999;
    display: none;
    background: #fff;
}


.add_card_bg{
    height:auto;
    background-color: #e5ebf7; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #e5ebf7 , #ffffff);
    padding-bottom: 50px;
    font-family: 'Gotham_Book', sans-serif;
}

.icon_item{
    padding: 15px 10px;
    color: #3b55a0;
    /*border: 1px solid red;*/
}

.icon_item strong{
    color: #3b55a0;
    font-size: 12px;
}

.icon_item p{
    color: #3b55a0;
    font-size: 12px;
}

.icon_img{
    width: 70px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    /*border: 1px solid red;*/
    padding: 5px;
    float: left;
}
.icon_txt{
    text-align: left;
    /*border: 1px solid green;*/
    padding-left: 20px;
    display: grid;
    font-family: 'Gotham_Book', sans-serif;
}
.add_card_bg label{
    font-size: 12px;
    font-weight: 400;
    color: #958f8f;
}

.card-images img{
    width: 70px;
}

.add_card_bg .skipbtn{
    color: #d45185;
    font-size: 12px;
    font-family: 'Gotham_Book', sans-serif
}

.add_card_heading{
    color: #3b55a0;
    text-align: center;
    height: 50px;
    background: #FFF;
    width: 100%;
    margin: 10px auto;
    box-shadow: 4px 12px 10px 0px #c7c7c7;
    margin-bottom: 50px;
    font-family: 'Gotham_Book', sans-serif;
}
.add_card_heading h3{
    font-weight: 400;
    font-family: 'Gotham_Book', sans-serif;
}
.centeralign{
    text-align: center;
}

.nivoSlider {
    height: auto !important;
}
.nivoSlider img {
    object-fit: cover !important;
}

.offer_name {
    font-size: 16px;
    font-weight: bold;
}

.text-center {
    text-align: center;
}
.inline-cta-block {
    display: block;
    text-align: center;
    padding: 0;
    color: #3b424a;
}
img {
    max-width: 100%;
    max-height: 100%;
}

.form_btn{
    padding: 5px 15px !important;
    font-size: 24px !important;
    font-weight: bolder !important;
}

.image-box {
    width: 100%;          /* Set box width */
    height: 250px;         /* Set box height */
    overflow: hidden;      /* Hide overflow if any */
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.image-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;   /* Ensures full image is visible without cropping */
}