/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

/* font-family: 'Open Sans', sans-serif; */

@font-face {
  font-family: Arciform;
  src: url(../fonts/Arciform.otf);
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
}

a,
button {
  color: inherit;
  cursor: pointer;
  outline: medium none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

button:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

ol {
  font-weight: 600;
  color: #222;
  counter-reset: count;
}

ol li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 20px;
  counter-increment: count;
}

ol li::before {
  position: absolute;
  left: 0;
  color: #f58025;
  font-size: 16px;
  font-weight: bold;
  content: counters(count, '') '. ';
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

main {
  max-width: 1024px;
  margin: auto;
  margin-bottom: 60px;
  overflow-y: hidden;
}

.nth-color {
  background-color: #f8f8f8;
}

.btn-link {
  color: #025e8d;
}

.btn-link:hover {
  color: #ff9f54;
}

.btn-orange {
  color: #fff;
  background-color: #ee8033;
}

.btn-link-orange {
  color: #f58025;
}

.btn-green {
  color: #fff;
  background-color: #81bc0f;
  background-image: none;
  border: none;
}

.btn-green:hover {
  color: #fff;
  background-color: #81bc0f;
}

.btn-green:focus,
.btn-green.focus {
  box-shadow: none;
}

.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #81bc0f;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #81bc0f;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.icon-color,
.icon-color:hover {
  color: #121212;
}

.font-size-18 {
  font-size: 18px;
}

.text-overflow-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: 2px solid #358bb8;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23358bb8'/%3E%3C/svg%3E");
}

.custom-check .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-check .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: 2px solid #358bb8;
}

.custom-check .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23358bb8' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.explanation-tooltip .fa-question-circle {
  font-size: 24px;
  color: #f8f8f8;
  background-color: #afb1c0;
  border-radius: 50%;
  text-align: left;
}

/* default-css END ================================== */

.banner-area {
  max-height: 222px;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 1px;
  overflow: hidden;
}

.banner-area .hero-image {
  width: 100%;
}

.site-log {
  position: relative;
  z-index: 2;
}

.main-content {
  padding-bottom: 60px;
  color: #333;
  background-color: #fff;
}

.site-log::after {
  content: "";
  position: absolute;
  width: 271px;
  height: 80%;
  box-shadow: 0 3px 16px 10px #00000070;
  top: 0;
  left: 15px;
  background: #00000036;
  z-index: -1;
  border-radius: 20px;
  filter: blur(35px);
}

.store-details {
  margin: 0 10px;
  font-size: 11px;
  font-weight: 700;
}

.store-details .row {
  margin: 15px 0;
}

.store-details .icon-wrapper {
  width: 30px;
}

.store-details .store-photo {
  width: 100%;
}

/* banner-area css END */

.theme-btn {
  padding: 0 30px;
  background: linear-gradient(45deg, #f58025, #ffb479);
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #0000;
  transition: 0.3s;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active,
.theme-btn:not(:disabled):not(.disabled):active,
.theme-btn:not(:disabled):not(.disabled).active {
  color: #fff;
  background: linear-gradient(45deg, #f58025, #ffb479);
}

.theme-btn:disabled {
  cursor: default;
}

.theme-btn.large-theme-btn {
  font-size: 20px;
  line-height: 45px;
  height: 45px;
}

.theme-btn.theme-btn-alternate {
  color: #000;
  background: #fff;
  border: 1px solid #f58025;
}

.log-in-area {
  margin: 20px 0;
}

.logo-in-btn .theme-btn {
  margin-left: 15px;
}

.log-in-area .theme-btn:hover {
  color: #666;
}

.log-in-area .theme-btn:active,
.log-in-area .theme-btn:focus,
.log-in-area .theme-btn:hover {
  background: linear-gradient(45deg, #f58025, #ffb479);
  outline: none;
  box-shadow: none;
}

.log-in-area .theme-btn:not(:disabled):not(.disabled):active:focus,
.log-in-area .theme-btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.log-in-area .btn-link {
  height: 35px;
  line-height: 35px;
  border: solid 1px transparent;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.theme-btn-grey {
  padding: 5px 20px;
  color: #fff;
  border-radius: 100px;
  border: none;
  background: linear-gradient(45deg, #707070, #969696);
  outline: none;
}

/* Login css END */

.rigth-site::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  margin-left: 10px;
}

.rigth-site::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 30px;
}

.main-body {
  position: relative;
  padding-right: 0;
  border-top: 1px solid #e9e9e9;
}

.left-navigation,
.main-content,
.right-content {
  padding-top: 16px;
}

h4.box-title {
  min-height: 40px;
  background: linear-gradient(#006fa8, #025c8b);
  border-radius: 5px;
  color: #fff;
  display: flex;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
  margin: 0;
  position: relative;
}

.left-navigation {
  padding-bottom: 60px;
}

.left-navigation h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333f4b;
  text-decoration: none solid rgb(51, 63, 75);
  letter-spacing: 0.1px;
}

.left-navigation .dropdown {
  margin-bottom: 10px;
}

.left-navigation .nice-select {
  padding-left: 10px;
  font-size: 16px;
  color: #333f4b;
}

.left-navigation .nice-select::after {
  position: absolute;
  display: block;
  top: 12px;
  right: 13px;
  content: '';
  height: 24px;
  width: 24px;
  background-color: #c7c7c7;
  -webkit-mask: url('images/svgs/arrow.svg') no-repeat 50% 50%;
  mask: url('images/svgs/arrow.svg') no-repeat 50% 50%;
  transform: rotate(0);
}

.left-navigation .nice-select .option {
  border-bottom: solid 1px #efefef;
}

.left-navigation .nice-select .option:last-child {
  border-bottom: none;
}

.left-navigation .nice-select .option:hover {
  background-color: #fee5d1;
}

.left-navigation .nice-select .option.focus,
.left-navigation .nice-select .option.selected.focus {
  font-weight: 600;
  color: #f89344;
  background-color: transparent;
}

.left-navigation .nice-select .option.focus:hover {
  background-color: #fee5d1;
}

.card.menu-group {
  margin: 0 1px 10px 1px;
  background-color: #f6f6f6;
  border: none;
  overflow: hidden;
}

.about-us .row * {
  max-width: 100%;
}

.menu-group .card-header {
  padding: 0;
  background-color: #176796;
  border: none;
}

.menu-group .card-header .btn-link {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  border: none;
  text-decoration: none solid rgb(51, 63, 75);
}

.menu-group .card-header .btn-link::after {
  position: absolute;
  display: block;
  top: 8px;
  right: 13px;
  content: '';
  height: 24px;
  width: 24px;
  background-color: #fff;
  -webkit-mask: url('images/svgs/arrow.svg') no-repeat 50% 50%;
  mask: url('images/svgs/arrow.svg') no-repeat 50% 50%;
}

.menu-group .card-header .btn-link.collapsed::after {
  transform: rotate(-90deg);
}

.menu-group .btn-link .arrowhead {
  transform: rotate(180deg);
}

.menu-group .btn-link.collapsed .arrowhead {
  transform: rotate(0);
}

.menu-group .card-body {
  padding: 19px 12px;
}

.menu-group .food-item {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  height: 56px;
  background-color: #fee5d1;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.menu-group .food-item .category-image-wrapper {
  width: 56px;
  max-width: 56px;
  height: 56px;
}

.menu-group .food-item .card-img-top {
  height: 100%;
}

.menu-group .food-item .card-body {
  display: flex;
  padding: 2px 4px;
  max-width: calc(100% - 56px);
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.4px;
  background-color: #f89344;
  border-radius: 0 4px 4px 0;
}

.menu-group .food-item .card-body .card-text {
  padding: 5px;
  text-align: left;
  overflow: hidden;
}

.menu-category-header {
  padding: 15px 10px;
  color: #fff;
  background-color: #1f5e8e;
  border-radius: 6px;
}

.menu-category-header h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ee8033;
  text-transform: uppercase;
}

.menu-item-card {
  font-size: 12px;
  font-weight: 700;
  background-image: linear-gradient(#fff, #fff, #e0e0e0);
  border: none;
  border-radius: 0;
}

.menu-item-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f5e8e;
}

.menu-item-card h4:hover {
  color: #ee8033;
}

.menu-item-card .menu-item-variants {
  font-style: italic;
  font-weight: normal;
}

.menu-item-card .menu-item-photo {
  margin-right: 15px;
  width: 88px;
  height: 88px;
}

.menu-item-card .menu-item-details {
  padding: 0.5rem;
  max-width: 60%;
}

.menu-item-card .cta {
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #ee8033;
  cursor: pointer;
  outline: none !important;
}

.menu-item-card .cta.disabled {
  opacity: 0.7;
}

.left-site-bar .food-item:hover .category-name {
  color: #026193;
}

/* left-site-css END */

.middle-body > .row,
.middle-body > .box-title {
  margin-bottom: 10px;
}

.ordering-information {
  font-size: 12px;
  font-weight: 700;
}

.payment-information {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25em;
}

.add-credit-card .row {
  padding: 4px 0px;
  margin: 12px 0px;
}

.ordering-information .row {
  padding: 10px 25px;
}

.about-us .row,
.payment-information .row,
.hours-of-operation .row,
.photo-gallery .row,
.middle-body .page-content {
  padding: 0 25px;
}

.ordering-information .row:nth-child(even),
.striped-rows .row:nth-child(even) {
  background-color: #f8f8f8;
}

.orderInfo-box .row > div:last-child {
  text-align: right;
}

.payment-information .payment-method {
  padding: 8px 0 5px;
}

.hours-of-operation {
  line-height: 1.75em;
}

.photo-gallery .photo {
  margin: 5px 0;
  width: 100%;
}

.date-picker span {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #949494;
}

.rate-formate span {
  background-color: #f2f2f2;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}

.price-table table tbody tr td span {
  margin-right: 15px;
}

.search-order h5 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.btn-informational {
  display: inline-block;
  padding: 6px 11px;
  background-color: #fafaf2;
  border-radius: 5px;
  border: 1px solid #e6e8d8;
}

.btn-informational .icon {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  color: #000;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
}

.coupon-list {
  margin-top: 30px;
}

.card.coupon {
  margin: 10px 0;
  font-size: 16px;
  border: 1px dashed #000;
  border-radius: 0;
}

.card.coupon .card-title {
  font-size: 20px;
  font-weight: 700;
}

.card.coupon .card-body {
  padding: 7px 20px;
}

.card.coupon .container {
  padding: 0;
}

/* Middle-body css END */

.item-qty.d-flex h5 {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}

.right-order-box .box-title {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  justify-content: center;
}

.right-order-box a.theme-btn {
  font-size: 10px;
  width: 70px;
  height: 28px;
  line-height: 28px;
  font-weight: 700;
}

.nice-number {
  background: none;
  border: none;
}

.nice-number button {
  padding: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: none;
  border-radius: 50%;
  background-color: #efefef;
}

.nice-number input[type="number"] {
  outline: none;
  border: none;
  background: no-repeat;
  margin: 0 10px;
}

.right-order-box {
  font-size: 10px;
  font-weight: 700;
  color: #222;
  border: 1px solid #78bfe4;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.ps-remember a {
  width: 69%;
  text-align: right;
  font-size: 15px;
  color: #006fa8;
  margin-top: 1px;
}

.checkOut a {
  display: inline-block;
}

/* right-order-box css END */

.right-more {
  display: block;
  margin: 0 0 10px 0;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  color: #00669b;
  background: #fff;
  border: 1px solid #78bfe4;
  border-radius: 5px;
}

a.right-more:hover {
  color: #00669b;
}

.map {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #78bfe4;
  margin-bottom: 15px;
}

.map img {
  width: 100%;
  height: 100%;
}

.footer {
  display: flex;
  margin-bottom: 10px;
  padding-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  background-color: white;
}

.profile-option ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #585858;
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 30px;
}

.price-table table tbody tr td a {
  width: 30px;
  height: 30px;
  background: #ebebeb;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #025e8f;
  margin-left: 5px;
}

.address-row .address-button img {
  width: 21px;
}

.modal-body .ajax-loader {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: -2px 5px 0;
  display: none;
}

.modal-body ol li::before {
  color: #222;
}

.modal-body .ajax-loader img {
  width: 35px;
  margin: auto;
  display: inline-block;
  height: 35px;
}

.brands-log.d-flex {
  text-align: center;
  justify-content: center;
}

.brands-log.d-flex a {
  margin: 0 15px;
}

.brands-log.d-flex a img {
  width: 110px;
}

/* footer-area css END */

/* =====================================================================================================================================================================================================================
                                                                                      HOME PAGE CSS END
======================================================================================================================================================================================================================== */

a.back-text {
  font-size: 16px;
  text-decoration: underline;
  color: #2b2b2b;
  font-weight: 700;
  margin-top: 24px !important;
  display: block;
}

.checkOut a.theme-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  float: right;
  height: 28px;
  width: 70px;
  line-height: 26px;
  text-align: center;
  font-size: 10px;
  margin-right: 10px;
  padding: 0;
  margin-top: -2px;
}

.modal-footer a.theme-btn {
  margin: 5px auto;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 50px;
}

.form-btns a.theme-btn {
  margin: 0 5px;
  height: auto !important;
  border-radius: 30px;
  padding: 11px 30px;
  font-size: 21px;
  margin-left: 20px;
  line-height: normal;
  min-width: 140px;
}

.price-table p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #1e1e1e;
}

.inp-blk p {
  font-size: 10px;
  font-weight: 700;
  color: #2b2b2b;
  margin-top: 5px;
  margin-bottom: 0;
}

.inp-blk textarea {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #358bb8;
  padding-left: 20px;
  outline: none;
  font-weight: bold;
}

.modal-body p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 22px;
}

.inp-rdo p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.note-label p {
  margin: 5px 15px;
  font-size: 12px;
}

.my-newcredit-card p {
  margin: 0px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
  font-size: 14px;
}

.my-newcredit-stored p {
  margin: 0px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
  font-size: 14px;
}

.price-table table {
  width: 100%;
}

.price-table table thead {
  border-bottom: 1px solid #f6f5f5;
}

.order-list-table tr td {
  padding: 6px;
}

.order-list-table tr td:nth-child(2) .takeout-table {
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feedBack tbody tr td {
  padding: 10px 0;
  padding-left: 25px;
  font-weight: 600;
  font-size: 12px;
  color: #333;
}

.price-table table thead tr td {
  padding-bottom: 15px;
  font-weight: 700;
  color: #2b2b2b;
  text-transform: capitalize;
}

.price-table table tbody tr td {
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
  color: #2b2b2b;
  font-weight: 700;
  width: 35%;
}

.price-table {
  padding: 15px 25px;
}

.orderInfo-box ul li {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding: 10px 25px;
}

.broadcast-content ul {
  padding: 10px;
}

.broadcast-content ul li {
  list-style: initial;
}

.orderInfo-box.complale-cost li {
  background: #fff !important;
  padding: 10px 25px;
}

/* =====================================================================================================================================================================================================================
                                                                                      Order-Complate PAGE CSS END
======================================================================================================================================================================================================================== */

.address-box.info-text {
  padding: 10px 25px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
}

.label-blk label {
  font-size: 12px;
  font-weight: 700;
  margin-top: 11px;
}

.inp-blk .nice-select {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #358bb8;
  height: 40px;
  line-height: 37px;
}

.inp-blk .nice-select ul.list {
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
}

.inp-blk .nice-select .current {
  font-size: 12px;
  font-weight: 900;
  color: #1e1e1e;
}

.inp-blk .nice-select::after {
  border-color: #000;
}

.lbl .nice-select {
  border: 2px solid #358bb8;
  margin-left: 5px;
  width: 74px;
  height: 35px;
  line-height: 30px;
}

.order-information .nice-select {
  padding-left: 10px;
}

.inp-blk .form-control.is-invalid ~ .nice-select {
  border-color: #dc3545;
}

.address-box.form {
  margin: 15px 25px;
}

/* default-css END ================================== */

.theme-btn.inActiive {
  border-color: #ff9c00;
  background: transparent;
  color: #2b2b2b;
}

.theme-btn.inActiive:hover {
  border-color: #ff9c00;
  background: linear-gradient(45deg, #f58025, #ffb479);
  color: #fff;
}

/* Login css END */

.left-site-bar.food::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(-0deg, white, transparent);
  bottom: 0;
  z-index: 2;
}

.left-site-bar.food:hover::after {
  background: linear-gradient(-0deg, transparent, transparent);
  opacity: 0;
  visibility: hidden;
}

.right-order-box .item-qty.d-flex h5 {
  width: 100%;
  text-align: center;
}

.left-site-bar .food-menu .food-item.active {
  border-color: #026193;
  background-color: none;
}

/* left-site-css END */

/* =====================================================================================================================================================================================================================
                                                                                      Order-Complate PAGE CSS END
======================================================================================================================================================================================================================== */

.address-box.form .row {
  margin-top: 25px;
}

.address-box.form.contact-info .row {
  margin-top: 10px;
}

.inp-blk input {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #358bb8;
  padding-left: 20px;
  outline: none;
}

::placeholder {
  font-size: 12px;
  font-weight: normal;
  color: #1e1e1e;
}

.label-blk.fst-bx label {
  margin-top: 0;
}

.address-box.form.contact-info.cpn {
  margin-top: 0 !important;
  margin-bottom: 5px;
}

.price-table.reorder-table {
  border-bottom: 1px solid #f6f5f5;
  padding: 15px 0;
  margin: 0 25px;
  margin-bottom: 15px;
}

.reorder-btns a.theme-btn.inActiive {
  margin-right: 10px;
}

.date-picker {
  position: relative;
}

.add-address-button a:hover {
  cursor: pointer;
  color: #fff;
}

.profile-option ul li a svg {
  position: absolute;
  left: 30px;
  top: 18px;
  font-size: 14px;
  transition: 0.3s;
}

.profile-option ul li a:hover {
  background: #e6f2f8;
  color: #00689d;
}

.profile-option ul li a.active-page {
  background: #e6f2f8;
  color: #00689d;
}

.site-body.account-view .main-body {
  padding-left: 0;
  overflow-x: hidden;
}

.site-body.account-view .main-body .left-site-bar h4.box-title {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.site-body.account-view .main-body .left-site-bar .profile-option a {
  padding-left: 55px;
}

.site-body.account-view .col-lg-7.pt-right-0 {
  flex: 100%;
  margin-left: 0;
  max-width: 54%;
}

.site-body.account-view .col-lg-2.height-fix.pt-right-0 {
  min-width: 220px;
}

.order-table {
  font-weight: bold;
}

.right-order-box .order-table {
  table-layout: fixed;
}

.right-order-box .order-table th,
.right-order-box .order-table td {
  padding: 10px 0;
}

.right-order-box .order-table td {
  color: #222;
  border: 0;
  word-wrap: break-word;
  white-space: normal !important;
}

.right-order-box .order-table tfoot th,
.right-order-box .order-table tfoot td {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  background: none;
  border: 1px solid #f6f5f5;
  border-style: solid none;
}

/* =====================================================================================================================================================================================================================
                                                                                      Order_History PAGE CSS END
======================================================================================================================================================================================================================== */

.site-wrpper {
  overflow-x: hidden;
  background-color: white;
}

/* =====================================================================================================================================================================================================================
                                                                                      Edit-profile PAGE CSS END
======================================================================================================================================================================================================================== */

.reward-header {
  position: relative;
  border: none;
  padding: 0;
}

.modal-header button.close {
  position: absolute;
  right: 4px;
  top: 3px;
  width: 41px;
  height: 40px;
  background: #006fa8;
  opacity: 1;
  line-height: 21px !important;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  z-index: 99;
  overflow: hidden;
}

.modal-body h1 {
  font-size: 34px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  margin-top: 10px;
}

div#poupTwoCenter h1 {
  margin-bottom: 20px;
}

div#poupTwoCenter a.theme-btn.primary-color {
  border-radius: 5px;
  margin-bottom: 20px;
  background: linear-gradient(-0deg, #025c8c, #0071ab);
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  width: 255px;
  text-transform: unset;
}

.modal-body form .inp-blk {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}

.modal-body form .inp-blk svg {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 24px;
  color: #949494;
}

.modal-body form .inp-blk label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.inp-rdo.d-flex input[type="text"] {
  width: 205px;
  margin-left: 10px;
}

.inp-rdo.d-flex .radio-blk.d-flex {
  margin-top: 19px;
  width: 100%;
  overflow-x: auto;
}

.inp-rdo.d-flex {
  width: 100%;
  overflow-x: auto;
  padding-top: 5px;
}

.form-btns {
  padding: 10px;
}

a.theme-btn.inActive {
  border: 1px solid #f89040;
  background: none;
  color: #333;
  transition: 0.3s;
  font-weight: 600;
}

a.theme-btn.inActive:hover {
  background: #f78c38;
  color: #fff;
}

.modal-content {
  margin: 25px auto;
  border: 1px solid #0069a0;
}

.e-select {
  margin-bottom: 45px;
}

.e-select label.checkBX {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

label.checks span.checkmark {
  top: -2px;
}

label.checkBX span.checkmark {
  background: none !important;
  border-radius: 5px;
}

.e-select label.checkBX span.checkmark {
  top: -2px;
}

.visualize-row .row > [class^=col-] {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.loading {
  position: relative;
  background-color: #e2e2e2;
}

.loading::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: loading 1.5s infinite;
}

@keyframes loading {

  100% {
    transform: translateX(100%);
  }
}

/* ==========================================================================
   Loading Modal
   ========================================================================== */

.loading-dialog .modal-header .close {
  display: none;
}

.loading-dialog .modal-title {
  width: 100%;
  margin: 10px auto 15px auto;
  text-align: center;
  font-weight: 700;
}

.loading-dialog .modal-body {
  padding: 35px;
}

/* ==========================================================================
   Modifier Modal
   ========================================================================== */

.modifier-dialog .modal-header {
  margin: 4px;
  padding: 10px;
  background-color: #1f5e8e;
  border-radius: 4px;
}

.modifier-dialog .modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.modifier-dialog .modal-body {
  padding: 16px 25px;
}

.modifier-dialog .modal-header .close {
  position: relative;
  top: 0;
  right: 14px;
  width: 22px;
  height: 22px;
  background-color: #fff;
}

.modifier-dialog .modal-header .close > * {
  position: absolute;
  left: 4px;
  font-size: 21px;
  line-height: 0;
  color: #1f5e8e;
}

.quantity-section {
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #f2f2f2;
}

.quantity-section .item-quantity-details,
.quantity-section .add-to-cart {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.quantity-section .quantity-control {
  margin: 0px 5px;
  width: 60px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.modifier-group {
  margin: 0 0 30px 0;
}

.modifier-group .modifier-group-name {
  margin: 0 0 15px 0;
  padding-right: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px rgba(54, 54, 54, 0.4);
}

.modifier-group .modifier-group-name .quantity-ratio-allowed {
  margin-left: 10px;
  color: #ff0000;
}

.modifier-group .modifier-item {
  margin: 0 0 5px 0;
}

.modifier-group .modifier-item .form-check-label {
  cursor: pointer;
}

.modifier-group .modifier-info {
  display: inline;
}

.modifier-info-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
}

.modifier-info-body .modifier-info-image {
  max-width: 100px;
}

.modifier-info-body .modifier-info-description {
  margin: 5px;
  width: 100%;
  text-align: left;
}

.modifier-group .matrix-header {
  color: #000;
  font-weight: 700;
}

.modifier-group .matrix-header .label {
  margin: 10px 0 5px 0;
}

.modifier-group .matrix-row .form-check-inline,
.modifier-group .matrix-row .position-static {
  margin: 0;
}

.modifier-group .matrix-choices {
  display: flex;
}

.modifier-group .matrix-choices .matrix-choice {
  display: flex;
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modifier-group .form-check-inline {
  align-items: flex-start;
}

.modifier-group .form-check-inline .form-check-input {
  position: relative;
  margin-top: 4px;
}

.modifier-group .nested-choices {
  line-height: 10px;
}

.base-modifiers .special-instructions {
  margin-bottom: 40px;
  padding: 30px 0 0 0;
  border: solid 1px #f2f2f2;
  border-style: solid none;
}

.base-modifiers .special-instructions .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  justify-content: start;
  align-items: center;
  cursor: pointer;
}

.base-modifiers .special-instructions .form-control {
  font-size: 14px;
  line-height: 1.25em;
  border: solid 1px #ced4da;
}

.base-modifiers .special-instructions .title .fa-plus {
  display: flex;
  margin: 0 10px 0 0;
  padding: 5px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.base-modifiers .special-instructions .textarea textarea {
  font-size: 14px;
}
.base-modifiers .special-instructions .textarea .counter {
font-size: 12px;
color: #c7c7c7;
font-style: italic;
text-decoration: none solid rgb(199, 199, 199);
letter-spacing: 0.4px;
text-align: right;
}

.form-quantity-control {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  color: #333f4b;
}

.form-quantity-control input {
  padding: 1px 2px;
  max-width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.form-select {
  padding: 4px;
  font-size: 14px;
  border: solid 1px #ced4da;
}

.form-quantity-control input[type=number]::-webkit-inner-spin-button,
.form-quantity-control input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-quantity-control .minus,
.form-quantity-control .plus {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('');
  background-color: #333f4b;
  -webkit-mask: url('images/svgs/minus-line-shape.svg') no-repeat 50% 50%;
  mask: url('images/svgs/minus-line-shape.svg') no-repeat 50% 50%;
}

.form-quantity-control .plus {
  -webkit-mask: url('images/svgs/plus-line-shape.svg') no-repeat 50% 50%;
  mask: url('images/svgs/plus-line-shape.svg') no-repeat 50% 50%;
}

.form-quantity-control[data-decrement-disabled="true"] .minus,
.form-quantity-control[data-increment-disabled="true"] .plus {
  background-color: #c7c7c7;
  cursor: default;
}

.modifiers-placeholder .modifier-group .modifier-group-name {
  width: 300px;
  height: 21px;
  background-color: rgba(31, 94, 142, 0.15);
  border: none;
  overflow: hidden;
}

.modifiers-placeholder .modifier-group .modifier-row-placeholder {
  margin: 0 0 10px 0;
  height: 21px;
  background-color: #efefef;
  overflow: hidden;
}

.modifiers-placeholder .modifier-group .loading {
  border-radius: 4px;
}

.modal[data-mode="default"] .add-to-cart-label {
  display: inline;
}

.modal[data-mode="modifiers"] .add-to-cart-label {
  display: none;
}

.modal[data-mode="default"]  .continue-label {
  display: none;
}

.modal[data-mode="modifiers"]  .continue-label {
  display: inline;
}

.modal[data-mode="modifiers"]  .update-label {
  display: none;
}

.modal[data-mode="default"] .update-label {
  display: inline;
}

#how-coupons-work-title {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer .custom-footer-wrapper {
  max-width: 100%;
}

.footer .footer-banner {
  margin: 0 0 15px 0;
}

.footer .footer-banner .hero-image {
  max-width: 100%;
}

.footer .footer-tos {
  font-size: 10px;
  line-height: 10px;
}

.footer .footer-tos .btn-link {
  padding: 0 5px;
  color: #333;
  border-right: solid 1px #333;
}

.footer .footer-tos .btn-link:last-child {
  border: none;
}

.main-body .left-site-bar {
  margin-top: 15px;
}

.my-account-main {
  background-color: #fff;
}

.my-account-left-navigation {

  padding-left: 0;
  padding-right: 0;
  height: max-content !important;
  padding-bottom: 30px;
}

.box-title.my-account-content-justify {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.my-account-right-content {
  background-color: #f6f5f5;
  width: 200px;
  margin-left: 15px;
  margin-left: 15px;
}

/* ==========================================================================
   Broadcast Modal
   ========================================================================== */

.broadcast .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.broadcast .modal-title {
  padding: 8px 15px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#006fa8, #025c8b);
  border-radius: 5px;
}

.broadcast .broadcast-content {
  padding: 0 15px 20px 15px;
  overflow-x: auto;
}

.broadcast .controls,
.order-types-dialog .controls {
  margin-bottom: 15px;
  text-align: center;
}

.print-popup-block {
  padding: 30px 40px;
}

.print-popup-block .menu-header .title {
  font-size: 26px;
  font-weight: 700;
  color: #006599;
}

.print-popup-block .menu-header .location-information {
  margin-bottom: 20px;
}

.print-popup-block .menu-header .location-information,
.print-main-menu .menu-item {
  font-weight: 700;
  color: #000;
}

.print-main-menu .menu-name {
  padding: 50px 0 30px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #006599;
}

.print-main-menu .menu-category {
  margin-bottom: 30px;
}

.print-main-menu .category-header {
  font-weight: 700;
  color: #006599;
}

.print-main-menu .menu-category-table {
  width: 100%;
}

.print-main-menu .menu-category-table .label-cell {
  width: 50%;
}

.print-main-menu .menu-category .category-description {
  padding: 0 0 15px 0;
  max-width: 90%;
  color: #000;
}

.print-main-menu .menu-category .category-header .category-name {
  margin: 0;
  text-transform: uppercase;
  color: #006599;
}

.print-main-menu .menu-category .category-header .variant,
.print-main-menu .menu-category .menu-item .price {
  padding: 5px;
  text-align: right;
}

.print-main-menu .menu-category .category-header .category-name,
.print-main-menu .menu-item .menu-item-name {
  font-size: 14px;
  font-weight: 700;
}

.print-main-menu .menu-item .menu-item-name {
  text-transform: uppercase;
  color: #000;
}

.print-main-menu .menu-item .menu-item-description {
  margin: 0 0 15px 0;
  max-width: 90%;
  font-weight: 500;
}

.shopping-cart-wrapper {
  margin-bottom: 10px;
}

/* ==========================================================================
   Shopping Cart
   ========================================================================== */

.shopping-cart {
  background-color: rgba(246, 246, 246, 0.5);
}

.shopping-cart .cart-header {
  margin: 0;
}

.shopping-cart .cart-header .txt-link {
  display: inline-block;
  padding: 11px 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: #fff;
  background-color: #176796;
  border-radius: 4px 4px 0 0;
}

.shopping-cart .cart-body {
  padding: 0 10px;
}

.shopping-cart .order-table {
  table-layout: fixed;
  width: 100%;
}

.shopping-cart .order-table .order-table-header {
  font-size: 10px;
  color: #333f4b;
  text-decoration: none solid rgb(51, 63, 75);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.shopping-cart .order-table .order-table-header th,
.shopping-cart .order-table .order-table-footer th,
.shopping-cart .order-table .order-table-footer td {
  padding: 0;
  border: none;
}

.shopping-cart .order-table .order-table-header .title,
.shopping-cart .order-table .line-item td,
.shopping-cart .order-table .order-table-footer .title,
.shopping-cart .order-table .order-table-footer .price {
  padding: 5px;
  border: none;
}

.shopping-cart .order-table .order-table-header .title {
  margin: 15px 0 20px 0;
  padding: 5px 5px 10px 5px;
  font-weight: 400;
  border-bottom: solid 1px #efefef;
}

.shopping-cart .order-table .order-table-header .item-name {
  width: 70%;
}

.shopping-cart .order-table .line-item td,
.shopping-cart .order-table-footer .charge {
  font-size: 12px;
  color: #333f4b;
  text-decoration: none solid rgb(51, 63, 75);
  letter-spacing: 0.4px;
}

.shopping-cart .order-table .line-item:nth-child(even) td {
  padding-bottom: 15px;
}

.shopping-cart .order-table .line-item .price {
  font-size: 14px;
}

.checks input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkBX input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.shopping-cart .line-item .form-quantity-control input {
  margin: 0 6px;
}

.shopping-cart .order-table-footer .charge {
  font-size: 14px;
  letter-spacing: 0.25px;
}

.shopping-cart .order-table .order-table-footer .title,
.shopping-cart .order-table .order-table-footer .price {
  padding: 2px 5px;
}

.shopping-cart .order-table-footer .charge:first-child .title,
.shopping-cart .order-table-footer .charge:first-child .price {
  margin-top: 5px;
  padding-top: 10px;
  border-top: solid 1px #efefef;
}

.shopping-cart .edit-items .btn.btn-link {
  padding: 5px;
  font-size: 14px;
  letter-spacing: 0.25px;
}

.shopping-cart .checkout {
  margin: 0 0 30px 0;
  padding: 0 5px;
}

.shopping-cart .checkout .btn,
.mobile-shopping-cart .my-order .btn,
.mobile-shopping-cart .checkout .btn {
  padding: 11px 24px;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.shopping-cart .actions .btn-link-orange,
.shopping-cart-wrapper .mobile-header-controls .btn-link-orange {
  font-size: 10px;
  text-decoration: none solid rgb(245, 128, 37);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mobile-shopping-cart .my-order .btn,
.mobile-shopping-cart .checkout .btn {
  text-align: center;
  border-radius: 0;
}

.shopping-cart .price .loading {
  display: inline-block;
  width: 60px;
  height: 10px;
  border-radius: 4px;
  background-color: rgba(63, 74, 85, 0.13);
  overflow: hidden;
}

.shopping-cart .btn-green .label {
  white-space: normal;
}

.right-content .ad {
  border: 1px solid #78bfe4;
}

/* ==========================================================================
   Order Types Modal
   ========================================================================== */

.order-types-dialog .modal-title {
  margin: 10px auto 15px auto;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.order-types-dialog .order-fulfillment-options {
  margin-bottom: 23px;
}

.edit-group-order-dialog .form-row .label,
.edit-group-order-dialog .form-row .custom-control-label,
.login-dialog .custom-control-label,
.create-group-order-dialog .form-row .label,
.create-group-order-dialog .form-row .custom-control-label,
.order-types-dialog .order-fulfillment-options .label,
.order-types-dialog .order-fulfillment-options .custom-control-label,
.create-account-dialog .form-row .label,
.create-account-dialog .form-row .custom-control-label {
  font-size: 16px;
  line-height: 31px;
  font-weight: 600;
  color: #333;
}

.edit-group-order-dialog .order-fulfillment-options .custom-control,
.login-dialog .custom-control,
.create-group-order-dialog .order-fulfillment-options .custom-control,
.order-types-dialog .order-fulfillment-options .custom-control,
.create-account-dialog .form-row .custom-control {
  margin-right: 1rem;
  padding-left: 32px;
}

.edit-group-order-dialog .form-row .custom-control-label,
.login-dialog .custom-control-label,
.create-group-order-dialog .form-row .custom-control-label,
.order-types-dialog .order-fulfillment-options .custom-control-label,
.create-account-dialog .form-row .custom-control-label {
  cursor: pointer;
}

.edit-group-order-dialog .form-row .custom-control-input ~ .custom-control-label::before,
.login-dialog .custom-control-input ~ .custom-control-label::before,
.create-group-order-dialog .form-row .custom-control-input ~ .custom-control-label::before,
.order-types-dialog .order-fulfillment-options .custom-control-input ~ .custom-control-label::before,
.create-account-dialog .form-row .custom-control-input ~ .custom-control-label::before {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #358bb8;
  left: -30px;
}

.edit-group-order-dialog .form-row .custom-check .custom-control-input ~ .custom-control-label::before,
.login-dialog .custom-check .custom-control-input ~ .custom-control-label::before,
.create-group-order-dialog .form-row .custom-check .custom-control-input ~ .custom-control-label::before,
.create-account-dialog .form-row .custom-check .custom-control-input ~ .custom-control-label::before {
  background-color: #ebebeb;
  border-color: #d5d5d5;
  border-radius: 5px;
}

.edit-group-order-dialog .form-row .custom-control-input ~ .custom-control-label::after,
.login-dialog .custom-control-input ~ .custom-control-label::after,
.create-group-order-dialog .form-row .custom-control-input ~ .custom-control-label::after,
.order-types-dialog .order-fulfillment-options .custom-control-input ~ .custom-control-label::after,
.create-account-dialog .form-row .custom-control-input ~ .custom-control-label::after {
  width: 25px;
  height: 25px;
  background-size: 60% 60%;
  left: -30px;
}

.edit-group-order-dialog .form-group.inp-blk [type="text"],
.edit-group-order-dialog .form-group.inp-blk [type="number"],
.create-group-order-dialog .form-group.inp-blk [type="text"],
.create-group-order-dialog .form-group.inp-blk [type="number"],
.order-types-dialog .form-group.inp-blk [type="text"],
.order-types-dialog .form-group.inp-blk [type="number"],
.order-types-dialog .form-group.inp-blk .nice-select,
.order-types-dialog .form-group.inp-blk ::placeholder,
.create-account-dialog .form-row.inp-blk .nice-select {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
}

.order-types-dialog .form-group.inp-blk [type="text"],
.order-types-dialog .form-group.inp-blk [type="number"],
.order-types-dialog .form-group.inp-blk .nice-select {
  height: 60px;
  line-height: 60px;
}

.order-types-dialog .form-group.inp-blk .nice-select,
.create-account-dialog .form-row.inp-blk .nice-select {
  padding-top: 0;
  padding-bottom: 0;
}

.edit-group-order-dialog .was-validated .form-group.inp-blk .form-control:invalid,
.edit-group-order-dialog .was-validated .form-group.inp-blk .form-control:valid,
.create-group-order-dialog .was-validated .form-group.inp-blk .form-control:invalid,
.create-group-order-dialog .was-validated .form-group.inp-blk .form-control:valid,
.order-types-dialog .was-validated .form-group.inp-blk .form-control:valid,
.create-account-dialog .was-validated .form-row.inp-blk .form-control:valid {
  box-shadow: none;
  border-color: #358bb8;
}

.order-types-dialog .was-validated .form-group.inp-blk .form-control:invalid ~ .nice-select {
  border-color: #dc3545;
}

.order-types-dialog .form-group.inp-blk .nice-select .current,
.create-account-dialog .form-row.inp-blk .nice-select .current {
  font-size: 18px;
  font-weight: 600;
}

.order-types-dialog .form-group.inp-blk .nice-select .list,
.create-account-dialog .form-row.inp-blk .nice-select .list {
  height: 200px;
  overflow-y: auto;
}

.order-types-dialog .invalid-feedback {
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
}

.order-types-dialog .modal-header .close {
  display: none;
}

.order-types-dialog .modal-header .close[data-dismiss] {
  display: block;
}

.order-types-dialog .controls {
  margin-top: 50px;
}

.order-types-dialog .alert {
  padding-left: 40px;
}

.order-types-dialog .alert .alert-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

.order-types-dialog .order-fulfillment-options .custom-control .btn-link {
  font-size: 11px;
}

/* ==========================================================================
   Create Account Modal
   ========================================================================== */

.create-account-dialog .modal-header {
  border: none;
}

.login-dialog .modal-title,
.create-account-dialog .modal-title {
  margin: 10px auto 15px auto;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.create-account-dialog .form-row.inp-blk ::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
}

.create-account-dialog .form-row .custom-control {
  margin-left: 5px;
}

.create-account-dialog .form-row .col-12:first-child {
  margin-bottom: 25px;
}

.edit-group-order-dialog .custom-control.is-invalid ~ .invalid-feedback,
.edit-group-order-dialog .form-control.is-invalid ~ .invalid-feedback,
.edit-group-order-dialog .was-validated .form-control:invalid ~ .invalid-feedback,
.edit-group-order-dialog .was-validated .custom-control:invalid ~ .invalid-feedback,
.create-group-order-dialog .custom-control.is-invalid ~ .invalid-feedback,
.create-group-order-dialog .form-control.is-invalid ~ .invalid-feedback,
.create-group-order-dialog .was-validated .form-control:invalid ~ .invalid-feedback,
.create-group-order-dialog .was-validated .custom-control:invalid ~ .invalid-feedback,
.create-account-dialog .custom-control.is-invalid ~ .invalid-feedback,
.create-account-dialog .form-control.is-invalid ~ .invalid-feedback,
.create-account-dialog .was-validated .form-control:invalid ~ .invalid-feedback,
.create-account-dialog .was-validated .custom-control:invalid ~ .invalid-feedback {
  display: block;
  padding: 2px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #ff0000;
}

.edit-group-order-dialog .select-input .form-control ~ .invalid-feedback,
.create-group-order-dialog .select-input .form-control ~ .invalid-feedback,
.create-account-dialog .select-input .form-control ~ .invalid-feedback {
  margin-top: 44px;
}

.login-dialog .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.login-dialog .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.create-account-dialog .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.create-account-dialog .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #fff;
  box-shadow: none;
}

.edit-group-order-dialog .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.login-dialog .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.create-group-order-dialog .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.create-account-dialog .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.edit-group-order-dialog .was-validated .custom-control-input:valid ~ .custom-control-label,
.login-dialog .was-validated .custom-control-input:valid ~ .custom-control-label,
.create-group-order-dialog .was-validated .custom-control-input:valid ~ .custom-control-label,
.create-account-dialog .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #333;
}

.add-delete-popup p {
  margin: 0px;
  padding: 35px 0px 10px;
  font-size: 18px;
}

.create-account-success-dialog .modal-header {
  padding-bottom: 0;
}

.create-account-success-dialog .modal-title {
  margin: 0;
  padding: 8px 15px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#006fa8, #025c8b);
  border-radius: 5px;
}

.create-account-success-dialog .modal-body h3 {
  margin: 10px auto 15px auto;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.redeem-enough p {
  font-size: 15px;
  margin: 0;
}

.lbl p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #026193;
  margin-right: 20px;
  margin-top: 6px;
}

.rate-item p {
  color: #000;
  border-bottom: solid 1px #f6f5f5;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
}

.create-account-success-dialog .modal-body p {
  text-align: center;
}

/* ==========================================================================
   Group Order Modal
   ========================================================================== */

.edit-group-order-dialog .form-group.inp-blk [type="text"],
.edit-group-order-dialog .form-group.inp-blk [type="number"],
.create-group-order-dialog .form-group.inp-blk [type="text"],
.create-group-order-dialog .form-group.inp-blk [type="number"] {
  height: 40px;
  line-height: 40px;
}

.edit-group-order-dialog .modal-header,
.create-group-order-dialog .modal-header {
  border: none;
}

.edit-group-order-dialog .modal-title,
#what-is-group-order-dialog .order_group h1,
.create-group-order-dialog .modal-title {
  margin: 10px auto 15px auto;
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.edit-group-order-dialog .modal-body,
.create-group-order-dialog .modal-body {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}

.create-group-order-dialog .theme-btn.primary-color {
  border-radius: 5px;
  margin-bottom: 20px;
  background: linear-gradient(-0deg, #025c8c, #0071ab);
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  width: 255px;
  text-transform: unset;
}

.textarea-rate textarea {
  width: 100%;
  border-color: #006fa7;
  min-height: 120px;
}

.edit-group-order-dialog .form-group.inp-blk textarea,
.create-group-order-dialog .form-group.inp-blk textarea {
  height: auto;
  font-size: 18px;
  font-weight: 600;
  color: inherit;
}

.edit-group-order-dialog .form-group.inp-blk input:disabled
.create-group-order-dialog .form-group.inp-blk input:disabled {
  opacity: 0.5;
}

.edit-group-order-dialog .custom-control-input.is-valid:checked~.custom-control-label::before,
.edit-group-order-dialog .was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.create-group-order-dialog .custom-control-input.is-valid:checked~.custom-control-label::before,
.create-group-order-dialog .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  background-color: white;
}

/* ==========================================================================
   Group Order Success Modal
   ========================================================================== */

.create-group-order-dialog .has_spend_limit {
  min-width: 180px;
}

.redeem-group-order-dialog .modal-title,
.redeem-group-order-dialog .modal-body .modal-title,
.create-group-order-success-dialog .modal-title {
  padding: 8px 15px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#006fa8, #025c8b);
  border-radius: 5px;
}

.order-already-submitted .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.order-already-submitted .modal-title {
  padding-left: 25px;
  font-size: 16px;
  text-align: left;
}

.create-group-order-success-dialog .redemption-title {
  display: none;
}

/* ==========================================================================
   Edit Group Order Modal
   ========================================================================== */

.edit-group-order-dialog .modal-title.primary-color {
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  background: linear-gradient(-0deg, #025c8c, #0071ab);
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  color: white;
  width: 100%;
  text-transform: unset;
}

/* ==========================================================================
   Other Misc
   ========================================================================== */

@media screen {

  #printable-content {
    display: none;
  }
}

@media print {

  .modal-open {
    overflow: scroll;
  }

  .modal-open .site-wrpper,
  .modal-open .footer,
  .modal-open .modal-backdrop {
    visibility: hidden;
    display: none;
  }

  .non-printable {
    display: none;
  }

  .printable {
    display: block;
  }

  .modal-open .modal.show {
    position: relative;
    overflow: scroll;
  }

  .modal-open .modal.show .non-printable * {
    display: none;
  }
}

/* Apply CSS to iOS affected versions only */

.ios.modal-open {
  position: fixed;
  width: 100%;
}

/* Apply CSS to my credit card */

.note-label {
  text-align: right;
  width: 100%;
}

.add-credit-card {
  padding: 20px;
}

.expiration-date {
  display: flex;
}

.date-field {
  margin-right: 15px;
}

.theme-btn-blue {
  padding: 0px 30px;
  background: transparent;
  color: #333;
  border: 1px solid #f89040;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  transition: 0.3s;
}

.button_footer .back {
  margin-left: 5px;
}

.add-credit-card .col-lg-6 .inp-blk ::placeholder {
  font-size: 12px;
  font-weight: normal;
  color: #1e1e1e;
}

.credit-card-button {
  text-align: right;
  margin-top: 40px;
}

#add_credit_card input {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #358bb8;
  padding-left: 10px;
  outline: none;
  padding-right: 10px;
}

.remove-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 20px;
  flex-direction: column;
}

.card-number {
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
  font-size: 17px;
  margin-right: 15px;
  width: 300px;
  text-align: right;
}

.card-items {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: center;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 15px;
  width: 100%;
  justify-content: center;
}

.my-newcredit-card {
  padding: 10px;
}

.my-newcredit-stored {
  padding: 10px;
}

.card-error {
  padding: 10px;
  margin: 10px;
  background: #ff1212;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

label.error {
  background-color: red;
  color: #fff !important;
  font-size: 12px !important;
  padding: 2px 15px;
  margin-top: 4px;
  border-radius: 4px;
}

.hide {
  display: none;
}

.expiration-date .date-field {
  width: 100px;
}

.expiration-date .years_field {
  width: 100px;
}

/* scrolBar css START */

.account-view .main-body .left-site-bar {
  margin-top: 15px;
}

.account-view .main-body .rigth-site {
  margin-top: 15px;
  padding-right: 15px;

}

.account-view .main-body .col-lg-7.pt-right-0 {
  padding: 15px 10px;
  padding-bottom: 0;
  background: #fff;
  max-width: 560px;
}

.account-view .container-fluid.pt-0 {
  width: 1054px;
  overflow: hidden;
}

.account-view .main-body .height-fix {
  height: max-content;
}

.account-view .col-lg-3.col-md-5.Pl-sm.height-fix {
  max-width: 245px;
}

.customer-loyalty {
  padding: 15px;
  margin-bottom: 15px;
}

.table-label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 20px 0 10px;
}

.table-label.points {
  text-align: center;
}

.customer-loyalty p.text-info-block {
  font-weight: 700;
  color: #333333;
  padding-bottom: 15px;
}

.point {
  border: solid #f89242 2px;
  border-radius: 6px;
  text-align: center;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.point h2 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.point span.available {
  font-size: 30px;
  color: #1dff00;
  line-height: normal;
}

.point span.earned {
  font-size: 30px;
  color: #000;
  line-height: normal;
}

.point span.used {
  font-size: 30px;
  color: #ff0000;
  line-height: normal;
}

.current-rewards tr {
  border-bottom: solid 2px #006fa8;
}

.current-rewards table {
  width: 100%;
}

.off-after {
  font-size: 14px;
  width: 120px;
  color: #000;
  padding: 6px 5px;
  line-height: normal;
  font-weight: bold;
}

.up-after {
  font-size: 14px;
  color: #000;
  padding: 10px 0px;
  width: 200px;
}

.point-req {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  width: 110px;
}

.redeem {
  padding: 6px 12px;
  background: linear-gradient(45deg, #f58025, #ffb479);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  height: auto;
  line-height: normal;
  border: 1px solid #0000;
  transition: 0.3s;
  min-width: 75px;
}

.current-rewards {
  margin: 10px 0px 30px;
}

.redeem-reward {
  margin: 15px 0px;
}

.redeem-reward li span.label {
  margin: 0px 0px 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  color: #000;
}

.redeem-title {
  font-size: 20px;
}

.redeem-reward li.redeem-title span.label {
  margin-bottom: 2px;
}

.redeem-reward li.description span.label {
  margin-bottom: 0px;
}

.redeem-footer {
  text-align: right;
}

.redeem-footer .blue {
  background: linear-gradient(#006fa8, #025c8b);
  margin-right: 12px;
}

.redeem-enough {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.redeem-enough h2 {
  font-size: 18px;
  font-weight: bold;
}

#redeem_points_required,
#redeem_description {
  padding-left: 4px;
}

.popup-header {
  background: linear-gradient(#006fa8, #025c8b);
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  font-weight: bold;
}

.enrollnow {
  float: right;
}

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

.response-msg-text-success {
  color: green;
}

.response-msg-text-failure {
  color: red;
}

.response-msg-text {
  text-align: center;
}

.search-order.text-center {
  border-radius: 5px;
  border: 1px solid #f8903f;
  background: #f8f8f8;
  padding: 15px 25px;
  text-align: center;
}

.lbl {
  margin-bottom: 35px;
  width: 100%;
  justify-content: center;
}

.lbl .nice-select::after {
  border-color: #333;
}

.lbl .nice-select span.current {
  color: #333;
  font-weight: 900;
}

.order-list-table thead tr {
  background: #f2f2f2;
}

.order-list-table tr th {
  font-size: 13px;
  padding: 8px;
}

.feedBack table {
  width: 100%;
}

.feedBack table thead tr {
  height: 40px;
  background: linear-gradient(#006fa8, #025c8b);
  padding-left: 50px;
}

.feedBack table tr th {
  text-align: inherit;
  color: #fff;
  padding-left: 25px;
}

.right-order-box .order-table th {
  font-weight: 500;
  color: #f89242;
  background: #fff9f4;
  border: 0;
}

.feedBack table thead tr th:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
}

.feedBack table thead tr th:last-child {
  border-radius: 0px 5px 5px 0px;
}

.feedBack tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

h4.box-title.text-left table thead tr th {
  width: 200px;
}

.feedBack table tbody tr td a.fst {
  text-decoration: underline;
  color: #016599;
  font-weight: 700;
}

.fd-btn a.theme-btn {
  font-weight: 600;
  font-size: 12px;
}

.fd-btn a.theme-btn.InActive {
  background: transparent;
  border: 1px solid #f88f3d;
  color: #333;
  font-weight: 600;
  margin-left: 10px;
  transition: 0.3s;
}

.fd-btn a.theme-btn.InActive:hover {
  background-color: #f88f3d;
  border: 1px solid #f88f3d;
  color: #fff;
}

.fd-table .feedBack {
  margin-top: -50px;
  width: 93%;
  margin-left: 45px;
}

.nice-select .list {
  height: 250px;
  overflow-y: auto;
}

.nice-select.open .list {
  max-height: 200px !important;
  overflow-y: auto;
  height: auto;
}

.order_history_form-select label.error {
  color: #fff;
  background: #e00000;
  font-size: 10px;
  border-radius: 2px;
  line-height: 12px;
  padding: 2px 5px;
  margin-top: 6px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: fit-content;
}

.date-table {
  min-width: 101px;
  font-size: 13px;
  padding-top: 2px;
}

.order-list-table {
  margin-bottom: 30px;
}

.feedack-button {
  display: flex;
  flex-direction: row;
}

.feedack {
  padding: 0px 6px;
  background: #f58025;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
  height: auto;
  line-height: normal;
  border: 1px solid #0000;
  transition: 0.3s;
  margin-right: 10px;
}

.reorder {
  padding: 2px 6px;
  background: #025c8b;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
  height: auto;
  line-height: normal;
  border: 1px solid #0000;
  transition: 0.3s;
  margin-right: 10px;
}

.no-search {
  text-align: center;
  font-weight: 700;
  color: #333333;
  margin-top: 20px;
}

/* Feedback Page CSS */

.leave-a-feedback {
  padding: 20px;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #f5f5f5;
}

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

.rate-item {
  width: 100%;
  overflow-x: auto;
  padding: 10px 0px;
}

.rate-item .inp-rdo.d-flex .radio-blk.d-flex {
  margin-top: 0px;
}

label.checks {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  padding-left: 35px;
}

.radio-blk label.checks {
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: bold;
}

.rate-button .submit {
  padding: 0px 30px;
  background: linear-gradient(45deg, #f58025, #ffb479);
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  height: 35px;
  line-height: normal;
  border: 1px solid #0000;
  transition: 0.3s;
  margin-right: 10px;
}

.rate-button .cancel {
  padding: 0px 30px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #f89040;
  color: #333;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  height: 35px;
  line-height: normal;
  transition: 0.3s;
}

.rate-button {
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #006fa7;
  border-radius: 50%;
  transition: 0.3s;
}

.checkBX .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checks input:checked ~ .checkmark {
  border-color: #006fa7;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checks .checkmark::after {
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #006fa7;
  transition: 0.3s;
}

.checkBX .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checks input:checked ~ .checkmark::after {
  display: block;
}

.feedack-message {
  background-color: #09bb09;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  margin: 16px 0;
}

.feedack-message-fail {
  background-color: #ff0000;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  margin: 16px 0;
}

/* Feedback page CSS End */

.btn-mr-btm-30 {
  margin-bottom: 30px;
}

.btn-mr-btm-20 {
  margin-bottom: 20px;
}

.no-delivery {
  font-weight: 700;
  padding: 10px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
  margin-top: 5px;
}

/* address block  */

.address-row {
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.address-row .address {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
}

.add-address-button {
  padding: 10px;
  margin-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #f2f2f2;
}

.add-address-button a.theme-btn {
  cursor: pointer;
}

.address-row .address-line p {
  text-align: left;
  margin: 0px;
  border-bottom: dotted 1px #000;
  padding: 8px 0 0;
  font-size: 14px;
}

.address-row .address-button {
  text-align: left;
  margin: 10px 0px;
}

.address-row .address-button button {
  margin-right: 10px;
  background: #fff;
  border: none;
}

.btn-clipboard {
  background: linear-gradient(-0deg, #025c8c, #0071ab);
}

.reward-section,
.order-section {
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  display: flex;
}

.address-box .radio-blk label.checks {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.admin-header-text {
  color: red;
  font-size: 25px;
  text-align: center;
}

.myaccount-header-text {
  margin-bottom: 25px;
}

.myaccount-header-main {
  margin-bottom: -15px;
}

.ptext {
  margin-top: revert;
  font-weight: bold;
}

.no-hyphens {
  hyphens: none;
}

.site-body.account-view .main-body #left-navigation a.right-more {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* ==========================================================================
  What is Group Order CSS
  ========================================================================== */

#what-is-group-order-dialog .modal-dialog {
  max-width: 610px;
  margin-top: 50px;
}

#what-is-group-order-dialog .modal-header {
  position: relative;
  border: none;
  padding: 0;
}

#what-is-group-order-dialog .modal-body h1 {
  font-size: 34px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  margin-top: 10px;
}

#what-is-group-order-dialog .modal-body p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 22px;
}

#what-is-group-order-dialog .modal-footer a.theme-btn {
  margin: 5px auto;
  opacity: 1.0;
  height: 45px;
  line-height: 45px;
  width: 160px;
  border-radius: 30px 30px 30px 30px;
  font-size: 20px;
}

/* ==========================================================================
   What is Group Order CSS End
  ========================================================================== */

/* check-box css start */

.checks {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkBX {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkBX:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkBX input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkBX input:checked ~ .checkmark::after {
  display: block;
}

label.checkBX span.checkmark::after {
  border-color: #358bb8;
  width: 6px;
  height: 12px;
  border-width: 0px 2px 2px 0px;
  LEFT: 8px;
  TOP: 4px;
}

.main-body .my-account-right-content {
  margin-top: 15px;
}

.madatory {
  color: #e42424;
}

#edit-account .radio-blk {
  margin-top: 10px;
}

#dialog-modal-title {
  width: 100%;
}

.processing-title {
  padding: 10px 0 15px 0;
  display: inline-block;
  margin: 0;
}

.order-list-table .date-table {
  min-width: 90px;
  max-width: 95px;
}

.add-or-edit-btn {
  text-transform: none !important;
}

.details_div_left_images {
  text-align: center;
  line-height: 16px;
  padding: 5% 5%;
  word-wrap: break-word;
}

.details_div_white_images {
  border-top: 1px solid #cacaca;
  position: relative;
  background-color: #9e0b0f;
}

label.error {
  color: red;
  padding-left: 2em;
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

/*TIPS :: START*/
.tips-percentage-list ul {
  margin: 0 0 15px 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.tips-percentage-list ul li {
  width: 89px;
  height: 48px;
  border-radius: 4px;
  background-color: #efefef;
  background-size: cover;
  font-size: 16px;
  font-weight: 700;
  padding-left: 0px;
  color: #c7c7c7;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  margin-right: 10px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips-percentage-list ul li.active {
  color: #f89344;
  background-color: #fee5d1;
}
.tips-button {
  background-color: #efefef;
}
.tips-button.active {
  background-color: #006fa8;
  color: #ffffff
}
.custom-input {
  width: 140px;
  margin-left: 10px;
}
.custom-input input {
  font-size: 14px;
}
.custom-input input::placeholder {
  color: #c7c7c7;
  font-weight: 600;
  font-size: 14px;
}
.pick-list {
  text-align: center;
  font-weight: 600;
}
.pick-list span {
  margin-right: 20px;
}
.tips-label label {
  font-size: 17px;
  margin-bottom: 10px;
}
/*TIPS :: END*/
.btn-whitespace {
  white-space: inherit;
}

.see-availability-link {
  text-decoration: underline;
  font-size: 12px;
  position: relative;
  font-weight: normal;
  color: #025e8d;
  letter-spacing: 0.5px;
}

.see-availability-link:focus,
.see-availability-link:active {
  text-decoration: underline;
  font-size: 12px;
  color: #025e8d;
}

.see-availability-link:hover {
  text-decoration: underline;
  font-size: 12px;
  color: #ee8033;
}

.item-availability-div {
  text-align: center;
}

.item-availability-div p {
  font-weight: normal;
  font-size: 10px;
  margin-bottom: 0;
}

.see-availability-link .more-icon {
  transform: rotate(180deg);
}
  
.see-availability-link.collapsed .more-icon {
  transform: rotate(0deg);
}
