@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/open-sans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/raleway/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(../fonts/raleway/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(../fonts/raleway/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 14px;
    background-color: #f1f1f1;
    font-family: 'Open Sans', sans-serif;
}

.common-btn {
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-align: center;
}

:root {
    --main-theme-color: #f0b310;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #d1d1d1;
    background-color: var(--main-theme-color);
}

.white-theme .dropdown-menu > .active > a,
.white-theme .dropdown-menu > .active > a:hover,
.white-theme .dropdown-menu > .active > a:focus {
    background-color: #d1d1d1;
    background-color: #000000;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
}

.primary-btn {
    color: #fff;
    background-color: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
}

.primary-btn:hover {
    background-color: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
}

.social-sign-in-button {
    font-size: 14px;
}

@media (max-width: 576px) {
    .social-sign-in-button {
        font-size: 10px;
    }
}

.secondary-btn, .secondary-btn:hover {
    color: #fff;
    background-color: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
}

.alternate-btn {
    color: black;
    background-color: lightgray;
    border: 1px solid lightgray;
}

.alternate-btn:hover {
    background-color: darkgrey;
    border: 1px solid darkgrey;
}

.line-btn, .line-btn:hover {
    color: var(--main-theme-color);
    background-color: #ffffff;
    border: 2px solid var(--main-theme-color);
}

.remove-btn {
    background-color: #e74c3c;
    border: 2px solid #e74c3c;
    color: #fff;
}

.remove-btn:hover {
    background-color: #c0392b;
    border: 2px solid #c0392b;
}

.danger-btn {
    background-color: transparent;
    border: 2px solid #e74c3c;
    color: #e74c3c;
}

.danger-btn:hover {
    background-color: #e74c3c;
    color: #fff;
}

.success-btn {
    background-color: transparent;
    border: 2px solid #27ae60;
    color: #27ae60;
}

.success-btn:hover {
    background-color: #27ae60;
    color: #fff;
}

.third-btn {
    color: var(--main-theme-color);
    background-color: transparent;
    border: 2px solid var(--main-theme-color);
}

.third-btn:hover {
    color: #fff;
    background-color: #e4a810;
    border: 2px solid #e4a810;
}

.small-btn {
    padding: 5px 10px;
    font-size: 12px;
}

.action-btn {
    margin-top: 10px;
}

.btn-default,
.btn-default:focus, .btn-default.focus {
    border: 2px solid #eee;
    background-color: #eee;
    color: #777;
    border-radius: 0;
}

.download-btn {
    padding: 8px 10px;
    text-transform: none;
    color: #777;
    background-color: #eee;
    border: 2px solid #ccc;
    width: 100%;
}

.download-btn img {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
}

.round-btn {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 30px;
}

.line-btn {

}

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.no-padding {
    padding: 0;
}

.no-right-padding {
    padding-right: 0;
}

.no-left-padding {
    padding-left: 0 !important;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.main-color {
    color: var(--main-theme-color);
}

.sub-heading {
    color: var(--main-theme-color);
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.sub-topic {
    text-transform: capitalize;;
    font-weight: 700;
}

.sub-topic-border-bottom {
    text-transform: capitalize;;
    font-weight: 700;
    border-bottom: 2px solid #f1f1f1;
    font-size: 16px;
    padding-bottom: 8px;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a,
a:focus,
a:hover,
button:focus,
input:focus,
select:focus {
    /*TODO: Check why this was added*/
    /*color: #fff;*/
    text-decoration: none !important;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea,
select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
    border: 1px solid #e4a810;
    box-shadow: none;
    outline: none;
}

input[type='radio']:hover:before {
    background: #43266b;
}

input[type='radio']:before {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

input[type='radio']:checked:before {
    background: #43266b;
}

.alert {
    border-radius: 0;
    border-width: 0;
    font-size: 13px;
    color: #fff;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
}

.without-border.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 0;
    vertical-align: middle;
}

.without-border.table {
    margin-bottom: 0;
}

/*Header css*/
.navbar-default {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    background-color: #f0b310;
    position: fixed;
    z-index: 900;
    width: 100%;
}

.transparent-nav.navbar-default {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    cursor: pointer;
}

.navbar-right .fa {
    margin-right: 5px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border: transparent;
}

.navbar-nav {
    margin: 0 -15px;
}

.navbar-toggle {
    float: left;
    margin: 10px 0 0 5px;
}

.menu-product-amount {
    padding: 2px 5px;
    background-color: red;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 3px;
    font-size: 11px;
    float: right;
    margin-top: -7px;
    line-height: 12px;
}

.menu-product-btn {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 15px;
}

.navbar-header .menu-product-btn {
    display: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

/*Nav Tabs css*/
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li {
    width: 50%;
}

.nav-tabs > li > a {
    color: #848484;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    padding: 12px 0 8px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #f1f1f1;
    border-radius: 0;
    margin-right: 0;
    background-color: #f1f1f1;
}

.nav-tabs > li > a > .cart-count-bubble {
    color: #848484;
    background-color: #d3d3d3;
    padding: 2px 5px;
    border-radius: 15px;
    margin-right: 3px;
}

.nav-tabs > li.active > a > .cart-count-bubble,
.nav-tabs > li.active > a:hover > .cart-count-bubble,
.nav-tabs > li.active > a:focus > .cart-count-bubble {
    color: #fff;
    background-color: var(--main-theme-color);
}

.white-theme .nav-tabs > li.active > a > .cart-count-bubble,
.white-theme .nav-tabs > li.active > a:hover > .cart-count-bubble,
.white-theme .nav-tabs > li.active > a:focus > .cart-count-bubble {
    color: #fff;
    background-color: #000000;
}

.cart-loading-content {
    text-align: center;
    padding-top: 100px;
    color: #777;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: var(--main-theme-color);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid var(--main-theme-color);
    background-color: #fff;
}

.white-theme .nav-tabs > li.active > a,
.white-theme .nav-tabs > li.active > a:hover,
.white-theme .nav-tabs > li.active > a:focus {
    color: #000000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #000000;
    background-color: #fff;
}

.footer-logo {
    margin-top: -25px;
    color: #999;
}

.login {
    background-image: url("./../images/main-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.login-header {
    padding: 10px;
    text-align: center;
}

.login-body {
    padding: 10px 20px 20px 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.login-body input[type='text'],
.login-body input[type='password'] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 8px 10px;
    font-weight: 300;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.login-body input:focus {
    border: 1px solid #FFFFFF;
}

.login-body button {
    width: 100%;
}

.login-body__header {
    font-family: 'Raleway', sans-serif;
}

.login-body__header h3 {
    margin-top: 0;
    margin-bottom: 50px;
}

.login-body__wifi {
    margin-top: -45px;
}

.login-body__forgot-password-link {
    margin-top: 20px;
    display: inline;
}

.login-body__forgot-password-link a {
    color: #777;
}

.login-body__input-area {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.input-group-addon.input-status {
    background: transparent;
    border: none;
    border-radius: 0px;
    float: right;
    display: inline-block;
    margin-top: -30px;
    margin-right: -20px;
}

.form-group .input-status {
    color: #c9302c;
    font-size: 12px;
    font-style: italic;
}

.login-failed-text {
    color: #c9302c;
    margin-top: 10px;
    text-align: center;
}

.error-text {
    color: #c9302c;
    text-align: center;
}

.login-body__input-area h6 {
    line-height: 20px;
}

.login-or {
    margin: -23px auto;
    margin-bottom: 2px;
    width: 50px;
    padding: 15px;
    background-color: #000;
    border: 2px dotted #f0b310;
    color: #fff;
    font-size: 11px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.login-or-line {
    margin-top: 45px;
    border-top: 2px dotted #f0b310;
}

.login-overlay {
    display: block;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
    padding-bottom: 50px;
}

.register-new-account {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
}

.register-new-account a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.error-message,
.success-message {
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
}

.error-message {
    background-color: #e74c3c;
}

.error-message .input-group-addon,
.success-message .input-group-addon {
    border: 0 !important;
    border-radius: 0;
    padding: 5px 17px;
}

.error-message .input-group-addon .fa,
.success-message .input-group-addon .fa {
    margin-right: 0;
}

.error-message .input-group-addon {
    background-color: #c0392b !important;
}

.success-message .input-group-addon {
    background-color: #27ae60 !important;
}

.error-message__text {
    padding: 15px;
}

.success-message {
    background-color: #5fba7d;
}

.responsive-left-right {
    text-align: right;
}

/*Content Block css*/
.content-block {
    color: #777;
    margin-bottom: 20px;
    margin-top: 105px;
}

.content-block h3 {
    font-weight: 700;
    margin-top: 10px;
}

.content-block .fa {
    margin-right: 5px;
}

/*Right Menu css*/
.right-menu {
    background: #e8e8e8;
    position: fixed;
    right: -300px;
    top: 50px;
    z-index: 850;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.32);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.32);
    width: 300px;
    height: 100%;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;

}

.right-menu .show-right-menu-notification-inbox {
    width: 400px;
    right: -400px;
}

.right-menu a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    background-color: #eee;
}

.right-menu a:hover {
    background: #bbb;
}

.right-menu a:active {
    background: #bbb;
}

.right-menu-header {
    color: #fff;
    background-color: #d9a20e;
    padding: 10px 20px;
}

.right-menu-header h4 {
    font-weight: 700;
}

.right-menu-header .danger-btn {
    background-color: rgba(255, 255, 255, 0.33);
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

.right-menu-header .danger-btn:hover {
    background-color: #e74c3c;
    color: #fff;
}

.right-menu-footer {
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.show-right-menu-1 #addShoppingCartItem {
    height: 100%;
}

.show-right-menu-1 #addShoppingCartItem .right-menu-body {
    max-height: 50%;
    overflow-y: auto;
}

.show-right-menu-2 .right-menu-header {
    padding: 0;
}

.show-right-menu-2 .right-menu-header h4 {
    margin: 0;
}

#right-menu-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#right-menu-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#right-menu-body::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#order-summary-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#order-summary-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#order-summary-body::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#right-menu-body-delivery::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#right-menu-body-delivery::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#right-menu-body-delivery::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#right-menu-body-placed-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#right-menu-body-placed-items::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#right-menu-body-placed-items::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#right-menu-body-pickup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#right-menu-body-pickup::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#right-menu-body-pickup::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#webstore-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#webstore-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#webstore-body::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#add-to-cart-modal-addon-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#add-to-cart-modal-addon-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#add-to-cart-modal-addon-list::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

.show-right-menu-2 .order-summary-body {
}

.show-right-menu-2 .order-summary-body .input-area .row .col-xs-4 .sub-topic {
    text-transform: capitalize;
}

.show-right-menu-2 .cart-description {
    height: 100%;
}

.show-right-menu-2 .cart-description .right-menu-body {

}

.right-menu--back {
    background-color: rgba(0, 0, 0, 0.05);
    color: #fff;
    border: 0;
    padding: 20px;
    margin-right: 10px;
}

.right-menu--back:hover,
.right-menu--back:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
}

.right-menu__items {
    color: #777;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
}

.right-menu__added-products {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.right-menu__added-products .danger-btn {
    background-color: rgba(244, 67, 54, 0.19);
    border: 0;
    color: #E91E63;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.right-menu__added-products .danger-btn:hover {
    background-color: #e74c3c;
    color: #fff;
}


.right-menu__added-products .success-btn {
    background-color: #21b46036;
    border: 0;
    color: #27ae60;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.right-menu__added-products .success-btn:hover {
    background-color: #27ae60;
    color: #fff;
}

.right-menu__added-products .quantity-btn {
    width: unset;
    height: unset;
    padding: 1px 6px;
    background-color: #e7e7e7;
    border: 0;
    color: #555555;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.right-menu__added-products .quantity-btn:hover {
    background-color: #7c7c7c;
    color: #fff;
}

.right-menu .total {
    padding: 10px 20px;
}

.right-menu .total h6 {
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
}

.right-menu .promo-code-input-area {
    padding: 10px 20px;
}

.right-menu .promo-code-input-area h5 {
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
}

.right-menu .promo-code-input-area h6 {
    font-weight: 500;
    font-size: 10px;
    text-transform: capitalize;
}

.right-menu .promo-code-success-area {
    padding: 10px 20px;
}

.right-menu .promo-code-success-area h5 {
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
}

.right-menu .promo-code-success-area h6 {
    font-weight: 500;
    font-size: 10px;
    text-transform: capitalize;
}

.right-menu .promo-code-failure-area {
    padding: 10px 20px;
}

.right-menu .promo-code-failure-area h5 {
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    padding-left: 0px;
}

.right-menu .promo-code-failure-area h6 {
    font-weight: 500;
    font-size: 10px;
    text-transform: capitalize;
    margin-top: -10px;
}

.right-menu .promo-code-failure-area .message-area {
    padding-left: 15px;
    padding-right: 0px;
}

.right-menu .promo-code-failure-area .error-message-area {
    padding-left: 0px;
    margin-top: -10px;
    border: 0px;
}

.main-content-pane {
    /*height: 100vh;*/
}

/*Home css*/
.home-products {
    position: relative;
    border: 4px solid #fff;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    overflow: auto;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-list-background {
    background-image: url("../images/main-back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 490px;
    padding: 100px 0 40px 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.home-list-background h1 {
    font-size: 60px;
    font-weight: 700;
    -webkit-text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.65);
    text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.65);
}

.home-list .panel-heading {
    padding: 15px 15px 10px 15px;
}

.home-list .panel-title {
    font-weight: 700;
}

.home-list .panel-body {
    border-top: 1px solid #eee;
}

.home-list .panel-group .panel {
    border-radius: 0;
}

.home-list__products {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #eee;
}

.home-list__products:first-child {
    padding-top: 0;
}

.home-list__products:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-list__products .text {
    display: block;
    font-size: 12px;
    color: #999;
}

.home-list__price {
    margin-top: 18px;
}

.home-list__price-text {
    font-weight: 700;
    background-color: #eee;
    padding: 7px 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.home-list__actions {
    text-align: right;
}

.home-list__product-quantity {
    margin-top: 16px;
    float: left;
    text-align: left;
    font-size: 10px;
}

.home-list__product-quantity--amount {
    color: #999;
    font-size: 18px;
}

.home-list__product-quantity--plus {
    margin-right: 10px;
}

.home-list__product-quantity--minus {
    margin-left: 10px;
}

.home-list__product-quantity--plus a,
.home-list__product-quantity--minus a {
    color: rgba(240, 179, 16, 0.8);
}

.home-list__product-quantity--plus a:hover,
.home-list__product-quantity--minus a:hover {
    color: rgba(240, 179, 16, 1);
}

.social-links a {
    margin: 3px;
    color: rgba(240, 179, 16, 0.2);
}

.social-links a:hover {
    color: #e4a810;
}

.main-products {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    text-align: center;
    opacity: 0.95;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-products:hover {
    opacity: 1;
}

.main-products .link {
    height: 200px;
}

.home-products .fa,
.main-products .fa {
    margin-right: 5px;
}

.home-products .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    background: rgba(0, 0, 0, 0.1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /*Standard*/
}

.home-products.card-style_alt {
    border: unset;
    height:250px;
    background-position-y: 0px;
    background-size: 360px;
}

.home-products.card-style_alt .overlay:not(.overlay-noimage),
.home-products.card-style_alt-noimage .card-footer_alt-noimage {
    background: unset !important;
    height: 22%;
    display: flex;
    align-items: center;
    bottom: 0;
    top:unset;
    justify-content: center;
    background-color: #f9f9f9 !important;
}

.home-products.card-style_alt .overlay:not(.overlay-noimage) .text,
.home-products.card-style_alt-noimage .card-footer_alt-noimage .text {
    color: #353535;
    margin:0;
    position:unset;
    text-align: center;
    display: -webkit-box;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-products.card-style_alt-noimage {
    background-size: cover;
}

.card-footer_alt-noimage {
    display: none;
    position:absolute !important;
    width:100%;
}

.home-products.card-style_alt-noimage .card-footer_alt-noimage {
    display:flex;
}

.home-products.card-style_alt-noimage .overlay-noimage {
    height:78% !important;
}

.home-products.card-style_alt.bg-image-fix {
    background-position-y: unset;
    background-size: cover;
}

.main-products .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    top: 70%;
    background-color: #f9f9f9;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.main-products:hover .overlay {
    height: 40%;
    top: 60%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.home-products .overlay:hover {
    background: rgba(0, 0, 0, 0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Standard*/
}

.home-products .text {
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 4%;
    color: #fff;
    width: 77%;
    font-size: 14px;
}

.home-products .amount {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    bottom: 3%;
    left: 84%;
    color: #fff;
}

.main-products .text {
    font-weight: 700;
    color: #777;
    padding: 30px 10px 10px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.main-products .product-name {
    font-weight: 700;
    color: #777;
    position: absolute;
    top: 66%;
    left: 5%;
    font-weight: 700;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.main-products:hover .text {
    display: -webkit-box;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 72px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.main-products .ratings {
    position: absolute;
    top: 70%;
    padding-left: 10px;
    color: #999;
    font-size: 12px;
}

.main-products .price {
    text-transform: capitalize;
    position: absolute;
    top: 66%;
    right: 5%;
    font-weight: 700;
    font-size: 16px;
    color: #f0b310;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.main-products .main-products__plus-button a {
    font-size: 20px;
    background-color: #f0b310;
    padding: 7px 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: -20%;
    left: 41%;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
}

.main-products .main-products__plus-button button {
    font-size: 20px;
    background-color: #f0b310;
    padding: 7px 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: -20%;
    left: 41%;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    border: unset;
}

.main-products .main-products__plus-button button:hover {
    -webkit-box-shadow: 0 2px 3px #bbb;
    box-shadow: 0 2px 3px #bbb;
}

.main-products .main-products__plus-button.out-of-stock button {
    background: #737373 !important;
    font-size: 12px;
    text-align: center;
    left: 32%;
}


.primary-btn .out-of-stock {
    color: #fff;
    background-color: #737373 !important;
    border: 2px solid #737373 !important;
}

.primary-btn .out-of-stock:hover {
    background-color: #737373 !important;
    border: 2px solid  #737373 !important;
}


.main-products .main-products__plus-button .spinner {
    font-size: 20px;
    background-color: var(--main-theme-color);
    padding: 7px 9px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: -20%;
    left: 41%;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
}

.main-products .main-products__plus-button .spinner .fa-spin {
    margin-right: 4px;
    margin-left: 3px;
}

.main-products .main-products__plus-button a:hover {
    -webkit-box-shadow: 0 2px 3px #bbb;
    box-shadow: 0 2px 3px #bbb;
}

.individual-product {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.individual-product .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    background: rgba(0, 0, 0, 0.4);; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /*Standard*/
}

.individual-product .name {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 18%;
    left: 3%;
    color: #fff;
    width: 72%;
}

.individual-product .category {
    position: absolute;
    top: 77%;
    left: 3%;
    color: #fff;
    width: 90%;
}

.individual-product .price {
    position: absolute;
    top: 29%;
    right: 3%;
    color: #fff;
    line-height: 24px;
}

.individual-product .category .categoryName {
    font-weight: 700;
    margin-left: 5px;
    color: #FFFFFF;
}

.individual-product .common-btn {
    position: absolute;
    top: 59%;
    right: 3%;
    width: 25%;
}

.right-card .common-btn {
    padding: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.buying-area {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 20px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.buying-area__heading {
    padding: 20px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f4f4f4;
}

.buying-area__body {
    padding: 20px;
}

.buying-area .rating {
    margin-top: 13px;
}

.buying-area__product-price {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

/*Cart Summary*/
.right-card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.right-card.with-footer {
    padding: 10px 20px 40px 20px;

}

.more-images__card {
    border: 1px solid #E0E0E0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 112px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px #ddd;
    box-shadow: 0 2px 12px #ddd;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-summary {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cart-summary__header {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.cart-summary__footer {
    padding: 20px;
}

.cart-summary__footer h4 {
    margin-top: 0;
    font-weight: 700;
}

.cart-summary__products {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cart-summary__products-amount {
    padding: 2px 5px;
    background-color: orange;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 72%;
    font-size: 11px;
    margin-top: -7px;
    line-height: 12px;
    position: absolute;
}

.cart-summary__image {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cart-summary__image img {
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cart-summary h6 {
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.cart-summary__description p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}

.cart-summary__description h6 {
    margin-top: 7px;
}

.cart-summary .badge {
    background-color: var(--main-theme-color);
    float: right;
}

/*My Cart css*/
.my-cart__items {
    color: #777;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
}

.product-cart h6 {
    font-size: 14px;
}

.product-cart h6, .product-cart h3 {
    margin-top: 0;
}

.product-cart__item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.product-cart__item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.product-cart__actions .danger-btn {
    margin-top: 20px;
}

.product-cart__empty {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*Checkout page css*/
.tab-card {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tab-pane-sub-total {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}

.tab-pane-grand-total {
    background-color: #efefef;
    padding: 10px 20px;
}

.input-area {
    padding: 10px 20px;
}

.input-area select {
    border: 1px solid #ccc;
    padding: 8px 10px;
    width: 100%;
    -webkit-appearance: none;
    background: white;
}

.input-group .form-control {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    border-right: 0;
}

.input-group .form-control:focus {
    border: 1px solid #e4a810;
    box-shadow: none;
}

.input-group .input-group-addon {
    border-radius: 0;
    background: var(--main-theme-color);
    color: #fff;
    border-color: var(--main-theme-color);
}

.choose-date li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: #999 !important;
    color: #fff;
    padding: 10px !important;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

.choose-date li.active {
    background-color: var(--main-theme-color) !important;
}

.choose-date li:hover {
    background-color: var(--main-theme-color) !important;
    cursor: pointer;
}

.choose-date li h3 {
    margin: 0;
    font-weight: 700;
}

.choose-date li p {
    margin: 0;
}

.checkout-confirm__app-down-btn img {
    width: 25%;
}

.checkout-confirm__order-num p {
    margin: 0;
}

.checkout-confirm__order-num h3 {
    color: var(--main-theme-color);
}

/*Table css*/
/* Generic Styling, for Desktops/Laptops */
table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #fff;
}

tr:nth-of-type(even) {
    background: #f7f7f7;
}

th {
    background: #dadada;
    color: #333;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

table .actions a {
    cursor: pointer;
    color: #777;
}

.status {
    padding: 3px 8px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.status.order-placed {
    background-color: #f1c40f;
}

.status.order-accepted {
    background-color: #f77626;
}

.status.order-rejected {
    background-color: #e74c3c;
}

.status.order-completed {
    background-color: #2ecc71;
}

.status.order-void {
    background-color: #969697;
}

.status.order-ready {
    background-color: #2980b9;
}

.status.order-unknown {
    background-color: #8dc2f2;
}

/*Modal css*/
.modal .modal-content {
    border-radius: 0;
    color: #777;
}

.modal .modal-header {
    background-color: #efefef;
    border-bottom: 0;
    padding: 12px 15px 13px 15px;
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
    text-align: center;
}

.modal .modal-header.order-completed {
    background-color: #27ae60;
    color: #fff;
}

.modal .modal-header.order-rejected {
    background-color: #e74c3c;
    color: #fff;
}

.modal .modal-header.order-placed {
    background-color: var(--main-theme-color);
    color: #fff;
}

.modal .modal-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal .close {
    color: #777;
    text-shadow: none;
    opacity: 1;
    padding-top: 4px;
}

.modal .modal-header.order-placed .close,
.modal .modal-header.order-completed .close,
.modal .modal-header.order-rejected .close {
    color: #fff;
}

.modal .modal-body ul {
    padding: 0;
    margin: 0;
}

.modal .modal-body ul li {
    list-style: none;
    background-color: #f7fff6;
    border-bottom: 1px solid #e4e4e4;
}

.modal .modal-body__item-list {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.modal .modal-body__item-list:first-child {
    padding-top: 0;
}

.modal .modal-body__item-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal .modal-body__quantity {
    margin-left: 10px;
    color: #999;
}

.modal .modal-body select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
}

.modal .modal-sub-footer {
    padding: 15px 15px 10px 15px;
    background-color: #efefef;
    border-top: 1px solid #e0e0e0;
}

.modal-sub-selection {
    font-size: 12px;
    font-style: italic;
    color: #a9a9a9;
}

.modal-sub-selection-price {
    font-size: 12px;
    color: #474747;
}

.modal .modal-footer {
    padding: 0;
    border-top: 0;
    text-align: center;
}

.modal .modal-footer button {
    padding: 13px 15px;
}

.modal .modal-footer .btn-default:hover,
.modal .modal-footer .btn-default:active {
    border: 2px solid #e6e6e6;
}

.modal .modal-body.modal-without-header {
    padding: 0;
}

.modal .modal-body.modal-without-footer {
    padding: 20px 15px 0 15px;
}

.modal .modal-body__content {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.modal-body__content--empty-padding {
    padding: 0;
}

.modal-body__content--close {
    margin-top: -190px;
}

.modal-body__content--close a {
    padding: 10px;
}

.modal-body__content--close .icon {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.modal-body__content--empty-padding #map {
    height: 200px;
    width: 100%;
}

.modal-content .register-new-account {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #777;
}

.modal-content .register-new-account a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #777;
    font-size: 14px;
}

.overflow-modal {
    max-height: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.error-modal .error-message,
.success-modal .success-message {
    margin-bottom: 0;
}

.modal-image {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-image .modal-image-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal .qr-image img {
    width: 85px;
}

.image-buttons {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    position: fixed;
    width: 100%;
    top: 50%;
}

.image-buttons .close-button {
    transition: 0.3s;
    position: fixed;
    top:15%;
    right: 5%;
}

.image-buttons .right-arrow {
    position: absolute;
    transition: 0.3s;
    right: 5%;
}

.image-buttons .left-arrow {
    position: absolute;
    transition: 0.3s;
    left: 5%;
}

.image-buttons:hover,
.image-buttons:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#confirm-payment .modal-dialog .modal-content .modal-body__content .row .col-sm-12 .sub-topic {
    text-transform: capitalize;
    font-weight: 700;
}

#collection-method-modal .modal-dialog .modal-content .modal-body__content .row .col-sm-12 .sub-topic {
    text-transform: capitalize;
    font-weight: 700;
}

#paycorp-success-view .modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    background-color: #fff;
    border: 0px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px #FFF;
}

#paycorp-success-view .modal-content .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #FFF;
}

.paycorp-payment-success-body {
    background-color: #FFF;
}

#paycorp-success-view .checkout-confirm__app-down-btn img {
    width: 25%;
}

.payment-type-pending {
    color: #34b25a;
    margin-top: 10px
}

#paycoprp-payment-view .row {
    margin-right: 0px;
    margin-left: 0px
}

#payment-picker-view .modal-body__content .row a {
    color: #777;
    cursor: pointer;
}

#collection-method-view .modal-body__content .row a {
    color: #777;
    cursor: pointer;
}

.select-store-block__main-logo {
    width: 120px;
    margin-bottom: -15px;
}

.select-store-block__app-store-links img {
    width: 120px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        padding: 15px 0;
    }

    .navbar .container {
        padding-right: 0;
    }
}

@media screen and (max-width: 769px) {
    .main-products img {
        height: 245px;
    }

    .main-products .text {
        font-size: 12px;
        text-align: center;
        left: auto;
        position: initial;
        padding: 0 10px;
        margin-top: 22px;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .content-block {
        margin-top: 100px;
    }

    .cart-summary__products-amount {
        margin-left: 86%;
    }

    .modal-content {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    .purchase-history-table table, .purchase-history-table thead, .purchase-history-table tbody,
    .purchase-history-table th, .purchase-history-table td, .purchase-history-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .purchase-history-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .purchase-history-table tr {
        border: 1px solid #ccc;
    }

    .purchase-history-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .purchase-history-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .purchase-history-table table .actions {
        text-align: left;
    }

    /*
    Label the data
    */
    .purchase-history-table td:nth-of-type(1):before {
        content: "Order ID";
    }

    .purchase-history-table td:nth-of-type(2):before {
        content: "Ordered On";
    }

    .purchase-history-table td:nth-of-type(3):before {
        content: "Items";
    }

    .purchase-history-table td:nth-of-type(4):before {
        content: "Order Type";
    }

    .purchase-history-table td:nth-of-type(5):before {
        content: "Status";
    }

    .purchase-history-table td:nth-of-type(6):before {
        content: "Amount";
    }

    .purchase-history-table td:nth-of-type(7):before {
        content: "Actions (Details)";
        text-align: left;
    }

    .select-store-block__left,
    .select-store-block__right {
        display: block !important;
    }

    .select-store-block__left {
        height: 33vh !important;
        margin: 0 15px;
    }

    .select-store-block__left-component {
        padding: 20px !important;
    }

    .select-store-block__left-back {
        background-position: center !important;
    }

    .select-store-block__app-store-links {
        left: auto !important;
        right: 30px;
        top: 30px;
    }

    .select-store-block__app-store-links img {
        width: 100px;
    }

    .select-store-block__right {
        height: auto !important;
    }

    .select-store-block__store-list {
        height: auto !important;
    }

    .select-store-block__store-list-link {
        margin-left: 15px;
    }

    .select-store-block__right-header {
        padding: 15px 20px 15px 35px !important;
    }

    .select-store-block__right-footer {
        position: relative !important;
        bottom: auto !important;
        left: 20px !important;
        background-color: transparent !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        margin-bottom: 10px;
    }

    .navbar .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 20px 20px 20px;
        margin-top: 10px;
    }

    .menu-product-btn {
        display: none;
    }

    .navbar-header .menu-product-btn {
        display: block;
    }

    .login {
        height: auto;
    }

    .login-header .login-link {
        text-align: center;
        padding: 30px 0 25px 0;
    }

    .login-overlay {
        position: relative;
    }

    .content-block h3 {
        margin-top: 0;
    }

    .home-products {
        margin-bottom: 10px;
    }

    .campaign-banner {
        width: 100px;
        height: 75px !important;
        width: 290px !important;
    }

    .cart-summary__products-amount {
        margin-left: 68%;
    }

    .individual-product .name {
        bottom: 46%;
        left: 7%;
        font-size: 14px;
    }

    .individual-product .category {
        top: 48%;
        left: 7%;
        font-size: 12px;
    }

    .individual-product .price {
        top: 65%;
        left: 7%;
    }

    .product-cart__item img {
        height: 77px;
    }

    .product-cart__actions .danger-btn {
        margin-top: 0;
    }

    footer {
        position: relative;
    }

    .show-campaign-item {
        height: 190px !important;
    }

    .campaign-header-text {
        font-size: 10px !important;
    }

    .campaign-sub-header-text {
        font-size: 10px !important;
    }

    .nav-tab-style {
        padding: 10px !important;
    }

    .nav-tab-content-style {
        padding: 10px !important;
        overflow-y: scroll;
        height: 500px
    }
}

@media screen and (max-width: 480px) {
    .login {
        height: 100vh;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        margin: 0
    }

    .login-body {
        padding: 15px;
    }

    .login-body__header h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .login-overlay {
        position: absolute;
    }

    .download-btn {
        padding: 8px 5px;
    }

    .nav-tabs > li {
        width: 50%;
    }

    .nav-tabs > li > a {
        margin-right: 0;
    }

    .navbar-nav .menu-product-amount {
        margin-top: 0;
    }

    .main-products__right {
        padding-right: 8px;
    }

    .main-products__left {
        padding-left: 8px;
    }

    .main-products img {
        height: 212px;
    }

    .main-products .overlay {
        height: 45%;
        top: 55%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .main-products .price {
        font-size: 14px;
    }

    .main-products .main-products__plus-button a {
        left: 38%;
    }

    .individual-product {
        height: 240px;
        text-align: center;
    }

    .individual-product .overlay {
        height: 100%;
        top: 0;
        background: #000; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /*Safari 5.1-6*/
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /*Fx 3.6-15*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /*Standard*/
    }

    .individual-product .name {
        bottom: 33%;
    }

    .individual-product .name,
    .individual-product .category {
        width: 100%;
        left: auto;
    }

    .individual-product .category {
        top: 58%;
    }

    .individual-product .price {
        font-size: 12px;
        width: 100%;
        left: auto;
        right: auto;
    }

    .individual-product .common-btn {
        width: 94%;
        top: 108%;
    }

    .buying-area__body {
        padding: 20px 20px 20px 20px;
    }

    .buying-area .rating {
        margin-top: 0;
        margin-bottom: 0;
    }

    .buying-area__heading .action-btn {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .buying-area__product-price {
        font-size: 14px;
    }

    .responsive-left-right {
        text-align: left;
    }

    .modal .modal-text {
        font-size: 12px;
    }

    .modal .qr-image img {
        width: 65px;
    }

    .modal-footer {
        text-align: center;
    }

    footer {
        position: absolute;
    }

    .select-store-block__main-logo {
        width: 60px;
        margin-bottom: -15px;
    }

    .select-store-block__app-store-links {
        bottom: 20px !important;
        right: auto;
        top: auto;
    }

    .select-store-block__right-header .main-topic {
        font-size: 18px !important;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 320px) {
    .nav-tabs > li > a {
        font-size: 11px;
    }

    .common-btn {
        font-size: 12px;
    }

    .buying-area .rating {
        margin-top: 7px;
    }

    .home-products .text {
        left: 7%;
    }

    .home-products .amount {
        left: 82%;
    }

    .main-products .overlay {
        height: 50%;
        top: 50%;
    }

    .main-products img {
        height: 150px;
    }

    .main-products .text {
        left: 7%;
        margin-top: 25px;
    }

    .main-products .main-products__plus-button a {
        left: 34%;
        top: -27%;
    }

    .select-store-block__left-component h1 {
        font-size: 20px;
    }

    .select-store-block__left-component h4 {
        font-size: 12px;
    }

    .select-store-block__left {
        height: 38vh !important;
    }

    .select-store-block__right-header .main-topic {
        font-size: 12px !important;
    }

    .promo-submit-button {
        font-size:14px;
    }

}

@keyframes kenburns {
    40% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(40px, 0px, 0px);
        animation-timing-function: ease-in;
    }
    60% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(20px, 20px, 20px);
        animation-timing-function: ease-in;
    }
    80% {
        transform: scale3d(1.1, 1.1, 1.1) translate3d(-20px, -80px, 0px);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    }
}

#progressView {
    height: 400px
}

#payment-pending {
    display: table;
    margin: 0 auto;
    margin-top: 10px
}

.input-area .alert {
    border-radius: 0;
    border-width: 1px;
    font-size: 13px;
    webkit-box-shadow: 0 0px 0px #ddd;
    box-shadow: 0 0px 0px #ddd;
    color: #8a6d3b;
}

/*Purchase History Styles*/

.purchase-history-list-wrapper {
    /* Firefox */
    height: -moz-calc(100vh - 50px);
    /* WebKit */
    height: -webkit-calc(100vh - 50px);
    /* Opera */
    height: -o-calc(100vh - 50px);
    /* Standard */
    height: calc(100vh - 50px);
    overflow-y: scroll;
    /*transform: scaleX(-1);*/
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    padding: 0
}

.purchase-history-list-wrapper .active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18);
    background-color: #f1f1f1;
}

#purchase-history-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#purchase-history-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#purchase-history-list::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

.purchase-history-list-item {
    background-color: #f7fff6;
    color: #343434;
    padding: 25px;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    border-bottom: 1px #7a7a7a;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2eae1;
    cursor: pointer;
    /*transform: scaleX(-1);*/
    justify-content: space-between;
}

.purchase-history-list-item:hover {
    background-color: #e2eae1;
    -webkit-box-shadow: 0 2px 4px #c1c1c1;
    box-shadow: 0 2px 4px #c1c1c1;
}

.purchase-history-list-item .date {
    font-size: smaller;
    font-weight: 400;
}

.purchase-history-list-item-expanded-view-wrapper {
    background-color: #f7fff6;
    color: #343434;
    padding: 0px;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    /* Firefox */
    height: -moz-calc(100vh - 50px);
    /* WebKit */
    height: -webkit-calc(100vh - 50px);
    /* Opera */
    height: -o-calc(100vh - 50px);
    /* Standard */
    height: calc(100vh - 50px);
}

.purchase-history-list-item-expanded-view-wrapper .loading-container {
    position: relative;
}

.purchase-history-list-item-expanded-view-wrapper .loading-container .wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.purchase-history-list-item-expanded-view-wrapper .loading-container .wrapper .icon {
    color: #9d9d9d;
}

.purchase-history-list-item-expanded-view-wrapper .loading-container .wrapper .loading-text {
    color: #9d9d9d;
}

.purchase-history-list-item-expanded-view-wrapper .container {
    /* Firefox */
    height: -moz-calc(100vh - 50px);
    /* WebKit */
    height: -webkit-calc(100vh - 50px);
    /* Opera */
    height: -o-calc(100vh - 50px);
    /* Standard */
    height: calc(100vh - 50px);
}

.purchase-history-list-item-expanded-view-wrapper .title {
    color: #FFFFFF;
    padding: 15px;
    font-weight: bold;
}

.purchase-history-list-item-expanded-view-wrapper .title .name {
    padding: 3px 8px;
    font-size: 12px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.purchase-history-list-item-expanded-view-wrapper .order-placed {
    background-color: #f1c40f;
}

.purchase-history-list-item-expanded-view-wrapper .order-accepted {
    background-color: #f77626;
}

.purchase-history-list-item-expanded-view-wrapper .order-rejected {
    background-color: #e74c3c;
}

.purchase-history-list-item-expanded-view-wrapper .order-completed {
    background-color: #2ecc71;
}

.purchase-history-list-item-expanded-view-wrapper .order-void {
    background-color: #969697;
}

.purchase-history-list-item-expanded-view-wrapper .order-ready {
    background-color: #2980b9;
}

.purchase-history-list-item-expanded-view-wrapper .order-unknown {
    background-color: #000000;
}

.purchase-history-list-item-expanded-view-wrapper .title .order-placed {
    color: #f1c40f;
}

.purchase-history-list-item-expanded-view-wrapper .title .order-accepted {
    color: #f77626;
}

.purchase-history-list-item-expanded-view-wrapper .title .order-rejected {
    color: #e74c3c;
}

.purchase-history-list-item-expanded-view-wrapper .title .order-completed {
    color: #2ecc71;
}

.purchase-history-list-item-expanded-view-wrapper .title .order-void {
    color: #969697;
}

.purchase-history-list-item-expanded-view-wrapper .title .order-ready {
    color: #2980b9;
}

.purchase-history-list-item-expanded-view-wrapper .title .order-unknown {
    color: #000000;
}

.purchase-history-list-item-expanded-view-wrapper .content-wrapper {
    padding: 15px;
}

.purchase-history-list-item-expanded-view-wrapper .content-wrapper .purchases-list {
    margin-right: -15px;
    padding-right: 15px;
}

.purchase-history-list-item-expanded-view-wrapper .content-wrapper .purchases-list .addon-name {
    font-size: 13px;
    color: #5e5e5e;
}

#purchases-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#purchases-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#purchases-list::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#purchase-history-scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#purchase-history-scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#purchase-history-scrollable::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

.purchase-history-list-item-expanded-view-wrapper .content-total-area {
    padding: 15px;
    background-color: #e2e2e2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.check-bill-modal-notice {
    padding: 10px;
    background-color: #d9d9d9;
    color: #636363;
    font-size: 12px;
    text-align: center;
}

.altered-items-wrapper {
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

#altered-items-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#altered-items-area::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#altered-items-area::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

.cart-error-item {
    padding-right: 0px;
    padding-bottom: 15px;
}

.cart-error-item .item-thumbnail {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 75px;
    height: 75px;
}
.cart-error-item .item-thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.cart-error-item .item-thumbnail img.portrait {
    width: 100%;
    height: auto;
}

.cart-error-item .item-details {
    text-align: left;
    padding-right: 0px;
}

.cart-error-item .item-details .item-name {
    text-align: left;
    font-weight: 600;
}

.cart-error-item .item-details .addon-name {
    text-align: left;
    font-size: 13px;
}

.cart-error-item .item-price-update {
    text-align: right;
}

.notifications-list {
    /* Firefox */
    height: -moz-calc(100vh - 50px);
    /* WebKit */
    height: -webkit-calc(100vh - 50px);
    /* Opera */
    height: -o-calc(100vh - 50px);
    /* Standard */
    height: calc(100vh - 50px);
    overflow-y: scroll;
}

#notifications-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#notifications-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#notifications-list::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

.inbox-item-row {

}

.inbox-item-row:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.notification-modal-button:hover {
    color: #ffffff !important;
}

/*Checkboxes*/
.checkbox label {
    padding-left: 0 !important;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    color: #27ae60;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.selected-check-box-highlight {
    color: #27ae60 !important;
}

.navbar-dropdown-button {
    color: #fff !important;
    font-size: 16px;
    transition: all 0.2s ease 0s;
    border: none;
    height: 50px;
}

.navbar-dropdown-button:hover, .navbar-dropdown-button:focus {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    border: none !important;
}

.navbar-header > ul {
    margin-top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
}

.navbar-header > ul > li > a {
    padding: 10px 10px;
}

/*select store css - 20190403*/
.main-topic {
    font-family: 'Raleway', sans-serif;
}

.small-text {
    font-size: 12px;
}

.main-color-theme {
    color: var(--main-theme-color);
}

.white-theme .main-color-theme {
    color: #000000 !important;
}

.select-store-block {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}

.select-store-block a {
    color: #777;
}

.select-store-block__left {
    display: table-cell;
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.select-store-block__left-back {
    position: absolute;
    background-image: url("../images/store-select-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    width: 105%;
    height: 105%;
    top: -10px;
    left: -10px;
    z-index: 10;
}

.select-store-block__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 20;
}

.select-store-block__left-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 30px;
    color: #ffffff;
}

.select-store-block__app-store-links {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.select-store-block__app-store-links--ios {
    margin-left: -10px;
}

.select-store-block__right {
    display: table-cell;
    height: 80vh;
    position: relative;
    overflow: hidden;
    padding: 0 15px 0 0;
}

.select-store-block__right-header {
    padding: 15px 20px;
}

.select-store-block__store-list {
    margin: 0;
    padding: 0;
    height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.select-store-block__store-list-item {
    list-style: none;
    border-bottom: 1px solid #eeeeee;
}


.select-store-block__store-list-item:first-child {
    border-top: 1px solid #eeeeee;
}

.select-store-block__store-list-link {
    background-color: #ffffff;
    display: block;
    padding: 5px 25px 5px 20px;
    position: relative;
}

.select-store-block__store-list-link:hover {
    color: #555555;
}

.select-store-block__store-list-link .sub-topic {
    color: #333333;
}

.select-store-block__store-list-link:after {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 37%;
    color: #cccccc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select-store-block__store-list-item:hover .select-store-block__store-list-link:after {
    right: 5px;
}

.select-store-block__store-list-link-text {
    display: table-cell;
}

.select-store-block__store-list-link-header-text {
    display: flex;
}

.select-store-block__store-list-link-header-text p {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    color: white;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    margin-top: 0px !important;
}

.select-store-block__store-list-link-header-text p:nth-child(3) {
    margin-left: 6px !important;
}

.select-store-block__location-icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    padding: 12px 20px;
    color: #999999;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: table-cell;
}

.select-store-block__right-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 20px;
}

.location-popup__maximized {
    background-color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    z-index: 500;
    bottom: 35px;
    right: 15px;
    width: 270px;
    height: 220px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.location-popup__maximized-icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    padding: 12px 18px;
    color: #999999;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: table-cell;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.location-popup__maximized-header,
.location-popup__maximized-body {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.location-popup__maximized-header .sub-topic {
    margin-top: 18px;
}

.location-popup__maximized-body .sub-topic {
    margin: 8px 0;
    display: block;
}

.location-popup__maximized .common-btn {
    display: block;
    cursor: pointer;
}

.location-popup__maximized.minimized {
    overflow: hidden;
    height: 52px;
    padding: 6px;
    right: -15px;
    width: 285px;
    cursor: pointer;
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.location-popup__maximized.minimized .location-popup__maximized-header {
    display: block;
}

.location-popup__maximized.minimized .location-popup__maximized-header .sub-topic {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: none;
}

.location-popup__maximized.minimized .location-popup__maximized-body {
    margin-left: 49px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}

.location-popup__maximized.minimized .location-popup__maximized-body .sub-topic {
    display: initial;
}

/* Rewards */

.campaign-banner {
    position: relative;
    border: 4px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    overflow: auto;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
}

.rewards-campaign-list-item {
    background-color: #f7fff6;
    color: #343434;
    padding: 10px;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    border-bottom: 1px #7a7a7a;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2eae1;
    cursor: pointer;
    justify-content: space-between;
}

.rewards-campaign-list-item:hover {
    background-color: #e2eae1;
    -webkit-box-shadow: 0 2px 4px #c1c1c1;
    box-shadow: 0 2px 4px #c1c1c1;
}

.rewards-campaign-list-item .date {
    font-size: smaller;
    font-weight: 400;
}

.show-campaign-item {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    text-align: center;
    opacity: 0.95;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.campaign-header-text {
    font-size: 16px
}

.campaign-sub-header-text {
    font-size: 15px;
    color: #777;
}

.nav-tab-style {
    padding: 20px;
}

.nav-tab-content-style {
    padding: 20px;
    overflow-y: scroll;
    height: 500px
}

.text-align-left {
    text-align: left
}

.show-campaign-reward-header{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.progress {
    width: 95%;
    margin-left: 10px;
}

#my-progress-bar {
    background: #ccc;
    border-radius: 12px;
    height: 22px;
    width: 330px;
    padding: 0px;
    margin: 0 auto;
}

.success-check {
    font-size: 80px;
}

@media only screen and (max-width: 600px) {
    .success-check {
        font-size: 45px !important;
    }
}

@media only screen and (max-width: 600px) {
    .on-going-orders-banner-mobile {
        display: block !important;
    }

    .on-going-orders-banner {
        display: none !important;
    }

    .order-success-view {
        margin-top: 50px !important;
    }
}

.order-success-view {
    margin-top: 150px;
}

.link-wrapper-primary {
    color: var(--main-theme-color);
}

.link-wrapper-primary:hover, .link-wrapper-primary:focus {
    color: var(--main-theme-color);
    filter: brightness(85%);
}

.link-button-wrapper:hover {
    padding: 5px 8px 5px 5px;
    background-color: var(--main-theme-color);
    border-radius: 20px;
    margin-left: 2px;
    color: #fff;
    filter: brightness(1);
}

.link-wrapper-white {
    color: #fff;
}

.link-wrapper-white:hover, .link-wrapper-white:focus {
    color: #fff;
    filter: brightness(85%);
}

.link-wrapper-gray {
    color: #333333 !important;
}

.link-wrapper-gray:hover, .link-wrapper-gray:focus {
    color: rgba(29, 29, 29, 0.95) !important;
}

.breadcumb {

}

@media screen and (max-width: 600px) {
    .breadcumb {
        display: none;
    }
}

.business-name {
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .business-name {
        width: 200px;
    }
}

@media screen and (max-width: 900px) {
    .business-name {
        width: 100px ;
    }
}
@media screen and (max-width: 700px) {
    .business-name {
        width: 72% ;
    }
}

@media screen and (max-width: 500px) {
    .business-name {
        width: 69% ;
    }
}

@media screen and (max-width: 420px) {
    .business-name {
        width: 66% ;
    }
}


@media screen and (max-width: 350px) {
    .business-name {
        width: 60% ;
    }
}

.sub-topic-saved {
    padding-left: 20px;
    position: relative;
}

.sub-heading {
    color: var(--main-theme-color);
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.sub-topic {
    text-transform: capitalize;;
    font-weight: 700;
}

.sub-topic-border-bottom {
    text-transform: capitalize;
    font-weight: 700;
    border-bottom: 2px solid #f1f1f1;
    font-size: 16px;
    padding-bottom: 8px;
}

.address-label-area {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-modal .input-area {
    padding: 10px 20px 0;
}

.batch-count-label {
    margin-left: 20px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    background-color: var(--main-theme-color);
    color: #fff;
    border-radius: 5px;
}

#order-summary-scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#order-summary-scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#order-summary-scrollable::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#pickup-notes::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#pickup-notes::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#pickup-notes::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #777;
}
.separator::before {
    margin-right: .35em;
}
.separator::after {
    margin-left: .35em;
}

.section-card.left-side-nav {
    padding: 0px;
}
.section-card {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.section-card  .left-side-nav .nav-tabs {
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
}
.section-card .nav-tabs li {
    width: 100%;
    height: 62px;
}
.section-card .nav-tabs > li > a {
    color: #656565;
    padding: 20px;
    border-bottom: 1px solid #E8E8E8;
    transition: all 0.2s ease 0s;
    background-color: #ffffff;
    text-transform: unset;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.left-side-nav .nav-tabs > li.active > a, .left-side-nav .nav-tabs > li > a:hover, .left-side-nav .nav-tabs > li.active > a:hover, .left-side-nav .nav-tabs > li.active > a:focus {
    border-left: 4px solid ${theme_color};
    color: ${theme_color};
    border-bottom: transparent !important;
    background-color: #F3F3F3;
}
.section-card .nav-tabs .fa {
    width: 40px;
    margin: 0px;
    font-size: 18px;
}
.tab-content-card {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.title-card {
    color: #656565;
    font-weight: 600;
}
.sub-text {
    color: #777;
}
.address-list {
    padding: 0px;
    margin: 0px;
}
.address-list li {
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.address-list li:last-child {
    margin-bottom: 0px;
}
.address-list input {
    font-weight: normal;
    margin-right: 10px;
}
.label-input {
    width: 20% !important;
    margin-right: 12px;
}
.address-list .quantity-btn {
    margin-right: 4px;
}
.location-input {
    width: 66% !important;
}
.tab-content-card .disabled {
    opacity: 0.5;
    pointer-events: none;
}
.edit-btn-row {
    display: flex;
    justify-content: flex-end;
}
.form-group-email {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form-group-email:last-child {
    margin-bottom: 0px;
}
.form-group-email label, .form-group-email input {
    margin: 0px;
}
.form-group-email label {
    margin-left:15px;
}
.content-row {
    margin-top: 12px;
}
.navbar-header {
    width: 200px;
}
@media (max-width:576px){
    .navbar-header {
        width: auto;
    }
    .address-list li {
        text-align: right;
    }
    .address-list .quantity-btn {
        margin-top: 10px;
        margin-right: 8px;
    }
    .address-list input {
        margin-right: 8px;
    }
    .primary-btn.full-width, #account-deactivation .primary-btn, #change-password .primary-btn {
        width: 100% !important;
    }
    .address-list li {
        margin-top: 20px;
    }
    .content-row {
        margin-top: 22px;
    }
}

.footer-popup__cookies-content.show {
    bottom: 35px;
    opacity: 1;
}

.show {
    display: block !important;
}

.footer-popup__cookies-content {
    position: fixed;
    bottom: -300px;
    left: 15px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #353535 !important;
    padding: 18px;
    width: 650px;
    text-align: left;
    z-index: 400;
    opacity: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.footer-popup__cookies-content h4 {
    font-weight:bold;
}
.footer-popup__cookies-content .cookie-actions button {
    width: 205px;
}
#cookie-policy .modal-body h4 {
    font-weight: bold;
    margin:0px;
    color: #353535;
    font-size: 14px;
}
#cookie-policy .modal-body p {
    margin:0px;
}
#cookie-policy .content-row, #cookie-policy .cookie-item .cookie-description {
    margin-top:18px;
}
#cookie-policy .content-row p {
    text-align: left;
    color: #353535;
    font-size: 12px;
}
#cookie-policy .modal-body .item {
    margin-left:0px;
    margin-right:0px;
    margin-top:24px;
}
#cookie-policy .modal-body .item:first-child {
    margin-top:0px;
}
#cookie-policy .modal-body .date-stamp {
    font-weight:600;
    text-align: right;
    font-size: 12px;
}
#cookie-policy .cookie-item {
    margin: 0px;
    padding: 18px;
    border: 1px solid #CCCCCC;
}

#cookie-policy .content-row.active .cookie-item{
    margin: 0px;
}
#cookie-policy .content-row .backdrop {
    position: absolute;
    width: 95%;
    height: 100%;
    background: #777;
    opacity: 0.05;
}
#cookie-policy .content-row.active .backdrop {
    background: var(--main-theme-color);
    opacity: 0.05;
}

#cookie-policy .cookie-item h5 {
    font-weight: 600;
    margin: 0px;
}
#cookie-policy .cookie-item .main-title {
    color: #353535;
}
#cookie-policy .cookie-item .status-label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#cookie-policy .content-row.active .cookie-item .status-label {

}
#cookie-policy .cookie-item .col-md-6, #cookie-policy .cookie-item .col-md-12 {
    padding: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px;
    margin-bottom:0px;
}

#cookie-policy .switch {
    margin-right: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--main-theme-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--main-theme-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (max-width:576px){
    .footer-popup__cookies-content {
        width: 92vw;
    }
    .footer-popup__cookies-content .cookie-actions button {
        width: 100%;
    }
    .footer-popup__cookies-content p {
        margin-bottom: 18px;
        text-align: justify;
    }
    #cookie-policy .cookie-item .status-label {
        justify-content: flex-start;
    }
    #cookie-policy .main-title {
        margin-bottom:16px !important;
    }
    #cookie-policy .modal-body .date-stamp {
        text-align: left;
    }
    #cookie-policy .modal-body .main {
        margin-bottom:6px;
    }
}


.user-link.open .account-dropdown-toggle {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

/*Rewards*/

.banner-main-row {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    text-align: center;
}

.reward-card-main .main-products {
    height: 320px;
}

.reward-card-main .reward-header {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    display: flex;
    justify-content: center;
}

.reward-card-main .reward-footer {
    height: 50px;
}

.reward-card-main .reward-footer button {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.reward-card-main .reward-body {
    height: calc(320px - 200px);
    padding: 16px;
    text-align: center;
}

.reward-card-main .icon-wrapper {
    position: absolute;
    top: 114px;
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    display: flex;
    align-items:center;
    justify-content: center;
    border: 3px solid white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.reward-card-main .icon-wrapper i {
    margin-right: 0px;
    font-size: 27px;
}

.reward-card-main .icon-wrapper.locked {
    background-color:#D4D4D4;
}

.reward-card-main .icon-wrapper i {
    color: #777777;
}

.reward-card-main .reward-body .reward-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #353535;
    padding: 0px;
    margin-bottom: 4px;
    font-weight: bold;
    margin-top: 20px;
}

.reward-card-main .reward-body .reward-points-title {
    font-weight: bold;
    margin: 0px;
    font-size: 16px;
}

.reward-card-main .reward-footer button.disabled {
    background-color: #D4D4D4 !important;
    color: #777 !important;
    pointer-events: none;
    border-color: #D4D4D4 !important;
}

.no-reward-card .main-products .no-reward-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.no-reward-card .main-products .reward-body {
    z-index: 9;
    padding: 22px;
}

.no-reward-card .main-products img {
    height: 100px;
    width: 100px;
}

.no-reward-card .main-products {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal-loyalty-card {
    background-color: #ffffff;
    margin-bottom: 20px; /* Changed */
    margin-left: 20px; /* Changed */
    margin-right: 20px;
    border: 1px solid #f0b211;
}
.loyalty-card-content {
    padding: 20px;
    width: 100%;
    display:flex;
    /*align-items: center;*/
    margin:0;
    z-index: 1;
    min-height:110px;
    align-items: center;
}
.loyalty-card-content .icon-container {
    width:20%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.loyalty-card-content .main-content {
    width:80%;
    text-align: left;
}
.error-content {
    width: 100%;
    text-align: center;
}
.icon-container.show {
    display:flex !important;
}
@media (max-width:768px){
    /*.modal-loyalty-card {*/
    /*    margin-left: 55px;*/
    /*    margin-right: 55px*/
    /*}*/
    .loyalty-card-content {
        display:block;
    }
    .loyalty-card-content .main-content {
        width:100% !important;
        text-align: center;
    }
    .loyalty-card-content .icon-container {
        margin-bottom:12px;
        display:flex;
        justify-content:center;
        width:100% !important;
    }
    .loyalty-card-content .main-content {
        margin:0px;
    }
}
@media (max-width:642px){
    /*.modal-loyalty-card {*/
    /*    margin-left: 20px;*/
    /*    margin-right: 20px*/
    /*}*/

    #loyalty-card-loader {
        flex-direction: column;
    }

    #loyalty-card-loader i {
        margin-bottom: 12px;
    }

}

.d-flex{
    display: flex;
}

div#ui-datepicker-div {
    top: 200px !important;
}

.form-group-dob select {
    -webkit-appearance: auto !important;
    appearance: auto !important;
    -moz-appearance: auto !important;
}
.form-group-dob fieldset {
    display:flex;
}
.form-group-dob .form-control-month {
    width: 35% !important;
    margin-right: 12px;
}
.form-group-dob .form-control-day {
    width: 27% !important;
}
.form-group-dob .form-control-year {
    width: 35% !important;
    margin-right: 12px;
}
.banner-main-row.banner-main-fivestars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-main-row.banner-main-fivestars .main-content-banner {
    text-align: left;
    margin-left: 14px;
}

.banner-main-row label {
    font-size: 16px;
    color: #777;
    font-weight: 500;
}

.banner-main-row h2 {
    margin:0px;
    font-size: 26px;
    font-weight: bold;
}

.banner-main-row.banner-main-fivestars h2 {
    color: #6B20CE !important;
}

.banner-main-row.banner-main-fivestars .banner-main-img-container.hide {
    display: block !important;
}

.banner-main-row.banner-main-fivestars .fivestars-keyword.hide {
    display: inline-block !important;
}

@media (max-width:576px){
    .banner-main-row.banner-main-fivestars {
        display: block;
        text-align: center;
    }
    .banner-main-row.banner-main-fivestars h2 {
        font-size: 22px;
    }
    .banner-main-row.banner-main-fivestars .banner-main-img-container {
        margin-bottom: 8px;
    }
    .banner-main-row.banner-main-fivestars .banner-main-img-container img {
        width: 46px;
        height: 46px;
    }
    .banner-main-row.banner-main-fivestars .main-content-banner {
        text-align: center;
        margin-left: 0px;
    }
    .banner-main-row.banner-main-fivestars label {
        margin-bottom: 0;
    }
}

/* New Styles - Sucess Page */
#paycorp-success-view .modal-loyalty-card {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media screen and (max-width:1200px) and (min-width:992px) {
    #paycorp-success-view .modal-content {
        width: 65% !important;
        margin: auto !important;
        float: unset;
    }
}

@media screen and (max-width:992px) and (min-width:642px) {
    #paycorp-success-view .modal-content {
        width: 75% !important;
        margin: auto !important;
        float: unset;
    }
}

.banner-main-row.banner-main-fivestars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-main-row label {
    font-size: 16px;
    color: #777;
    font-weight: 500;
}

.banner-main-row h2 {
    margin:0px;
    font-size: 26px;
    font-weight: bold;
}

.banner-main-fivestars .default-rewards,
.fivestars-rewards-active {
    display: none;
}
.banner-main-fivestars .fivestars-rewards-active {
    display: block;
}
.banner-main-fivestars .fivestars-rewards-active label {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:0;
    margin-top:8px;
}
.banner-main-fivestars .fivestars-rewards-active label span {
    margin-right: 8px;
}

.banner-main-fivestars .fivestars-rewards-active h2 {
    font-weight: 500;
}
.banner-main-fivestars .fivestars-rewards-active .reward-point-span {
    font-weight: bold;
}
@media (max-width:576px) {
    .banner-main-fivestars .fivestars-rewards-active label {
        margin-top:12px;
    }
}

#rewards-v2-redeem-add-modal .content-body-reward-modal .main-title-reward-modal {
    color: #353535;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}

#rewards-v2-redeem-add-modal .content-body-reward-modal .points-content-modal {
    font-weight: bold;
    margin: 0px;
    font-size: 16px;
}

#rewards-v2-redeem-add-modal .content-body-reward-modal .disclaimer-card-row .disclaimer-card {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: #eaeaea;
    color: #777;
    font-size: 14px;
}

#rewards-v2-redeem-add-modal .content-body-reward-modal .disclaimer-card-row .disclaimer-card i {
    margin-right: 10px;
    font-size: 20px;
}

#rewards-v2-redeem-add-modal .content-body-reward-modal .main-title-row,
#rewards-v2-redeem-add-modal .content-body-reward-modal .disclaimer-card-row {
    margin-bottom: 16px;
}

#rewards-v2-redeem-add-modal .content-body-reward-modal .main-reward-info-row .modal-body__item-list {
    border-bottom: unset !important;
    padding-top: 0px;
}
#rewards-v2-redeem-add-modal .reward-modal-footer {
    display: flex;
}
#rewards-v2-redeem-add-modal .reward-modal-footer button {
    width: 100%;
}
#rewards-v2-redeem-add-modal .reward-modal-footer .secondary-btn {
    background-color: #D4D4D4 !important;
    color: #777 !important;
    border-color: #D4D4D4 !important;
}
.right-menu .view-rewards-row span {
    font-weight: 500;
    font-size: 10px;
    text-transform: capitalize;
}
.right-menu .view-rewards-row .rewards-default {
    color: #777;
}
.right-menu .view-rewards-row .rewards-active {
    color: #31B752;
}
.right-menu .view-rewards-row .common-btn {
    margin-top:2px;
    min-width:60px
}

.slideDown {

    animation-name: fade-in-move-down;
    -webkit-animation-name: fade-in-move-down;

    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    display: block !important;
}

@keyframes fade-in-move-down {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@-webkit-keyframes fade-in-move-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-3rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

#rewards-loader {
    display: none;
    background: #e8e8e8;
}

.right-menu .view-rewards-row {
    padding-bottom:0px
}

#grandTotal {
    transition: margin 700ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -webkit-transition: margin 700ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.smoothTransition {
    margin-top:10px;
}

.nav-tabs-time-mode-cart li {
    text-align:center;
    background-color:transparent;
    border:1px solid var(--main-theme-color);
}

.nav-tabs-time-mode-cart li .btn {
    color:var(--main-theme-color);
    margin: 0;
    padding: 8px 4px;
    border-bottom: unset !important;
    line-height: normal;
    font-size:12px;
    width:100%;
    border-radius: 0;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.nav-tabs-time-mode-cart > li.active > .btn,
.nav-tabs-time-mode-cart > li.active > .btn:hover,
.nav-tabs-time-mode-cart > li.active > .btn:active {
    background-color:var(--main-theme-color) !important;
    color:#FFFFFF !important;
    box-shadow:unset;
    outline: none;
}
.nav-tabs-time-mode-cart > li > a:hover {
    border-color: transparent;
}
.tab-content-time-mode-cart .scheduled-time-picker-row {
    margin-top:12px;
}
.tab-content-time-mode-cart .scheduled-time-picker-row .col-xs-6:first-child {
    padding-right:6px
}
.tab-content-time-mode-cart .scheduled-time-picker-row .col-xs-6:first-child input {
    min-height:39px;
}

.tab-content-time-mode-cart .scheduled-time-picker-row .col-xs-6:first-child button {
    min-height:39px;
    background-color: #FFFFFF;
}
.tab-content-time-mode-cart .scheduled-time-picker-row .col-xs-6:last-child {
    padding-left:6px
}
.earliest-indicator-cart .bg-container {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}
.earliest-indicator-cart .right-menu__added-products {
    padding: 14px 20px;
    background-color: #c0f94e26;
}
.earliest-indicator-cart .indicator-content-cart {
    color: #31B752;
    display: flex;
    align-items: center;
}
.earliest-indicator-cart .indicator-content-cart .indicator-title {
    margin-bottom: 0;
    font-size:13px;
}
.earliest-indicator-cart .indicator-content-cart i {
    margin-right: 14px;
    font-size: 24px;
}

.content-block_product-details {
     margin-top:118px;
 }
.content-block_product-details h3 {
    margin: 0;
}
.content-block_product-details .right-card {
    padding:16px;
}
.content-block_product-details .btn-section h4 {
    margin-top:0px;
}
.content-block_product-details .title-section h5 {
    margin-bottom:0px;
    color:#f0b211
}
.content-block_product-details .title-card .title-card-row {
    display: flex;
    margin:0;
}
.content-block_product-details .title-card .title-card-row .col-md-8 {
    padding-left:0px
}
.content-block_product-details .title-card .title-card-row .col-md-4 {
    padding-right:0px
}
.content-block_product-details .description-card {
    min-height:263px;
}
.content-block_product-details .right-card .sub-heading {
    margin-top:0px;
    line-height: unset;
}
.content-block_product-details .description-card p {
    line-height:24px;
    text-align: justify;
    margin:0px;
}
.content-block_product-details .product-image-container {
    height:389px;
    width:100%;
    padding: 0px !important;
}
.content-block_product-details .product-image-container img {
    object-fit: cover;
    border-radius: 3px;
}
.content-block_product-details .more-images__card {
    margin:0px;
    height:95px;
    border-radius: 3px;
}
.content-block_product-details .more-images-card .more-images_container {
    width:31%;
    margin-right:11px;
    margin-top:12px;
}
.content-block_product-details .more-images_col-mob {
    display:none;
}

.content-block_product-details .main-col-img {
    width:35%;
    padding-right: 5px;
}
.content-block_product-details .main-col-content {
    width:65%;
}

@media (max-width: 1199px) {
    .content-block_product-details .main-col-img {
        width:40%;
        padding-right: 5px;
    }
    .content-block_product-details .main-col-content {
        width:60%;
    }
    .content-block_product-details .product-image-container {
        height: 368px;
    }
    .content-block_product-details .description-card {
        min-height: 242px;
    }
}

@media (max-width:992px) {
    .content-block_product-details .main-col-img {
        width:100%;
        padding-right: 15px;
    }
    .content-block_product-details .main-col-content {
        width:100%;
    }
    .content-block_product-details .more-images_col {
        display:none;
    }
    .content-block_product-details .more-images_col-mob {
        display:block;
    }

    .content-block_product-details .more-images-card .more-images_container {
        width:32.3%;
        margin-right:9px;
        margin-top: 10px;
    }
    .content-block_product-details .more-images__card {
        height: 115px;
    }
}

@media (max-width:644px) {
    .content-block_product-details .more-images-card .more-images_container {
        width:32%;
        margin-right:10px;
        margin-top: 12px;
    }
}

@media (max-width:576px) {
    .content-block_product-details .description-card {
        min-height: auto;
    }
    .content-block_product-details .product-image-container {
        height:345px;
    }
    .content-block_product-details .more-images__card {
        height: 110px;
    }
    .content-block_product-details .description-card p {
        line-height: 22px;
    }
    .content-block_product-details .title-card-row {
        display:flex !important;
        align-items:flex-start !important;
        width:100%;
    }
    .content-block_product-details .title-card .title-card-row .col-md-8,
    .content-block_product-details .title-card .title-card-row .col-md-4 {
        padding:0px;
    }
    .content-block_product-details .title-card .btn-section h4 {
        margin:0px;
        margin-bottom:12px;
    }
    .content-block_product-details .more-images-card .more-images_container {
        width: 31%;
        margin-right: 15px;
        margin-top: 15px;
    }
}

@media (max-width:492px) {
    .content-block_product-details .more-images-card .more-images_container {
        margin-right: 14px;
        margin-top: 14px;
    }
}

@media (max-width:462px) {
    .content-block_product-details .more-images__card {
        height:85px;
    }
    .content-block_product-details .more-images-card .more-images_container {
        width:48%;
        margin-right:11px;
        margin-top: 12px;
    }
    .content-block_product-details .more-images-card .more-images_container:nth-child(2n) {
        margin-left:0px;
        margin-right:0px
    }
}


@media (min-width:462px) {
    .content-block_product-details .more-images-card .more-images_container:nth-child(3n) {
        margin-left:0px;
        margin-right:0px
    }
}


@media (max-width:350px){
    .content-block_product-details .product-image-container {
        height:290px;
    }
    .content-block_product-details .more-images-card .more-images_container {
        width:47%;
        margin-right:15px;
        margin-top: 15px;
    }
}

.main-products .link {
    height: 70%;
    position: relative;
}

.main-products .link .main-product_img {
    height: 100%;
    width: 100%;
    position: relative;
}

.main-product_img img {
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius:3px 3px 0px 0px;
}

@media screen and (max-width: 480px) {
    .main-products .link {
        height: 70%;
    }
    .link-no-image h4 {

        margin-top:0px !important;
        margin-bottom: 30px !important;

    }
}

.d-none{
    display: none;
}

.product-no-image-details {
    width: 100%;
    height: 100%;
    position: relative;
}

.no-image-overlay-details {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-color: var(--main-theme-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-image-overlay-details h4 {
    color: #ffffff;
}

.no-image-overlay-details img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Search Locations and State selection UI styles Start */
.select-store-block__right.with-search .select-store-block__right-header {
    height: 132px;
}
.select-store-block__right.with-search .select-store-block__right-footer {
    height: 80px;
}
.select-store-block__right.with-search .select-store-block__right-body {
    height: calc(80vh - 212px);
    position: relative;
}

.select-store-block__right.no-search .select-store-block__right-header {
    height: 76px;
}
.select-store-block__right.no-search .select-store-block__right-footer {
    height: 80px;
}
.select-store-block__right.no-search .select-store-block__right-body {
    height: calc(80vh - 156px);
    position: relative;
}

.select-store-block__right-body .tab-content {
    height: 100%;
}

.select-store-block__right {
    display: flex;
    flex-direction: column;
}
.select-store-block__right .state-tab,
.select-store-block__right .store-locations-tab {
    margin-bottom: auto;
}
.select-store-block__right-footer {
    position: relative;
    width: 100% !important;
}
.select-store-block__right-footer > .row {
    display: flex;
    align-items: center;
}
.select-store-block__right-footer .col-md-6:first-child {
    padding-left: 0px;
}
.select-store-block__right-footer .col-md-6:last-child {
    padding-right: 0px;
}
.btn-group-store-cards {
    display: flex;
    justify-content: flex-end;
}
.btn-group-store-cards a {
    margin: 0px;
    width: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-store-block__store-list-link {
    display: flex;
    align-items: center;
    padding-top: 12px; /* Changed */
    padding-bottom: 12px;
}
.select-store-block__location-icon {
    margin-top: 0px !important;
}
.select-store-block__store-list-link-text .sub-topic {
    margin: 0px !important;
}
.select-store-block__store-list-link-text p {
    margin-top: 6px;
    margin-bottom: 0px;
}
.select-store-block__location-icon {
    margin-right: 15px;
}
.select-store-block__store-list {
    height: 100% !important; /* Changed */
}

.visi-none {
    display: none !important;
}

/* New Changes */
.select-store-block__right-header .search-input-control {
    margin-bottom: 10px;
}
.select-store-block__right-header .btn-transparent {
    background-color: unset;
    padding: 0;
}
.select-store-block__right-header .btn-transparent .fa {
    margin: 0;
}
.select-store-block__right-header .search-input-control:not(:placeholder-shown) ~ .close-btn {
    display: block;
}
.select-store-block__right-header .close-btn {
    right: 12px;
    left: initial;
    top: 12px;
    position: absolute;
    display: none;
}

@media (max-width:992px) {
    .select-store-block__right {
        display: table-cell;
        width: 100%;
    }
}

@media (max-width:576px) {

    .select-store-block__right-footer > .row {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .btn-group-store-cards a {
        width: 100%;
    }
    .select-store-block__right-footer .col-md-6 {
        padding-right:0px;
        padding-left: 15px;
    }
    .select-store-block__right-footer .col-md-6:first-child {
        margin-top: 12px;
    }


    /* Mobile Heights - With Search */
    .select-store-block__right.with-search .select-store-block__right-header {
        height: 125px;
    }
    .select-store-block__right.with-search .select-store-block__right-footer {
        height: auto;
    }
    .select-store-block__right.with-search .select-store-block__right-body {
        height: auto;
    }

    /* Mobile Heights - Without Search */
    .select-store-block__right.no-search .select-store-block__right-header {
        height: 69px;
    }
    .select-store-block__right.no-search .select-store-block__right-footer {
        height: auto;
    }
    .select-store-block__right.no-search .select-store-block__right-body {
        height: auto;
    }

    .select-store-block__right-footer {
        margin: auto;
        margin-right: 0;
        width: 96% !important;
        left: 0 !important;
        text-align: center;
    }
    .select-store-block__right-header .main-topic {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .select-store-block__store-list-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .select-store-block__right-footer .col-md-6:first-child span {
        margin-right: 12px;
    }
    .select-store-block__right-footer .col-md-6:last-child {
        padding-left: 0px;
    }

}

/* Search Locations and State selection UI styles End */

/* Food Truck Banner START */

.food-truck-banner__main-container {
    background-color:#ffffff;
    height:240px;
    width:100%;
    position:relative;
}
.food-truck-banner__main-container .banner-wrapper {
    display:flex;
    height:100%;
    width:100%;
}
.food-truck-banner__main-container .food-truck-banner__content-area {
    width:55%;
    padding: 20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.food-truck-banner__main-container .food-truck-banner__image-area {
    width:45%;
    position:relative;
}
.food-truck-banner__image-area img {
    object-fit:cover;
    width:100%;
    height:100%;
}
.banner-img-fade-left {
    height: 100%;
    width: 100%;
    position:absolute;
    background: -webkit-linear-gradient(left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 20%,
    rgba(255, 255, 255, 0.5) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0,0,0,0) 80%,
    rgba(0,0,0,0) 100%
    );
}

.food-truck-banner__content-area .banner-sub-title {
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 600;
    margin:0
}
.food-truck-banner__content-area .banner-main-title{
    font-size: 30px;
    font-weight:bold;
    margin:0
}
.food-truck-banner__content-area .banner-description p {
    font-size: 18px;
    color:#777777;
    font-weight:400;
    margin-bottom: 24px;
    margin-top:12px;
}
.food-truck-banner__content-area .banner-btn-area .btn {
    font-weight: bold;
    border-radius: 30px;
    width:auto;
    padding:10px 20px;
    text-transform:unset;
    letter-spacing: unset;
    color:#ffffff;
    white-space:normal;
}

.food-truck-banner__main-container.truck-closed {
    border:1px solid red;
}

.food-truck-banner__main-container.truck-closed .banner-title-area {
    color:red !important;
}

/* Truck Closed Status Styles Start */
.title__truck-closed,
.desc__truck-closed,
.btn-label__truck-closed,
.food-truck-banner__main-container.truck-closed .title__truck-open,
.food-truck-banner__main-container.truck-closed .desc__truck-open,
.food-truck-banner__main-container.truck-closed .btn-label__truck-open {
    display:none;
}

.food-truck-banner__main-container.truck-closed .title__truck-closed,
.food-truck-banner__main-container.truck-closed .desc__truck-closed,
.food-truck-banner__main-container.truck-closed .btn-label__truck-closed {
    display:block;
}

.food-truck-banner__main-container.truck-closed .banner-description p {
    margin-bottom:0 !important;
    margin-top: 12px !important;
}

.food-truck-banner__main-container.truck-closed .banner-btn-area {
    margin-top: 24px;
}

.food-truck-banner__main-container.truck-closed .banner-btn-area .btn {
    background-color: #e2e2e2;
    border-color: #e2e2e2;
    color: #777777;
    pointer-events: none;
    cursor: not-allowed;
}
/* Truck Closed Status Styles End */

@media (max-width:768px) {
    .food-truck-banner__main-container {
        height:auto;
    }
}

@media (max-width:576px) {
    .food-truck-banner__main-container .food-truck-banner__content-area {
        width: 65%;
        padding: 14px;
    }
    .food-truck-banner__main-container .food-truck-banner__image-area {
        width:35%;
    }
    .food-truck-banner__content-area .banner-sub-title {
        font-size: 12px;
    }
    .food-truck-banner__content-area .banner-main-title {
        font-size: 22px;
        line-height: 26px;
    }
    .food-truck-banner__content-area .banner-description p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .food-truck-banner__content-area .banner-btn-area .btn {
        padding:6px 12px;
        width:100%
    }
    .food-truck-banner__image-area img {
        background:-webkit-linear-gradient(left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.8) 20%,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(0,0,0,0) 80%,
        rgba(0,0,0,0) 100%
        )
    }

    /* Truck Closed Status Mobile Styles Start */
    .food-truck-banner__main-container.truck-closed .banner-btn-area {
        margin-top: 12px;
    }
    /* Truck Closed Status Mobile Styles End */
}

@media (max-width:320px) {
    .food-truck-banner__content-area .banner-btn-area .btn {
        padding:6px 0px;
        width:100%
    }
}

/* Food Truck Banner END */

/* Fix for order now button in order detail page not appearing for small screens START */

#right-menu-body-pickup {
    height: 100vh;
}

.nav-tabs-right-body {
    height: 43px
}

#mytabs {
    max-height: calc(100vh - 152px) !important;
    overflow-y: auto;
}

.tab-content #pickup-notes,
.tab-content #order-summary {
    height: 100%;
}

.proceed-to-payment-area {
    position: relative;
}

#mytabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#mytabs::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#mytabs::-webkit-scrollbar-thumb {
    background-color: #ababab;
}

#order-summary-scrollable::-webkit-scrollbar-thumb {
    background-color: #777777;
}

@media (max-width: 576px) and (max-height: 640px) {
    #mytabs {
        max-height: calc(100vh - 200px) !important;
    }
}

#add-to-cart .modal-body__item-list .dropdown-menu {
    max-height:110px;
    overflow-y:auto;
}
.modal-no-overflow {
    overflow-y: unset !important;
}

.right-menu__added-products .alert {
    margin:15px;
    margin-bottom:0px;
}

.action-row-cart {
    width: 100%;
    margin: 0px;
    margin-top:15px;
}
.action-row-cart .qty-row-cart {
    justify-content: flex-start;
    display:flex;
    float: left;
    align-items: flex-end;
    padding-right: 0;
    width: 62%;
}
.action-row-cart .qty-row-cart .modal-sub-selection-price{
    margin-right: 5px;
}
.action-row-cart .action-btn-row-cart {
    padding-left: 0px;
    width: 38%;
    float: left;
    display:flex;
    justify-content: flex-end;
    align-items: center;

}
.action-row-cart .action-btn-row-cart button {
    padding: 1px 6px;
    width: unset;
    height: unset;
    margin-right:8px;
}
.action-row-cart .action-btn-row-cart button:last-child {
    margin-right:0px;
}

/* Keyboard Accessbility - Enabling focus outlines for keyboard users */

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
:focus {
    /* Provide a fallback style for browsers that don't support :focus-visible */
    outline: 5px auto black !important;
    outline-offset: -2px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
:focus:not(:focus-visible) {
    /* Remove the focus indicator on mouse-focus for browsers that do support :focus-visible */
    outline: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
:focus-visible {
    /* Draw a very noticeable focus style for keyboard-focus on browsers that do support :focus-visible */
    outline: 5px auto black !important;
    outline-offset: -2px;
}

input[type=text]:focus,
input[type=text]:focus:not(:focus-visible),
input[type=text]:focus-visible,
input[type=textarea]:focus,
input[type=textarea]:focus:not(:focus-visible),
input[type=textarea]:focus-visible,
input[type=password]:focus,
input[type=password]:focus:not(:focus-visible),
input[type=password]:focus-visible,
input[type='email']:focus,
input[type='email']:focus:not(:focus-visible),
input[type='email']:focus-visible,
input[type='password']:focus,
input[type='password']:focus:not(:focus-visible),
input[type='password']:focus-visible,
input[type='tel']:focus,
input[type='tel']:focus:not(:focus-visible),
input[type='tel']:focus-visible,
textarea:focus,
textarea:focus:not(:focus-visible),
textarea:focus-visible,
select:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 1px var(--main-theme-color) !important;
    box-shadow: 0 0 0 1px var(--main-theme-color) !important;
}

.link-container:focus:not(:focus-visible) .link {
    outline: none !important;
    border: unset !important;
}

.link-container:focus-visible .link,
.link-container:focus .link {
    outline: none !important;
    border: 2px solid black;
}

.link-container:focus:not(:focus-visible) .main-product_img {
    opacity: unset;
}

.link-container:focus-visible .main-product_img,
.link-container:focus .main-product_img {
    opacity: 0.6;
}

a:focus:not(:focus-visible) .home-products .overlay {
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

a:focus-visible .home-products .overlay,
a:focus .home-products .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(
            bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.9)
    );
}

.checkbox input[type="checkbox"] {
    display: block !important;
    opacity: 0;
}

.boxed input[type="radio"] {
    display: block !important;
    position: absolute;
    width: 100%;
    opacity:0;
}

.content-row-footer span {
    color: #424242 !important;
}

.content-row-footer img {
    filter: brightness(0.6);
}

.skip-to-content {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    z-index: 999;
}
.skip-to-content:focus-visible {
    margin: 0;
    padding: 15px;
    text-decoration: underline !important;
    color: #4b11a8;
    clip: auto;
    width: auto;
    height: auto;
    overflow: visible;
}

/* Fix for order now button in order detail page not appearing for small screens END */

/* Fix for image cropping in Store Location Picker page */

.select-store-block__left {
    padding:0;
}

.select-store-block__left-back {
    -webkit-filter: unset !important;
    filter: unset !important;
    width: 100%;
    height: 100%;
    position: relative;
    top: unset;
    left: unset;
    background-position: center;
}

.select-store-block__store-list-link-header-text {
    align-items: flex-start;
}

@media screen and (max-width:768px){
    .select-store-block__left {
        height:550px !important
    }
}

@media screen and (max-width:576px){
    .select-store-block__left {
        height:350px !important
    }
}

@media screen and (max-width:400px){
    .select-store-block__left {
        height:320px !important
    }
}

@media screen and (max-width:320px){
    .select-store-block__left {
        height:285px !important
    }
}

.checkbox input[type="checkbox"]:focus-visible + .cr {
    outline: 5px auto black !important;
}

.purchase-history-list-wrapper button {
    width:100%;
    padding: 0;
    border: unset;
    text-align: left;
    display: block;
}
.purchase-history-list-wrapper button:focus-visible,
.purchase-history-list-wrapper button:focus {
    outline:unset !important;
}
.purchase-history-list-wrapper button:focus-visible .purchase-history-list-item {
    outline: 5px auto black !important;
    outline-offset: -4px;
}

/* Contrast Fixes - Changing sub-text colors to increase contrast value */

.right-menu__added-products .quantity-btn,
.modal .modal-content,
.modal .modal-body__quantity,
.modal .modal-title,
.modal .close,
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], textarea, select,
.btn-default, .btn-default:focus, .btn-default.focus,
.right-menu__added-products .quantity-btn,
.title-card,
.section-card .nav-tabs > li > a,
.content-block {
    color: #595959;
}

.select-store-block a {
    color: #757575;
}

.pull-left span,
.modal-sub-selection-price,
.sub-text {
    color: #757575 !important;
}

.modal-sub-selection,
.purchase-history-list-item-expanded-view-wrapper .content-wrapper .purchases-list .addon-name,
.campaign-sub-header-text,
.modal-content .register-new-account,
.modal-content .register-new-account a,
.login-body__forgot-password-link a {
    color: #595959;
}

.pill-container {
    padding: 6px 14px;
    font-size: 11px;
}

.pill-text {
    font-weight: bold !important;
}

label.sub-topic{
    font-size: 12px;
}

/* Contrast Fixes - Changing sub-text colors to increase contrast value */

.right-menu__added-products .quantity-btn,
.modal .modal-content,
.modal .modal-body__quantity,
.modal .modal-title,
.modal .close,
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], textarea, select,
.btn-default, .btn-default:focus, .btn-default.focus,
.right-menu__added-products .quantity-btn,
.title-card,
.section-card .nav-tabs > li > a,
.content-block {
    color: #595959;
}

.select-store-block a {
    color: #757575;
}

.pull-left span,
.modal-sub-selection-price,
.sub-text {
    color: #757575 !important;
}

.modal-sub-selection,
.purchase-history-list-item-expanded-view-wrapper .content-wrapper .purchases-list .addon-name,
.campaign-sub-header-text,
.modal-content .register-new-account,
.modal-content .register-new-account a,
.login-body__forgot-password-link a {
    color: #595959;
}

.pill-container {
    padding: 6px 14px;
    font-size: 11px;
}

.pill-text {
    font-weight: bold !important;
}

label.sub-topic{
    font-size: 12px;
}

.navbar-nav li button {
    background: transparent;
    border: unset;
    padding: 15px;
}
.navbar-nav li button:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer .text-left .content-row-footer {
    justify-content: flex-start;
}

.footer .row.center-all {
    display: flex;
    align-items: center;
}

.footer .text-center .content-row-footer {
    justify-content: center;
}

@media screen and (max-width:576px) {
    .footer {
        position: relative !important;
        margin-top: 0 !important;
        height: auto !important;
        padding: 0;
    }
    .footer .footer-text .footer {
        padding: 15px;
    }
    .footer .text-left .content-row-footer {
        justify-content: center;
    }
    .footer .text-right {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer .row.center-all {
        flex-direction: column;
    }
    .footer .col-sm-6.text-left,
    .footer .col-sm-6.text-right {
        width: 100%;
    }
}
/*Cookie Outline CSS Fix*/

.switch input:focus:not(:focus-visible) + .slider{
    outline:none !important;
}
.switch input:focus-visible + .slider,
.switch input:focus + .slider{
    outline: 5px auto black !important;
}

span.modal-title{
    font-size: 18px;
}

.striped-tr:nth-of-type(odd) {
    background-color: #ececec;
}

.striped-tr:nth-of-type(even) {
    background-color: #ffffff;
}

span.no-addon-selected {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #868282; padding-top: 5px
}

span.addon-names {
    font-weight: bold;
    padding-left: 0
}

.addon-checkbox{
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee
}

.addon-checkbox .col-xs-6 {
    padding: 0;
}

.modal-btn {
    background: #ffffff;
    border: 2px solid #2ecc71;
    color: #2ecc71;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}