/**** General Styling ****/
:root {
    --primary-color: #FAED26; /* c rgb(251, 219, 101) */
    --secondary-color: #272727; /* c / Blaccck */
    --main-bg-color: #fbfafb; /* fafafa */
    --nav-bg-color: rgb(251, 219, 101);
    --nav-a-link: #272727;
    --price-color: #ee4d2d;
    --points-color: #1877f2;
}
body {
    font-family: "Futura", sans-serif !important;
    color: var(--secondary-color) !important;
    overflow-x: hidden;
}
img {
    width: 100%;
}
a, ul, ol, li {
    color: var(--secondary-color) !important;
    text-decoration: none !important;
}
h2 {
    font-size: 42px !important;
}
/****
p {
    font-size: 20px !important;
}
****/
.banner-image {
    display: block;
    margin: auto;
}
 .banner-container {
    max-width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    max-width: -moz-max-content;    /* Firefox/Gecko */
    max-width: -webkit-max-content; /* Chrome */
    /*background-color: rgb(250, 237, 38, 0.3);*/
    background-color: var(--main-bg-color);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 15px 20px 15px;
    border-radius: 8px;
    margin-top: 60px !important;
    position: absolute;
     box-shadow: 0 0 5px var(--secondary-color);
}
/*
 .banner-container:hover {
    box-shadow: 0 0 5px var(--secondary-color);
}*/
.banner-title {
    font-size: 18px;
}
.banner-button {
    font-weight: bold !important;
}
.banner-input-container {
    max-width: auto !important;
    margin-top: 10px !important;
    margin: auto;
}
.banner-input {
    margin-top: -15px !important;
}
.banner-icon {
    font-size: 2rem;
    margin-left: 10px;
}
.pb-logo {
    height: 60px !important;
    width: 60px !important;
}
.pb-logo-mobile {
    height: 40px !important;
    width: 40px !important;
    display: block;
    margin: auto;
    margin-top: 5px;
}
.pb-logo-mobile-name {
    font-size: 15px !important;
}
.pb-logo-login {
    height: 200px !important;
    width: 200px !important;
    background-color: var(--primary-color) !important;
    border-radius: 100px !important;
    display:block !important;
    margin: auto !important;
}
.nav-item {
    font-weight: bold !important;
}
.nav-item a {
    font-size: 15px !important;
    text-transform: none !important;
}
.nav-item i {
    font-size: 18px;
    margin-right: 0.3rem;
}
.price {
    color: var(--price-color) !important;
}
.required {
    color: red !important;
}
.points {
    color: var(--points-color);
}
.hide {
    display: none !important;
}
.button_disabled {
    cursor: not-allowed;
    pointer-events: none;

    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #ffffff;
}
.btn-general {
    border: 1px solid var(--main-bg-color) !important;
    border-radius: 8px !important;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
.btn-general:hover {
    border: 1px solid var(--secondary-color) !important;
    box-shadow: 0 0 2px var(--secondary-color);
}
.nav-item a, .list-items a, .text-forgot a, .bc-items a, .url-link {
    position: relative;
    color: var(--secondary-color);
    text-decoration: none;
}
.nav-item a:hover, .list-items a:hover, .text-forgot a:hover, .bc-items a:hover, .url-link:hover {
    color: var(--secondary-color);
}
.nav-item a::before, .list-items a::before, .text-forgot a::before, .bc-items a::before, .url-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--nav-a-link);
    visibility: hidden;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.nav-item a:hover::before, .list-items a:hover::before, .text-forgot a:hover::before, .bc-items a:hover::before, .url-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
     -ms-transform: scaleX(1);
}
.uk-subnav{
    margin: 0 !important;
}
.uk-subnav a{
    margin: 20px !important;
}
.uk-navbar-container {
    height: 80px !important;
}
.uk-navbar-container, .uk-offcanvas-bar {
    background-color: var(--primary-color) !important;
}
.uk-navbar-container a {
    color: var(--secondary-color) !important;
}
.uk-section-container-dark, .uk-section-container-light {
    width: 100%;
}
.uk-section-container-dark {
    background-color: var(--main-bg-color);
}
.uk-section-container-light {
    background-color: white;
}
.uk-section-s, .uk-section-m, .uk-section-l {
    width: 100%;
    padding: 40px 30px !important;
    margin: auto;
    min-height: 250px;
}
.uk-section-s {
    max-width: 1000px;
}
.uk-section-m {
    max-width: 1200px;
}
.uk-slider-items, .reward-items {
    padding: 40px 0px !important;
}
started-items a:hover, .reward-items a:hover {
    color: var(--primary-color);
}
.uk-card-steps {
    background-color: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.uk-card-steps i {
    font-size: 3rem;
}
.redemption-badge {
    position: absolute;
    z-index: 1;
    max-width: -moz-max-content;    /* Firefox/Gecko */
    max-width: -webkit-max-content; /* Chrome */
    max-width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    background-color: #46344E !important;
    color: white;
    padding: 10px 20px !important;
    border-radius: 8px !important;
}
.redemption-pts-badge{
    position: absolute;
    z-index: 1;
    max-width: -moz-max-content;    /* Firefox/Gecko */
    max-width: -webkit-max-content; /* Chrome */
    max-width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    background-color: var(--points-color) !important;
    color: white;
    padding: 20px 40px !important;
    border-radius: 8px !important;
    right: 0;
}
/***
.redemption-card-common {
    background-color: #f6f6ff !important;
    border-radius: 20px;
}
.redemption-card-life {
    background-color: #f6f6ff !important;
    border-radius: 20px;
}
.redemption-card-royal {
    background-color: #f6f6ff !important;
    border-radius: 20px;
}***/
.active_redemption {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.section-maps-container, .footer-end {
    background-color: var(--primary-color);
}
.footer-head {
    min-height: 400px;
}
.footer-head i {
    font-size: 2rem;
}
.drop-down {
    background-color: var(--primary-color) !important;
}
.facebook-icon {
    color: #4267B2;
}
.twitter-icon {
    color: #1da1f2;
}
.footer-end {
    padding: 1rem;
}
.footer-copyright {
    font-size: 14px !important;
}
.product-container {
    padding: 0 2rem 2rem 2rem !important;
    margin: auto !important;
} 
.product-card {
    width: 100% !important;
    max-width: 300px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    padding: 0 !important;
    margin: 10px 10px !important;
    transition: transform .2s;
}
.product-card img {
    border-radius: 8px 8px 0 0;
}
.product-card-wrapper, .login-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-card p {
    margin: 0;
}
.product-card .uk-card-body {
    padding: 20px !important;
    margin: 0 !important;
}
.product-card:hover {
    box-shadow: 0 0 5px 0.5px var(--secondary-color);
    transform: scale(1.05);
}
.truncate {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.product-card:hover .truncate {
    white-space:normal;
    overflow: visible;
}
.login-container-right {
    width: 400px;
    margin-left: 3% !important;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    padding: 50px 30px;
}
.btn-login {
    width: 100%;
}
.text-forgot {
    font-size: 15px !important;
}
.btn-signup {
    margin-left: 30% !important;
    margin-right: 30% !important;
}
.btn-signup, .btn-createacc {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.login-container {
    margin-top: 30px;
    margin-bottom: 200px !important;
}
.redemption-container > .uk-subnav-pill > .uk-active > a, .redemption-container > .uk-subnav-pill > li > a:hover {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--secondary-color) !important;   
}
.redemption-container > .uk-subnav-pill > li {
    margin: 10px;
    padding: 0px !important;
}
.redemption-container .uk-subnav a {
    padding: 10px 80px !important;
    margin: 0 !important;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}
.redemption-container .uk-subnav {
    align-items: center;
    justify-content: center;
}
.account-header{
    max-width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    max-width: -moz-max-content;    /* Firefox/Gecko */
    max-width: -webkit-max-content; /* Chrome */
}
.account-table, .points-table, .cart-table, .cart-summary, .redemption-table{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    padding: 20px;
    background-color: white;
}
.account-button {
    max-width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    max-width: -moz-max-content;    /* Firefox/Gecko */
    max-width: -webkit-max-content; /* Chrome */
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#history-modal .uk-modal-dialog, #redemption-modal .uk-modal-dialog, #edit-info-modal .uk-modal-dialog, #change-pass-modal .uk-modal-dialog {
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}
.btn-file:hover {
    cursor: pointer !important;
}
.cart-container {
    min-height: 800px;
}
.cart-summary-header {
    background-color: #f8f8f8 !important;
}
.cart-table tr:nth-child(2) {
    border-bottom: 1px solid black;
}
.cart-image-col, .cart-image {
    width: 200px;
}
.cart-table .align-bottom {
    vertical-align: bottom !important;
}
.cart-table .align-top {
    vertical-align: top !important;
}
.cart-quantity {
    width: 50px !important;
}
.unit-price-width {
    max-width: 170px !important;
}
.confirmation-container {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
}
@media only screen and (max-width: 640px) {
    .product-container {
        padding: 0 !important;
    }
    .product-card-wrapper {
        padding: 0 !important;
    }
    .login-container-right {
        margin: 1% !important;
    }
    .login-container {
        margin-top: 30px;
        margin-bottom: 80px !important;
    }
    .account-button {
        margin-left: 0 !important;
        margin-top: 0!important;
        max-width: 300px !important;
    }
    .banner-container {
        padding: 30px 60px !important;
        margin-bottom: 40px !important;
        position: relative !important;
    }
    .banner-input {
        margin-top: 5px !important;
    }
    .banner-title {
        font-size: 25px;
    }
    .banner-button {
        padding: 2px 35px !important;
    }
}
@media only screen and (min-width: 1050px) {
    .cell-particular, .cell-detail {
        display: inline-block !important;
    }
    .cell-particular {
        width: 250px !important;
    }
}
@media only screen and (max-width: 869px) {
    .login-container-left {
        text-align: center;
    }
}
@media only screen and (max-width: 960px) {
    .account-button {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 1200px) {
    .nav-item {
        padding: 0 !important;
    }
    .account-header {
        width: 100% !important;
        max-width: 100% !important;
    }
    .account-button {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
}
@media only screen and (min-width: 640px) {
    .banner-image {
        margin-top: -50px;
    }
     .banner-container {
        padding: 30px 60px !important;
        margin-bottom: 40px !important;
        position: relative !important;
    }
    .banner-input {
        margin-top: 5px !important;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-button {
        padding: 2px 50px !important;
    }
}
@media only screen and (min-width: 960px) {
    .banner-image {
        margin-top: -100px;
    }
     .banner-container {
        padding: 30px 60px !important;
        margin-bottom: 100px !important;
        position: relative !important;
    }
    .banner-input {
        margin-top: 10px !important;
    }
    .banner-title {
        font-size: 35px;
    }
    .banner-button {
        padding: 2px 60px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .banner-image {
        margin-top: 0px;
    }
     .banner-container {
        width: 450px;
        margin-left: 150px;
        padding: 30px 60px !important;
        margin-bottom: 50px !important;
    }
    .banner-input {
        margin-top: 10px !important;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-button {
        padding: 2px 50px !important;
    }
}
@media only screen and (min-width: 1600px) {
    .uk-section-m {
        max-width: 1600px !important;
    }
    .banner-image {
        margin-top: -100px;
    }
    .banner-container {
        width: 800px;
        margin-left: 200px;
        padding: 30px 80px !important;
        margin-top: 200px !important;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-icon {
        font-size: 2.5rem;
        float: right;
        margin-top: 18px;
    }
    .banner-input {
        margin-top: 10px !important;
        height: 60px !important;
    }
    .banner-button {
        padding: 2px 50px !important;
    }
}
@media only screen and (min-width: 2000px) {
    .banner-image {
        margin-top: -150px;
    }
    .banner-title {
        font-size: 40px;
    }
    .banner-container {
        padding: 30px 120px !important;
        margin-top: 250px !important;
    }
    .banner-button {
        padding: 5px 70px !important;
    }
}

