#uo_head .searchForm {
  position: relative;
  border-radius: 8px;
  height: 40px;
}
#uo_head .searchForm svg {
  fill: grey;
  line-height: 1;
  width: 18px;
  height: 18px;
}
#uo_head .searchForm .searchIconInner {
  width: 18px;
  height: 18px;
}
#uo_head .searchForm .sfCleanLoad_inner {
  position: relative;
  width: 18px;
  height: 18px;
}
#uo_head .searchForm .sfCleanLoad_inner svg.iconTimesCircle {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  cursor: pointer;
}
#uo_head .searchForm .sfCleanLoad_inner .sfSpinner {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}
#uo_head .searchForm .sfCleanLoad_inner .sfSpinner:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-width: 2px;
  opacity: 0.7;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.4s linear infinite;
  animation: spinner 0.4s linear infinite;
}
#uo_head .searchForm input {
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  margin-left: 0px;
  font-size: 16px;
  width: 100%;
}
#uo_head .searchForm .sorting {
  padding-left: 15px;
  border-left: 1px solid #dbdbdb;
  font-weight: 300;
  font-size: 0.9em;
}
#uo_head .searchForm .sorting ul {
  width: 100%;
  z-index: 999;
  min-width: 163px;
  top: 100%;
  right: -16px;
  left: auto;
  background: #f9f9f9;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#uo_head .searchForm .sorting ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
}
#uo_head .searchForm .sorting input {
  outline: none;
  cursor: pointer;
}
#uo_head .searchForm .sorting label {
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 10px;
}
#uo_head .searchForm .sorting a {
  padding-right: 8px;
}
#uo_head .searchForm .sorting a i {
  margin-left: 5px;
}
#uo_head .searchForm .searchMainInner {
  position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 5px 8px;
  z-index: 998;
}
#uo_head .searchForm .searchMainInner.active, #uo_head .searchForm .searchMainInner:active, #uo_head .searchForm .searchMainInner:hover {
  box-shadow: 0px 0px 0px 1px #dbdbdb;
}
@media (max-width: 991px) {
  #uo_head .searchForm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    transition: width 1s ease-in-out;
    flex-grow: 1;
    background-color: white;
    height: 60px;
    border-radius: 0;
  }
  #uo_head .searchForm input {
    width: 100%;
  }
  #uo_head .searchForm .sfCleanLoad_inner {
    margin-right: 15px;
    margin-right: 0;
  }
  #uo_head .searchForm .searchMainInner {
    transition: width 1s ease-in-out;
    margin: 8px 3%;
    margin-right: auto;
    width: 86%;
  }
  #uo_head .searchForm .searchTimesMobile {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  #uo_head .searchForm .searchTimesMobile svg {
    fill: black;
    line-height: 1;
    width: 20px;
    height: 20px;
  }
  #uo_head .searchForm .sorting {
    line-height: 0;
    padding-left: 5px;
    border-left: none;
  }
  #uo_head .searchForm .sorting a {
    color: #EC4440;
    text-transform: lowercase;
  }
  #uo_head .searchForm .sorting ul {
    right: -10px;
    left: auto;
    min-width: 158px;
    padding: 10px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
#searchCancelBtn {
  width: 0;
  display: none;
  margin: 0 5px;
  margin-left: 10px;
}
#uo_head .resultsInner {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
  padding-top: 22px;
  z-index: 997;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  display: none;
}
#uo_head .resultsInner .resultsInnerMenus {
  display: flex;
  flex-direction: column;
}
#uo_head .resultsInner .resultsInnerMenus a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 0px;
  color: #151515;
  font-size: 0.9em;
}
#uo_head .resultsInner .resultsInnerMenus a .iconArrowRight {
  stroke: #151515;
  width: 18px;
  height: 18px;
  margin-left: auto;
}
#uo_head .resultsInner .resultsInnerMenus a:hover {
  color: #EC4440;
}
#uo_head .resultsInner .resultsInnerMenus a:hover .iconArrowRight {
  stroke: #EC4440;
}
#uo_head .resultsInner .resultsInnerMenus a img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#uo_head .resultsInner .resultsInnerProds {
  display: flex;
  flex-direction: column;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .name {
  text-align: left;
  flex-grow: 1;
  font-size: 0.9em;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .pic {
  aspect-ratio: 0.75;
  width: 20%;
  min-width: 20%;
  background-size: cover;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .priceName {
  width: 45%;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .priceName .fa {
  font-size: 0.8em;
  color: black;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .stock {
  width: 100%;
  font-size: 0.8em;
  margin-bottom: 10px;
  color: #EC4440;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .stock.outofstock {
  color: #EC4440;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .cart {
  text-align: right;
  width: 28%;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .cart .vbtn .fa {
  color: white;
  font-size: 0.9em;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem a {
  color: #151515;
}
#uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem:hover a {
  color: #EC4440;
}
#uo_head .resultsInner .resultsInnerNews {
  display: flex;
  flex-direction: column;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem .pic {
  width: 20%;
  background-size: cover;
  border-radius: 10px;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem .title {
  width: 45%;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem .title .fa {
  font-size: 0.8em;
  color: black;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem .date {
  font-size: 0.7em;
  color: #aaa;
  text-align: right;
  width: 28%;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem .date .vbtn .fa {
  color: white;
  font-size: 0.9em;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem a {
  color: #151515;
}
#uo_head .resultsInner .resultsInnerNews .resultsInnerNewsItem:hover a {
  color: #EC4440;
}
#uo_head .resultsInner .searchShowAll {
  padding: 8px 10px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #uo_head .resultsInner {
    box-shadow: none;
    padding: 0 8px 90px 8px;
    position: fixed;
    overflow: scroll;
    width: 100vw;
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    z-index: -1;
  }
  #uo_head .resultsInner .resultsInnerMenus a .iconArrowRight {
    width: 15px;
    height: 15px;
  }
  #uo_head .resultsInner .resultsInnerProds {
    justify-content: space-between;
  }
  #uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem {
    gap: 8px;
    /*.name {
					width: 100%;
					margin-bottom: 20px;
					font-size: 0.95em;
					&:first-letter {
						text-transform: uppercase;
					}
				}*/
  }
  #uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .price {
    width: 50%;
    font-weight: bold;
    font-size: 1.5em;
  }
  #uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .price i {
    color: #151515;
    font-size: 0.9em;
  }
  #uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .stock {
    font-size: 0.9em;
    margin-top: 5px;
  }
  #uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .stock.outofstock {
    color: #EC4440;
  }
  #uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .cart {
    width: 50%;
  }
  #uo_head .resultsInner .resultsInnerProds .resultsInnerProdsItem .cart .vbtn .fa {
    font-size: 1.3em;
  }
}
#uo_head .searchHistoryInner {
  padding: 0px 2px 80px 2px;
  background: #fff;
  position: fixed;
  overflow: scroll;
  width: 100vw;
  left: 0;
  top: 60px;
  height: calc(100vh - 60px);
  z-index: -2;
}
#uo_head .searchHistoryInner .plitkamaininner_in {
  display: none;
}
#uo_head .searchHistoryInner .mainCat {
  margin-top: 10px;
}
#uo_head .searchHistoryInner #historyInner {
  padding: 0 20px;
}
#uo_head .searchHistoryInner #historyInner a.historyItem {
  display: block;
  color: #aaa;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 0;
  font-weight: 300;
}
#uo_head .searchHistoryInner #historyInner a.historyItem i {
  color: #aaa;
  margin-right: 10px;
}
#mobileCartBtn {
  position: relative;
}
#mobileCartBtn.active {
  background: #EC4440;
  color: #fff;
}
#mobileCartBtn.active .iconCart path {
  fill: white;
}
#mobileCartBtn .cartBoxPrice, #mobileCartBtn .cartBoxCount {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0px 2px;
  border-radius: 5px;
  font-size: 1em;
}
#mobileCartBtn .cartBoxPrice {
  top: -9px;
  right: -12px;
  position: absolute;
}
#mobileCartBtn .cartBoxCount {
  bottom: -9px;
  right: -12px;
  position: absolute;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
