/* Delivery */
.ega-delivery__wrapper {
  margin-bottom: 5px !important; }

.ega-delivery__title {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  border-bottom: none !important; }

.ega-delivery.ega-form__group {
  max-width: none !important;
  width: 100%; }

.ega-delivery label:first-child {
  margin-right: 15px !important; }

.ega-delivery label {
  margin-right: 0 !important;
  width: 100%;
  font-weight: 400 !important; }

.ega-delivery .ega-form__control {
  background-color: #fff !important;
  width: 100% !important;
  margin-right: 0;
  min-width: 0 !important; }

.qs-datepicker-container {
  width: 100% !important;
  max-width: 30em !important;
  min-width: 270px; }
  @media (max-width: 767px) {
    .qs-datepicker-container {
      width: calc(100vw - 30px) !important; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .ega-delivery.ega-form__group {
    flex-wrap: wrap; }
  .ega-delivery label:first-child {
    margin-right: 0 !important; } }

/* VAT + Conditional Cart */
.cart-note label.note-label {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  font-weight: normal; }
  @media (max-width: 768px) {
    .cart-note label.note-label {
      font-size: 14px;
      margin-bottom: 2px; } }

.cart-note textarea {
  border-color: #e1e1e1;
  padding: 11px 10px;
  outline: none;
  border-radius: 3px;
  height: 53px;
  resize: none;
  width: 100%;
  background-clip: padding-box;
  font-size: 15px; }

/* VAT Note */
.header-cart-footer {
  display: grid;
  grid-template-columns: 70% 1fr;
  grid-gap: 15px; }

.r-bill .checkbox, .r-bill .checkbox label {
  margin: 0; }

.r-bill .checkbox .regular-checkbox {
  display: none; }

.r-bill .checkbox .regular-checkbox + .box {
  border: 2px solid #727272;
  padding: 7px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 2px;
  position: relative; }

.r-bill .checkbox .regular-checkbox:checked + .box {
  background: #ff2e2e;
  border: 2px solid #ff2e2e; }

.r-bill .checkbox .regular-checkbox:checked + .box:after {
  content: '\2714\fe0e';
  font-size: 13px;
  position: absolute;
  top: -2px;
  left: 3px;
  color: #fff; }
  @media (max-width: 768px) {
    .r-bill .checkbox .regular-checkbox:checked + .box:after {
      top: -3px;
      left: 1px; } }

.r-bill .checkbox > .title {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 5px;
  vertical-align: top;
  color: #000; }
  @media (max-width: 768px) {
    .r-bill .checkbox > .title {
      font-size: 14px; } }

.r-bill .bill-field {
  display: none;
  margin-top: 5px; }

.r-bill .bill-field label {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 0; }

.r-bill .bill-field .form-group {
  margin-bottom: 15px; }

@media (max-width: 768px) {
  .r-bill .bill-field label {
    font-size: 14px;
    margin-bottom: 0.1rem; } }

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B4B4B4;
  opacity: 1;
  /* Firefox */ }

.r-bill .bill-field .form-control {
  box-shadow: none;
  background-clip: padding-box;
  border-radius: 3px;
  border-color: #e6e6e6;
  height: 34px;
  font-size: 14px; }

.r-bill .bill-field textarea.form-control {
  height: auto; }

.r-bill .bill-field span.text-danger {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  color: red;
  margin-bottom: 15px; }

.swal-title:first-child {
  margin-top: 0; }

.swal-text, .swal-footer {
  text-align: center; }

.swal-button--confirm {
  background: var(--cta-color) !important; }

.cart-limit-modal {
  background-color: #ffffff; }

.cart-limit-modal .swal-title {
  color: #0e1c22; }

.cart-limit-modal .swal-text {
  color: #ff0000; }

.cart-limit-modal .swal-button {
  background-color: #0E1C22;
  color: #ffffff; }

.vat-checked-modal, .vat-unchecked-modal, .vat-checked-error-modal {
  background-color: #ffffff; }

.vat-checked-modal .swal-title, .vat-unchecked-modal .swal-title, .vat-checked-error-modal .swal-title {
  color: #0e1c22; }

.vat-checked-modal .swal-text, .vat-unchecked-modal .swal-text, .vat-checked-error-modal .swal-text {
  color: #0e1c22; }

.vat-checked-modal .swal-button {
  background-color: #da2a52;
  color: #fff; }

.vat-checked-modal .swal-button--cancel {
  background-color: #EEEEEE;
  color: #0e1c22; }

.vat-unchecked-modal .swal-button {
  background-color: #246ae0;
  color: #ffffff; }

.vat-unchecked-modal .swal-button--cancel {
  background-color: #EEEEEE;
  color: #0e1c22; }

.vat-checked-error-modal .swal-button--confirm {
  background-color: #246ae0;
  color: #ffffff; }

.cart-limit-alert {
  color: #F44336;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .header-cart-footer {
    display: block; } }

.item-product {
  display: grid;
  grid-template-columns: 30px 100px 1fr;
  grid-gap: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  .item-product + .item-product {
    border-top: 1px solid #eee; }
  .item-product a:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .item-product {
      grid-template-columns: 15px 60px 1fr;
      grid-gap: 10px;
      align-items: start; } }

.product-cart-infor {
  display: grid;
  grid-template-columns: 1fr auto 120px;
  grid-gap: 10px;
  align-items: baseline; }
  @media (max-width: 767px) {
    .product-cart-infor {
      grid-template-columns: 1fr;
      grid-gap: 0px; } }

.product-name,
.product-name a {
  font-size: 14px;
  font-weight: normal; }
  .product-name:hover,
  .product-name a:hover {
    color: var(--primary-color); }

.header-cart-content {
  display: grid;
  grid-template-columns: 70% 1fr;
  grid-gap: 15px; }
  @media (max-width: 992px) {
    .header-cart-content {
      grid-template-columns: 1fr;
      grid-gap: 5px; } }

.header-cart-content > * {
  padding: 10px 15px; }
  @media (max-width: 992px) {
    .header-cart-content > * {
      padding: 5px 0px; } }

a.remove-itemx.remove-item-cart {
  font-size: 14px;
  color: #c3c3c3; }
  a.remove-itemx.remove-item-cart:hover {
    color: var(--danger); }

.product-price {
  font-weight: 500; }

@media (min-width: 768px) {
  .select-item-qty-mobile {
    justify-self: end; } }

.select-item-qty-mobile > div {
  border: none;
  display: flex !important;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  align-items: center; }

.select-item-qty-mobile .btn {
  padding: 4px;
  width: 30px;
  border: 1px solid #ced4da;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px; }

.select-item-qty-mobile .form-control {
  width: 48px !important;
  text-align: center;
  border-radius: 0;
  height: 30px;
  font-size: 12px;
  padding: 4px;
  border: none; }

button.reduced.items-count.btn-minus.btn,
button.increase.items-count.btn-plus.btn {
  border-radius: 100%;
  color: #8C9196; }

.header-cart-price {
  margin-top: 10px;
  border-left: none; }
  @media (min-width: 992px) {
    .header-cart-price {
      border-top: none;
      background: #F7F7F7;
      border: 3px;
      padding: 20px;
      margin-top: 0; } }
  @media (max-width: 768px) {
    .header-cart-price {
      margin-top: 0; } }
  .header-cart-price .ega-delivery__wrapper {
    margin-top: 0; }
  .header-cart-price .title-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-wrap: wrap; }
    .header-cart-price .title-cart h3 {
      font-size: 1rem;
      margin: 0px;
      font-weight: 500; }
    .header-cart-price .title-cart .totals_price_mobile {
      font-size: 18px;
      font-weight: 600;
      color: var(--price-color); }
  .header-cart-price .btn-proceed-checkout-mobile {
    background: var(--cta-color);
    color: #fff;
    margin-bottom: 10px;
    border-raidus: 5px; }
    .header-cart-price .btn-proceed-checkout-mobile:hover {
      filter: brightness(1.2); }
  .header-cart-price .btn-buymore {
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-cart-price .btn-buymore .fa {
      font-size: 10px;
      margin-right: 5px; }
    .header-cart-price .btn-buymore:hover .fa {
      transform: translateX(-4px);
      transition: all .3s ease-out; }

.price_vat {
  text-align: right;
  flex: 0 0 100%;
  font-size: 14px;
  color: #828282; }

.title_cart_mobile {
  padding: 0; }

.title-cart h1 {
  font-weight: 500;
  font-size: 1.2rem; }

@media (max-width: 767px) {
  .cart-mobile {
    border-radius: 0px; } }

.cart-note {
  margin-top: 15px; }

@media (max-width: 992px) {
  .product-cart-infor {
    grid-template-columns: 1fr auto;
    grid-gap: 5px;
    justify-content: space-between; }
    .product-cart-infor .product-price {
      font-size: 14px; }
  .title-product-cart-mobile {
    grid-column: 1/-1; }
    .title-product-cart-mobile .product-name, .title-product-cart-mobile .product-name a {
      font-size: 13px;
      line-height: 1.3;
      font-weight: normal;
      margin-bottom: 2px; }
    .title-product-cart-mobile .variant-title {
      font-size: 13px;
      line-height: 1.2;
      color: #8C9196; }
  .select-item-qty-mobile > div {
    margin: 0; } }

.cart-sticky-cta {
  display: none; }

.cart-empty .title-cart {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  min-height: 350px;
  justify-content: center; }

.cart-empty img {
  margin-bottom: 20px; }

.cart-empty h3 {
  font-size: 22px; }

.cart-empty p {
  color: #727272; }

.cart-coupon {
  --width: 412px;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(var(--width));
  z-index: -1;
  background: #fff;
  margin: 0 !important;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  visibility: hidden;
  opacity: 0;
  max-width: var(--width); }
  @media (max-width: 767px) {
    .cart-coupon {
      --width: 100%; } }
  @media (min-width: 413px) {
    .cart-coupon .section_coupons {
      padding: 0 20px; } }

.cart-coupon.active {
  z-index: 9999;
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  border-left: 1px solid #eee; }

.cart-coupon .section_coupons .col-lg {
  padding-right: 15px; }

.cart-coupon .section_coupons .row {
  flex-wrap: wrap;
  overflow: auto;
  padding-bottom: 120px; }

.cart-coupon-header {
  height: 40px;
  display: grid;
  grid-template-columns: 0 1fr;
  text-align: center;
  align-items: center;
  box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15);
  font-weight: 500; }

.cart-coupon-header .coupon-toggle-btn {
  padding: 8px 12px;
  font-size: 20px;
  display: flex;
  color: #574141;
  align-items: center;
  z-index: 3; }

.cart-coupon .section_coupons {
  margin-top: 10px;
  max-height: 100%;
  overflow: auto; }

#coupon-modal.show ~ .modal-backdrop {
  z-index: 9999; }

#ega-sale-pop {
  display: none !important; }

.cart-coupon-footer {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
  background: #fff;
  max-width: calc(var(--width) - 15px); }

.cart-coupon-footer .btn {
  border-radius: 4px !important; }

.coupon-toggle {
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  line-height: 1;
  border-bottom: solid 1px #E4E5E7;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .coupon-toggle {
      border-top: solid 1px #E4E5E7;
      margin-top: 15px; } }
  .coupon-toggle img {
    width: 20px;
    margin-right: 7px !important; }
    @media (max-width: 767px) {
      .coupon-toggle img {
        width: 16px; } }

.coupon-toggle div {
  display: flex;
  align-items: center; }

.coupon-toggle .coupon-toggle-btn {
  cursor: pointer;
  color: #2E72D2; }

.cart-coupon.active + .cart-coupon-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1001; }

.modal {
  z-index: 99999; }

.tab-header {
  display: none; }

@media (max-width: 767px) {
  .header-cart-price .coupon-toggle,
  .header-cart-price .cart-limit-alert {
    display: none !important; } }

@media (max-width: 767px) {
  .bread-crumb {
    margin-bottom: 5px !important; }
  .timedeli-modal-content {
    position: relative; }
  .cart-sticky-cta {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #ffff;
    width: 100%;
    padding: 0 15px 10px;
    left: 0;
    box-shadow: inset 0px 1px 0px #e4e5e7;
    display: block;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px -1px 3px rgba(0, 0, 0, 0.15); }
  .cart-cta .btn-proceed-checkout-mobile {
    background: var(--cta-color);
    border-radius: 99999px;
    color: #fff;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    padding: 2px 12px;
    box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.25); }
  .cart-cta .btn-proceed-checkout-mobile .totals_price_mobile {
    font-weight: 500; }
  .cart-cta {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .cart-limit-alert {
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .cart-limit-alert .fa-info-circle {
      font-size: 16px; }
  .price_vat {
    font-size: 12px; }
  .timedeli-modal {
    position: fixed;
    display: none;
    z-index: -1; }
  .timedeli-modal.active {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .timedeli-modal.active .timedeli-overaly {
    background: rgba(132, 132, 132, 0.5);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .timedeli {
    background: #fff;
    padding: 16px;
    width: 300px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    padding-bottom: 61px; }
  .timedeli-modal .close {
    position: absolute;
    right: 7px;
    top: 2px; }
  .toggle-delivery {
    font-size: 12px; }
  .qs-datepicker-container {
    width: calc(300px - 30px) !important; }
  .timedeli-cta {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    width: calc( 100% - 30px);
    margin: auto;
    left: 50%;
    transform: translateX(-50%); }
  .timedeli-cta button {
    background: var(--cta-color);
    color: #fff;
    width: 100%; }
  .toggle-delivery img {
    margin-bottom: 5px; }
  body {
    padding-bottom: 183px; }
  .cart-available {
    padding-bottom: 120px; }
  .cart-available .addThis_listSharing {
    bottom: 125px !important; }
  .addThis_listSharing {
    bottom: 190px !important; }
  .cart-coupon-footer .btn {
    border-radius: 4px !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    background: #fff !important; }
  .item_product_main {
    margin-bottom: .75rem; }
    .item_product_main form {
      display: grid;
      grid-template-columns: 60px 1fr;
      grid-gap: 5px;
      align-items: center; }
    .item_product_main .group_action {
      display: none !important; }
    .item_product_main .product-name {
      -webkit-line-clamp: 2;
      font-weight: normal;
      font-size: 14px; }
    .item_product_main .label_product {
      zoom: .7; }
    .item_product_main .product-info {
      padding: 0px 10px 5px; }
  .mobile-tab {
    display: none; }
  .mobile-tab .heading-bar__title {
    display: none; }
  .mobile-tab.active {
    display: block; }
  .tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 0;
    border-bottom: 1px solid #E4E5E7; }
  .tab-header-item {
    flex: 0 0 calc( 50% - 5px);
    height: 33px;
    font-size: 14px;
    line-height: 18px;
    color: #707070 !important;
    border: none;
    border-radius: 0 !important;
    padding: 7px 4px; }
  .tab-header-item.active {
    color: var(--primary-color) !important;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0 !important;
    font-weight: 500;
    background: none !important; } }

@media (max-width: 320px) {
  .toggle-delivery {
    font-size: 10px; } }
