.srMain .storeBar {
  transition: all 0.2s;
  width: 100%;
  height: 120px;
  background-image: url('/assets/images/marketplace/marketplaceLogo/Marketplace3.0 v.2.5_search result_outline-08.png');
}
.srMain .storeBar .storeLogo {
  display: inline-block;
}
.srMain .storeBar .storeLogo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 15px 50px;
}
.srMain .storeBar .storeName {
  display: inline-block;
  position: relative;
}
.srMain .storeBar .storeName span {
  font-size: 30px;
  color: #2b2e3d;
  font-weight: bolder;
  position: absolute;
  top: -22px;
  width: 500px;
}
.srMain .storeBar .productsCount {
  display: inline-block;
  text-align: center;
}
.srMain .storeBar .createTime {
  padding: 25px 30px;
  display: inline-block;
  padding: 40px 30px 0px 40px;
  text-align: center;
}
.srMain .srFilterBar {
  padding: 4px 20px 0 20px;
  height: 46px;
  width: 100%;
  display: inline-block;
  background-color: #e0e8ee;
  line-height: 3;
  font-size: 12px;
}
.srMain .srFilterBar button {
  height: 22px;
  padding: 0px 5px;
}
.srMain .srFilterBar .sellingSite {
  width: 30%;
  display: inline-block;
}
.srMain .srFilterBar .sellingSite .selectMarketplace {
  padding-left: 3px;
}
.srMain .srFilterBar .sellingSite .selectMarketplace button {
  width: 110px;
}
.srMain .srFilterBar .sellingSite .selectSite button {
  width: 120px;
}
.srMain .srFilterBar .condition {
  width: 22%;
  display: inline-block;
}
.srMain .srFilterBar .condition .selectConditon {
  padding-left: 3px;
}
.srMain .srFilterBar .condition .selectConditon button {
  width: 120px;
}
.srMain .srFilterBar .condition .selectConditon button .conValue {
  text-align: left;
}
.srMain .srFilterBar .condition .selectConditon button .caret {
  text-align: right;
}
.srMain .srFilterBar .returnArrangement {
  width: 25%;
  display: inline-block;
}
.srMain .srFilterBar .returnArrangement .selectReturnArrangement {
  padding-left: 4px;
}
.srMain .srFilterBar .returnArrangement button {
  min-width: 80px;
}
.srMain .srFilterBar .returnArrangement .dropdown-menu .dropdown-item {
  cursor: pointer;
}
.srMain .srFilterBar .price {
  width: 21%;
  display: inline-block;
}
.srMain .srFilterBar .price .minPrice {
  display: inline-flex;
  width: 60px;
  height: 28px;
}
.srMain .srFilterBar .price .minPrice input {
  height: 28px;
}
.srMain .srFilterBar .price .maxPrice {
  display: inline-flex;
  width: 60px;
  height: 28px;
}
.srMain .srFilterBar .price .maxPrice input {
  height: 28px;
}
.srMain .srCategoryPath {
  padding: 6px 0px 4px 0px;
}
.srMain .srCategoryPath span {
  display: inline-block;
}
.srMain .srCategoryPath .subCat {
  display: inline-block;
}
.srMain .showMultiBar {
  bottom: 50px !important;
}
.srMain .srMultiBar {
  bottom: -299px;
  box-shadow: 0px 1px 6px 0px;
  width: 1220px;
  height: 80px;
  background-color: #efefef;
  position: fixed;
  z-index: 11;
  transition: all 0.2s;
}
.srMain .srMultiBar .addToWishlist {
  display: inline-block;
  padding: 30px;
  cursor: pointer;
}
.srMain .srMultiBar .addToWishlist:hover .glyphicon-bookmark {
  color: #f2b706;
}
.srMain .srMultiBar .selectedCount {
  display: inline-block;
  padding: 20px;
}
.srMain .srMultiBar .selectedCount .count {
  color: #1f759b;
  font-size: 20px;
}
.srMain .srMultiBar .addToCart {
  width: 250px;
  display: inline-block;
  background-color: #3192d0;
  height: 80px;
  text-align: center;
  padding: 29px;
  cursor: pointer;
}
.srMain .srMultiBar .addToCart span {
  font-size: 16px;
  color: #fff;
}
.srMain .srMultiBar .addToCart .glyphicon {
  font-size: 25px;
}
.srMain .srMultiBar .addToCart:hover {
  background-color: #1a5276;
}
.srMain .srMultiBar .addToCart:active {
  background-color: #1a5276;
}
.srMain .srMultiBar .addToCart:active span {
  color: #545454 !important;
}
.srMain .srContent {
  width: 1200px;
}
.srMain .srContent .srCategoryBox {
  vertical-align: top;
  display: inline-block;
  width: 185px;
  border-bottom: 1px solid #cac4c4;
}
.srMain .srContent .srCategoryBox .catBoxBody .tit {
  padding: 12px;
  height: 45px;
  width: 100%;
  background-color: #2b2e3d;
  color: #fff;
  font-weight: 500;
}
.srMain .srContent .srCategoryBox .catBoxBody .selectedCatList {
  padding-top: 5px;
  padding-bottom: 5px;
}
.srMain .srContent .srCategoryBox .catBoxBody .selectedCatList li {
  list-style-type: none;
  padding: 5px 10px;
  cursor: pointer;
}
.srMain .srContent .srCategoryBox .catBoxBody .selectedCatList li:hover {
  background-color: #e7e7e7;
}
.srMain .srContent .srProductList {
  padding-left: 20px;
  width: 1010px;
  display: inline-block;
  vertical-align: top;
}
.srMain .srContent .srProductList .selectAll {
  display: inline-block;
  background-color: #3192d0;
  padding: 8px 6px;
  width: 170px;
  height: 35px;
}
.srMain .srContent .srProductList .selectAll label input {
  margin: 0px 14px 0px 5px;
}
.srMain .srContent .srProductList .selectAll label span {
  color: #fff;
}
.srMain .srContent .srProductList .selectAll label button {
  padding: 0;
  position: absolute;
  top: -21px;
  left: 38px;
  background-color: #3192d0;
  color: #fff;
}
.srMain .srContent .srProductList .selectAll .dropdown-menu {
  margin-left: 30px;
}
.srMain .srContent .srProductList .resultsCount {
  padding-right: 55px;
  line-height: 2;
  height: 30px;
  float: right;
  display: inline-block;
}
.srMain .srContent .srProductList .sortBy {
  height: 30px;
  float: right;
  display: inline-block;
}
.srMain .srContent .srProductList .srList {
  margin-left: -10px;
}
.srMain .srContent .srProductList .srList .oneProduct {
  margin-left: 11px;
  padding-top: 25px;
  display: inline-block;
  width: 185px;
}
.srMain .srContent .srProductList .srList .oneProduct .imgAndCheckBoxAndFlag {
  position: relative;
}
.srMain .srContent .srProductList .srList .oneProduct .imgAndCheckBoxAndFlag img {
  width: 185px;
  height: 185px;
  object-fit: contain;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  border-top: 2px solid #24b5b3;
  border-radius: 0;
}
.srMain .srContent .srProductList .srList .oneProduct .imgAndCheckBoxAndFlag .blackColor {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  background-color: black;
  display: none;
  z-index: 9;
  cursor: pointer;
}
.srMain .srContent .srProductList .srList .oneProduct .imgAndCheckBoxAndFlag input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
}
.srMain .srContent .srProductList .srList .oneProduct .imgAndCheckBoxAndFlag .flag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  font-size: 20px;
  color: #f2b706;
  z-index: 10;
  cursor: pointer;
}
.srMain .srContent .srProductList .srList .oneProduct .imgAndCheckBoxAndFlag .noWishList {
  color: #cccaca;
}
.srMain .srContent .srProductList .srList .oneProduct .imgAndCheckBoxAndFlag:hover .blackColor {
  display: inherit !important;
}
.srMain .srContent .srProductList .srList .oneProduct .title {
  width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0px 8px;
  font-size: 12px;
}
.srMain .srContent .srProductList .srList .oneProduct .unLogin {
  padding: 0px 8px 4px 8px;
  font-weight: 600;
  cursor: pointer;
}
.srMain .srContent .srProductList .srList .oneProduct .loginPrice {
  padding: 8px;
}
.srMain .srContent .srProductList .srList .oneProduct .loginPrice .thePrice {
  float: right;
  color: #3192d0;
  font-weight: 500;
  max-width: 133px;
  overflow-x: scroll;
  display: flex;
}
.srMain .srContent .srProductList .srList .oneProduct .detailsAndAddCart {
  width: 100%;
  height: 30px;
}
.srMain .srContent .srProductList .srList .oneProduct .detailsAndAddCart .details {
  display: inline;
  float: left;
  width: 50%;
  height: 30px;
  padding: 8px 8px;
  font-size: 12px;
  cursor: pointer;
}
.srMain .srContent .srProductList .srList .oneProduct .detailsAndAddCart .details:hover {
  border-bottom: 1px solid;
}
.srMain .srContent .srProductList .srList .oneProduct .detailsAndAddCart .addCart {
  text-align: center;
  display: inline;
  float: left;
  width: 50%;
  background-color: #6d7c90;
  color: #fff;
  height: 30px;
  padding: 8px 14px;
  font-size: 12px;
  cursor: pointer;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
