@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");

@font-face {
  font-family: "UberMoveTextBold";
  src: url("../fonts/UberMoveTextBold.woff2") format("woff2"),
    url("../fonts/UberMoveTextBold.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "UberMoveTextLight";
  src: url("../fonts/UberMoveTextLight.woff2") format("woff2"),
    url("../fonts/UberMoveTextLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "UberMoveTextMedium";
  src: url("../fonts/UberMoveTextMedium.woff2") format("woff2"),
    url("../fonts/UberMoveTextMedium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "UberMoveTextRegular";
  src: url("../fonts/UberMoveTextRegular.woff2") format("woff2"),
    url("../fonts/UberMoveTextRegular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:root {
  --mainfont: "UberMoveTextRegular", sans-serif;
  --mainfont-medium: "UberMoveTextMedium", sans-serif;
  --cairo: "Cairo", sans-serif;
  --primary-color: #000;
  --hover-color: #000;
  --header-text: #000;
  --body-text-color: #232428;
  --background-color: #ffffff;
  --main-color: #a9752a;
  --fields-placeholder: #c5c5c5;
  --header-bg: #ffffff;
  --header-shadow: #ccd1d5;
  --header-text-hover: #ababab;
  --panel-background-color: #a9752a;
  --panel-link-color: #ffffff;
  --panel-link-hover-color: #a9752a;
  --panel-link-hover-background-color: #4b4c54;
  --items-name-color: #4b4c54;
  --items-bg-color: #ffffff;
  --items-desc-color: #a9752a;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--header-text);
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  scrollbar-color: var(--header-text);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 5px;
  border: 3px solid var(--primary-color);
}

body {
  font-size: 14px;
  font-family: var(--lato);
  overflow-x: hidden;
  font-family: "UberMoveTextRegular", sans-serif;
  overflow: scroll;
  pointer-events: none;
}

main {
  transition: all 0.45s;
  box-shadow: -5px 2px 12px #e0d8d8;
  padding-top: 70px;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
}

main.open {
  transform: translateX(-250px);
}

.btn2 {
  position: relative;
  width: 40px;
  height: 40px;
  /* top: 100px;
  left: 120px; */
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transform: scale(0.5);
  top: -7px;
  margin-left: 20px;
}

.btn2 .icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 40px;
  top: 30px;
  background-color: var(--primary-color);
}

.btn2 .icon:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: var(--primary-color);
  content: "";
  top: -20px;
}

.btn2 .icon:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 53px;
  height: 2px;
  background-color: var(--primary-color);
  content: "";
  top: 20px;
}

.btn2.open .icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
  width: 60px;
}

.btn2.open .icon:before {
  width: 60px;
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
  transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
}

.btn2.open .icon:after {
  width: 60px;
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
}

.btn2:hover {
  cursor: pointer;
}

/* .no-scroll {
	overflow:hidden;
} */
header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
  transition: all 0.45s;
  padding: 15px 0px;
  border-bottom: 1px solid #f3dfdf;
  max-height: 71px;
  height: 71px;
  margin: auto;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0px 15px;
}

header.open {
  transform: translateX(-250px);
}

header .header-right {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  max-width: 80%;
}

header .header-right a {
  font-size: 14px;
  /* border: 1px solid var(--header-text); */
  border-radius: 50%;
  /* display: flex;
		    align-items: center;
		    justify-content: center; */
  text-decoration: none;
  color: var(--header-text);
}


header .header-right a:last-of-type {
  font-family: "Cairo", sans-serif !important;
  
  }
  
  
  

header .header-right .language-switch {
  border-radius: 0px;
  border: none;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  /* transform: translateX(-30px); */
}

header .header-right .language-switch a {
  font-size: 15px;
  opacity: 0.4;
}

header .header-right .language-switch a.active {
  opacity: 1;
}

header .header-right .language-switch i {
  margin-right: 6px;
}

header .header-right .info {
  font-size: 24px;
  color: var(--primary-color);
}

header .header-right .ar {
  line-height: 29px;
  font-size: 17px;
  font-family: var(--cairo);
}

header .header-right>span {
  padding: 0px 15px;
  border: 1px solid #E8E8E8;
  position: relative;
  margin: 0px 3px;
  border-radius: 3px;
}

header .cart {
  position: relative;
  transform: scale(0.9);
  margin-top: 8px;
  display: inline-block;
}

header .cart:before {
  position: absolute;
  content: attr(data-number);
  right: -12px;
  top: -5px;
  width: 17px;
  height: 17px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header-price {
  color: var(--primary-color);
  font-size: 14px;
  padding-top: 8px !important;
}

header .header-price i {
  font-size: 17px;
  color: var(--primary-color);
  margin-right: 3px;
}

footer {
  background: black;
  padding: 10px 0px;
  color: #eee;
  font-size: 13px;
}

.side-bar {
  position: fixed;
  height: 100vh;
  background-color: var(--primary-color);
  right: -280px;
  top: 0px;
  transition: all 0.45s;
  width: 250px;
  z-index: 99;
}

.side-bar.open {
  right: 0px;
}

.side-bar .nav-inner {
  padding: 20px;
  padding-top: 60px;
}

.side-bar .nav-inner a {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--mainfont);
  color: var(--background-color);
  font-weight: 400;
  letter-spacing: 1px;
}

.side-bar .nav-inner a span {
  margin-left: 5px;
  position: relative;
}

.side-bar .nav-inner a span::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: var(--background-color);
}

.side-bar .nav-inner a:hover {
  text-decoration: none;
}

.side-bar .nav-inner a:hover span {
  position: relative;
}

.side-bar .nav-inner a:hover span::after {
  width: 120%;
  background-color: var(--background-color);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.side-bar .copy-text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  left: 0px;
  color: var(--background-color);
}

.side-bar .copy-text a {
  color: var(--background-color);
}

.content-nav-wrapper {
  position: relative;
  height: 80px;
}

.content-nav {
  text-align: left;
  background-color: #fff;
}

.content-nav .container {
  height: 70px;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  z-index: 5;
}

.content-nav .container .menu {
  width: max-content;
  max-width: 60vw;
  display: inline-block;
  height: 70px !important;
  overflow-y: hidden;
}

.content-nav .container .more-options {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.content-nav .container .more-options .btn {
  background-color: white !important;
  color: black !important;
  border: 0px !important;
  font-family: var(--mainfont) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.content-nav .container .more-options .btn:after {
  display: none;
}

.content-nav .container .more-options .btn i {
  margin: 0px 3px;
}

.content-nav .container .more-options .btn-secondary:focus,
.content-nav .container .more-options .btn-secondary:not(:disabled):not(.disabled).active:focus,
.content-nav .container .more-options .btn-secondary:not(:disabled):not(.disabled):active:focus,
.content-nav .container .more-options .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}

.content-nav .container .more-options .dropdown-menu.show {
  left: 0 !important;
  top: 100% !important;
  transform: translate(-55%, 0%) !important;
  width: max-content;
}

.content-nav .container .more-options .dropdown-menu.show .dropdown-item.active {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  color: var(--primary-color);
  border-bottom: transparent;
}

.content-nav .container .more-options .dropdown-menu.show .dropdown-item.active:hover {
  border-bottom: transparent;
}

.content-nav .container .more-options .dropdown-menu.show .dropdown-item.active span::after {
  width: 0%;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.content-nav .container .more-options .dropdown-menu.show a {
  padding: 5px 20px;
  width: max-content;
  border-bottom: transparent;
  display: block;
}

.content-nav .container .more-options .dropdown-menu.show a:hover {
  border-bottom: transparent;
}

.content-nav .container .more-options .dropdown-menu.show a span {
  position: relative;
}

.content-nav .container .more-options .dropdown-menu.show a span::after {
  width: 0px;
  content: " ";
  background-color: var(--header-text);
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -4px;
}

.content-nav .container .more-options .dropdown-menu.show a.active {
  text-decoration: none;
  color: var(--primary-color);
}

.content-nav .container .more-options .dropdown-menu.show a.active span::after {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.content-nav .container .more-options .dropdown-menu.show a:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--primary-color);
}

.content-nav .container .more-options .dropdown-menu.show a:hover span::after {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.content-nav a {
  display: inline-block;
  vertical-align: middle;
  padding: 25px 10px 20px;
  text-transform: capitalize;
  color: var(--header-text);
  font-family: var(--mainfont);
  font-weight: 400;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.content-nav a.active {
  text-decoration: none;
  color: var(--primary-color);
  border-bottom: 3px solid var(--hover-color);
}

.content-nav a:hover {
  text-decoration: none;
  color: var(--primary-color);
  border-bottom: 3px solid var(--hover-color);
}

.content-nav a:active {
  color: var(--header-text);
}

.content-nav.sticky {
  position: fixed;
  left: 0px;
  top: 70px;
  width: 100%;
  z-index: 99;
}

.product-section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.product-section::after {
  padding-top: 0;
  background-image: linear-gradient(90deg,
      #ccc 25%,
      rgba(204, 204, 204, 0) 0,
      rgba(204, 204, 204, 0));
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  transform: translateY(20px);
}

.title {
  font-family: var(--mainfont-medium) !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid #f3dfdf;
  padding-bottom: 19px;
  max-width: 100%;
  width: auto;
}



.title span {
  vertical-align: middle;
}

.main-banner {
  height: auto;

  background-position: center bottom;
  background-size: cover;
  margin: auto;
}

.main-banner img {
  width: 100%;
  min-height: 100px;
  object-fit: cover;

}


.item.selected {
  border: 1px solid black;
}

.item {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 30px;
  color: var(--header-text);
  text-decoration: none;
  background-color: #fff;
  transition: all 0.26s;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 10px 8px -12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 8px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 8px -12px rgba(0, 0, 0, 0.1);
  position: relative;
}



.item.item-active {
  border: 1px solid black;
}

.item:hover {
  text-decoration: none;
  color: var(--header-text);
  border: 1px solid black;
}

.item .img-wrapper {
  width: 158px !important;
  position: relative;
  cursor: pointer;
}

.item .img-wrapper img {
  height: 158px !important;
  object-fit: cover;
  width: 158px !important;
}





.item .img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.item .details {
  flex: 1;
  font-size: 14px;

}

.item .details .details-container {
  padding: 10px;
  height: 158px !important;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 9px;
}



.item .details .details-container .food-filters {
  overflow: hidden;

  color: #747474;
}


@media (max-width: 400px) {

  .item .details .details-container .food-filters {
    font-size: 12px !important;
  }




}

@media (max-width: 350px) {

  .item .details .details-container .food-filters {
    font-size: 12px !important;
    line-height: 16px !important;
  }




}

.item-detail-modal .food-filters {
  color: #747474;
  margin-bottom: 15px;
}

.food-filters {
  color: #747474;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
          line-clamp: 1; 
  -webkit-box-orient: vertical;}

.item .details .details-container .item-name {
  font-family: var(--mainfont);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 0;

  overflow: hidden;
}

@media (max-width: 767px) {



  .item .details .details-container .item-name {
    height: auto !important;
    font-size: 14px !important;
    line-height: 20px !important;

  }

  .item .details .details-container .item-desc {
    line-height: 19px !important;

    font-size: 13px !important;
  }

  .item .details .details-container .item-price {
    font-size: 13px !important;
    line-height: 18px  !important;

  }

}

.item .details .details-container .item-price {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--mainfont);
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-height: 24px;

}

.item .details .details-container .item-desc {
  line-height: 20px;
  color: #545454;
  font-size: 14px;
  font-family: var(--mainfont);
  word-break: break-word;
  padding-top: 4px;
  max-height: 40px;
  overflow: hidden;
}

.item .customize {
  padding: 0px 12px;
  border-radius: 36px;
  background: #f0f0f0 none repeat scroll 0% 0%;
  height: 36px;
  width: max-content;
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--mainfont-medium);
  align-items: center;
  text-transform: capitalize;
  margin: 0px 16px 16px 16px;
}

.modal .img-responsive {
  max-width: 100%;
  width: 100%;
}

.modal .item-image img {
  width: 100%;
}

.modal .text {
  font-size: 14px;
  margin: 20px 0px;
  margin-top: 0px !important;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--mainfont);
}

.modal .title-small {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 8px;
  line-height: 22px;
  font-family: var(--mainfont);
  font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 450px) {
  .modal .title-small {
    font-size: 16px;
  }
}

.modal .title-small .text {
  padding: 0;
  width: 100%;
  display: block;
  color: #65646d;
  position: relative;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}

.modal .option-selector a {
  display: block;
  color: var(--header-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  border: 1px solid #d8d2d2;
  margin-bottom: 4px;
  border-radius: 3px;
  transition: all 0.44s;
}

.modal .option-selector a:hover {
  text-decoration: none;
  box-shadow: 0px 2px 8px #c3b9b9;
}

.modal label {
  margin-bottom: 0px;
}

.modal .img-modal .modal-header {
  position: absolute;
  right: 0px;
  width: 100%;
}

.detail-wrapper {
  display: table;
  table-layout: fixed;
}

.detail-wrapper .d-left,
.detail-wrapper .d-right {
  display: table-cell;
  vertical-align: top;
  background-color: #f1f1f1;
}

.detail-wrapper .d-left {
  width: 75%;
}

.about-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  cursor: pointer;
  background: #fff;
}

.about-item .item-detail {
  padding: 10px 20px;
}

.about-item .item-detail div {
  display: inline-block;
}

.about-item .name {
  font-size: 25px;
  font-family: var(--mainfont);
  letter-spacing: 1px;
  font-weight: bold;
}

.about-item .rating {
  font-size: 14px;
  color: var(--header-text);
  margin-left: 15px;
  margin-right: 12px;
}

.about-item .rating .review-numbers {
  color: #666;
}

.about-item .rate {
  color: #666;
  padding-left: 22px;
  position: relative;
}

.about-item .rate:before {
  position: absolute;
  content: "\f10c";
  font-family: FontAwesome;
  color: #666;
  font-size: 5px;
  left: 6px;
  top: 6px;
}

.about-item .item-delivery-icon {
  border: 1px solid var(--primary-color);
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about-item .item-delivery-icon i {
  color: var(--primary-color);
}

.detail-wrapper .title {
  font-size: 18px;
}

.detail-wrapper .item {
  margin-bottom: 15px;
  padding: 15px;
}

.d-right {
  padding: 0px 1%;
  box-shadow: -2px 2px 2px #cccaca;
}

.d-right .dr-inner {
  text-align: center;
  padding-top: 60px;
}

.d-right .landing-title {
  font-weight: bold;
  font-family: var(--mainfont);
  font-size: 17px;
  margin-bottom: 15px;
}

.d-right .text {
  color: #999;
  margin-bottom: 40px;
  font-size: 13px;
}

.d-right .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 13px;
}

.d-right .seperator {
  height: 1px;
  background: #999;
  margin-bottom: 25px;
}

.d-right button {
  outline: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin-top: 20px;
  transition: all 0.34s;
}

.d-right button:hover {
  background: none;
  color: var(--primary-color);
}

.logo a img {
  max-height: 45px;
}

.side-logo {
  width: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

.side-padding {
  padding: 0px 20px;
}

.modal-dialog {
  max-width: 550px;
  margin: 1.75rem auto;
  width: 97%
}

.order-summery .modal-body {
  padding: 15px 10px !important;
}

.modal-dialog .modal-body {
  padding: 15px 30px;
}

@media (max-width: 450px) {
  .modal-dialog .modal-body {
    padding: 15px;
  }
}

.item-detail-modal .img-wrapper img {
  width: 100%;
  max-width: 100%;
}

.item-detail-modal .item-modal-main-title {
  margin-top: 20px;
  margin-bottom: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.item-detail-modal .item-modal-main-title .name {
  font-size: 18px;
  font-family: var(--mainfont);
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.item-detail-modal .item-modal-main-title .price {
  display: table-cell;
  vertical-align: middle;
  font-family: var(--mainfont);
  width: 80px;
  text-align: right;
  color: #999;
}

.item-detail-modal .text.or {
  margin: 14px 0px !important;
  text-transform: uppercase;
}

.item-detail-modal .text {
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  margin: 0 0 26px;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
  line-height: 20px;
  font-family: var(--mainfont) !important;
  font-size: 18px;
  color: black;
  border: 0;
}

.item-detail-modal .seperator {
  margin: 20px 0px;
  height: 1px;
  width: 100%;
  background: #dee2e6;
}

.item-detail-modal .not-avilable {
  padding-bottom: 8px;
  line-height: 20px;
  font-family: var(--mainfont) !important;
  font-size: 14px;
  color: black;
}

.item-detail-modal .optional-selector .title {
  margin-bottom: 0px;
}


.item-detail-modal .optional-selector .price-items .options {

  margin: 18px 0px;
}

.item-detail-modal .optional-selector .name {
  line-height: 1.42857143;
  margin: 0px 0px 15px;
  font-family: var(--mainfont-medium) !important;
  font-size: 17px;
  color: black;
  background-color: #F6F6F6;
  padding: 19px 0px 12px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.item-detail-modal .optional-selector .name small {
  color: #98AA32 !important;
  font-size: 14px;
  margin-left: 15px;

}


.item-detail-modal .optional-selector .name .v-div small.attr-validation {
  color: #C42852 !important;
  font-size: 12px !important;
  display: block;
  margin-left: 0px;
  margin-top: 4px;
}

.item-detail-modal .optional-selector .name .v-div {
  padding-bottom: 7px;
}


.item-detail-modal .optional-selector .name::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 548px;
  width: calc(100% + 58px);
  height: 100%;
  background-color: #F6F6F6;
  z-index: -1;
}

@media (max-width: 450px) {

  .item-detail-modal .optional-selector .name::after {

    width: calc(100% + 28px);

  }

}

.item-detail-modal .optional-selector .discription p {
  padding-top: 16px;
  color: #545454;
  line-height: 20px;
  font-family: var(--mainfont) !important;
  font-size: 14px;
}

.item-detail-modal .price-field {
  display: none;
}

.item-detail-modal label {
  display: flex;
  align-items: start;
  font-weight: 500 !important;
  font-size: 14px;
  font-family: var(--mainfont) !important;
  line-height: 1.42857143;
  justify-content: space-between;
  margin-bottom: 12px;
}

.item-detail-modal label input[type="radio"],
.item-detail-modal label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid var(--primary-color);
  border-radius: none;
  outline: none;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}

.item-detail-modal label input[type="radio"] {

  border-radius: 50% !important;
}

.item-detail-modal label input[type="radio"]:checked:after,
.item-detail-modal label input[type="checkbox"]:checked:after {
  position: absolute;
  height: 10px;
  width: 10px;
  background: url(../images/tick.svg);
  content: "";
  left: 50%;
  top: 50%;
  /* border-radius: 50%; */
  transform: translate(-50%, -50%);
}

.item-detail-modal label input[type="radio"]:checked:after {
  background-color: #000000;
  border-radius: 50%;
  background-image: none;
}

.item-detail-modal label input[type="radio"]:checked {
  border: 1px solid #000000;
}

.item-detail-modal label span {
  vertical-align: middle;
  font-weight: 500 !important;
  font-size: 14px;
  color: var(--body-text-color);
  font-family: var(--mainfont-meduim) !important;
}

.item-detail-modal label .m-price {
  vertical-align: middle;
  font-weight: 500 !important;
  font-size: 14px;
  color: var(--body-text-color);
  font-family: var(--mainfont-meduim) !important;
}
.item-detail-modal label .m-price .old-price{
  display: block;
  padding: 0 !important;
  text-align: right;

}
.item-detail-modal .more {
  font-size: 12px;
  color: var(--primary-color);
}

.item-detail-modal .more i {
  font-size: 16px;
  vertical-align: middle;
}

.item-detail-modal .more span {
  vertical-align: middle;
}

.item-detail-modal textarea {
  border-radius: 3px;
  width: 100%;
  height: 120px;
  background-color: none;
  padding: 12px;
  resize: none;
  border: 1px solid #ddd;
  font-family: "Source Sans Pro", sans-serif;
}

.item-detail-modal textarea:focus,
.item-detail-modal textarea:active {
  outline: none;
}

.item-detail-modal .number-cart-sticky {
  position: sticky;
  left: 0px;
  bottom: 0px;
  background-color: white;
  width: 100%;
  padding: 11px 25px;
  z-index: 99;
}

.item-detail-modal .number-cart {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.item-detail-modal .number-cart .total-price {
  order: 3;
}

.item-detail-modal .number-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100px;
}

.item-detail-modal .number-controller span {
  width: 40px;
  height: 28px;
  position: relative;
  border: 1px solid transparent;
  color: var(--primary-color);
  border-radius: 50%;
}

.item-detail-modal .number-controller span .count {
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  width: auto;
  height: auto;
}

.item-detail-modal .number-controller span.num-minus {
  border: 1px solid #f1f1f1;
  cursor: pointer;
}

.item-detail-modal .number-controller span.num-count {
  margin: 0px 8px;
}

.item-detail-modal .number-controller span.num-count span {
  color: var(--body-text-color);
  font-size: 16px;
}

.item-detail-modal .number-controller span.num-plus {
  border: 1px solid #f1f1f1;
  cursor: pointer;
}

.item-detail-modal .number-controller span i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.item-detail-modal .add-to-cart {
  /* width: calc(100% - 126px);
		margin: 0px 5px; */
  width: 100%;
  margin: 5px 0px 0px 15px;
  font-family: var(--mainfont-medium) !important;
  min-width: calc(100% - 110px);
}

.item-detail-modal .add-to-cart a.not-avilable {
  cursor: not-allowed;
  color: var(--fields-placeholder);
  opacity: 1;
  background-color: #e4e4e4 !important;
  text-shadow: 1px 1px #ffffff;
  color: #afafaf !important;
}

.item-detail-modal .add-to-cart a.not-avilable:hover {
  color: var(--fields-placeholder);
  opacity: 1;
  background-color: #e4e4e4 !important;
  text-shadow: 1px 1px #ffffff;
  color: #afafaf !important;
  border: 1px solid transparent;
}

.item-detail-modal .add-to-cart a.not-avilable .total-price span {
  color: #afafaf !important;
}

.item-detail-modal .add-to-cart a.not-avilable .total-price span:hover {
  color: #afafaf !important;
}

.item-detail-modal .add-to-cart a {
  width: 100%;
  border-radius: 7px;
  padding: 0px 0px;
  color: #fff;
  transition: all 0.45s;
  background: var(--primary-color);
  font-family: var(--mainfont-medium) !important;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid transparent;
  text-align: center;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  text-transform: uppercase;
}

.item-detail-modal .add-to-cart a .num-count {
  margin: 0px 3px;
}

.item-detail-modal .add-to-cart a:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.item-detail-modal .add-to-cart a:hover .total-price span {
  color: var(--primary-color);
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.item-detail-modal .total-price {
  margin-left: auto;
}

.item-detail-modal .total-price span {
  color: #fff;
  font-family: var(--mainfont-medium) !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.checkout-wrapper.checkout-page {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.checkout-wrapper.checkout-page .left-column,
.checkout-wrapper.checkout-page .right-column {
  padding: 3vh 5vw;
}

.checkout-wrapper.checkout-page .right-column .modal-header {
  padding: 1rem 0rem !important;
}

.checkout-wrapper.checkout-page .right-column .modal-body {

  padding: 1rem 0rem !important;
}

.checkout-wrapper.checkout-page .right-column .modal-title span {
  margin-left: 0px;
  vertical-align: middle;
  font-family: var(--mainfont-medium) !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;
}


@media (max-width: 600px) {

  .checkout-wrapper.checkout-page .left-column,
  .checkout-wrapper.checkout-page .right-column {
    padding: 1vh 5vw;
  }
}

.checkout-wrapper.checkout-page .left-column input {
  background-color: white;
  color: #000000;
  border-color: #d9d9d9;
}

.checkout-wrapper.checkout-page .left-column input.submit {
  font-size: 16px;
  line-height: 32px;
  padding: 12px 16px;
  cursor: pointer;
  font-family: var(--mainfont-medium);
  outline: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.checkout-wrapper.checkout-page .left-column input.submit:hover {
  background: none;
  color: var(--primary-color);
}

.checkout-wrapper.checkout-page .left-column .form-field {
  margin-bottom: 13px;
  position: relative;
}

.checkout-wrapper.checkout-page .left-column .form-field button {
  position: absolute;
  right: 0px;
  top: 0;
  border-radius: 50%;
  background: transparent;
  border: 0px;
}

.checkout-wrapper.checkout-page .left-column .form-field button svg {
  width: 16px;
  height: 16px;
  color: #919191;
  fill: currentColor;
}

.checkout-wrapper.checkout-page .left-column .column-container {
  margin: auto;
}

.checkout-wrapper.checkout-page .left-column .column-container .title {

  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
  margin-top: 36px;
  text-transform: capitalize !important;
}

.checkout-wrapper.checkout-page .left-column .column-container .keep-updated input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid var(--primary-color);
  border-radius: none;
  outline: none;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  margin-top: 5px;
}

.checkout-wrapper.checkout-page .left-column .column-container .keep-updated input[type="checkbox"]:checked:after {
  position: absolute;
  height: 10px;
  width: 10px;
  background: url(../images/tick.svg);
  content: "";
  left: 50%;
  top: 50%;
  /* border-radius: 50%; */
  transform: translate(-50%, -50%);
}

.checkout-wrapper.checkout-page .left-column .column-container .keep-updated span {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 11px;
  font-size: 14px;
  line-height: 1.3em;
}

/* .checkout-wrapper.checkout-page .left-column .section--shipping-address {
  padding-top: 3em;
} */
.checkout-wrapper.checkout-page .left-column .section--shipping-address .title {
  font-family: var(--mainfont-medium) !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;
}

.checkout-wrapper.checkout-page .right-column {

  background-color: #fafafa;
}

.checkout-wrapper.checkout-page .right-column .column-container .order-summery {
  border: 1px solid transparent;
}

.checkout-wrapper.checkout-page .right-column .column-container .order-summery .order-content.fee,
.checkout-wrapper.checkout-page .right-column .column-container .order-summery .order-content.subtotal {
  font-family: var(--mainfont);
  border-bottom: 1px solid transparent;
}

.checkout-wrapper.checkout-page .right-column .column-container .order-summery .order-content {
  border-bottom: 1px solid transparent;
}

.checkout-wrapper.checkout-page .right-column .column-container .order-summery .order-content.fee {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(175, 175, 175, 0.34);
}

.checkout-wrapper.checkout-page .right-column .column-container .order-summery .order-content.subtotal {
  padding-top: 20px;
  border-top: 1px solid rgba(175, 175, 175, 0.34);
}

.checkout-wrapper {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

@media (max-width: 600px) {
  .checkout-wrapper {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
}

.checkout-wrapper .form-field {
  margin-bottom: 30px;
  position: relative;
}

.checkout-wrapper .form-field input, .checkout-wrapper .form-field select {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--header-text);
  border-radius: 4px;
  font-family: var(--mainfont);
  background: none;
  font-size: 16px;
  vertical-align: middle;
}

.checkout-wrapper .form-field input:blur,
.checkout-wrapper .form-field input:focus,
.checkout-wrapper .form-field input:active, .checkout-wrapper .form-field select:blur,
.checkout-wrapper .form-field select:focus,
.checkout-wrapper .form-field select:active {
  outline: none;
}

.checkout-wrapper .form-field input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary-color);
  background-color: none;
  position: relative;
  margin-right: 8px;
  border-radius: 0px;
  vertical-align: middle;
}

.checkout-wrapper .form-field input[type="radio"]:checked:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: url(../images/tick.svg);
  content: "";
}

.checkout-wrapper .form-field .submit {
  font-size: 16px;
  line-height: 32px;
  padding: 12px 16px;
  cursor: pointer;
  font-family: var(--mainfont-medium);
  outline: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.checkout-wrapper .form-field .submit:hover {
  background: none;
  color: var(--primary-color);
}

 .form-field .select2 {
  display: block;
  width: 100% !important;
}

 .form-field .select2 span {
  display: block;
  width: 100%;
}

 .form-field .select2-container--default .select2-selection--single {
  background-color: none !important;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
}

 .form-field  .select2 span {
  height: 44px;
}

.form-field  .select2 span.dropdown-wrapper {
 display: none !important;
}

 .form-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: auto;
  right: 10px;
}

 .form-field .select2-container .select2-selection--single {
  height: 42px !important;

}

 .form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

 .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.checkout-wrapper .form-field label.custom.active {
  color: white;
  background: #1a1a1a none repeat scroll 0% 0%;
}

.checkout-wrapper .form-field label.custom.active svg {
  color: white;
  fill: white;
  transition: all 0.25s;
}

.checkout-wrapper .form-field label.custom {
  vertical-align: middle;
  font-family: var(--mainfont-medium);
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 50px;
  color: #1a1a1a;
  background: #eeeeee none repeat scroll 0% 0%;
  margin-right: 10px;
  transition: all 0.25s;
}

.checkout-wrapper .form-field label.custom svg {
  color: #1a1a1a;
}

.checkout-wrapper .form-field label.custom:hover {
  color: white;
  background: #1a1a1a none repeat scroll 0% 0%;
  transition: all 0.25s;
}

.checkout-wrapper .form-field label.custom:hover svg {
  color: white;
  fill: white;
  transition: all 0.25s;
}

.checkout-wrapper .form-field label {

  vertical-align: middle;
  font-family: var(--mainfont);
  display: inline-block;
  cursor: pointer;
  margin: 6px auto;
}

.checkout-wrapper .form-field label svg {
  width: 24px;
}

.checkout-wrapper .form-field label .input-hide {
  display: none;
}

.checkout-wrapper .form-field label span {
  vertical-align: middle;
  position: relative;
}

.checkout-wrapper .form-field .space {
  width: 30px;
  display: inline-block;
}

.checkout-wrapper .form-field strong {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  line-height: 35px;
  font-size: 17px;
  font-family: var(--mainfont-medium);
  text-transform: capitalize;
  color: var(--primary-color);
}

@media (max-width: 767px) {

  #card.c-card {
    vertical-align: top;
    margin-top: 10px;
  }

  .checkout-wrapper .form-field strong {
    width: calc(100% - 33px) !important;
  }
}

.pmthod-selecter strong {

  font-family: var(--mainfont) !important;

}

.checkout-wrapper .form-field div {

  line-height: 24px;
  font-size: 17px;
  font-family: var(--mainfont);
  text-transform: none;
  font-weight: 406;


}

.checkout-wrapper .checkout-wrapper .form-field .select2-container--default .select2-selection--single {
  background-color: none !important;
  border: 1px solid #c3bec0;
  border-radius: 0px;
  height: 42px;
  padding-top: 6px;
}

.checkout-wrapper .delivery-wrapper,
.checkout-wrapper .pickup-wrapper {
  display: none;
}

.checkout-wrapper .pmthod-selecter label {
  display: block;
}

.order-summery {
  padding: 47px 18px;
  background: #f9f9fa;
  font-family: var(--mainfont);
  border: 0px solid var(--primary-color);
}

#cartModal .order-summery {
  padding: 13px 18px;
}

.order-summery .title {
  font-family: var(--mainfont);
}

.order-summery .title svg {
  margin-right: 12px;
}

.order-summery .order-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: var(--mainfont-medium);
  font-weight: 400;
  font-size: 16px;
  padding: 3px 0px;
  border-bottom: 1px solid #f1f1f1;
}

.order-summery .order-content.subtotal {
  margin-top: 20px;
  font-family: var(--mainfont-medium);
  padding-bottom: 10px;
}

.order-summery .order-content.main-total {
  font-weight: 600;
  margin-top: 15px;
  font-family: var(--mainfont-medium);
  color: var(--primary-color);
}

.order-summery .order-content.fee {
  font-family: var(--mainfont-medium);
  padding-top: 10px;
}

.item-detail-modal {
  position: relative;
}

.item-detail-modal .modal-body {
  padding: 0px;
}

.item-detail-modal .title {
  text-transform: none;
}

.modal .img-wrapper {
  position: relative;
}

.modal .img-wrapper .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--primary-color);
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  opacity: 0.8 !important;
}

.modal .img-wrapper .close span {
  margin-top: -3px;
}

.modal .img-wrapper .close:hover {
  color: var(--primary-color);
  background: #fff;
}

.img-responsive {
  max-width: 100%;
}

.modal-title {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--mainfont);
}

.modal-title span {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 400;
  font-family: var(--mainfont-medium) !important;
}

.selected-items {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 0px solid #f9efef;
  position: relative;
}

@media (max-width: 580px) {
  .selected-items.modile-item {
    display: block;

  }


  .selected-items.modile-item .title-small.right-section {
    margin-left: 45px;
    margin-top: 19px;

  }


  .checkout-wrapper.checkout-page .selected-items.modile-item .title-small.right-section {
    margin-left: 40px;
    margin-top: 19px;

  }

}

.selected-items .title-small {

  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
}

.selected-items.vat .title-small {
  font-weight: 400;
  font-family: var(--mainfont);
  color: var(--primary-color);
  font-size: 16px;
}

.selected-items.vat {
  font-weight: 600;

  font-family: var(--mainfont);
  color: var(--primary-color);

}

.selected-items.total .right-section .price,
.selected-items.vat .right-section .price {
  margin-right: 0px !important;
}

.selected-items.vat .price {
  font-weight: 400 !important;
  font-family: var(--mainfont-medium) !important;
  color: var(--primary-color) !important;
}

.selected-items .title-small span {
  font-family: var(--mainfont-medium) !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.order-summery .selected-items .title-small span {

  font-family: var(--mainfont-medium) !important;
  font-weight: 400 !important;
  display: inline-block;

}

.order-summery .selected-items .title-small span.name {

  min-width: 165px;
  display: inline-block;
  width: 80%;
}

@media (max-width: 580px) {

  .order-summery .selected-items .title-small span.name {


    display: inline-block;
    width: 68%;
  }

}


.order-summery .selected-items .title-small .quantity {
  margin-right: 15px;
}

.checkout-wrapper.checkout-page .order-summery .selected-items .title-small .quantity {
  margin-right: 16px;
}


.selected-items .text {
  font-weight: normal;
  margin: 5px 0px;
  font-size: 13px;
  font-family: var(--lato);
}

.selected-items .right-section {
  align-items: center;
  justify-content: space-between;
}

.product-price {
  position: relative;
  padding-right: 30px;
}

.selected-items .right-section .price {
  width: max-content;
  text-align: right;
  display: block;
  font-family: var(--mainfont-medium);
  font-weight: 400;
  font-size: 16px;
}

.selected-items.total {
  border-bottom: none;
}

.selected-items.total.border-top-row {
  margin-top: 0px;
  padding-top: 31px;
  border-top: 1px solid rgba(175, 175, 175, 0.34);
}


.selected-items .remove-item {
  display: block;
  text-align: right;
  cursor: pointer;
  font-style: normal;
  background: #D8D8D8;
  color: #000000;
  font: 400 11px "Source Sans Pro", sans-serif;
  width: 21px;
  height: 21px;
  padding: 3px 5px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  right: 0px;
  top: 10px;
}

.selected-items .remove-item:hover {
  color: var(--primary-color);
}

.checkout-button-wrapper {
  padding: 12px;
  margin-bottom: 20px;
}

.checkout-button-wrapper .check-button {
  margin: auto;
}

.check-button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  line-height: 32px;
  padding: 23px 16px;
  cursor: pointer;
  font-family: var(--mainfont-medium);
  outline: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.order-summery .check-button {
  width: 85%;
}

.check-button:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: none;
  text-decoration: none;
}

.check-button.disabled {
  background-color: #e4e4e4 !important;
  text-shadow: 1px 1px #ffffff;
  color: #403f45;
  border: 1px solid #e4e4e4;
}

.extras {
  font-weight: 500 !important;
  font-size: 14px;
  font-family: var(--mainfont) !important;
  line-height: 1.42857143;
  margin-top: 10px;
  margin-left: 41px
}

.checkout-wrapper.checkout-page .extras {

  margin-left: 40px
}



.extras b {
  margin-bottom: 7px !important;
  display: block;
}

.extra-item {
  margin-bottom: 6px;
}

.otp-wrapper {
  padding: 20px;
  padding: 23px 18px;
  background: #f9f9fa;
  font-family: var(--mainfont);
  border: 1px solid var(--primary-color);
}

.otp-wrapper input[type="text"] {
  background: none;
  font-size: 20px;
  vertical-align: middle;
  letter-spacing: 6px;
  height: 42px;
  width: 140px;
  border: none;
  outline: none;
}

.otp-wrapper input[type="button"] {
  font-size: 15px;
  line-height: 31px;
  padding: 7px 16px;
  cursor: pointer;
  font-family: var(--mainfont-medium);
  outline: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
  position: relative;
  top: -14px;
  margin-left: 25px;
}

.otp-wrapper input[type="button"]:hover {
  background: none;
  color: var(--primary-color);
}

.otp-wrapper .small-text {
  font-size: 15px;
}

.otp-wrapper .otp-text {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.otp-wrapper .otp-text button {
  width: 120px;
  margin-left: 10px;
}

.net-b-wrapper {
  margin-top: 30px;
  font-family: var(--mainfont);
}

.thanks-wrapper {
  padding: 30px;
  padding: 23px 15px;
  padding: 23px 18px;
  background: transparent;
  font-family: var(--mainfont);
  border: 0px solid var(--primary-color);
}

.thanks-wrapper .thank-you-icon {


  padding: 20px 0px 0px;
  width: 131px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 20px;

}

.thanks-wrapper .thank-you-icon img {
  width: 100%;
  margin-bottom: 25px;
}

.thanks-wrapper .title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--mainfont) !important;
  text-transform: none;
  border-bottom: 0px solid #f3dfdf;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.thanks-wrapper .title strong {
  color: var(--primary-color);
}

.thanks-wrapper .text {
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--mainfont) !important;
  text-transform: none;
  border-bottom: 0px solid #f3dfdf;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.thanks-wrapper .text a {
  font-family: var(--mainfont);
  color: var(--primary-color);
  font-weight: bolder;
  transition: all ease-in-out 0.5s;
}

.thanks-wrapper .text a:hover {
  color: rgb(51, 51, 51);
  ;
  transition: all ease-in-out 0.5s;

}

.intl-tel-input .selected-flag .iti-flag {

  transform: scale(1);
  left: 10px;

}

.intl-tel-input .country-list .country {
  padding: 1px 0px;
  height: 35px;
  display: flex;
  align-items: center;
}

.intl-tel-input .country-list .country.active,
.intl-tel-input .country-list .country:hover {
  background-color: var(--primary-color) !important;
}

.intl-tel-input .country-list .country.active span,
.intl-tel-input .country-list .country:hover span {
  color: white !important;
}

.intl-tel-input.allow-dropdown .selected-flag {
  padding-left: 0px;
  width: 55px;
}

.intl-tel-input {
  display: block;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"] {
  padding-left: 65px;
}

.intl-tel-input .country-list .divider {
  display: none;
}

.intl-tel-input .selected-flag .iti-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--primary-color);
}

.net-b-wrapper label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--mainfont-medium);
  text-transform: capitalize;
  color: #000;
}

.net-b-wrapper input {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--header-text) !important;
  font-family: var(--mainfont) !important;
  background: none !important;
  font-size: 16px;
  vertical-align: middle;
  border: 4px;
}

.net-b-wrapper input.p-field {
  background: white;
  border: none;
}

.net-b-wrapper input.p-field:focus {
  outline: none;
  border: none;
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.net-b-wrapper .field {
  margin-top: 15px;
}

.net-b-wrapper .card {
  border: none;
}

.net-b-wrapper .button {
  text-align: center;
  width: 100%;
}

.net-b-wrapper button {
  font-size: 18px;
  line-height: 32px;
  padding: 12px 16px;
  cursor: pointer;
  font-family: var(--mainfont-medium);
  outline: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
  position: relative;
  margin-top: 5px;
}

.net-b-wrapper button:hover {
  color: var(--primary-color);
  background: none;
}

.red {
  color: red;
  font-size: 12px;
}


.StripeElement {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--header-text) !important;
  font-family: var(--mainfont) !important;
  background: none !important;
  font-size: 16px;
  vertical-align: middle;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.for-desktop {
  display: block;
}

.for-mobile {
  display: none;
}

@media (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }

  .for-mobile {
    display: block;
  }

  .detail-wrapper .d-left,
  .detail-wrapper .d-right {
    display: block;
    width: 100%;
  }

  .detail-wrapper .d-right {
    padding: 0px 10px;
    padding-bottom: 40px;
  }

  .detail-wrapper .d-right .dr-inner {
    background-color: #fff;
    padding: 20px 15px;
  }

  .about-item .item-detail div {
    display: block;
  }

  .about-item .rating {
    margin-left: 0px;
  }

  .about-item .item-detail {
    padding: 10px 0px;
  }

  .about-item .rate {
    padding-left: 18px;
  }

  .product-section {
    padding-top: 20px;
  }

  .product-section .item {
    background-color: #fff;
    margin-bottom: 15px;
  }

  .item .img-wrapper {
    width: auto;
  }

  .item .details {
    padding: 12px;
  }

  .content-nav-wrapper .content-nav .container {
    white-space: nowrap;
  }

  .checkout-wrapper .form-field {
    margin-bottom: 15px;
  }


  .order-summery {
    padding-top: 23px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .order-summery .order-content {
    padding: 5px 0px;
  }

  header .header-price {
    padding-top: 7px !important;
  }

  header .header-right>span {
    padding: 0px 8px;
    position: relative;
    right: -17px;
  }

  .header-right>span:last-child {
    padding-left: 5px;
  }

  header .cart:before {
    left: -6px;
    top: -9px;
  }

  .thanks-wrapper .title {
    font-size: 18px;
    line-height: 27px;
  }

  .thanks-wrapper .thank-you-icon {
    width: 61px;
    margin-bottom: 0px;
  }

  .item-detail-modal .number-cart .number-controller,
  .item-detail-modal .number-cart .total-price {
    order: initial;
  }

  .item-detail-modal .number-cart .add-to-cart {
    width: 100%;
    margin-top: 15px;
  }

  .content-nav a:first-child {
    padding-left: 0px;
  }

  .content-nav a:hover {
    color: var(--header-text);
  }

  .content-nav a.active {
    color: var(--hover-color);
  }
}

@media (max-width: 450px) {
  .item-detail-modal .number-cart {
    flex-wrap: wrap;
  }

  .item-detail-modal .number-controller {
    margin: auto;
  }

  .item-detail-modal .number-cart-sticky {
    transform: translateX(-0%);
    padding: 11px 0px;
  }
}

.modal-header {
  padding: 1rem 0rem !important;
}


.modal-header {
  font-family: var(--mainfont);
}

#search-header {
  margin-left: 5px;
  width: max-content;
  display: inline-block;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

@media (max-width: 768px) {
  #search-header {
    margin: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-00%);
    z-index: 99;
    width: 100%;
    right: 0;
    left: 0;
    border: 1px solid #e2e2e2;
    background: white;
    overflow: hidden;
  }

  #search-header {
    height: 0;
  }

  #search-header.active {
    height: auto;
  }

  #search-header input {
    width: calc(100% - 70px) !important;
    padding: 15px 35px !important;

  }
}


#search-header input {
  outline: none;
  border: 0px;
}

#search-header input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

#search-header input::-webkit-search-decoration,
#search-header input::-webkit-search-cancel-button {
  display: none;
}

#search-header input[type="search"] {
  background: white url(../images/search.svg) no-repeat 9px center;
  padding: 12px 10px 12px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#search-header input[type="search"]:focus {
  width: 130px;
  background-color: #fff;
  border: 1px solid #cecbcc;
}

#search-header input:-moz-placeholder {
  color: #999;
}

#search-header input::-webkit-input-placeholder {
  color: #999;
}

#search-header input[type="search"] {
  width: 1px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}

#search-header input[type="search"]:hover {
  background-color: #fff;
}

#search-header.active input[type="search"],
#search-header input[type="search"]:focus {
  width: 240px;
  padding-left: 32px;
  color: var(--header-text);
  background-color: #fff;
  cursor: auto;
  border-radius: 6px;
}

#search-header input:-moz-placeholder {
  color: transparent;
}

#search-header input::-webkit-input-placeholder {
  color: transparent;
}

.margin-bottom-mobile {
  margin-bottom: 00px;
}

@media (max-width: 767px) {
  .add-to-cart {
    width: 100% !important;
    margin: auto;
  }

  .item {
    border: 1px solid #e2e2e2;
    border-left: 0px;
    border-right: 0px;
  }

  .item .img-wrapper {
    width: 175px !important;
    padding: 10px 10px 10px 0;

  }

  .item .details .details-container {
    height: auto !important;
    min-height: 145px !important;
  }

  .item .img-wrapper img {
    width: 165px !important;
    height: 165px !important;
  }





  .item .details {
    padding: 0px;
  }

  .container .menu.nav-filter {

    width: 80vw;
    max-width: 80vw;
  }
}

@media (max-width: 992px) {
  .header-price span {
    display: none;
  }
}

@media (max-width: 450px) {
  .item .img-wrapper {
    width: 135px !important;
  }

  .item .img-wrapper img {
    height: 125px !important;
    width: 125px !important;
  }

  .header-price span {
    display: none;
  }

  #search-header input[type="search"]:focus {
    width: 180px;
  }
}

.productsView-list .item-card {
  padding: 0px 5px !important;

  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .productsView-list .item-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .productsView-list .item-card {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}


.productsView-grid .item-card {
  padding: 0px 5px !important;

  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 767px) {
  .productsView-grid .item-card {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .productsView-grid .item-card {
    -ms-flex: 0 0 19.9999%;
    flex: 0 0 19.9999%;
    max-width: 19.9999%;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.no-item {

  text-align: center;

  align-items: center;
  justify-content: center;
}

#errorModal .no-item img,
.order-summery .no-item img {
  display: block;

  margin: 40px auto 40px;

}

#errorModal .no-item .title,
.order-summery .no-item .title {
  display: block;
  border: 0px;
  margin: 0px;
}

#errorModal .no-item .text,
.order-summery .no-item .text {
  max-width: 214px;
  display: block;
  margin: 0px auto 40px;
}


.checkout-back {
  font-family: var(--mainfont-medium) !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;
  border-bottom: 0px solid #f3dfdf;
  padding-bottom: 19px;
  color: #212529;
  display: block;
}

.checkout-back:hover {
  text-decoration: none;
  color: #212529;
}

.checkout-back:hover img {
  transform: translateX(-5px);
  transition: all ease-in-out 0.3s;
}

.checkout-back img {
  width: 30px;
  margin-right: 15px;
  transform: translateX(0px);
  transition: all ease-in-out 0.3s;
}

span.login_popup {
  text-decoration: underline;
  text-transform: none !important;
}

.or-text,
span.login_popup {
  cursor: pointer;
  color: black !important;
  font-family: var(--mainfont-medium) !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;

  padding-bottom: 19px;
}

.or-text {
  padding-bottom: 0px;
  margin: 30px auto;
  font-size: 17px;
}

#loginModal .column-container.left-column {
  padding: 0px !important;
}

#loginModal .no-item {
  min-height: max-content !important;
  padding: 15px 0px !important;
}

.form-field.login-popup-btns input.submit {
  padding: 5px 13px !important;
  margin-top: 10px !important;
}


.form-field.login-popup-btns input.submit.submit.submit_login {
  padding: 5px 13px !important;
  margin: 10px 0px !important;
}





/*FAQ page style*/
.faq .faq-overlay .faq-content {
  margin: 20px 0;
  padding: 0 15px;
}

.faq .faq-overlay .faq-content .accordion .card {
  padding: 30px 0;
  border-left: 0;
  border-right: 0;
}

.faq .faq-overlay .faq-content .accordion .card:first-child {
  border-top: 0;
}

.faq .faq-overlay .faq-content .accordion .card:last-child {
  border-bottom: 0;
}

.faq .faq-overlay .faq-content .accordion .card .card-header {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.faq .faq-overlay .faq-content .accordion .card .card-header button {
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.faq .faq-overlay .faq-content .accordion .card .card-header button h2 span {
  display: none;
}

.faq .faq-overlay .faq-content .accordion .card .card-header button h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  white-space: initial;
  font-family: var(--mainfont-medium) !important;
  font-size: 20px;

}

.faq .faq-overlay .faq-content .accordion .card .card-header button h2 i {
  margin: 0 10px;
  color: #a9752a;
}

.faq .faq-overlay .faq-content .accordion .card .card-body {
  padding: 30px 10px 0;
}

.faq .faq-overlay .faq-content .accordion .card .card-body p {
  margin: 0;
  color: #000000 !important;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--mainfont) !important;

}



.feedback .feedback-overlay {
  margin: 20px 0;
  padding: 0 15px;
  box-shadow: 0 0 0 1px #ccd1d5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feedback .feedback-overlay .feedback-content {
  width: 100%;
  padding: 15px 0;
}

.feedback .feedback-overlay .feedback-content .feedback-body h3 {
  color: #232428;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 20px;
}

.feedback .feedback-overlay .feedback-content .feedback-body h3 span {
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 400;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line {
  display: flex;
  align-items: center;
  /*
      label{
          cursor: pointer;
          width: 40px;
          height: 40px;
          margin-top: auto;
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='rgba(169, 117, 42, 0.3)' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 76%;
          transition: .3s;
      }
      
      input:checked ~ label,
      input:checked ~ label ~ label {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='rgb(169, 117, 42)' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
      }
      input:not(:checked) ~ label:hover,
      input:not(:checked) ~ label:hover ~ label {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='rgb(169, 117, 42)' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
      }*/
  /*
      input:not(:checked) ~ label:hover,
      input:not(:checked) ~ label:hover ~ label {
          background-image: url(../img/icons/1.jpg);
          opacity: 1;
      }*/
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line p {
  margin-right: auto;
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line .form-group {
  flex-direction: row-reverse;
  display: flex;
  justify-content: right;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line .form-group textarea {
  width: 100%;
  border: 0;
  border-bottom: 1.5px solid #b1b1b1;
  background-color: #fff;
  color: #232428;
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  height: 100px;
  resize: none;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line .form-group textarea::placeholder {
  color: #808080;
  font-size: 15px;
  text-transform: capitalize;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line .form-group textarea:focus {
  border-color: #a9752a;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line input[type=radio] {
  display: none;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url(../images/icons/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
  opacity: .3;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line input:checked~label,
.feedback .feedback-overlay .feedback-content .feedback-body .rate-line input:checked~label~label {
  background-image: url(../images/icons/1.jpg);
  opacity: 1;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line input:checked~label.clc-active,
.feedback .feedback-overlay .feedback-content .feedback-body .rate-line input:checked~label.clc-active~label.clc-active {
  background-image: url(../images/icons/2.jpg);
  opacity: 1;
}

.feedback .feedback-overlay .feedback-content .feedback-body .rate-line input:checked~label.dbclc-active,
.feedback .feedback-overlay .feedback-content .feedback-body .rate-line input:checked~label.dbclc-active~label.dbclc-active {
  background-image: url(../images/icons/1.jpg);
  opacity: 1;
}

.feedback .feedback-overlay .feedback-content input[type=button],
.feedback .feedback-overlay .feedback-content input[type=submit] {
  width: 100%;
  background-color: #a9752a;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
}

.feedback.active {
  display: none;
}

.thanks-feedback {}

.thanks-feedback .thanks-feedback-overlay {
  margin: 20px 0;
  padding: 0 15px;
  box-shadow: 0 0 0 1px #ccd1d5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content {
  text-align: center;
  width: 100%;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content .img-thanks-feedback {
  padding: 20px 0px;
  margin-bottom: 20px;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content .img-thanks-feedback img {
  height: 90px;
  width: auto;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content .body-thanks-feedback {
  margin-bottom: 20px;
  border-bottom: 1px solid #f3dfdf;
  padding-bottom: 19px;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content .body-thanks-feedback h3 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content .footer {
  font-size: 14px;
  font-weight: 300;
  color: #4b4c54;
  padding-bottom: 15px;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content .footer a {
  color: #000;
}

.thanks-feedback .thanks-feedback-overlay .thanks-feedback-content .footer a:hover {
  text-decoration: underline !important;
}

/*End of FAQ page style*/

.modal-body.thankyou-modal {
  padding: 15px 30px 60px;
}

#infoModal .close,
#model-cartModal .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #D8D8D8 !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 1 !important;
  padding: 0px !important;
  display: block;
}

#infoModal .close span,
#model-cartModal .close span {
  width: 100%;
  display: block;
  text-align: center;

}



@media (max-width: 560px) {


  #infoModal .close,
  #model-cartModal .close {

    right: 13px;

  }

}

.title-small.right-section {
  margin-right: 26px;
}

.selected-items.vat .title-small.right-section,
.selected-items.total .title-small.right-section {
  margin-right: 0px;
}

#top-cart img {
  width: 25px;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 95% !important;
  }
}





::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C1C1C1;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C1C1C1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C1C1C1;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000 !important;
}
.select2-container--default.select2.select2-container.select2-container--focus  .select2-selection--single .select2-selection__rendered {
  color: #000000  !important;
}
#infoModal .modal-header,
#loginModal .modal-header {
  padding: 1rem 1rem !important;
}



#loginModal .column-container.left-column {
  padding: 0px !important;
  max-width: 360px;
  margin: auto;
}


#loginModal .form-field.login-popup-btns input {
  font-size: 14px !important;
}

#loginModal .form-field.login-popup-btns .text-center {
  font-size: 14px !important;
}


.checkout-wrapper .form-field .select2 span {
  display: block;
  width: 100%;
  font-family: var(--mainfont) !important;
  font-size: 16px !important;
}

.pickup-wrapper,
.delivery-wrapper {
  margin-top: 42px;

}


.c-info-inner.for-payment .title {

  border-bottom: 0px solid #f3dfdf !important;
  padding-bottom: 0 !important;
}

.checkout .title {
  padding-bottom: 0px;
}

.c-info-inner.for-payment {
  margin-top: 15px;
}



.checkout-wrapper .selected-items .right-section .price {
  margin-left: auto;
}


.checkout-wrapper .modal-header .close {
  display: none !important
}


.checkout-wrapper .order-summery .selected-items .title-small {
  width: max-content !important;

}

@media (max-width: 580px) {


  .checkout-wrapper .order-summery .selected-items .title-small {
    width: 100% !important;

  }

  .checkout-wrapper .order-summery .selected-items .right-section .price {
    margin-left: 0px !important;
    margin-right: auto !important;
  }

}


#errorModal .modal-header {
  padding: 1rem 1rem !important;

}

#errorModal .modal-header h5 {

  margin-left: 10px;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 400;
  font-family: var(--mainfont-medium) !important;
}

/* document.getElementById("continueButton").disabled{
background:red;
} */


input[type="submit"]:disabled {
  background: #d9d9d9 !important;
  color: #000000 !important;
  border: #d9d9d9 !important;
}


.thanks-wrapper .main-title {
  color: var(--primary-color);
  display: block;
  margin: 20px auto;
  font-family: var(--mainfont-medium) !important;
  font-size: 28px !important;
}

.thanks-wrapper a:hover {
  text-decoration: none;
}

.thanks-wrapper a.gotohome {
  width: 320px;
  margin: 30px auto 60px;
  border-radius: 7px;
  padding: 0px 0px;
  color: #fff;
  transition: all 0.45s;
  background: var(--primary-color);
  font-family: var(--mainfont-medium) !important;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid transparent;
  text-align: center;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  text-transform: uppercase;
}

.thanks-wrapper a.gotohome:hover {
  background: rgb(51, 51, 51);
  ;
  transition: all ease-in-out 0.5s;
}

.order-summery .selected-items .right-section .price {
  margin-right: 3px !important;
}
.modal {
  height: var(--doc-height)  !important;
  }

.modal-open .modal {
  padding-right: 0px !important;
}

.intl-tel-input .flag-container,
.intl-tel-input .country-list {

  width: 100% !important;
}

.intl-tel-input .country-list .flag-box {
  width: 20px;
}



.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin: 0 10px !important;
  font-size: 13px;
  font-family: var(--mainfont);
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
  font-size: 13px;
  font-family: var(--mainfont);
}

.cmln__paragraph,
.bw {
  width: 100% !important;
  display: block;
}

.cmln__paragraph {
  font-weight: 500 !important;
  font-size: 14px;
  font-family: var(--mainfont) !important;
  line-height: 22px;
}



.bb.lc.dv.be.gn.go.gp.gq.bw {
  font-family: var(--mainfont-medium) !important;
  font-weight: 400 !important;
  font-size: 20px;
}



.check-button.disabled {
  background-color: #e4e4e4 !important;
  text-shadow: 1px 1px #ffffff;
  color: #403f45;
  border: 1px solid #e4e4e4;
  height: max-content;
  padding: 10px 5px;
  line-height: 25px;
}


.small-payment {
  vertical-align: middle;
  max-width: 35px;
  margin-left: 11px;
}

.big-payment {
  vertical-align: middle;
  border-style: none;

  max-width: 207px;
  margin-left: 11px;
}

.validation-alert {
  color: red;
  font-size: 14px;
  font-weight: 400;
}


.language-wrapper {
  padding: 0px !important;
  border: 1px solid #E8E8E8;
  position: relative;
  margin: 0px 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-wrapper .single-lang {
  padding: 10px 21px;
  border-radius: 0;
  border-radius: 3px;

}

.language-wrapper .single-lang.active {
  background-color: black;
  color: white;
  transition: all ease-in-out 0.5s;

}


.language-wrapper .single-lang:not(.active):hover {
  background-color: black;
  color: white;
  transition: all ease-in-out 0.5s;
}










/* Cart Wrapper */


.item .cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 11px;
  top: 11px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}


@media (max-width: 767px) {

  .item .cart-wrapper {

    right: 21px;
    top: 21px;

  }

}


.item .cart-wrapper.show-count .count-input {
  width: 90px;
  transition: all ease-in-out 0.5s;
}



.item .cart-wrapper.show-count .add-btn {
  width: 0px;
  transition: all ease-in-out 0.5s;
}

.item .cart-wrapper .count-input {
  width: 0px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;

}

.item .cart-wrapper .count-input .wrapper {
  background-color: #000000;
  border-radius: 500px;

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
  transition: all ease-in-out 0.5s;
}

.item .cart-wrapper .count-input .wrapper input {
  width: 30px;
  height: 30px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  outline: none;
  border: none;
  color: #fff !important;
  text-align: center;
  -webkit-appearance: none;
  border: 0px;
  background-color: transparent;
}



.item .cart-wrapper .add-btn {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: black;
}

.item .cart-wrapper .add-btn .total-number {
  color: #fff;
  text-align: center;
  font-size: 1em;
}

.item .cart-wrapper .add-btn:hover {
  background: rgb(51, 51, 51);
  transition: all ease-in-out 0.5s;
}



.item .cart-wrapper .add-btn:after {
  clear: both;
  content: " ";
  display: table;
  width: 0px;
  height: 0px;
}

.item .cart-wrapper .add-btn svg {
  width: 32px;
  height: 32px;
}






.item .cart-wrapper .add-btn.disabled {
  cursor: not-allowed;
}

.item .cart-wrapper .add-btn.disabled:hover span {
  color: #888888;
  transition: all ease-in-out 0.5s;
}

.item .cart-wrapper .add-btn.disabled:hover svg circle {
  fill: #888888;
  transition: all ease-in-out 0.5s;
}

.item .cart-wrapper .add-btn.disabled svg circle {
  fill: #888888;
  transition: all ease-in-out 0.5s;
}



.item .cart-wrapper .count-input .incr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
}



.item .cart-wrapper .count-input .incr-btn:hover {
  background: rgb(51, 51, 51);
  transition: all ease-in-out 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .item .cart-wrapper .count-input .incr-btn {
    height: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .item .cart-wrapper .count-input .incr-btn {
    height: 30px;
    line-height: 30px;
  }
}


.item .cart-wrapper .count-input .incr-btn.inactive .minus {
  width: 0;
  overflow: hidden;
}

.item .cart-wrapper .count-input .incr-btn:not(.inactive) .delete {
  width: 0;
  overflow: hidden;
}

.item .cart-wrapper .count-input .incr-btn svg {
  width: 48%;
  height: auto;
  display: block;
}

.old-price {
  padding-right: 10px;
}


.productsView-grid .item-card .item {
  display: flex;
  flex-direction: column-reverse;

}

.productsView-grid .item-card .item .img-wrapper {
  width: 100% !important;
  padding: 7px 7px 0 7px;

}

.productsView-grid .item-card .item .img-wrapper img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  /* defining the aspect ratio of the imaage */
  object-fit: cover;
  /* making sure the image isn't distorted */
}

.productsView-grid .item-card .item .details .details-container {
  height: 130px !important;
  min-height: auto !important;
  gap: 10px;
}


.productsView-grid .item-card .item .details .details-container .item-price {
  font-weight: 600;
}

.productsView-grid .item-card .item .details .details-container .item-price .old-price {
  font-weight: 400;
}

@media (max-width: 767px) {
  .productsView-grid .item-card .item .details .details-container .item-price .old-price {
 display: block;
 margin-top: 2px;

  }
}


.productsView-grid .item-card .item .details .details-container .item-desc {
  display: none;
}

.productsView-grid .item-card .item .cart-wrapper {
  bottom: 11px !important;
  right: 7px !important;
  top: unset !important;
}

.productsView-grid .item-card .item .details .details-container .bottom-content {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .productsView-grid .item-card .item {
    border: 1px solid #e2e2e2 !important;

  }
}


.item-card .item .wishlist {
  position: absolute;
  right: 11px;
  top: 11px;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 19px;
  display: none;
}


.productsView-grid .item-card .item .wishlist {
  display: block;
}





.grid-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  padding: 7px;
  border-radius: 7px;
  background-color: white;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 10px 8px -12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .grid-list {
    bottom: 75px;
    right: 15px;

  }
}


.grid-list button {
  line-height: 1;
  background-color: transparent;
  position: relative;
  border: none;
  outline: none;
  margin: 0;
  padding: 7px;
  border-radius: 5px;
}

.grid-list button.active {
  background-color: #000000;
}

.grid-list button.active i {
  color: #fff;
}

.grid-list button i {
  color: #000000;
  font-size: 17px;
}



/* Pick up pop up */

.pickup-modals .modal-content {
  border: 1px solid #707070;
  opacity: 1;
  padding: 15px;
}

.pickup-modals .close {
  background-color: #D8D8D8;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 40px;
  color: #000000;
  opacity: 1;

}

.pickup-modals .close:Hover {
  opacity: 0.5;

}

.pickup-modals .confirm-btn-wrapper {
  margin: 20px auto;
  width: 100%;
}

.pickup-modals .confirm-btn-wrapper .btn {
  width: 100%;
  display: block;
  font: normal normal 600 15px/35px var(--mainfont);
  letter-spacing: 0.2px;
  background-color: black;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 5px;
  margin: 0 auto 10px;
  outline: none;
  box-shadow: none;
  border: none;
  transition: all ease-in-out 0.5s;

}


@media (max-width: 767px) {

  .pickup-modals .confirm-btn-wrapper .btn {
    line-height: 35px;
    font-size: 14px;
  }

}


.pickup-modals .confirm-btn-wrapper .btn.light {
  color: black;
  transition: all ease-in-out 0.5s;
  background: #EEEEEE;


}


.pickup-modals .confirm-btn-wrapper .btn:last-of-type {
  margin-bottom: 0px;
}

.pickup-modals .confirm-btn-wrapper .btn:hover {
  background: rgb(51, 51, 51);
  ;
  transition: all ease-in-out 0.5s;
}

.pickup-modals .confirm-btn-wrapper .btn.light:hover {
  background: rgb(51, 51, 51);
  ;
  color: #ffffff;
  transition: all ease-in-out 0.5s;
}

.pickup-modals .inner-body {
  padding: 0 0;
}

.pickup-modals .inner-body .title {
  text-align: left;
  font: normal normal 600 22px/22px var(--mainfont);
  letter-spacing: 1.2px;
  color: #050505;
  opacity: 1;
  border: none;
  margin: 25px 0 0 0 !important;
  padding: 0 !important;
}


@media (max-width: 767px) {
  .pickup-modals .inner-body .title {
font-size: 18px ;
line-height: 22px;
  }
}


.pickup-modals .inner-body .title p {

  text-align: left;
  font: normal normal normal 16px/19px var(--mainfont);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 10px;
}




.pickup-modals .inner-body .inner-body-options .single-option {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 0;
  gap: 5px;


}

.pickup-modals .inner-body .inner-body-options .single-option .icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  .pickup-modals .inner-body .inner-body-options .single-option .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }

}

.pickup-modals .inner-body .inner-body-options .single-option .content {
  flex-grow: 1;
}

.pickup-modals .inner-body .inner-body-options .single-option .content span {
  text-align: left;
  font: normal normal 600 16px/22px var(--mainfont);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;

}

@media (max-width: 767px) {
  .pickup-modals .inner-body .inner-body-options .single-option .content span {

font-size: 14px;
line-height: 20px;
  }


}

.pickup-modals .inner-body .inner-body-options .single-option .content small {
  text-align: left;
  font: normal normal 400 14px/20px var(--mainfont);
  letter-spacing: 0px;
  color: #545454;
  display: block;
  opacity: 1;

}

@media (max-width: 767px) {
  .pickup-modals .inner-body .inner-body-options .single-option .content small {

font-size: 12px;
line-height: 18px;
  }


}


.pickup-modals .inner-body .inner-body-options .single-option .action .change-btn {
  border-radius: 125px;
  background-color: #000000;
  padding: 8px 18px;
  font: normal normal 600 14px/18px var(--mainfont);
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 767px) {
  .pickup-modals .inner-body .inner-body-options .single-option .action .change-btn {
    padding: 7px 17px;
 font-size: 12px;
 line-height: 17px;

  }
}

.pickup-modals .inner-body .inner-body-options .single-option .action .change-btn:hover {
  background: rgb(51, 51, 51);
  ;
  transition: all ease-in-out 0.5s;
}


.pickup-modals .location-body {
  position: relative;

  margin: 25px 0;
}


.pickup-modals .location-body .input-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  background-color: #EEEEEE;
  box-shadow: inset 0px -1px 0px #EEEEEE;
  padding: 0 16px;
}


.pickup-modals .location-body .form-field .select2-container--default .select2-selection--single {
  border: none !important;
  background-color: transparent !important;

}


.pickup-modals .location-body .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {

  line-height: 44px !important;

}
.pickup-modals .location-body .input-wrapper .icon {
  padding: 0;

}

.pickup-modals .location-body .input-wrapper .address-form::placeholder {
  color: #000000;

}

.pickup-modals .location-body .input-wrapper .address-form {
  flex: 1;
  font-family: var(--mainfont);
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  text-align: left;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  outline: 0;
  width: 100%;
  border: none;
  outline: none;
  background: transparent !important;
  border-radius: 0;
  display: block;

}

.pickup-modals .pickupTime-body {
  margin-top: 25px;
}

.pickup-modals .pickupTime-body .pickupTime-dropdown {
  margin-bottom: 15px;
}




/*the container must be positioned relative:*/
.pickup-modals .custom-select {
  position: relative;
  font-family: Arial;
  display: block;
  width: 100%;
  height: max-content;
  border: none;
  background: #F4F4F4;
  padding: 15px 22px;
  cursor: pointer;

}

.pickup-modals .custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.pickup-modals .select-selected {
  width: 100%;
  padding: 0;
  text-align: left;
  font: normal normal 600 16px/24px var(--mainfont);
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
  border: none;
}

/*style the arrow inside the select element:*/
.pickup-modals .select-selected:after {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;

}

/*point the arrow upwards when the select box is open (active):*/
.pickup-modals .select-selected.select-arrow-active:after {
  content: "\f077";
}

/*style the items (options), including the selected item:*/
.pickup-modals .select-items div {
  color: #000000;
  padding: 8px 30px;
  cursor: pointer;
  user-select: none;
  position: relative;
  text-align: left;
  font: normal normal 600 14px/18px var(--mainfont);
  letter-spacing: 0px;
  opacity: 1;
  position: relative;

}

.pickup-modals .select-items div:after {

  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 9px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;

}

/*style items (options):*/
.pickup-modals .select-items {
  position: absolute;
  background: #F4F4F4;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 15px 15px;
  max-height: 250px;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.pickup-modals .select-hide {
  display: none;
}

.pickup-modals .select-items div:hover,
.pickup-modals .same-as-selected {
  background-color: #5998F7;
  color: #ffffff !important;
}

.pickup-modals .select-items div:hover:after,
.pickup-modals .same-as-selected:after {
  opacity: 1 !important;
}


/* delivery-options */

.delivery-options {
  padding: 0px !important;
  border: 1px solid #E8E8E8;
  position: relative;
  margin: 0px 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.delivery-options button {
  border: none;
  outline: none;
  padding: 10px 21px;
  border-radius: 0;
  border-radius: 3px;
  color: black;
  transition: all ease-in-out 0.5s;
  background-color: transparent;
  font-family: var(--mainfont-medium) !important;


}

@media (max-width: 767px) {
  .delivery-options button {
    padding: 9px 11px;

  }

}

.delivery-options button:hover,
.delivery-options button.active {
  color: white;
  background-color: black;
  transition: all ease-in-out 0.5s;
}

@media (max-width: 767px) {

  .pickup-modals .modal-dialog {

    align-items: end !important;
    height: var(--doc-height)  !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

}






/*the container must be positioned relative:*/
.future-option .custom-select {
  position: relative;
  font-family: Arial;
  display: block;
  width: 100%;
  height: max-content;
  border: none;
  padding: 8px 22px;
  cursor: pointer;
  background-color: white;
  color: #000000;
  border: 1px solid #d9d9d9;
  background: transparent;

}

.future-option .custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.future-option .select-selected {
  width: 100%;
  padding: 0;
  text-align: left;
  font: normal normal 600 16px/24px var(--mainfont);
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
  border: none;
}

/*style the arrow inside the select element:*/
.future-option .select-selected:after {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;

}

/*point the arrow upwards when the select box is open (active):*/
.future-option .select-selected.select-arrow-active:after {
  content: "\f077";
}

/*style the items (options), including the selected item:*/
.future-option .select-items div {
  color: #000000;
  padding: 8px 30px;
  cursor: pointer;
  user-select: none;
  position: relative;
  text-align: left;
  font: normal normal 600 14px/18px var(--mainfont);
  letter-spacing: 0px;
  opacity: 1;
  position: relative;

}

.future-option .select-items div:after {

  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 9px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;

}

/*style items (options):*/
.future-option .select-items {
  position: absolute;
  background: #F4F4F4;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 15px 15px;
  max-height: 250px;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.future-option .select-hide {
  display: none;
}

.future-option .select-items div:hover,
.future-option .same-as-selected {
  background-color: #5998F7;
  color: #ffffff !important;
}

.future-option .select-items div:hover:after,
.future-option .same-as-selected:after {
  opacity: 1 !important;
}


.future-option input {
  margin: 15px auto;
}

.reschdule-body .day-wrapper {
  margin: 30px auto;
  overflow: hidden;
}

.reschdule-body .day-wrapper .slick-slider {
  margin-bottom: 0 !important;
}

.reschdule-body .day-wrapper .slick-list {
  padding: 0 20% 0 0 !important;

  margin: 0 -7px;
}

.reschdule-body .day-wrapper .day-list .slick-slide {
  margin: 0 7px;
}



.reschdule-body .day-wrapper .day-list .single-day {

  display: block;
  width: 100%;
  background-color: white;
  padding: 18px;
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  opacity: 1;
  min-width: 90px;
}

.reschdule-body .day-wrapper .day-list .single-day:disabled {
  border-color: #E5E5E5;
  opacity: 1;
}

.reschdule-body .day-wrapper .day-list .single-day:disabled .name,
.reschdule-body .day-wrapper .day-list .single-day:disabled .date {
  color: #AFAFAF !important;

}

.reschdule-body .day-wrapper .day-list .single-day .name {
  text-align: left;
  font: normal normal 600 15px/16px var(--mainfont);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  width: 100%;
  display: block;
}

.reschdule-body .day-wrapper .day-list .single-day .date {
  width: 100%;

  text-align: left;
  font: normal normal 400 12px/12px var(--mainfont);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  display: block;
  margin-top: 5px;
}

.reschdule-body .time-wrapper {
  max-height: 37vh;
  overflow: auto;
}

.reschdule-body .time-wrapper .single-date {
  padding: 19px 16px;
  border-bottom: 1px solid rgb(226, 226, 226);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.reschdule-body .time-wrapper .single-date .text {
  text-align: left;
  font: normal normal 600 15px/23px var(--mainfont);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;

}
@media (max-width: 767px) {
  .reschdule-body .time-wrapper .single-date .text {
    font: normal normal 600 13px/20px var(--mainfont);

  }

}

.reschdule-body .time-wrapper .single-date input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.reschdule-body .time-wrapper .single-date .control-indicator {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  transition: all ease-in-out 0.5s;
  border: 2px solid #707070;
  border-radius: 50%;
}

.reschdule-body .time-wrapper .single-date .control-indicator:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  background: #ffffff;
  border-width: 0 1px 1px 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.reschdule-body .time-wrapper .single-date input:checked~.control-indicator:after,
.reschdule-body .time-wrapper .single-date input:hover~.control-indicator:after,
.reschdule-body .time-wrapper .single-date input:focus~.control-indicator:after {
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.reschdule-body .time-wrapper .single-date input:checked~.control-indicator,
.reschdule-body .time-wrapper .single-date input:hover~.control-indicator,
.reschdule-body .time-wrapper .single-date input:focus~.control-indicator {
  background-color: #000000;
  border-color: #000000;
  transition: all ease-in-out 0.5s;

}

#model-itemModal {
  border-radius: 29px;
  overflow: hidden;

}




/*==================================
=   bottom nav-section       =
==================================*/
.bottom-navigation {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  background-color: #000000;
  padding: 10px 2px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.bottom-navigation .nav-item {
  flex-grow: 1;
  padding: 0px 5px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
  min-width: 20%;
}

@media only screen and (min-width: 240px) and (max-width: 300px) {
  .bottom-navigation .nav-item {
    padding: 0px 7px;
  }
}

.bottom-navigation .nav-item .nav-text {
  font-size: 12px;
  line-height: 11px;
  margin: auto;
  text-align: center;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  display: block;
}

@media only screen and (min-width: 240px) and (max-width: 300px) {
  .bottom-navigation .nav-item .nav-text {
    font-size: 7px;
    line-height: 8px;
  }
}

.bottom-navigation .nav-item svg {
  width: auto;
  height: 20px;
  margin: 0px auto 10px;
  display: block;
}

@media only screen and (min-width: 240px) and (max-width: 300px) {
  .bottom-navigation .nav-item svg {
    height: 15px;
  }
}

.bottom-navigation .nav-item .count-badge {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translateX(25%);
  margin-top: -5px;
  z-index: 1;
  color: white;
  background: #f26363;
  border-radius: 10px;
  font-size: 10px;
  min-width: 1.65em;
  height: 1.65em;
  line-height: 1.65em;
  padding: 0 3px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

html[dir="rtl"] .bottom-navigation .nav-item .count-badge {
  transform: translateX(-125%);
}

/* */
.nav-item.active>.nav-text {
  display: inline-block;
}

@media (min-width: 768px) {
  .bottom-navigation {
    display: none;
  }
}




.main-page-header .location-body {
  position: relative;

  margin:  0 10PX;
}

@media (max-width: 768px) {
  .main-page-header .location-body {
    display: none;
  }
}



.main-page-header .location-body .input-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  background-color: #EEEEEE;
  box-shadow: inset 0px -1px 0px #EEEEEE;
  padding: 6px 16px;
  max-width: 30vw;
  width: max-content;
  border: none;
  outline: none;
  cursor: auto;
}

.main-page-header .location-body .input-wrapper .icon {
  padding: 0;

}

.main-page-header .location-body .input-wrapper .address-form::placeholder {
  color: #000000;

}

.main-page-header .location-body .input-wrapper .content{
  display: flex;
  gap: 5px;
  align-items: center;
}
.main-page-header .location-body .input-wrapper .content .text,
.main-page-header .location-body .input-wrapper .content .address-form {
  font-family: var(--mainfont);
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  outline: 0;
  border: none;
  outline: none;
  background: transparent !important;
  border-radius: 0;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp:1;
  display: -webkit-box;
  -webkit-box-orient: vertical;

}


