/*=============================Sellers===================================*/
.ximple-sellers-price {
  font-size: 17px;
  font-weight: bold;
  color: #009A44; }

.ximple-seller-icon-box {
  background: #F5F5F5;
  border-radius: 6px; }

.ximple-sellers-info-block .p1 {
  margin: 12px 0 0 0;
  font-weight: bold;
  font-size: 16px; }

.ximple-sellers-info-block .p2 {
  margin: 2px 0 12px 0;
  font-size: 17px; }

.ximple-sellers-info-block_1 {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.ximple-sellers-desc {
  margin-bottom: 20px;
  padding-left: 0px; }

.ximple-sellers-info {
  margin-bottom: 5px;
  padding-left: 0px; }

.ximple-sellers-info .p1 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 5px; }

.ximple-sellers-info .p2 {
  color: #7C7C7C;
  font-size: 17px; }

.xt_social_share_btn.sell i {
  font-size: 25px; }

.xt_social_share_btn_list li {
  padding-right: 10px; }

.bazaar-consumer-img {
  width: 30px;
  display: inline-block;
  margin-right: 5px;}

.visit-bazzar .row {
  align-items: center; }

.visit-bazzar button .span-text-p2 {
  color: white;
  font-weight: 600;
  padding-left: 10px;
  font-size: 17px; }

.visit-bazzar .span-text-p {
  font-size: 18px;
  padding-right: 25px; }

.visit-button-bazaar {
  background: #FF7500;
  border-radius: 8px;
  padding: 6px 25px; }

.span-text-p {
  font-size: 24px;
  vertical-align: middle; }

.span-text-p2 {
  margin-left: 10px; }

.xt-store-header {
  font-size: 20px;
  font-weight: bold;
  color: black; }

.xt-store-header-2 {
  padding: 12px 0;
  font-size: 22px;
  font-weight: bold;
  color: white; }


/*=============================Search Filter===================================*/
.search-filter hr {
  margin: 10px 0px;
  border-bottom: 0.4px solid #B6B7B9;
  padding: 0; }

.cat-search-filter {
  background: #FAFAFA;
  padding-top: 20px;
  padding-bottom: 30px;
 /* padding-left: 12px;
  padding-right: 12px;*/
/*   box-shadow: 0px 0px 3px rgba(172, 173, 174, 0.3);  */
  }

.cat-search-filter .align-filter-content {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 8px;
  padding-top: 8px;}

.cat-search-filter1 {
  padding-top: 25px;
  box-shadow: 0px 8px 24px rgba(172, 173, 174, 0.3); }

.xt-search-filter-header {
  font-weight: bold !important;
  font-size: 18px;
  color: #00205B; }

.xt-btn-filter {
  background: #00205B;
  border: 1px solid #00205B;
  width: 177px;
  height: 34px;
  border-radius: 6px;
  font-weight: bold;
  color:#fff;
  line-height: 1.32; }

.xt-btn-filter:hover {
  background: #009a44;
  color:#fff;
  border: 1px solid #009a44; }

.xt_filter_brand_text, .xt_filter_categories_text {
  color: #00205B;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;}

.xt_filter_brand_box, .xt_filter_categories_box {
  padding: 6px 0px 0px 0px;
  cursor: pointer; }

.togle-icon i {
  float: right;
  margin-top: 5px; }

.search_input_num {
  width: inherit;
  padding-left: 5px;
  border: 1px solid #ddd; }

.xt-padding-0 {
  padding: 0px; }

.xt-padding-0 .search_input_num {
  border: 0.8px solid #606265;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: right;
  padding: 0;
  font-size: 18px;
  width: 100%; }

.row_minmax {
	margin-left: initial;
}

.row_label_minmax {
	margin-left: initial;
	margin-right: initial;
}


.theme_card_content_box_buttom_content_title h4{
    font-size: 14px;
    font-family: 'gothic-bold';
    height: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}