html {
  scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
body img {
    max-width: 100%;
}
body .container {
    max-width: 1440px;
}

.content-main {
	padding-top: 48px !important;
}

.content-main.with-alert {
	padding-top: 0px !important;
}

.content-main-checkout {
	margin-top: 55px !important;
}

header {
    background-color: #007dd1;
    color: #ffffff;
}
header a {
    color: #ffffff;
}
header form {
    border-radius: 34px !important;
    background-color: #ffffff;
}
header form input {
    background: none !important;
    border: none !important;
}
header form button.btn {
    color: #007dd1;
}
header .nav-item {
    display: flex;
    border-radius: 34px !important;
    border: solid 1px #ffffff;
    padding: 0px;
    -ms-flex-align: center!important;
    align-items: center!important;
    height: 38px;
    margin-right: 10px;
}
header .nav-item a {
    padding: 0px 10px !important;
    font-weight: 600;
    display: block;
    min-width: 70px;
    text-align: center;
}
header .nav-item:last-child a {
    font-size: 12px;
}
header .nav-item.active {
    background-color: #97e8a0;
    border: none;
}
header .nav-item.active a {
    color: #155787;
}

body .bg-none {
      background: none !important;
}
.sidebar {
    background-color: #fdf6e3;
    font-size: 12px;
}
.sidebar .nav {
    border-bottom: solid 2px #ebe7de;
}
.sidebar a {
    display: block;
    padding: 10px 16px;
    color: #007dd1;
    font-weight: 600;
}
.sidebar .dark-link a {
    color: #155787;
}

.sidebar li.opened > a {
    color: #007dd1;
}

.sidebar li.opened > a span {
    transform: rotate(270deg);
	transition: all .5s;
}

.sidebar li.active > a {
    display: block;
    color: #ffffff;
    background-color: #007dd1;
    border-radius: 34px;
    padding: 10px 16px;
}

.sidebar li ul {
    display: none;
    list-style: none;
    padding: 0px 0px 0px 20px;
}

.sidebar li.opened ul {
	display: block;
}

.shop-item {
    position: relative;
    padding: 20px 0px 40px 0px;
    margin-top: 20px;
}
.item-cart {
    background-color: #007dd1;
    border-radius: 34px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 45%;
    text-align: center;
    transition: all 0.5s;
    max-height: 31px;
    overflow-x: hidden;
    overflow-y: hidden;
	min-width: 70px;
}
.my-cart .item-cart {
    width: 58%;
}
.item-cart * {
    font-size: 12px;
}

.item-cart.active,
.item-cart:hover {
    width: 100%;
}

.item-cart .btn {
    display: none;
    color: #ffffff;
    transition: all 0.5s;
    text-wrap: nowrap;
}

.shop-item .item-label {
    position: relative;
    margin-top: -20px;
    margin-bottom: 10px;
    z-index: 2;
}

.shop-item img,
.shop-item .item-description {
    cursor: pointer;
    cursor: hand;
}

.item-cart input {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    text-align: center;
    transition: all 0.5s;
}

.item-cart .btn span {
    display: inline-block;
}

.item-cart.active .btn span,
.item-cart:hover .btn span {
    display: none;
}

.item-cart.active .btn, 
.item-cart.active input,
.item-cart:hover .btn, 
.item-cart:hover input {
    display: block;
}

.item-cart .btn:last-child {
    display: block;
}

.item-meta {
    font-size: 11px;
    color: #007dd1;
    font-weight: 600;
}

.btn-load-more {
    background-color: #007dd1;
    border-radius: 34px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 30px;
}


.item-popular {
      text-align: center;
      font-size: 14px;
      margin-bottom: 40px;
}
.item-popular img {
      border-radius: 14px !important;
      object-fit: cover;
      height: 120px;
      width: 100%;
}
.item-popular h5 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.carousel-inner img {
      border-radius: 34px !important;
}


footer {
    background-color: #155787;
    color: #ffffff;
}
footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer a {
    color: #ffffff;
}

.my-cart-overflow {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}
.my-cart {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 462px;
    background-color: #ffffff;
    z-index: 1031;
}
.my-cart .cart-container {
    position: relative;
    height: 100vh;
    text-align: center;
}
.my-cart .cart-container .cart-body {
    position: relative;
    height: 100vh;
    text-align: center;
    z-index: 5;
    padding: 50px 0px;
}
.my-cart .cart-container .cart-body .cart-list {
    display: none;
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
}
.my-cart .cart-container .cart-body .cart-empty {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    transfrom: translateY(-35%);
}
.my-cart .cart-container .cart-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 6;
    background-color: #ffffff;
}
.my-cart .cart-container .cart-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 7;
    background-color: #ffffff;
}
.cart-list-header {
    font-weight: 600;
    padding: 0px 20px 10px;
}
.cart-list-body {
    padding: 0px 20px 10px;
}
.cart-list-body .shop-item {
    border-bottom: 1px solid #dee2e6 !important;
}
.cart-list-body .shop-item:last-child {
    border-bottom: none !important;
}
.my-cart .cart-list-body .item-cart {
    position: relative !important;
    width: 100% !important;
    border-radius: 8px;
    background: none;
    border: solid 1px #007dd1;
    margin-top: 10px;
}
.my-cart .cart-list-body .item-cart .btn {
    display: block !important;
    color: #007dd1 !important;
}
.my-cart .cart-list-body .item-cart .btn span {
    display: none !important;
}
.my-cart .cart-list-body .item-cart input {
    color: #155787 !important;
    display: block !important;
    font-weight: 600;
}
.my-cart .cart-list-body .btn-remove-item {
    position: absolute;
    top: 14px;
    right: 0;
}


.cart-available-body {
    padding: 0px 20px 10px;
}
.cart-available-body .shop-item {
    border-bottom: 1px solid #dee2e6 !important;
}
.cart-available-body .shop-item:last-child {
    border-bottom: none !important;
	padding-bottom: 140px;
}
.my-cart .cart-available-body .item-cart {
    position: relative !important;
    width: 100% !important;
    border-radius: 8px;
    background: none;
    border: solid 1px #007dd1;
    margin-top: 10px;
}
.my-cart .cart-available-body .item-cart .btn {
    display: block !important;
    color: #007dd1 !important;
}
.my-cart .cart-available-body .item-cart .btn span {
    display: none !important;
}
.my-cart .cart-available-body .item-cart input {
    color: #155787 !important;
    display: block !important;
    font-weight: 600;
}
.my-cart .cart-available-body .btn-remove-item {
    position: absolute;
    top: 14px;
    right: 0;
}

  
  .available-check .btn.bg-none,
  .available-check .btn.bg-none:hover,
  .available-check .btn.bg-none,
  .available-check .btn.bg-none:hover {
      border: solid 1px #007dd1 !important;
      color: #007dd1 !important;
  }

.cat-header img.cat-img {
	border-radius: 15px;
    overflow: hidden;
	display: block;
}

.cat-header img.cat-img-mobile {
    display: none;
	border-radius: 15px;
    overflow: hidden;
}

.cart-points {
    background-color: #fcedc7;
    color: #155787;
    border-radius: 34px;
    padding: 10px 20px;
    text-align: center;
}
.cart-points i,
.cart-points span {
    color: #007dd1;
}
.cart-reminders {
    padding: 20px;
    background-color: #155787;
    color: #ffffff;
    text-align: left;
}
    .cart-reminders i {
        color: #97e8a0;
    }
    .cart-reminders ul {
        padding: 0px;
        padding-left: 20px;
    }
        .cart-reminders ul li {
            margin-bottom: 10px;
        }
.cart-suggested {
    padding: 20px;
    text-align: left;
}

.cart-close {
    cursor: pointer;
    cursor: hand;
}

.btn-shop,
.btn-checkout,
.btn-checkout-avail,
.btn-shop:hover,
.btn-checkout-avail:hover,
.btn-checkout:hover {
    border-radius: 34px;
    background-color: #007dd1;
    color: #ffffff;
}


.btn-checkout.btn-disabled {
    background-color: #d9d9d9;
    color: #ffffff;
}


body .carousel-indicators > li {
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}

body .text-primary,
body .text-primary:hover,
body .btn.text-primary,
body .btn.text-primary:hover {
    color: #155787 !important;
}

body .modal-dialog {
    max-width: 720px;
}

#itemModal .item-photos img {
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

#itemModal .item-cart .btn,
#itemModal .item-cart input {
      display: none !important;
}

#itemModal .item-cart .btn:last-child {
      display: block !important;
      width: 100%;
      text-align: center;
}

#itemModal .item-cart:hover .btn:last-child span {
      display: inline-block !important;
}

#itemModal .active .item-cart:hover .btn:last-child span {
      display: none !important;
}


#itemModal .active .item-cart .btn,
#itemModal .active .item-cart input {
      display: inline-block !important;
}

#itemModal .active .item-cart .btn:last-child {
      width: auto;
}

#itemModal .active .item-cart {
      border: solid 1px #007dd1;
      background: none !important;
}

#itemModal .active .item-cart * {
      background: none !important;
      color: #007dd1 !important;
}




#itemBlock .item-photos img {
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

#itemBlock .item-cart .btn,
#itemBlock .item-cart input {
      display: none !important;
}

#itemBlock .item-cart .btn:last-child {
      display: block !important;
      width: 100%;
      text-align: center;
}

#itemBlock .item-cart:hover .btn:last-child span {
      display: inline-block !important;
}

#itemBlock .active .item-cart:hover .btn:last-child span {
      display: none !important;
}


#itemBlock .active .item-cart .btn,
#itemBlock .active .item-cart input {
      display: inline-block !important;
}

#itemBlock .active .item-cart .btn:last-child {
      width: auto;
}

#itemBlock .active .item-cart {
      border: solid 1px #007dd1;
      background: none !important;
}

#itemBlock .active .item-cart * {
      background: none !important;
      color: #007dd1 !important;
}





body .modal {
      background-color: rgba(0,0,0,0.2);
}

body .modal {
      max-height: 100vh;
      overflow-y: auto;
}

header.header-mobile,
.carousel-mobile,
.footer-mobile {
      display: none;
}


.my-account {
      position: fixed;
      top: 0;
      bottom: 0;
      right: -100%;
      max-width: 462px;
	  width: 100%;
      background-color: #ffffff;
      font-size: 14px;
      z-index: 99999;
  }
  .my-account .account-container {
      position: relative;
      height: 100vh;
      text-align: center;
  }
  .my-account .account-container .account-body {
      position: relative;
      height: 100vh;
      text-align: center;
      z-index: 5;
      padding: 50px 0px;
      overflow-y: auto;
	  overflow-x: hidden;
  }
  .my-account .account-container .account-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 20px;
      z-index: 6;
      background-color: #ffffff;
  }
  .account-body .sign-tabs .btn,
  .account-body .sign-tabs .btn:hover {
      padding: 20px;
      margin: 0px 20px;
      font-weight: 600;
      color: #212529 !important;
  }
  .account-body .sign-tabs .btn:active,
  .account-body .sign-tabs .btn:focus {
      outline: none !important;
      box-shadow: none !important;
  }
  .account-body .sign-tabs .btn.active,
  .account-body .sign-tabs .btn.active:hover {
        color: #007dd1 !important;
        border-bottom: solid 2px #007dd1;
        border-radius: 0px;
  }
  .account-body .form-control {
      padding: 10px 12px !important;
      border-radius: 8px !important;
      border: solid 1px #777777 !important;
	  height: 50px;
  }
  .account-body form .btn {
      border-radius: 34px;
      padding: 14px 12px;
  }
  .account-body form .span-or {
      text-align: center;
  }
  .account-body form .span-or span {
      position: relative;
      display: inline-block;
      padding: 3px 10px;
      background-color: #fff;
      top: -30px;
  }
  .account-body .btn-social-login,
  .account-body .btn-social-login:hover {
      background: none;
      border: solid 1px #777777 !important;
      border-radius: 34px;
      text-align: center;
      color: #212529 !important;
      font-weight: 600;
      position: relative;
  }
  .account-body .btn-social-login img {
      max-width: 36px;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 10px;
  }
  .account-body .tab-content {
      position: relative;
  }
  
  .error-box {
      position: absolute;
      top: -20px;
      left: 20px;
      right: 20px;
      display: none;
  }
  
  .error-box .alert {
      border-radius: 34px;
      text-align: center;
      position: relative;
      background-color: #ff5556;
      color: #ffffff;
      padding: 5px 10px;
      font-weight: 600;
  }
  
  .error-box .btn {
      position: absolute;
      top: -3px;
      right: 5px;
      color: #ffffff;
  }

  .profile-body {
      background-color: #f7f7f7;
  }

  .profile-body > .container {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .profile-body > .container nav {
      background: none;
      flex: 0 0 27%;
      max-width: 27%;
  }

  .profile-body > .container main {
      flex: 0 0 73%;
      max-width: 73%;
      padding: 0px !important;
      padding-right: 40px !important;
      padding-left: 10px !important;
  }

  .profile-body > .container .sidebar-sticky,
  .profile-body > .container main .container {
      background-color: #ffffff;
      border-radius: 24px;
  }
  .profile-body > .container .sidebar-sticky {
      padding: 30px;
  }
  .profile-body > .container main .container {
      padding: 30px;
  }
  .profile-body .sidebar li a,
  .profile-body .sidebar li.active a {
      padding: 16px 16px;
      font-size: 16px;
  }
  .profile-body .sidebar li a i {
      margin-right: 14px;
  }
  .profile-body .sidebar li a img {
      margin-right: 10px;
  }
  .profile-body main form {
      padding-top: 10px;
  }
  .profile-body main label {
      font-size: 14px;
      margin: 0px 0px 5px 0px;
      padding: 0px;
  }
  .profile-body main .form-control {
      height: 54px;
      border-radius: 8px !important;
      border: solid 1px #777777 !important;
  }
  .profile-body main form .btn-update-profile {
      border-radius: 34px;
      padding: 14px 12px;
  }

  .orders-tabs .btn,
  .orders-tabs .btn:hover {
      font-weight: 600;
      font-size: 18px;
      padding: 10px 20px;
      color: #474747 !important;
  }

  .orders-tabs .btn.active {
      color: #007dd1 !important;
      border-bottom: solid 2px #007dd1;
      border-radius: 0px;
  }

  .order-item {
      border-radius: 24px;
      margin-top: 20px;
  }
  .order-item .order-label {
      display: inline-block;
      width: 100px;
      text-align: center;
      border-radius: 24px;
      padding: 6px 20px;
      font-weight: 600;
  }
  .order-item .order-label.label-delivery {
      color: #ffffff;
      background-color: #155787;
  }
  .order-item .order-label.label-pickup {
      color: #155787;
      background-color: #d7d7ff;
  }
  .order-item .order-status {
      display: inline-block;
      text-align: center;
      border-radius: 24px;
      padding: 6px 20px;
      font-size: 14px;
      font-weight: 600;
      vertical-align:text-top;
      margin-top: 3px;
  }
  .order-item .order-status.status-yellow {
      background-color: #fceec7;
  }
  .order-item .order-status.status-green {
      background-color: #98e8a0;
  }
  .order-item .order-status.status-red {
      color: #ffffff;
      background-color: #ff5556;
  }
  
  .order-item .btn-place-order,
  .order-item .btn-place-order:hover {
      text-align: center;
      border-radius: 34px;
      font-weight: 600;
      background-color: #007dd1;
      border: solid 1px #007dd1;
      color: #ffffff;
      padding: 10px 20px;
  }
  .order-item .btn-add-items,
  .order-item .btn-add-items:hover {
      text-align: center;
      border-radius: 34px;
      font-weight: 600;
      background-color: none;
      color: #007dd1 !important;
      border: solid 1px #007dd1;
      padding: 10px 20px;
  }
  .order-item .btn-review,
  .order-item .btn-review:hover {
      text-align: center;
      border-radius: 34px;
      font-weight: 600;
      background-color: none;
      color: #007dd1 !important;
      border: solid 1px #007dd1;
      padding: 10px 20px;
  }
  .order-item .btn-reorder,
  .order-item .btn-reorder:hover {
      text-align: center;
      border-radius: 34px;
      font-weight: 600;
      background-color: #007dd1;
      border: solid 1px #007dd1;
      color: #ffffff;
      padding: 10px 20px;
  }
  .order-item .btn-payment,
  .order-item .btn-payment:hover {
      text-align: center;
      border-radius: 34px;
      font-weight: 600;
      background-color: none;
      color: #007dd1 !important;
      border: solid 1px #007dd1;
      padding: 10px 20px;
  }
  .order-item .btn-cancel,
  .order-item .btn-cancel:hover {
      text-align: center;
      border-radius: 34px;
      font-weight: 600;
      background-color: none;
      color: #474747 !important;
      border: solid 1px #474747;
      padding: 10px 20px;
  }
  .order-item .btn-print {
      color: #007dd1 !important;
      font-weight: 600;
      font-size: 16px;
  }
  .order-item p {
      margin-bottom: 10px;
  }

  .available-points {
      background-color: #fcecc7;
      border-radius: 34px;
      padding: 14px 20px;
      color: #27628b;
      font-weight: 600;
  }

  .available-points .btn {
      background-color: #007dd1;
      border-radius: 24px;
      padding-left: 14px;
      padding-right: 14px;
  }

  .available-points .fa-star {
      color: #80c6ff;
  }

  .available-points h5 {
      color: #007dd1;
  }

  .points-item {
      color: #007dd1;
      font-weight: 600;
  }

  .points-item .text-primary {
      color: #27628b;
      font-weight: bold;
  }

  .points-item .text-primary .fa-star {
      color: #80c6ff;
  }

  .points-item.p-4 {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }

  .points-modal,
  .password-modal, 
  .announcement-modal {
      position: fixed;
      top: 0;
	  bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(0,0,0,0.5);
      text-align: center;
      z-index: 99999999;
  }

  .points-modal > div,
  .password-modal > div,
  .announcement-modal > div  {
      position: relative;
      width: 600px;
      display: inline-block;
      background-color: #ffffff;
      padding: 24px;
      border-radius: 34px;
	  margin: 0 auto;
  }
  
  .prescription-modal   {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0,0,0,0.5) !important;
      text-align: center;
      z-index: 99999999999;
	  overflow-y: scroll;
	  padding-top: 30px;
	  padding-bottom: 30px
  }
  
  .prescription-modal > div   {
      position: relative;
      max-width: 600px;
	  width: 100%;
      display: inline-block;
      background-color: #ffffff;
      padding: 15px;
      border-radius: 34px;
	  margin: 0 auto;
  }

  .points-modal > div .btn,
  .points-modal > div .btn:hover {
      border-radius: 34px;
      background-color: #007dd1;
      font-weight: 600;
      color: #ffffff !important;
  }
  
  .announcement-modal > div .btn,
  .announcement-modal > div .btn:hover {
      border-radius: 34px;
      background-color: #007dd1;
      font-weight: 600;
      color: #ffffff !important;
  }
  
   .announcement-modal > div .btn.btn-back,
   .announcement-modal > div .btn.btn-back:hover {
      border-radius: 34px;	
      background-color: #fff !important;
      font-weight: 600;
      color: #007dd1 !important;
  }
  
   .announcement-modal a {
	  text-decoration: none;   
  }
  
  .password-modal > div form {
      padding: 30px;
  }
  
  .password-modal > div form p {
      text-align: left;
      position: relative;
      margin-bottom: 0px;
  }
  
  .password-modal > div form p .form-control {
      height: 54px;
      border-radius: 8px;
      border: solid 1px #444444;
  }
  
  .password-modal > div form p .btn,
  .password-modal > div form p .btn:hover {
      position: absolute;
      top: 38px;
      right: 5px;
      z-index: 10;
      border-radius: 14px;
      color: #444444 !important;
  }
  
  .password-modal > div form div .btn {
      height: 54px;
      border-radius: 34px;
  }
  
  .password-modal > div > .btn,
  .password-modal > div > .btn:hover {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #444444 !important;
  }
  
  .password-modal > div > .btn.bg-none,
  .password-modal > div > .btn.bg-none:hover,
  .password-modal > div > form .btn.bg-none,
  .password-modal > div > form .btn.bg-none:hover {
      border: solid 1px #007dd1 !important;
      color: #007dd1 !important;
  }

  body .bg-grey {
      background-color: #b2b2b2;
  }

  .checkout-tabs img {
      max-width: 30px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
  }

  .checkout-tabs span {
      vertical-align: middle;
  }

  .checkout-tabs .btn-outline-primary:hover {
      color: #007dd1 !important;
  }

  .checkout-tabs .btn-primary:hover {
      color: #ffffff !important;
  }

  body .bg-dark {
      background-color: #27628b !important;
  }

  body .bg-purple{
      background-color: #c0c0e4 !important;
  }

  body .bg-pink {
      background-color: #ff5556 !important;
  }

  body .text-danger {
      color: #ff5556 !important;
  }

  .checkout-address .ic-square {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: solid 1px #007dd1;
      margin-top: 3px;
  }

  .checkout-address.active .ic-square {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: solid 5px #007dd1;
      margin-top: 3px;
  }

  .checkout-address.active.border {
      border: solid 2px #007dd1 !important;
  }

  body .badge-pill {
      border-radius: 34px !important;
  }

  .category-logo {
      display: none;
  }

  .cat-search table td {
      text-wrap: nowrap;
      padding: 0px 10px 0px 0px !important;
  }

  .recent-searches {
      position: absolute;
      top: 46px;
      left: 0;
      right: 0;
      z-index: 99;
  }

  .recent-searches .container {
      padding: 20px;
      max-width: 960px;
      margin: 0 auto;
      min-height: 500px;
      background-color: #ffffff;
      border-radius: 0px 0px 34px 34px;
  }

  .recent-searches .container a {
      color: #8b8b8b;
  }

  .start-shopping-success {
        display: block;
        width: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999999999;
        height: 100vh;
        background: #007dd1;
        text-align: center;
        color: #ffffff;
  }

  .start-shopping-success .container {
        padding: 20px;
        position: relative;
        height: 100vh;
  }

  .start-shopping-success .container > div {
      text-align: center;
      padding-top: 20%;
        height: 100vh;
  }

      display: inline-block;
  .start-shopping-success .container > div > div {
        padding: 0px 40px;
  }

  .start-shopping-success .container .btn {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        background-color: #ffffff;
        color: #007dd1;
        font-weight: 600;
  }

  body .floating-div {
      z-index: 999 !important;
	  position: fixed;
      width: 100%;
	  top:0 !important;
  }
  
  .with-alert {
	  margin-top: 49px;
  }

  body footer a:hover {
      color: #ffffff;
  }
  
  .password-container .scrollY {
    max-height: 400px;
    overflow-y: scroll;
  }
  
   .sticky-sidebar {
	position: -webkit-sticky;
    position: sticky;
    z-index: 995;
	top: 54px;
    height: 92vh;
    overflow-y: auto;
  }
  
  .fixed-top {
    z-index: 998;
   }
   
   .po-box, .po-box-ft {
	display:none;
    margin-top:20px;
    }
	
    .po-box img, .po-box-ft img {
	  max-width: 100% !important;
	}
	
	.po-box h5, .po-box-ft h5 {
	  color: #007bff !important;
	}
	
	.po-box ol, .po-box-ft ol  {
	  margin-left: 15px;
	  padding-left: 0;
	}
	
	.po-box ol li, .po-box-ft ol li {
	  margin-bottom: 10px;
	}
	
	.po-box span, .po-box-ft span {
	  color: #007bff !important;
	  font-weight: 600;
	}
	
	main .po-box .form-control.file-upload, main .po-box-ft .form-control.file-upload {
	  display: none;
	}
	
	main .po-box .border, main .po-box-ft .border {
	 border: solid 1px #007bff !important;
	}
	
	.file-upload-box {
	 border: dashed 1px #007bff;
     width: 100%;
     text-align: center;
     padding: 17px !important;
     border-radius: 10px;
     color: #007bff;
     font-weight: 600;
     cursor: pointer;
    }
	
	.my-orders {
	 position: relative;
	}	
	
	.my-orders span {
     position: absolute;
     border: solid 1px #fff;
     background-color: #dc3545;
     border-radius: 50%;
     width: 21px;
     height: 21px;
     text-align: center;
     padding-top: 2px;
     font-weight: 600;
     font-size: 10px;
     left: 77px;
     top: 9px;
     color: #fff;
    }
		
	.my-orders-left {
	 position: relative;
	}	
	
	.my-orders-left span {
     position: absolute;
     border: solid 1px #fff;
     background-color: #dc3545;
     border-radius: 50%;
     width: 21px;
     height: 21px;
     text-align: center;
     padding-top: 2px;
     font-weight: 600;
     font-size: 10px;
     left: 135px;
     top: 18px;
     color: #fff;
    } 
		
	.my-orders-page span {
	 display: inline-block;
	 vertical-align: text-bottom;
     border: solid 1px #fff;
     background-color: #dc3545;
     border-radius: 50%;
     width: 21px !important;
     height: 21px !important;
     text-align: center;
     padding-top: 2px;
     font-weight: 600;
     font-size: 10px;
     color: #fff;
    }

    .sticky-sidebar.with-alert{
	 top: 103px !important;
	 padding-bottom: 185px;
	}
	
	 .carousel-desktop.with-alert {
	 top: 0px !important;
	}
	
	.checkoutaddress-row .col-9 {
     -ms-flex: 0 0 80%;
     flex: 0 0 80%;
     max-width: 80%;
     }
	 
	 .checkout-tabs a {
		margin: 0px !important;
	 }
	 
	 .sidebar-sticky.with-alert  {
      margin-top: 0;
      }
      
      
    .same-day-qoute {
      max-width: 400px;
     
     }
     
     .same-day-qoute .btn {
      font-size: 12px !important;
     }
     
     .same-day-qoute .btn-outline-primary {
      border-color: #ccc;
      width: 100%;
     }
     
     .same-day-qoute .btn-outline-primary:hover {
      border-color: #97E8A0;
      background-color: #97E8A0;
      color: #155787;
     }
     
     .same-day-qoute .btn-outline-primary.quoteselected {
      border-color: #97E8A0;
      background-color: #97E8A0;
      color: #155787;
     }
     
     .quote-product-text {
      font-size: 11px;
      color: #155787;
     }
     
     .quote-search-tag {
      color: #F96509;
      padding: 2px 5px;
      border: 1px solid #F96509;
      font-size: 10px;
      border-radius: 5px;
     }
     
     .item-quote span {
      color: #fff;
      background-color: #F96509;
      padding: 2px 5px;
      border: 1px solid #F96509;
      font-size: 10px;
      border-radius: 5px;
     }

     
     .same-day-quote-cart .nav-item {
       width: 50%;
     }
     

     .same-day-quote-cart .nav-tabs .nav-link.active {
       color: #fff;
       background-color: #007dd1;
       border-color: #dee2e6 #dee2e6 #fff;
     }

      .same-day-quote-cart .nav-tabs .nav-link {
       font-size: 14px !important;
     }

     .same-day-quote-cart .nav-tabs .nav-link {
       border: 1px solid transparent;
       border-top-left-radius: 0 !important;
       border-top-right-radius: 0 !important;
     }

     .same-day-quote-cart .tab-content {
       padding: 10px 0px;
      }

      .same-day-quote-cart .nav-tabs .nav-link.active span.cart-tab-icon-1-blue {
        display: none !important;
       }

       .same-day-quote-cart .nav-tabs .nav-link.active span.cart-tab-icon-2-blue {
        display: none !important;
       }      

       .same-day-quote-cart .nav-tabs .nav-link.active span.cart-tab-icon-1-white {
        display: inline-block !important;
       }

       .same-day-quote-cart .nav-tabs .nav-link.active span.cart-tab-icon-2-white {
        display: inline-block !important;
       }

       .same-day-quote-cart .nav-tabs .nav-link span.cart-tab-icon-1-white {
        display: none !important;
       }

       .same-day-quote-cart .nav-tabs .nav-link span.cart-tab-icon-2-white {
        display: none !important;
       }

       .same-day-quote-cart .nav-tabs .nav-link span.cart-tab-icon-1-blue{
        display: inline-block !important;
       }

       .same-day-quote-cart .nav-tabs .nav-link span.cart-tab-icon-2-blue {
        display: inline-block !important;
       }

       .same-day-quote-cart .nav-tabs .nav-link span.cartquote-tab-new {
        font-size: 8px;
        padding: 3px 5px;
        background-color: red;
        border-radius: 10px;
        color: #fff !important;
       }

       .cloudquote-status {
        max-width: 440px;
        margin: -10px auto 0 auto;
        background-color: #eef8ff;
        padding: 10px 0;
        }
     
       .cloudquote-status .btn {
        font-size: 10px !important;
        }
     
        .cloudquote-status .btn-outline-primary {
        border-color: #007dd1;
        width: 100%;
        }
     
       .cloudquote-status .btn-outline-primary:hover {
        border-color: #007dd1;
        background-color: #007dd1;
        color: #fff;
        }
     
       .cloudquote-status .btn-outline-primary.quotestatusselected {
        border-color: #007dd1;
        background-color: #007dd1;
        color: #fff;
        }



@media only screen and (max-width: 1024px) {
	  
	  .cart-open {
            display: none !important;
	  }
	  
	  .foot-links  .cart-open {
            display: block !important;
			text-align: -webkit-center;
	  }
	
      body, header {
            background-color: #80c6ff;
      }
      header.header-desktop {
            display: none;
      }
      header.header-mobile {
            display: block;
      }
      header.header-mobile .cart-open {
            display: block;
            background-color: #007dd1;
            color: #ffffff;
            border-radius: 34px;
            padding: 10px 20px;
            text-align: center;
      }
      header .navbar-toggler-icon {
            color: #007dd1;
      }
	  
	  .content-main {
       padding-top: 90px !important;
       }
	   
	   .content-main-checkout {
       margin-top: 110px !important;
	   padding-bottom: 90px !important;
       }
	  
      .my-cart,
      .my-account {
            right: -200%;
      }
      body > .container {
            border-radius: 34px 34px 0px 0px;
            background-color: #ffffff;
      }
      body > .container h3 {
            font-size: 17px;
            font-weight: 600;
      }
      body > .container .col-md-2 {
            width: 50%;
      }
	   
      body .popular {
            background-color: #ffffff;
      }
      body .popular h2 {
            font-size: 24px;
            font-weight: 600;
			padding-top: 120px;
      }
      body .popular .col-md-2 {
            width: 50%;
      }
      body .footer-desktop {
            display: none;
      }
      body .footer-mobile {
            display: block;
            background-color: #007dd1;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 99999999;
      }
      body .footer-mobile .container{
            display:flex;
            flex-wrap:wrap;
            justify-content:space-around;
            text-align: center;
            padding-top: 0px;
            padding-bottom: 0px;
      }
      body .footer-mobile .container .foot-links {
            flex-basis: calc(100% / 6);
            box-sizing: border-box;
            font-size: 10px;
      }
      body .footer-mobile .container .foot-links i {
            font-size: 16px;
      }
      body .footer-mobile .container .foot-links span {
            display: block;
      }
      body .footer-mobile .container .foot-links span.kart-span {
            display: block;
            border: solid 2px #007dd1;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            text-align: center;
            background-color: #ffffff;
            color: #007dd1;
            position: relative;
            margin-top: -41px;
            padding-top: 15px;
      }
      body .footer-mobile .container .foot-links span.kart-span i {
            font-size: 28px;
            position: relative;
            margin-left: -4px;
      }
      body .footer-mobile .container .foot-links span.kart-span span {
            position: absolute;
            border: solid 1px #fff;
            background-color: #dc3545;
            border-radius: 50%;
            width: 21px;
            height: 21px;
            text-align: center;
            padding-top: 2px;
            font-weight: 600;
            font-size: 10px;
            right: 7px;
            top: 7px;
			color: #fff;
      }
	  
	  .foot-order {
		    position: relative;
	  }
	  
	  body .footer-mobile .container .foot-links span.order-span span {
            position: absolute;
            border: solid 1px #fff;
            background-color: #dc3545;
            border-radius: 50%;
            width: 21px;
            height: 21px;
            text-align: center;
            padding-top: 2px;
            font-weight: 600;
            font-size: 10px;
            right: 38px;
            top: -8px;
			color: #fff;
      }
	  
      body .footer-mobile .container .foot-links span span {
            display: inline-block;
      }
      .profile-body {
            background-color: #80c6ff;
      }
      .profile-body > .container main {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0px !important;
            padding-right: 0px !important;
            padding-left: 0px !important;
      }
      .profile-body > .container main .container {
            padding-top: 15px;
      }
      .profile-body > .container main .container .btn {
            width: 100% !important;
			margin: 15px 0;
      }
      .profile-body > .container main .container .col-md-6.col-12 {
            flex: 0 0 100%;
            max-width: 100%;
      }

      .profile-body > .container main .container .orders-tabs .btn {
            display: inline-block;
            width: auto !important;
          font-weight: 600;
          font-size: 12px;
          padding: 14px 20px;
          color: #474747 !important;
      }

      body > .container .order-item .row .row > div {
            flex: 0 0 50%;
            max-width: 50%;
      }

      body > .container .order-item h3 {
            font-size: 28px;
      }

      body .debit-cards.p-4 {
            padding: 10px !important;
      }

      body .debit-cards * {
            font-size: 12px;
      }

      body .debit-cards .row > div.col-4 {
            flex: 0 0 30%;
            max-width: 30%;
      }

      body .debit-cards .row > div.col-4:first-child {
            flex: 0 0 40%;
            max-width: 40%;
      }

      .points-modal,
      .password-modal,
	  .announcement-modal{
          padding-top: 100px;
          max-height: 100%;
          overflow-y: auto;
      }
    
      .points-modal > div,
      .password-modal > div, 
	  .announcement-modal > div  {
          width: 100%;
          padding: 10px;
		  max-width: 600px;
      }
    
      .points-modal > div form,
      .password-modal > div form {
            padding: 30px 10px;
      }
    
      .points-modal > div form .text-danger,
      .password-modal > div form .text-danger {
            font-size: 11px;
      }
      body .sidebar-menu.d-none {
			position: fixed;
			top: 100px;
			left: -100%;
			z-index: 999;
			display: block !important;
			width: 100%;
			background: #ffffff;
			flex: 0 0 100%;
			max-width: 100%;
			border-radius: 34px;
			height: 100vh;
      }
      body .sidebar-menu.d-none .sidebar-sticky {
            padding: 20px 10px;
            max-height: 680px;
            overflow-y: auto;
      }
      body .sidebar-menu.d-none .sidebar-sticky .nav.pb-5 {
            padding-bottom: 0px !important;
      }
      body .sidebar-menu.d-none li > a {
            border-radius: 0px;
            border-top: solid 1px #dddddd;
            padding: 10px 10px;
      }
      body .sidebar-menu.d-none li.active > a {
            border-radius: 8px;
            margin-bottom: 5px;
      }
      body .sidebar-menu.d-none li:last-child > a {
            border-bottom: solid 1px #dddddd;
      }
      body .my-cart {
            width: 100%;
      }
      body .sidebar-category {
            display: block !important;
            width: 90% !important;
            position: fixed;
            top: 0;
            left: -100%;
            bottom: 0;
            z-index: 9999999;
            height: 100vh;
            overflow-y: auto;
            padding-bottom: 140px;
			max-width: 420px;
      }
      .category-logo {
			display: flex;
			width: 82%;
			position: fixed;
			background-color: #fdf6e3;
			z-index: 9999;
			border-bottom: solid 2px #ebe7de;
			max-width: 405px;
      }
      .sidebar li.active > a {
            background-color: #007dd1;
            color: #fff;
        }

        .recent-searches {
            position: absolute;
            top: 100px;
            left: 0;
            right: 0;
            height: 100vh;
            padding-bottom: 100px;
            overflow-y: auto;
            background-color: #ffffff;
            border-radius: 34px;
            z-index: 99999999;
        }

        .start-shopping-success .container > div {
            padding-top: 50%;
        }
		
		#itemModal .col-md-3 {
            width: 50%;
        }	  

		#itemBlock .col-md-3 {
            width: 50%;
        }			
	 
	    .cart-suggested .col-md-4 {
            width: 50%;
        }
		
		.my-cart .cart-container .cart-footer {
			bottom: 40px;
			height: 160px;
		}
		
		.cart-suggested {
			padding-bottom: 150px;
          }
		  .cart-list-header {
            padding: 15px 20px 10px;
		 }
		 
		 .phone-val .form-control-lg {
			 padding: 5px !important;
			 text-align: center !important;
		 }
		 
		 .phone-val .col-2  {
			 padding-right: 8px !important;
			 padding-left: 8px !important;
         }
         
		 .sticky-sidebar.with-alert {
          top: 0px !important;
         }
		 
         .my-cart .item-price {
			font-size: 15px !important;
		 }
		 
	    .checkoutaddress-row .col-9 {
		    -ms-flex: 0 0 75%;
		    flex: 0 0 75%;
		    max-width: 75%;
		 }
		 
		 .my-account .account-container .account-body {
             padding-bottom: 130px;
         }
		 
		 .category-menu {
			 cursor: pointer;
		 }
		 
		 .account-cat-link {
            margin-top: 70px; 	
		 }
		 
		 .content-main.with-alert {
            margin-top: 165px; 	
		 }
		 
		 .signup-left-menu {
			margin-top: 75px;
		 }
		 
		 .header-mobile .cloudkart-mobile {
			max-width: 210px;
			margin-left: -35px;
		 }
		 
		 main.col-lg-10 {
			-ms-flex: 100% !important;
			flex: 100% !important;
			max-width: 100% !important;
         }
		 
		 .carousel-desktop.with-alert {
			top: 0px !important;
			margin-top: 0px !important;
		}
}

@media only screen and (max-width: 676px) {
	    
		 .carousel-desktop {
            display: none;
		  }
		  .carousel-mobile {
				display: block;
		  }
	
	    .cat-header img.cat-img {
			border-radius: 15px;
			overflow: hidden;
			display: none;
			margin: 0 auto;
		 }

		.cat-header img.cat-img-mobile {
			display: block;
			border-radius: 15px;
			overflow: hidden;
			margin: 0 auto;
		 }
		 body .footer-mobile .container .foot-links span.order-span span {
            right: 2px !important;
          }
		  
		  .header-mobile .cloudkart-mobile {
			margin-left: 0px !important;
		  }


         .same-day-quote-cart .nav-tabs .nav-link {
          font-size: 10px !important;
         }

       .cloudquote-status .btn {
        font-size: 8px !important;
        }



}


.notification-wrapper {
    position: relative;
    cursor: pointer;
    padding: 2px 5px;
}

.notif-dropdown {
    position: absolute;
    top: 38px;
    right: 0;
    width: 340px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    display: none;
    z-index: 99999;
    max-height: 420px;
    overflow-y: auto;
}

.notif-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 16px;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s ease;
}

.notif-item:hover {
    background: #f8fafc;
}

.notif-item strong {
    font-size: 14px;
}

.notif-item.unread strong {
    font-weight: 600;
}

.notif-item:not(.unread) {
    background: #ffffff;
    opacity: 0.75;
}

.notif-item p {
    font-size: 13px;
    margin-bottom: 0;
    color: #666;
}

.notif-count {
    position: absolute;
    top: -5px;
    right: -8px;
    background: red;
    color: white;
    font-size: 11px;
    border-radius: 50%;
    padding: 3px 6px;
    display: none;
}

.notif-content {
    flex: 1;
    padding-right: 10px;
}

.notif-content strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.notif-content p {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.notif-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    padding: 0;
}

.notif-close:hover {
    color: #e74c3c;
}

.notif-item.unread {
    background: #eef4ff;
    border-left: 4px solid #007bff;
}

.notif-item:not(.unread) {
    background: #ffffff;
    opacity: 0.6;
}

.notif-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
    margin-left: 6px;
}

.notif-time {
    font-size: 11px;
    color: #6c757d;
    white-space: nowrap;
}

.notif-dropdown::-webkit-scrollbar {
    width: 6px;
}

.notif-dropdown::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
