#poshuk-input,
#poshuk-output,
#poshuk-input *,
#poshuk-output *,
#poshuk-input-wrapper *,
#poshuk-output-wrapper * {
  float: none !important;
  clear: both !important;
}

.poshuk-results {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 50px;
  margin-bottom: 50px;
}

.poshuk-results-learn {
  margin-bottom: 50px;
  margin-top: 88px;
}

.poshuk-result-wrapper {
  border: 1px solid #ddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.poshuk-name a {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-bottom: 10px;
  display: block;
}

.poshuk-image {
  width: 100%;
}

.poshuk-result-caption {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.poshuk-result-qty {
  flex-wrap: nowrap !important;
  display: flex;
  /* justify-content: end; */
  align-items: center;
  width: 100% !important;
  row-gap: 5px;
}

@media (max-width: 860px) {
  .poshuk-result-qty {
    flex-wrap: wrap !important;
  }
}

.poshuk-result-qty-input {
  height: 36px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  width: 55px !important;
  flex-grow: 0 !important;
}

.poshuk-result-quarantine-restrictions,
.poshuk-result-min-order-qty {
  color: red;
  display: inline-block;
  margin-right: auto;
  text-align: left;
  display: flex;
  align-self: center;
  font-size: 10.5px;
}

.poshuk-result-info-wrapper {
  margin-right: auto;
  align-content: center;
  /* max-width: 70px; */
}

.poshuk-result-min-order-qty {
  color: black;
}

.poshuk-result-qty-btn a {
  padding: 0;
  width: 110px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.poshuk-result-qty-btn a span {
  margin-right: 10px;
}

.poshuk-result-qty-btn a label {
  display: none;
}

.poshuk-form {
  justify-content: flex-end;
}

.poshuk-no-variations {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  padding-bottom: 20px;
}

.poshuk-variation-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 6px;
}

.poshuk-variation-price {
  margin-right: 25px;
}

#poshuk-input-wrapper button {
  display: flex;
  height: 100%;
  align-items: center;
}

.poshuk-result-action-wrapper {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  justify-content: end;
  max-width: 100%;
}

.poshuk-tabs-wrapper {
  background: white;
  border-bottom: 1px solid #eaeaea;
}

.poshuk-tabs-wrapper > .container,
#poshuk-output-wrapper > .container:first-child {
  padding: 0 !important;
}

#poshuk-output-wrapper .title {
  margin-bottom: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#poshuk-output-wrapper .title > span {
  font-size: 36px;
}

#poshuk-output-wrapper .title > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
}

#poshuk-output-wrapper .title > button > svg {
  width: 14px;
  height: 14px;
}

.poshuk-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.poshuk-tabs li {
  display: inline-flex;
  width: 100%;
  max-width: 195px;
  text-align: center;
}

.poshuk-tabs li:first-child a {
  margin-left: 0 !important;
}

.poshuk-tabs li:last-child a {
  margin-right: 0 !important;
}

.poshuk-tabs li a {
  color: #959595;
  border: 1px solid #eaeaea;
  position: relative;
  bottom: -1px;

  padding: 12px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  max-width: 195px;
  cursor: pointer;
}

.poshuk-tabs li a.current {
  border-bottom-color: #fff;
  color: #000;
}

.poshuk-results-wrapper {
  margin-top: 20px;
  margin-bottom: 145px;
}

.poshuk-categories-wrapper {
  margin-bottom: 40px;
}

.poshuk-categories-wrapper ul {
  padding-left: 40px;
}

.poshuk-categories-wrapper li {
  font-size: 14px;
  line-height: 24px;
}

.poshuk-categories-wrapper li a,
.poshuk-categories-wrapper li a:active,
.poshuk-categories-wrapper li a:visited {
  font-weight: 600;
  color: #607f1f !important;
}

.poshuk-categories-wrapper li a:hover {
  text-decoration: underline !important;
}

.poshuk-result-learn-item {
  display: flex;
  margin-bottom: 20px;
  font-size: 14.5px !important;
  width: 100%;
}

.poshuk-result-learn-item:last-child {
  margin-bottom: 0;
}

.poshuk-result-learn-left {
  flex-shrink: 0;
}

.poshuk-result-learn-image img {
  border: 0 !important;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.poshuk-result-learn-right {
  padding: 0 10px;
}

.poshuk-result-learn-title {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.poshuk-result-learn-desc {
  font-size: 1.1em;
}

.poshuk-result-learn-desc-read-article {
  font-weight: 600;
}

.poshuk-load-more-wrapper {
  width: 100%;
  text-align: center;
}

.poshuk-btn {
  color: black;
  background: white;
  font-size: 16px;
  border: 1px solid #000;
  display: inline-flex;
  font-weight: 400;
  padding: 12px 48px;
  position: relative;
}

.poshuk-btn:hover {
  background: black;
  color: #fff;
}

.poshuk-btn:disabled {
  opacity: 0.5;
  color: black;
  background: white;
  border: 1px solid #ccc;
  cursor: wait;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.poshuk-load-more-spinner,
.poshuk-loading-spinner {
  content: "";
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}

.poshuk-loading-spinner {
  scale: 1.5;
  margin-top: 30px;
}

.poshuk-results-loading {
  width: 100%;
  display: flex;
  justify-content: center;
}

.poshuk-climate-selector {
  position: relative;
  min-width: 100px;
  width: 160px;
}

.poshuk-climate-selector button {
  border: 0;
  border-radius: 50px;
  padding: 2px 12px 4px 12px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.poshuk-climate-selector button .arrow {
  height: 11px;
  width: 11px;
  margin-top: 3px;
  margin-left: 4px;
}

.poshuk-climate-selector button .cross {
  margin-left: 4px;
  color: #000;
}

.poshuk-climate-selector button .check {
  margin-right: 4px;
  color: #000;
  margin-top: -1px;
}

.poshuk-climate-selector-menu {
  position: absolute;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 2.5px;
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  width: 100%;
}

.poshuk-climate-selector-menu a {
  padding: 4px 15px 4px 15px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

.poshuk-climate-selector-menu a:hover {
  background-color: #ebebeb;
}

.poshuk-climate-selector-menu a:active {
  background-color: #006ff5;
}

.poshuk-climate-selector-not-sure {
  background: #000;
  text-align: center;
  margin: 4px -1px -1px -1px;
  border: 0;
  padding-bottom: 3px;
}

.poshuk-climate-selector-not-sure:hover {
  background-color: #363636 !important;
}

.poshuk-climate-selector-not-sure a {
  text-align: center;
  color: #fff !important;
  background-color: transparent !important;
}

.poshuk-climate-selector-not-sure a:hover {
  text-decoration: underline !important;
}

.poshuk-filters-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: end;
  display: flex;
}

.poshuk-results .product-wishlist {
  position: absolute;
  padding: 8px 8px 0px 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.poshuk-results .wishlist_area .add {
  cursor: pointer;
}

.poshuk-addcart {
  width: 100% !important;
}

.poshuk-out-of-stock-btn {
  width: calc(100% - 90px);
  align-content: center;
}

@media (max-width: 1204px) {
  .poshuk-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1275px) {
  .poshuk-results {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1275px) {
  .poshuk-tabs {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .poshuk-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .poshuk-results {
    margin-left: -5px;
    margin-right: -5px;
  }

  .poshuk-tabs {
    text-align: center;
  }
}

@media (max-width: 358px) {
  .poshuk-results {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

#filters-modal.modal-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  width: 100%;
  justify-content: center;
  margin-top: 0px;
}

.poshuk-filters-opener a,
.poshuk-filters-opener a:active,
.poshuk-filters-opener a:hover {
  color: black;
}

.poshuk-filters-opener {
  display: flex;
  justify-content: center;
}

.poshuk-filters-opener a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.poshuk-filters-wrapper {
  column-gap: 20px;
}

#poshukFilters .modal-content {
  border-radius: 0;
  border-color: #000;
}

#poshukFilters .modal-header {
  position: relative;
  display: block;
  border-bottom: 1px solid #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #f7f7f7;
}

#poshukFilters .modal-header h5 {
  margin: 0;
  font-size: 16px;
  text-align: center;
}

#poshukFilters .modal-header h5 span {
  padding-left: 10px;
}

#poshukFilters .modal-header .close {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  margin-top: -19px;
  opacity: 1;
}

#poshukFilters .modal-header .close svg {
  width: 10px;
}

#poshukFilters .modal-body {
  padding: 20px;
  max-height: 520px;
  height: calc(100vh - 117px);
  overflow-y: auto;
}

#poshukFilters .modal-footer .btn {
  padding: 8px 30px;
  font-size: 14px;
}

@media (min-width: 359px) and (max-width: 600px) {
  .poshuk-result ._itmspec_listitm .item_price,
  .wrapper-thumbnail ._itmspec_listitm .var-status {
    position: relative !important;
    right: unset !important;
    top: unset !important;
  }
}
