.notifyjs-corner span {
  white-space: break-spaces;
}

.balance_card input.form-check-input.p_m {
  margin-top: 0px !important;
}

.balance_card input.form-check-input.payment_method {
  margin-top: 0;
}

.login-page,
.get-started-page,
.signup-page,
.forgotpassword-page,
.change-password-page {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 4% 0 4%;
}

.login-form h1,
.get-started h1,
.forgotpassword h1,
.signup-form h1,
.change-password h1 {
  font-size: 45px;
  color: var(--default-color, #7fad39);
  margin-bottom: 10px;
}

.signup-page .create_account_button {
  display: block;
  margin: 0 auto;
  width: 30%;
}

.pause_button {
  display: block;
  margin: 5px auto 30px;
  width: 50%;
  cursor: pointer;
}

.login_button1 {
  display: block;
  margin: 20px auto 5px;
  width: 45%;
}

.login-page .login_button,
.get-started-page .gets_button,
.change-password-page .update-bttn {
  display: block;
  margin: 20px auto 5px;
  width: 70%;
}

.login-page .login_button:hover,
.get-started-page .gets_button:hover,
.change-password-page .update-bttn:hover {
  cursor: pointer;
}

.account_button {
  margin: 10px;
  cursor: pointer;
}

.get-started-text,
.forgotpassword-text {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.login-form p,
.get-started p,
.forgotpassword p,
.signup-form p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.signup-form form {
  width: 90%;
  display: inline-block;
}

.login-form form,
.get-started form,
.forgotpassword form,
.change-password form {
  width: 100%;
  max-width: 450px;
  display: inline-block;
  margin: 10px auto;
}

.login-form form label,
.get-started form label,
.forgotpassword form label,
.signup-form form label,
.change-password form label {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}

.login-form form input,
.get-started form input,
.forgotpassword form input,
.signup-form form input,
.change-password form input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #130B58;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d3d4d5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), inset 0 0 0 100px #fff;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), inset 0 0 0 100px #fff;
  -webkit-transition-property: 0;
  transition-property: 0;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  filter: none;
}

.login-form form input:focus,
.get-started form input:focus,
.forgotpassword form input:focus,
.signup-form form input:focus,
.change-password form input:focus,
.otp_field input:focus {
  outline: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), inset 0 0 0 100px #fff, 0 0 0 3px rgba(145, 70, 255, 0.09);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), inset 0 0 0 100px #fff, 0 0 0 3px rgba(145, 70, 255, 0.09);
  border: 2px solid var(--default-color, #7fad39);
  ;

  padding: 10px;
}

.login-form form input:-webkit-autofill,
.get-started form input:-webkit-autofill,
.forgotpassword form input:-webkit-autofill,
.signup-form form input:-webkit-autofill,
.change-password form input:-webkit-autofill,
.otp_field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

.login-form form input::placeholder,
.get-started form input::placeholder,
.forgotpassword form input::placeholder,
.signup-form form input::placeholder,
.change-password form input::placeholder {
  color: #ccc;
}

.login-form form input::-webkit-input-placeholder,
.get-started form input::-webkit-input-placeholder,
.forgotpassword form input::-webkit-input-placeholder,
.signup-form form input::-webkit-input-placeholder,
.change-password form input::-webkit-input-placeholder {
  color: #ccc;
}

.login-form form input:-moz-placeholder,
.get-started form input:-moz-placeholder,
.forgotpassword form input:-moz-placeholder,
.signup-form form input:-moz-placeholder,
.change-password form input:-moz-placeholder {
  color: #ccc;
}

.login-form form input::-moz-placeholder,
.get-started form input::-moz-placeholder,
.forgotpassword form input::-moz-placeholder,
.signup-form form input::-moz-placeholder,
.change-password form input::-moz-placeholder {
  color: #ccc;
}

.login-form form input:-ms-input-placeholder,
.get-started form input:-ms-input-placeholder,
.forgotpassword form input:-ms-input-placeholder,
.signup-form form input:-ms-input-placeholder,
.change-password form input:-ms-input-placeholder {
  color: #ccc;
}

.text-bottom .text_input {
  height: 32px;
}

.text-bottom {
  text-align: left;
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-bottom input {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0 !important;
  vertical-align: bottom;
  margin-top: 0;
}

.forgot_pass {
  color: #242424;
  bottom: 0 !important;
  text-decoration: none;
  font-weight: 600;
}

.text-bottom span {
  position: relative;
}

.login-form form .sendnextbtn,
.get-started form .sendnextbtn,
.forgotpassword form .sendnextbtn,
.signup-form form .sendnextbtn {
  width: 70%;
  margin-top: 20px;
}

.sendnextbtn a {
  background: #6CC4D4;
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  text-decoration: none;
}

.login-form .dont_account,
.get-started .dont_account,
.forgotpassword .dont_account {
  color: #130B58;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0;
}

.signed-up {
  margin: 30px 0;
}

.signed-up a {
  color: #130B58;
  font-size: 16px;
  text-decoration: underline;
}

.signed-up a:hover {
  color: #6cc4d4;
}

.login-form .dont_account a,
.get-started .dont_account a,
.forgotpassword .dont_account a {
  color: #130B58;
  text-decoration: underline;
}

.login-form .dont_account a:hover,
.get-started .dont_account a:hover,
.forgotpassword .dont_account a:hover {
  color: #6CC4D4;
  text-decoration: underline;
}

.hide {
  display: none;
}

.or-line {
  position: relative;
}

.or-line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #ddd;
  width: 100%;
}

.or-line span {
  background-color: #f9f9f9;
  padding: 0 10px;
  z-index: 1;
  position: relative;
}

.link:hover,
.link:focus {
  color: var(--default-color, #7fad39);
}

.site-btn.alter {
  background: transparent;
  color: var(--default-color, #7fad39);
  border: 2px solid var(--default-color, #7fad39);
}

.site-btn.lg {
  font-size: 18px;
}

.site-btn.alter:hover,
.site-btn.alter:focus {
  background: var(--default-color, #7fad39);
  color: #fff;
}

.fa.round {
  padding: 7px 8px 7px 8px;
  background: var(--default-color, #7fad39);
  color: #fff;
  border-radius: 50%;
}


.ellipse {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_row>.table_small>.table_cell:nth-child(odd) {
  background: #989898;
  color: #fff;
}


/* common override css */
input[type="checkbox"],
select,
.trash-address-cls {
  cursor: pointer;
}

.footer-links li {
  margin-right: 20px;
}

.payment-ip {
  width: 150px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
}

.box-radio .form-check-label {
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 200px;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.box-radio {
  padding-left: 0;
  display: inline-block;
}

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

.number-ip[type=number] {
  -moz-appearance: textfield;
}

.pro-qty input {
  width: 40px;
}

.icon-sm-btn {
  height: 30px;
  width: 30px;
  background-color: #ececec;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}

.icon-sm-btn.inc:after,
.icon-sm-btn.inc:before,
.icon-sm-btn.dec:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #444;
  border-radius: 3px;
}

.icon-sm-btn.inc:after,
.icon-sm-btn.dec:after {
  height: 34%;
  width: 2px;
}

.icon-sm-btn.inc:before,
.icon-sm-btn.dec:before {
  width: 30%;
  height: 2px;
}

.icon-sm-btn:hover,
.icon-sm-btn:focus {
  background-color: var(--default-color, #7fad39);
  color: #fff;
}

.icon-sm-btn:hover:after,
.icon-sm-btn:hover:before,
.icon-sm-btn:focus:after,
.icon-sm-btn:focus:before {
  background-color: #fff;
}

.pd-name-all {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  min-height: 3em;
  color: #252525;
}

.pd-btn-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.pd-btn-row>a,
.pd-btn-row>.site-btn {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  white-space: nowrap;
}

.pd-btn-row>a .site-btn {
  margin: 0 !important;
}

.pd-btn-row .fa {
  margin-right: 4px;
}

/*.pd-btn-row>a {overflow: hidden;}*/
.pd-btn-row .site-btn {
  padding: 12px 8px;
}

.product__item {
  margin: 35px 0;
}

.pd-info-wrap {
  min-height: 48px;
}

.pd-info-wrap .product__details__price {
  color: #252525;
}

.f-heavy {
  font-weight: 600;
}

.qty-txt {
  font-size: 14px;
  color: #636363;
  font-weight: normal;
}

.theme-table .table_header {
  background-color: var(--default-color, #7fad39);
  color: #fff;
  font-size: 16px;
  padding: 12px;
  border: none;
}

.theme-table .table_small {
  padding: 12px 13px;
}

.theme-table .table_small {
  vertical-align: middle;
}

.table_cell .pro-qty {
  height: 40px;
  font-size: 14px;
  padding: 5px 8px;
}

.table_cell .pro-qty.d-flex {
  paadding: 0;
}

.table_cell .custom-cart-drop1 {
  min-width: 144px;
}

.table_cell .schedule_drop_down {
  min-width: 192px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.theme-table .table_row>.table_small>.table_cell {
  font-size: 16px;
}

.circle-list {
  list-style: none;
}

.circle-list li {
  position: relative;
  padding-left: 14px;
  text-align: left;
}

.circle-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  height: 8px;
  width: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.table_row .table_cell h5 {
  margin-right: 2px;
}

.link-txt {
  color: var(--default-color, #7fad39);
}

.link-txt:hover,
.link-txt:focus {
  color: var(--default-color, #7fad39);
  opacity: 0.8;
}

.grad-banner {
  background-image: linear-gradient(62deg, var(--default-color, #7fad39) 0%, #f5f5f5 100%);
  color: #fff;
}

.grad-banner h1,
.grad-banner .breadcrumb__option a,
.grad-banner .breadcrumb__option span {
  color: inherit;
}

.sub-categories .hero__categories__all {
  background-color: transparent;
  padding: 0;
  pointer-events: none;
}

.sub-categories .fa-bars {
  display: none;
}

.sub-categories span {
  color: inherit;
  display: block;
  margin-bottom: 10px;
}

.sub-categories ul {
  border: none;
  padding: 0;
  min-height: auto;
}

.sub-categories.overflow-auto li.active {
  background: none;
  font-weight: 700;
}

.sub-categories.overflow-auto ul li.active a {
  color: inherit;
}

.sub-categories ul li a {
  padding: 0;
  line-height: 1.7;
}

.sub-categories ul li a:hover {
  color: var(--default-color, #7fad39);
}

.sub-categories ul li:hover {
  background: none;
}

.sub-categories {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.after-icon {
  position: absolute;
  top: 9px;
  right: 15px;
}

.eye-icon {
  cursor: pointer;
}

.login-modal-fetch .container {
  max-width: 90%;
}

.login-modal-fetch .login-page {
  padding: 20px 0px 40px 0;
}

.login-btn-row .site-btn , .btn-178-width {
  width: 100% !important;
}

.login-form a {
  color: var(--default-color, #7fad39);
}


/* categories page  */
.product .item.list-group-item .product__item__text>* {
  max-width: 450px;
}

.list-group-item select.pro-qty.product_drop_down {
  width: 100% !important;
}

.product-sec-xls.list-group-item .product__item {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
}

.product .item.list-group-item .product__item__text {
  padding-left: 15px;
}

/* categories page  */



/* cart page  */
.site-btn.danger {
  background-color: var(--default-delete-color, #dc3545);
}

.site-btn:hover,
.site-btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  color: #fff;
}

.pd-cart-img {
  height: 80px;
  width: 80px;
}

/* cart page  */


.branch-name {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--default-color, #7fad39);
  font-size: 16px;
}

.site-btn.sm {
  padding: 10px 15px;
  border-radius: 4px;
  white-space: nowrap;
}

.header__top__left ul li:empty {
  display: none;
}

.header__top__right__social:after {
  top: 50%;
  transform: translateY(-50%);
}

.c-b {
  clear: both;
}

/* header 3 css  */
.header-3 .header__menu>.header-links>li>a {
  padding: 10px 0;
}

.header-3 .header__top {
  background-color: var(--default-color, #7fad39);
  color: #fff;
}

.header-3 .header__cart ul li a {
  color: inherit;
}

.header-3 .header__cart ul li a i {
  color: inherit;
}

.header-3 .header__top__right__auth a {
  color: inherit;
}

.header-3 .txt-grey {
  color: #f5f5f5;
}

.ftr-contact-list i {
  min-width: 20px;
  text-align: center;
}

.header-3 .header-search-wrap {
  max-width: 450px;
}

.header-3 .header__cart ul li a span {
  background-color: #fff;
  color: var(--default-color, #7fad39);
}

.header-3 #hover_menu {
  left: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

/* header 3 css  */


/* subscriptions css  */
.font-sm {
  font-size: 14px;
}

.font-xs {
  font-size: 13px;
}

.form-control {
  color: #212121;
  border-color: #d9d9d9;
}

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-color: #444;
  color: #212121;
}

.sm-ip {
  height: 42px;
  padding: 4px;
  font-size: 13px;
}

.xs-row {
  margin: 0 -3px;
}

.xs-row>div[class*="col-"] {
  padding: 0 3px;
}

select.sm-ip {
  padding: 3px 0px;
}

.hasDatepicker[readonly]::placeholder {
  color: #212121;
}

.date-ip[readonly]::placeholder {
  color: #212121;
}

.date-ip {
  text-align: left;
}

.table-theme table thead th {
  background: var(--default-color, #7fad39);
  color: #fff;
  padding: 7px 20px;
  font-size: 18px;
}

.table-theme table thead td {
  padding: 20px;
}

/* subscriptions css  */


/* datepicker css  */
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  font-size: 0;
  text-indent: 0;
  background: none;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev .ui-icon:before,
.ui-datepicker .ui-datepicker-next .ui-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon:before {
  content: "\f104"
}

.ui-datepicker .ui-datepicker-next .ui-icon:before {
  content: "\f105"
}

.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button {
  border: none;
  background: none;
}

.ui-datepicker.ui-widget-content .ui-state-default {
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.ui-datepicker.ui-widget-content .ui-state-default:hover {
  background-color: #ececec;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background: #111;
  color: #fff;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-active:hover {
  background: #111;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: var(--default-color, #7fad39) !important;
  border: none !important;
  color: #fff !important;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-today .ui-state-highlight {
  background: var(--default-color, #7fad39);
  color: #fff;
}

.ui-datepicker.ui-widget-content .ui-datepicker-today .ui-state-highlight:hover {
  background: var(--default-color, #7fad39);
}

/* datepicker css  */


/* products block css  */
.bg-fade {
  background-color: #f3f3f3;
}

.pd-item-width {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.pb-100 {
  padding-bottom: 100%;
}

.product .item.list-group-item .product__item__pic.set-bg {
  padding-bottom: 40% !important;
}

.product__details__quantity.mobile_full_width .pro-qty input.number-ip {
  width: 45px;
}

.pro-qty.lg {}

.lg.pro-qty .qtybtn {
  width: 54px;
}

.lg.pro-qty .icon-sm-btn {
  height: 52px;
}

.product__details__quantity.mt-0 {
  margin-top: 0 !important;
}

/* products block css  */



/* menu css overide */
/* .menu {width: 230px;} */
.categories__item {
  margin-bottom: 1px;
}

.footer__copyright__payment {
  flex-basis: 40%;
  flex-shrink: 0;
}

.footer-custom-h {
  min-height: 24px;
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center !important;
}

.footer__copyright__payment .center-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.footer__copyright .left-txt {
  text-align: left;
  font-weight: 600;
}

/* menu css overide */

/* calendar css overide */
.user-calendar .fc-event {
  padding: 3px;
  font-size: 14px;
  text-align: center;
  /* color: white !important;
         background-color: rgba(0,0,0,0.6) !important; */
  cursor: pointer;
}

.fc-today-button {
  display: none;
}

.fc-ltr .fc-basic-view .fc-day-number {
  font-size: 14px;
}

.fc table {
  font-size: 14px;
}



/* calendar css overide */




.login-ip .iti {
  width: 100%;
}

.login-ip .phone_number {
  padding-left: 180px !important;
}


/* contact new css */
.head-sm {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.icon-list {
  list-style: none;
}

.location-col {
  margin-bottom: 40px;
}

.icon-list i {
  min-width: 25px;
  text-align: center;
  margin-right: 5px;
  margin-top: 7px;
  color: var(--default-color, #7fad39);
}

.icon-list li {
  margin-bottom: 5px;
}

.icon-list a {
  color: #444;
}

.contact-logo {
  max-width: 140px;
}

.loc-counter {
  position: relative;
  border-left: 3px solid var(--default-color, #7fad39);
  padding-left: 7px;
  background: #f3f3f3;
  padding: 4px 10px;
}

.loc-counter:before {}

/* contact new css */

/* custom comp css */
.cus-radio-label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

.cus-radio-label input {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
}

.cus-radio-label .radio-mark {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border: 1px solid #888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.cus-radio-label input:checked+.radio-mark {
  border-color: var(--default-color, #7fad39);
  background-color: var(--default-color, #7fad39);
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -ms-box-shadow: inset 0 0 0 2px #fff;
  -o-box-shadow: inset 0 0 0 2px #fff;
}

.cus-ham-btn {
  display: inline-block;
  height: 19px;
  width: 22px;
  position: relative;
  vertical-align: middle;
}

.cus-ham-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 7px 0 0px #fff, 0 14px 0 0px #fff;
  border-radius: 2px;
}

.cus-cross-btn {
  display: inline-block;
  position: relative;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  transform: rotate(45deg);
}

.cus-cross-btn:after,
.cus-cross-btn:before {
  content: '';
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.cus-cross-btn:after {
  height: 3px;
  width: 100%;
}

.cus-cross-btn:before {
  width: 3px;
  height: 100%;
}

a {
  cursor: pointer;
}

.breadcrumb-section {
  background-color: var(--default-color, #7fad39);
  padding: 35px 0 30px;
}

.breadcrumb-section-layout-6 {
  /* background-color: var(--default-color, #ffffff); */
  padding: 35px 0 15px;
}

.breadcrumb-section-layout-6 .breadcrumb__text h1 {
  display: block;
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 700;
}

.breadcrumb-section-layout-6 .breadcrumb__option a {
  display: inline-block;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
  margin-right: 20px;
  position: relative;
}

.breadcrumb-section-layout-6 .breadcrumb__option a:after {
  position: absolute;
  right: -16px;
  top: 13px;
  height: 1px;
  width: 10px;
  background: #1c1c1c;
  content: "";
}

.breadcrumb-section-layout-6 .breadcrumb__option span {
  display: inline-block;
  font-size: 16px;
  color: #1c1c1c;
}

.no-last-border:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.icon-btn {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  border-radius: 3px;
}

/* custom comp css */


.footer__widget ul li a {
  display: inline-block;
}

.add-aadress-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 60px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  transition: 0.3s;
}

.add-aadress-link:hover {
  color: var(--default-color, #7fad39);
  opacity: 0.7;
}

.custom-progress {
  height: 10px;
}

.custom-progress .progress-bar {
  background-color: var(--default-color, #7fad39);
}

.reward-count {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
}

.theme-text {
  color: var(--default-color, #7fad39);
}

/* gursahib css */
.min-w-0 {
  min-width: 0;
}

.circle-list.sm {
  font-size: 80%;
}

.circle-list.sm li:before {
  top: 5px;
}

.under-line-txt {
  background: none;
  border: none;
  text-decoration: underline;
  font-weight: 600;
  color: var(--default-color, #7fad39);
}

.breadcrumb__text h1 {
  font-size: 36px;
  line-height: inherit;
}

.max-200 {
  max-width: 200px;
}

.md-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.no-list {
  list-style: none;
}

/* gursahib css */
.head_loc {
  border-color: var(--default-color, #7fad39);
}

.nextOrder__slider {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.nextOrder__slider .owl-dots {
  text-align: center;
  margin: 15px 0px 5px;
}

.nextOrder__slider .owl-dots span {
  display: inline-block;
}

.nextOrder__slider .owl-dots span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 10px;
  margin: 5px 5px;
  opacity: 0.5;
  width: 10px;
}

.nextOrder__slider .owl-dot.active span {
  background-color: var(--default-color, #7fad38);
  opacity: 1;
}

section.next-order-main-cls.spad i.fa.fa-shopping-cart,
section.next-order-main-cls.spad i.fa.fa-map-marker {
  color: var(--default-color, #7fad38);
}

.login_with_password {
  position: relative;
}

.login_with_password .eye-icon {
  position: absolute;
  top: 47px;
}

.add_to_cart:hover,
.add_to_cart:focus,
.subscribe:hover,
.subscribe:focus {
  color: #fff;
}
.hide-cod {
  display: none !important;
}
p.mt-40-login {
  padding-top: 28px;
}

.login-page{
  background:  url("../img/banner-upper.png");
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat; 

}
@media (max-width: 1400px) {
  .product-img-wrap .pd-cart-img {
    height: 60px;
    width: 60px;
}
  .theme-table .table_small {
    padding: 13px 4px;
  }

  .theme-table .table_row>.table_small>.table_cell {
    font-size: 14px;
  }

  .table_cell .pro-qty {
    padding: 5px 4px;
  }

  .table_cell .schedule_drop_down {
    min-width: 184px;
  }
}

@media only screen and (max-width: 1350px) {

  .categories__item h5 a,
  .hero__categories__all span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .login-modal-fetch .container {
    max-width: 100%;
  }

  .login-modal-fetch .login-form form {
    width: 100% !important;
  }

  .hero__categories ul li a {
    padding-left: 10px;
  }

  .sub-categories ul li a {
    padding-left: 0;
  }

  .categories__item h5 a,
  .hero__categories__all span,
  .hero__categories ul li a {
    font-size: 14px;
  }

  .hero__categories ul li a {
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .hero__categories__all {
    padding: 10px 5px 10px 10px;
  }
}

@media (min-width: 992px) {
  .form-map-col {
    position: absolute;
    right: 0;
    width: calc(50% - 15px);
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__categories ul {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__item__text h5 a button.site-btn.subscribe_button.ml-1 {
    margin-left: 0.25rem !important;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-new-layout-breadcrumb {
    height: 28vh !important;
}
  .contact-form-wrap form {
    max-width: 500px !important;
}
  .new-layout-contact .row {
    justify-content: space-evenly !important;
    gap: 32px !important;
}
.contact-wrap-box {
  max-width: 33% !important;
}

  .product__item__text h5 a button.site-btn.subscribe_button.ml-1 {
    margin-left: 0.25rem !important;
    margin-top: 0;
  }
}


@media only screen and (max-width: 992px) {
  .row.dispay-block-tab.align-items-center {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.dispay-block-tab .col-md-6 {
  max-width: 100%;
}
.login-page {
  background-position: unset;
}
  .sub-categories ul {
    min-height: inherit;
  }
}

@media only screen and (max-width: 900px) {
  .footer__copyright__payment .center-text {
    position: static;
  }

  .footer__copyright .left-txt {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured__item__pic a div.h-auto {
    height: auto !important;
  }

  .add-aadress-link {
    position: relative;
    top: 0;
    font-size: 40px;
    padding-top: 0;
    height: auto;
  }
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
  .pd-cart-img {
    height: 30px;
    width: 30px;
  }
}

@media screen and (min-width: 767px) {
  .login-modal-fetch .modal-dialog {
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-new-form h2{
    font-size: 36px !important;
  }
  .wrap-new-form label, .wrap-new-form p {
    font-size: 16px !important;
}
  .contact-form-wrap form {
    max-width: 350px !important;
}
.contact-form-wrap{
  padding: 40px 15px !important;
}
.contact-form-wrap h2 {
  font-size: 40px !important;
}
  .contact-wrap-box {
    max-width: 100% !important;
}
  .new-layout-contact .row {
    gap: 15px;
}

  .wrap-new-layout-breadcrumb , .wrap-new-layout-breadcrumb::before{
    height: 20vh !important;
  }

  .breadcrumb-section-layout-6 .breadcrumb__text h1 {
    font-size: 36px !important;
  }

  .box-radio .form-check-label {
    min-width: 170px;
    width: 100%;
    display: block;
  }

  .sage_pay_hide .box-radio {
    padding-left: 0;
    display: block;
  }

  .product__item__text h5 a button.site-btn.subscribe_button.ml-1,
  .featured__item__text .site-btn.subscribe_button.ml-1 {
    margin-left: 0.25rem !important;
    margin-top: 0;
  }

  .featured__item__text .site-btn.site-btn {
    margin-top: 0;
  }

  .featured__item__pic a div.h-auto {
    height: auto !important;
  }

  .banner .bannerOverlay h5 {
    font-size: 26px;
  }



  .user-calendar .fc-event {
    font-size: 14px;
  }

  .add-aadress-link {
    position: relative;
    top: 0;
    font-size: 40px;
    padding-top: 0;
    height: auto;
  }

  .contact__form__title h2 {
    font-size: 30px;
  }

}

@media only screen and (max-width: 650px) {
  .theme-table .table_small {
    padding: 0;
  }

  .theme-table .table_row:last-child {
    padding-bottom: 0;
    margin-top: 1%;
  }

  .table_row .table_cell h5 {
    margin: 10px !important;
    font-size: 16px;
  }

  .theme-table .table_row>.table_small>.table_cell {
    font-size: 14px;
    vertical-align: middle;
  }

  .pro-qty {
    height: 42px;
  }

  .shoping__cart__table {
    margin-bottom: 20px;
  }

  .breadcrumb__text h1 {
    font-size: 28px;
  }

  .breadcrumb-section {
    padding: 30px 0;
  }

  .box-radio .form-check-label {
    padding: 15px 30px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .login-btn-row .site-btn {
    margin-bottom: 10px;
    float: none !important;
  }

  .product .item.list-group-item .product__item__text,
  .product .item.list-group-item .product__item__pic.set-bg {
    float: none;
    width: 100%;
  }

  .product .item.list-group-item .product__item__text>* {
    max-width: 100%;
  }

  .product .item.list-group-item .product__item__text {
    padding-left: 0;
  }

  .categories__item h5 a {
    font-size: 16px;
  }

  .section-title h1 {
    font-size: 28px;
  }

  .pd-item-width {
    max-width: 350px;
  }

  .product .item.list-group-item .product__item__pic.set-bg {
    padding-bottom: 100% !important;
  }

  .header-3 #hover_menu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .categories {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .sub-categories .hero__categories__all {
    pointer-events: auto;
  }

  .sub-categories .hero__categories__all:after {
    color: inherit;
    top: 0;
  }

  .sub-categories {
    padding: 15px 15px 5px;
  }

  .categories__item h5 a {
    font-size: 14px;
  }

  .top-btn-row-xs .site-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .user-calendar .fc-event {
    font-size: 10px;
  }

  .user-calendar .fc-toolbar h2 {
    font-size: 28px;
    text-align: center;
    margin-top: 15px;
    float: none;
  }

  .user-calendar .fc-toolbar .fc-center {
    width: 100%;
  }


  .row.featured__filter .col-lg-3.col-md-4.col-sm-6.mix {
    width: 100%;
  }

  .footer-links li {
    margin-right: 10px;
  }

  .footer__widget ul li a {
    font-size: 13px;
  }



}

/* common override css */

/* new layout breadcrumb  css */

.wrap-new-layout-breadcrumb {
  background-color:var(--default-color, #7fad39);
  height: 28vh;
  top: 0;
  display: flex;
  align-items: center;

}
.wrap-new-layout-breadcrumb::before{
content: "";
position: absolute;
left: 0;
width: 100%;
height: 28vh;
background:  url("../img/top-bg.png");
opacity: 0.14;
}

nav.bottom-navbar.py-3 {
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.wrap-new-layout-breadcrumb h1 {
  font-size: 55px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 800;
}
.link-txt-black,.link-txt-black:hover, .link-txt-black:focus {
  color: #212529;
}
@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .wrap-new-layout-breadcrumb , .wrap-new-layout-breadcrumb::before{
  height: 34vh;
}
}