.choose-tw-point {
  cursor: pointer;
  transition: all 0.2s;
}
.choose-tw-point:hover {
  color: #000;
}

.triggerwarehosemodal {
  width: 100%;
  border: solid 1px #25bd89;
  transition: all 0.2s;
}
.triggerwarehosemodal:hover, .triggerwarehosemodal:active {
  text-decoration: none;
  background: #25bd89;
  color: #fff;
}

.modal-warehouse .modal-dialog {
  max-width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-warehouse .modal-content {
  min-width: 900px;
}
.modal-warehouse .modal-content .modal-header h3 {
  padding-right: 20px;
  text-align: center;
}
.modal-warehouse .modal-content .modal-header button {
  margin-top: 0px;
  position: relative;
  opacity: 1;
}
.modal-warehouse .modal-content .modal-header button:after {
  content: "";
  position: absolute;
  background: url(../../img/close_black.svg) no-repeat center center;
  background-size: cover;
  top: -10px;
  left: -15px;
  width: 24px;
  height: 24px;
}
.modal-warehouse .modal-content .modal-body ul {
  padding: 53px 85px;
  text-align: center;
}
.modal-warehouse .modal-content .modal-body ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}
.modal-warehouse .modal-content .modal-body ul li .name-icon {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  width: 40%;
  text-align: left;
}
.modal-warehouse .modal-content .modal-body ul li .name-icon span {
  font-weight: 300;
  text-align: left;
}
.modal-warehouse .modal-content .modal-body ul li .name-icon:before {
  content: "";
  position: absolute;
  background: url(../../img/location_on_black.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.modal-warehouse .modal-content .modal-body ul li a {
  border: 1px solid #28e1a3;
  padding: 8px 30px;
  color: #662d91;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.modal-warehouse .modal-content .modal-body ul li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .header-top-bar .container {
    display: flex;
    justify-content: space-between;
  }
  .header-top-bar .container .language-selector .expand-more span {
    display: none !important;
  }
  .header-top-bar .container:after {
    content: none;
  }
  .header-top-bar .container .left {
    display: flex;
    align-items: center;
  }
  .header-top-bar .container .left .choose-tw-point + li {
    display: block !important;
    padding-top: 4px;
  }
  .header-top-bar .container .left li {
    text-align: left !important;
  }
  .modal-warehouse .modal-content {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-warehouse .modal-content {
    min-width: 100%;
  }
  .modal-warehouse .modal-content .modal-header h3 {
    font-size: 20px;
  }
  .modal-warehouse .modal-content .modal-header button {
    margin-top: 0px;
    position: relative;
    opacity: 1;
  }
  .modal-warehouse .modal-content .modal-header button:after {
    content: "";
    position: absolute;
    background: url(../../img/close_black.svg) no-repeat center center;
    background-size: cover;
    top: -10px;
    left: -15px;
    width: 24px;
    height: 24px;
  }
  .modal-warehouse .modal-content .modal-body ul {
    padding: 16px;
    text-align: center;
  }
  .modal-warehouse .modal-content .modal-body ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 26px;
  }
  .modal-warehouse .modal-content .modal-body ul li .name-icon {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: center;
    margin-bottom: 16px;
  }
  .modal-warehouse .modal-content .modal-body ul li .name-icon span {
    font-weight: 300;
    text-align: left;
  }
  .modal-warehouse .modal-content .modal-body ul li .name-icon:before {
    content: "";
    position: absolute;
    background: url(../../img/location_on_black.svg) no-repeat center center;
    background-size: cover;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
  }
  .modal-warehouse .modal-content .modal-body ul li span {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .modal-warehouse .modal-content .modal-body ul li a {
    border: 1px solid #28e1a3;
    padding: 8px 30px;
    color: #662d91;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
  }
  .modal-warehouse .modal-content .modal-body ul li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .auto-search-wrapper {
    margin: 0px 10px;
    width: calc(100% - 20px);
  }
}
#storeChooseModal.modal-warehouse .auto-search-wrapper #auto-search-results {
  text-align: left;
  padding: 0;
}
#storeChooseModal.modal-warehouse .auto-search-wrapper #auto-search-results li {
  margin-bottom: 0;
}
#storeChooseModal.modal-warehouse .auto-search-wrapper #auto-search-results li p {
  margin-bottom: 0;
}
#storeChooseModal.modal-warehouse .searchbuttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .searchbuttons {
    padding: 10px;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
#storeChooseModal.modal-warehouse .searchbuttons .showonlyavailable {
  color: #3F02A3;
  font-size: 16px;
  cursor: pointer;
}
#storeChooseModal.modal-warehouse .searchbuttons .geolocate2 {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
#storeChooseModal.modal-warehouse .stores-filters {
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  margin-bottom: 4.28rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.25);
  flex-wrap: wrap;
}
#storeChooseModal.modal-warehouse .stores-filters li {
  margin: 0;
  padding: 4px;
}
#storeChooseModal.modal-warehouse .stores-filters li a {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #54534F;
  background: #F3F3F3;
  cursor: pointer;
  text-transform: none;
  transition: all 0.2s;
}
#storeChooseModal.modal-warehouse .stores-filters li.active a {
  border: 1px solid #3F02A3;
  color: #3F02A3;
  background: #fff;
}
#storeChooseModal.modal-warehouse .stores-filters li:hover a {
  border: 1px solid #3F02A3;
}
#storeChooseModal.modal-warehouse .loadmorepoints {
  cursor: pointer;
  text-align: left;
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .loadmorepoints {
    cursor: pointer;
    text-align: center;
    color: #3F02A3;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .unavailable_prods_in_warehouse {
    display: none;
  }
}
#storeChooseModal.modal-warehouse .unavailable_prods_in_warehouse.mobile {
  display: none;
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .unavailable_prods_in_warehouse.mobile {
    display: block;
  }
}
#storeChooseModal.modal-warehouse .mobilefooter {
  display: none;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content {
  padding: 20px 20px 32px 32px;
  border-radius: 8px;
  height: auto;
  min-height: auto;
  width: 90vw;
  max-width: 1200px;
  min-width: 890px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  text-align: center;
  padding: 0;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header .modal-title {
  color: #30332E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body {
    padding-top: 2.5rem;
  }
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap {
  display: flex;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  padding-right: 24px;
  border-bottom: none;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li {
  margin-bottom: 6px !important;
  font-size: 16px;
  padding: 7px 10px !important;
  color: #151715;
  cursor: pointer;
  transition: all 0.2s;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.red a {
  border-left: 5px solid #E59500;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.red .icon span.red {
  display: flex;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.orange a {
  border-left: 5px solid #E59500;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.orange .icon span.orange {
  display: flex;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.green a {
  border-left: 5px solid #2C6411;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.green .icon span.green {
  display: flex;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li .icon span {
  display: none;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li:hover {
  background: #F3F3F3;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li:before {
  content: none;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a {
  padding: 12px 24px;
  /* flex-direction: column; */
  align-items: center;
  gap: 3px;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  display: flex;
  align-content: flex-start;
  flex: 1;
  text-transform: initial;
  text-align: left;
  justify-content: space-between;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a.active .custom-radio span {
  display: block;
  background-color: #3F02A3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a.active:before {
  content: none;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a .storeinfowrap {
  display: flex;
  align-items: center;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a .storeinfowrap .storeinfo {
  display: flex;
  flex-direction: column;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a .storeinfowrap .storeinfo .storename {
  font-size: 16px;
  color: #151715;
  font-weight: 500;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a .storeinfowrap .storeinfo .storename .distance {
  color: #999;
  font-weight: 400;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a .storeinfowrap .storeinfo .storeadress {
  color: #30332E;
  font-size: 14px;
  font-weight: 400;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li span {
  margin-bottom: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li span.custom-radio {
  width: 20px;
  height: 20px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent {
  flex: 1 0 50%;
  display: flex;
  padding: 24px 16px 12px 44px;
}
@media (min-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent {
    position: sticky;
    top: 0px;
    align-self: flex-start;
  }
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent.active {
  display: flex !important;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section.active {
  display: block !important;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .storename {
  color: #30332E;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 150%;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .addressline {
  color: #30332E;
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 160%;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .addressline a {
  margin-left: 20px;
  font-size: 13px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .hours {
  color: #30332E;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .hours span {
  color: #777674;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail div p a {
  color: #30332E;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail div p a span i {
  color: #C8C8C8;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail div button {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #3F02A3;
  color: #fff;
  border: none;
  transition: all 0.2s;
  cursor: pointer;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail div button:hover {
  background: #6E00A1;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storebtn-container {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #C8C8C8;
  background: #FFF;
  margin-bottom: 4px;
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storebtn-container {
    display: none;
  }
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storebtn-container .storebtn {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  background: transparent;
  border: none;
  text-align: start;
  padding-left: 40px;
  width: 100%;
  position: relative;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storebtn-container .storebtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-size: contain;
  background: url("/themes/techwish/assets/img/newheader/chevron-left.svg") no-repeat center center;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc {
  position: relative;
  height: 200px;
  width: 100%;
  margin-bottom: 16px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc__img {
  height: 100%;
  width: 100%;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc__map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc__map img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc__map .storeloc--icon {
  z-index: 90;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc--icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc--icon {
    right: 20px;
  }
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc .storeloc--icon svg {
  width: 12px;
  height: auto;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc:hover .storeloc__map {
  opacity: 1;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeloc:hover .storeloc__img {
  opacity: 0;
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo {
    padding: 0 12px;
  }
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo {
  display: flex;
  flex-direction: column;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 8px 0;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo div p {
  display: inline-flex;
  gap: 4px;
  margin: 0;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo div.unavailable_prods_in_warehouse > p .tooltip_warehouse {
  position: relative;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo div.unavailable_prods_in_warehouse > p .tooltip_warehouse:hover .tooltipinfo {
  display: block;
  opacity: 1;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo div.unavailable_prods_in_warehouse > p .tooltip_warehouse .tooltipinfo {
  display: none;
  opacity: 0;
  position: absolute;
  padding: 6px 8px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 8px 20px 0px rgba(12, 14, 25, 0.12), 0px 0px 2px 0px rgba(12, 14, 25, 0.12);
  left: -40px;
  width: 340px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo div.unavailable_prods_in_warehouse > p .tooltip_warehouse .prod {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 12px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo div.unavailable_prods_in_warehouse > p .tooltip_warehouse .prod .prodimg img {
  width: 48px;
  height: 48px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .stockinfo .prodinfo div.unavailable_prods_in_warehouse > p .timeinfo {
  font-size: 12px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .wholeorder .red {
  color: #E59500;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .wholeorder .orange {
  color: #E59500;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .wholeorder .green {
  color: #2C6411;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .wholeorder p {
  font-size: 15px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .wholeorder p.header {
  font-size: 20px;
  font-weight: 700;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qty {
  color: #30332E;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 28px;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .info {
  font-size: 12px;
  font-weight: 400;
  color: #777674;
  line-height: 150%;
}
#storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .tabscontent.active {
  display: block;
}

@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .buttonwrap {
    position: sticky;
    bottom: 0;
    z-index: 1;
    padding: 10px 15px;
    background: #fff;
    display: flex;
    justify-content: flex-end;
  }
  #storeChooseModal.modal-warehouse .buttonwrap button {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #3F02A3;
    color: #fff;
    border: none;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
  }
  #storeChooseModal.modal-warehouse .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    align-items: center;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog {
    left: 50%;
    align-items: flex-start;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content {
    background: #F3F3F3;
    border-radius: 0;
    height: auto;
    min-height: auto;
    min-width: auto;
    max-width: 890px;
    margin: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content {
    padding: 0;
    width: 100vw;
    min-height: 100vh;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    padding: 12px 12px 40px 12px;
    cursor: pointer;
    padding: 12px 12px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #C8C8C8;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header {
    padding: 12px 12px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #C8C8C8;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header .modal-title {
    color: #30332E;
    font-style: normal;
    font-family: Roboto;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header button {
    float: left;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-header button:after {
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-size: contain;
    background: url("/themes/techwish/assets/img/newheader/chevron-left.svg") no-repeat center center;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul {
    padding: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    background: #F3F3F3;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul {
    align-items: flex-start;
    border-right: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul .nav-item {
    width: 100%;
    padding: 0 12px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul .nav-item a {
    background: #fff;
    border-radius: 4px;
    border: none;
    width: 100%;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul .nav-item a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0.8;
    filter: grayscale(1);
    background-size: contain;
    background: url("/themes/techwish/assets/img/newheader/angles-right.svg") no-repeat center center;
    width: 15.75px;
    height: 18px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul .nav-item a .storename {
    color: #151715;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul .nav-item a .storeadress {
    color: #54534F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul .nav-item .active::after {
    opacity: 1;
    filter: grayscale(0);
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li {
    margin-bottom: 0;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.tabsheader {
    align-items: flex-start;
    margin: 12px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li.tabsheader {
    color: #30332E;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li:before {
    content: none;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a {
    margin: 0 8px 8px 0;
    padding: 8px 32px 8px 16px;
    flex-direction: row;
    align-items: center;
    gap: 0;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    display: flex;
    flex: 1;
    text-transform: initial;
    text-align: left;
    color: #54534F;
    justify-content: space-between;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a {
    margin: 0 24px 8px 0;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a.active {
    border: none;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap ul li a.active:before {
    content: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent {
    padding: 0;
    position: absolute;
    top: -52px;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translateX(-50%);
    background: #F3F3F3;
    display: none;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section {
    justify-content: flex-start;
    height: 100vh;
    overflow: auto;
  }
}
@media (max-width: 992px) {
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section.active {
    display: flex;
    z-index: 9;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .storename {
    color: #30332E;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 150%;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .addressline {
    color: #30332E;
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 160%;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .addressline a {
    margin-left: 20px;
    font-size: 13px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .hours {
    color: #30332E;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .hours span {
    color: #777674;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail {
    color: #30332E;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail span {
    display: block;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .storeinfo .telmail span .fa {
    color: #C8C8C8;
    font-size: 10px;
    margin-right: 4px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .qty {
    color: #30332E;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 28px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .info {
    font-size: 12px;
    font-weight: 400;
    color: #777674;
    line-height: 150%;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .tooltip_warehouse_wrap {
    background-color: #fff;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .tooltip_warehouse_wrap .tooltip_warehouse .tooltipinfo {
    padding: 6px 8px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .tooltip_warehouse_wrap .tooltip_warehouse .prod {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 12px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .tooltip_warehouse_wrap .tooltip_warehouse .prod .prodimg img {
    width: 48px;
    height: 48px;
  }
  #storeChooseModal.modal-warehouse .modal-dialog .modal-content .modal-body .warehousedwrap .tabscontent section .qtyinfo .tooltip_warehouse_wrap .tooltip_warehouse .timeinfo {
    font-size: 12px;
  }
}/*# sourceMappingURL=warehouses_style.css.map */