/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap'); 

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Open Sans', sans-serif;
}

body {
  color: #1E1F20;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: underline;
}

/*---------------------- Header area start ----------------------*/

.header__area .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1555px;
}

.header__area {
  position: relative;
  padding: 16px 0px;
}

.logo__main {
  flex: 0 0 auto;
  margin-right: 15px;
}

.header__search {
  flex: 0 0 55%;
  width: 55%;
  position: relative;
}

.header__search input {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 51px;
  border: 1px solid #ddd;
  padding: 10px 27px;
  font-size: 18px;
  color: #000;
  outline: none;
}

.header__search button {
  position: absolute;
  right: 21px;
  top: 49%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 22px;
  color: #2a78ec;
}

.search__filter__area {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.search__filter__nav a {
  display: inline-block;
  padding: 10px 2px;
  padding-top: 4px;
  position: relative;
  border-bottom: 3px solid #2a78ec;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #2a78ec;
}

.search__filter__nav a i {
  font-size: 16px;
  padding: 0 2px;
}

.search__result__content p {
  margin: 0;
  font-size: 19px;
  line-height: 1.1;
  margin-top: 11px;
}

/*---------------------- Header area end ----------------------*/

/*---------------------- Search Result area start ----------------------*/

.result__link {
  font-size: 16px;
  text-decoration: none;
  color: #171616;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 3px;
}

.result__link i {
  position: relative;
  top: -2px;
  margin-right: 10px
}

.result__link:hover {
  text-decoration: underline;
}

.result__title a {
  font-size: 23px;
  line-height: 1.3;
  display: block;
  font-weight: 500;
  color: #1a0dab;
  margin-bottom: 6px;
  text-decoration: none;
}

.result__title a:hover {
  text-decoration: underline
}

.single__result__blk p {
  font-size: 16px;
  color: #3b3d40;
}

.single__result__blk {
  margin-bottom: 35px;
}
/*
	//reducing this gap. 2-10-24
.result__area {
  padding-top: 35px;
  padding-bottom: 40px;
}
*/

.result__area {
  padding-top: 20px;
  padding-bottom: 25px;
}

.pagination__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-top: 20px;
}

.pagination__wrapper ul li a {
  display: inline-block;
  padding: 6px 42px;
  line-height: 1.2;
  border: 1px solid #ddd;
  transition: .3s;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.pagination__wrapper ul li a:hover, .pagination__wrapper ul li a.active {
  background: #ddd;
}

.footer__links {
  padding-top: 20px;
  padding-left: 20px;
}

.footer__links a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  color: #121212;
}

.single__result__card {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 1px 1px 2px #0000001c;
  padding: 5px;
}

.single__result__card__content {
  padding: 6px;
}

.single__result__card__thumb {
  min-height: 180px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 33px;
}

.stars {
  display: flex;
}

.stars i {
  font-size: 16px;
  margin: 0 1px;
  color: #ddd;
}

.stars i.active {
  color: #fbb510;
}

.product-price {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 600;
  color: #666;
  padding-top: 3px;
}

.single__card__bottom p {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  color: #444343;
  margin: 0;
  padding-top: 26px;
}

.single__card__bottom p i {
  line-height: 1;
  position: relative;
  top: -3px;
  padding: 0 8px;
}

.single__card__bottom p span {
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px 3px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.4;
}

.result__titlee {
  font-size: 16px;
  font-weight: 500;
  color: #888;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.search__result__cards__slider {
  margin-bottom: 20px;
}

.owl-stage {
  padding-left: 0 !important;
}

.single__result__card .result__title a {
  font-size: 20px;
  margin-bottom: 7px;
}

.owl-nav {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 9px;
  flex-direction: row;
}

.owl-nav button {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  box-shadow: 2px 2px 10px #0000001a;
  font-size: 17px !important;
  color: #777676 !important;
}

.result__link.diff {
  margin-left: 2px;
  color: #797979;
}

.single__result__top__title span {
  color: #626262;
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
}

.single__result__top__title span::after {
  position: absolute;
  top: 50%;
  right: 0;
  background: #999;
  border-radius: 50px;
  content: '';
  height: 3px;
  width: 3px;

}

.link {
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 9px;
  color: #1a0dab;
  display: block;
}

.result__card {
  max-width: 290px;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #dedede;
  margin: 20px 0;
}

.result__thumb {
  height: 181px;
}

.result__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__title a {
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #dedede;
  padding: 8px 0;
  color: #4d5156;
  font-weight: 600;
}

.result__card__content p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 1px;
  color: #4d5156;
}

.result__card__content a.see-more {
  text-decoration: underline;
  font-size: 15px;
}

.single__result__blk.card {
  padding: 14px 13px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.single__result__blk.card p:last-child {
  margin: 0;
}

.single__result__blk.card.flex {
  flex-direction: row;
}

.single__result__blk__thumb {
  max-width: 120px;
  margin-right: 12px;
  margin-top: 4px;
}

.search__result__right {
  border-left: 1px solid #ddd;
  padding-left: 12px;
}
.search__result__content p { 
	font-size: 18px;  
}
/*---------------------- Search Result area end ----------------------*/