/*------------------------------------------*/
#search-app {
  position: relative;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  display: flex;
  width: 100%; }

.search-block__btn {
  font-size: 0 !important; }

#search-app .search-block.search-form {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  opacity: 1;
  visibility: visible; }

#search-app #search-result {
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 40px;
  /*overflow: auto;
   max-height: calc(100vh - 148px);*/
  z-index: 300;
  text-align: left;
  min-width: 350px; }

@media (max-width: 960px) {
  #search-app #search-result {
    left: 0;
    min-width: 0; } }

@media (max-width: 639px) {
  #search-app #search-result {
    padding: 20px 20px 30px; } }

#search-app .search-result-top {
  display: flex;
  flex-direction: column; }

#search-app .search-result-left {
  order: 2;
  padding-bottom: 30px; }

#search-app .products-search-title {
  font-weight: 500;
  font-size: 16px;
  color: #181717;
  padding-bottom: 15px; }

@media (max-width: 767px) {
  #search-app .products-search-title {
    font-size: 15px; } }

#search-app .products-search-title span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin-left: 20px;
  background: #54586a; }

@media (max-width: 767px) {
  #search-app .products-search-title span {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
    line-height: 40px; } }

#search-app .product-item {
  padding: 15px 0 15px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none !important;
  border-radius: 0 !important; }

#search-app .product-image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  position: relative;
  border-radius: 3px; }

@media (max-width: 639px) {
  #search-app .product-image {
    width: 50px;
    height: 50px; } }

#search-app .product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none; }

#search-app .product-image a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%; }

#search-app .product-text {
  flex: 1 0 1%; }

#search-app .product-name {
  font-size: 13px;
  color: #181717;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  #search-app .product-name {
    font-size: 12px;
    margin-bottom: 5px; } }

#search-app .product-name a {
  text-decoration: none;
  color: inherit; }

#search-app .product-text-price .price-old {
  color: #9ea0a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  margin-right: 20px;
  position: relative; }

@media (max-width: 767px) {
  #search-app .product-text-price .price-old {
    font-size: 13px;
    margin-right: 10px; } }

#search-app .product-text-price .price-old:before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: -1px;
  right: 0;
  top: 50%;
  border-top: 1px solid #e84646; }

#search-app .product-text-price .price-old strong {
  font-weight: 400; }

#search-app .product-text-price .price {
  font-weight: bold;
  font-size: 18px;
  color: #000; }

@media (max-width: 767px) {
  #search-app .product-text-price .price {
    font-size: 16px; } }

#search-app .search-result-right {
  padding-bottom: 30px; }

#search-app .folders-search-title {
  font-weight: 500;
  font-size: 16px;
  color: #181717;
  padding-bottom: 15px; }

@media (max-width: 767px) {
  #search-app .folders-search-title {
    font-size: 15px; } }

#search-app .folders-search-title span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin-left: 20px;
  background: #54586a; }

@media (max-width: 767px) {
  #search-app .folders-search-title span {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
    line-height: 40px; } }

#search-app .folder-item {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding: 5px 0 4px; }

@media (max-width: 767px) {
  #search-app .folder-item {
    font-size: 15px; } }

#search-app .folder-item:hover {
  color: #54586a; }

#search-app .folder-item:hover a {
  text-decoration: underline; }

#search-app .folder-item a {
  color: inherit;
  text-decoration: none; }

#search-app .vendor-search-title {
  font-weight: 500;
  font-size: 18px;
  color: #181717;
  padding-bottom: 15px; }

@media (max-width: 767px) {
  #search-app .vendor-search-title {
    font-size: 17px; } }

#search-app .vendor-search-title span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  margin-left: 20px;
  background: #54586a; }

@media (max-width: 767px) {
  #search-app .vendor-search-title span {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
    line-height: 40px; } }

#search-app .vendor-items {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  padding: 5px 0 4px; }

@media (max-width: 767px) {
  #search-app .vendor-items {
    font-size: 15px; } }

#search-app .vendor-items:hover {
  color: #54586a; }

#search-app .vendor-items:hover a {
  text-decoration: underline; }

#search-app .vendor-items a {
  color: inherit;
  text-decoration: none; }

#search-app .search-result-btn {
  padding: 11px 25px 13px;
  border: 2px solid #54586a;
  border-radius: 3px;
  color: #54586a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block; }

.smart-search-folders {
  padding-bottom: 20px; }

.smart-search-folders__title {
  font-weight: 500;
  font-size: 18px;
  color: #181717;
  padding-bottom: 10px; }

.smart-search-folders__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.smart-search-folders__list li {
  display: inline-block;
  margin: 0 10px 0 0; }

.smart-search-folders__list li a {
  font-size: 15px;
  color: #54586a;
  margin: 5px 0;
  display: block;
  text-decoration: none; }

.smart-search-vendors {
  padding-bottom: 20px; }

.smart-search-vendors__title {
  font-size: 18px;
  color: #4f4539;
  padding-bottom: 10px; }

.smart-search-vendors__list li {
  display: inline-block;
  margin: 0 10px 0 0; }

.smart-search-vendors__list li a {
  font-size: 15px;
  color: #54586a;
  margin: 5px 0;
  display: block;
  text-decoration: none; }

.clear {
  clear: both;
  display: block; }

.result-vendors {
  padding-top: 20px; }
/*------------------------------------------*/
#sandbox_theme_panel_1626505 {
  top: 50% !important;
  right: 0 !important;
  left: inherit !important;
  width: 200px !important;
  font-size: 12px !important; }

.cart-product-image img {
  max-width: 100%;
  height: auto; }

.shop2-cart-set-item {
  background: #e2edf0;
  padding-left: 15px;
  margin-top: -1px; }
  .shop2-cart-set-item .shop2-cart-product {
    border-bottom: none; }

.ssstot {
  background: #e2edf0;
  padding: 10px;
  text-align: left !important; }
  .ssstot * {
    text-align: left !important;
    color: #000; }
