@charset "UTF-8";
button:focus {
  outline: 0;
}

.offLi_v1 {
  list-style: none;
}

.offLi_v1 li {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 2px 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  color: #333333;
  margin: 5px;
  background-color: #ffffff;
  position: relative;
  line-height: 25px;
  cursor: pointer;
}

/* MS 16/08/17 */
/* MK 07/09/2017 add line-height */
.tag_text {
  float: left;
}

/* MK 07/09/2017 margin-top:3px; */
.offLi_v1 li .plus {
  float: right;
  /*width:15px;*/
  margin-left: 10px;
}

/* MS 14/08/17 */
/* MK 07/09/2017 width:20px; */
.offLi_v1 li .plus:before {
  content: '+';
  color: #00abbe;
  font-size: 20px;
  font-weight: bold;
}

.offLi_v1 li.added .plus:before {
  content: '×';
  color: #ffffff;
}

.offLi_v1 li.added {
  border-color: #00abbe;
  color: #00abbe;
  cursor: pointer;
}

.offLi_v1.card .tag_text {
  float: none;
  margin: 0;
}

.offLi_v1.card li {
  padding: 5px 7px;
  margin: 3px;
}

.offLi_v1 li.green {
  border-color: #82d000;
}

.offLi_v1 li.add:hover, .offLi_v1 li.add.act {
  border-color: #000000;
  color: #000000;
}

.offLi_v1 li.add:hover .plus {
  color: #000000;
}

.offLi_v1 li.add.act.disable .plus {
  color: #666666;
}

.offLi_v1 li.add.act .tag_text {
  display: none;
}

.offLi_v1 li.add .inp {
  float: left;
  width: 150px;
  display: none;
}

.offLi_v1 li.add.act .inp {
  display: block;
}

.offLi_v1 li.added {
  border-color: #00abbe;
  background-color: #00abbe;
  color: #ffffff;
}

.offLi_v1 li.added .plus {
  color: #ffffff;
}

.checkbox_list {
  width: 100%;
}

.checkbox_list .custcheckBox::before {
  border-color: #777777;
}

.checkbox_list li {
  list-style: none;
  width: 100%;
  margin-top: 2px;
  position: relative;
}

.checkbox_list li:first-child {
  margin-top: 0;
}

.checkbox_list li .custcheckBox {
  font-size: 14px;
  color: #666666;
  /*font-weight:300;*/
  text-indent: inherit;
  width: 100%;
}

.checkbox_list li .custcheckBox::before {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-right: 10px;
}

.checkbox_list li input[type="checkBox"] {
  display: none;
}

.checkbox_list li input[type=checkbox]:checked + .custcheckBox:before {
  content: "";
  text-align: center;
  background: #000000 url(images/blcTic.jpg) no-repeat center;
  background-size: cover;
}

.custcheckBox .chkbx_txt {
  width: 88%;
  float: left;
  box-sizing: border-box;
}

/* search_v2 */
.search_inp_wrp {
  width: 100%;
  box-sizing: border-box;
}

.search_inp_wrp .inp1 {
  height: 34px;
  float: none;
  color: #666666;
}

.search_inp_wrp .inp1::placeholder, .search_inp_left input::placeholder {
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.search_inp_wrp .inp1:-ms-input-placeholder, .search_inp_left input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

.search_inp_wrp .inp1::-ms-input-placeholder, .search_inp_left input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}

/*.search_inp_wrp .inp1:before { content: "\e924";}*/
.inp_search_wp {
  position: relative;
}

.search_inp_wrp .inp_search_wp .serchIc {
  position: absolute;
  top: 5px;
  right: 10px;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}

.search_inp_wrp .inp_search_wp .serchIc:before {
  content: "\e924";
  font-size: 20px;
  color: #00abbe;
}

.notiList li .inp_search_wp .serchIc {
  position: absolute;
  top: 6px;
  right: 10px;
  width: auto;
  height: auto;
}

.notiList li .inp_search_wp .serchIc:before {
  font-size: 20px;
  color: #00abbe;
}

.recent_res_text {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.recent_src_hd {
  width: 100%;
  background: #ebebeb;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  padding: 6px;
  box-sizing: border-box;
}

.recent_src_ul {
  width: 100%;
}

.recent_src_ul li {
  width: 100%;
  list-style-type: none;
  border-top: 1px solid #cccccc;
  padding: 12px 5px;
  box-sizing: border-box;
}

.recent_src_ul li:first-child {
  border-top: none;
}

.recent_src_ul li a {
  display: block;
  color: #666666;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.recent_res_text + .recent_src_ul {
  margin-top: -20px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.searchV2 {
  /* background: #f4f4f4; */
  box-sizing: border-box;
}

.search_inp_row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}

.search_inp_left {
  box-sizing: border-box;
}

.search_inp_left input {
  padding: 13px 10px 14px 10px;
  box-sizing: border-box;
  width: 100%;
  color: #000000;
}

.search_btn_right .serchIc {
  background: none !important;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
  position: initial;
}

.search_btn_right .serchIc:before {
  content: "\e924";
  font-size: 18px;
  color: #ffffff;
}

.hdr_rght_text {
  font-size: 14px;
  color: #333333;
  float: right;
  line-height: normal;
  padding: 13px 20px 0 0;
  text-align: right;
}

/* result_container start */
.select_list_container {
  box-shadow: 0 0 3px #cec9c9;
  background-color: #ffffff;
}

.select_header {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
  box-sizing: border-box;
  padding-right: 25px;
}

.select_list {
  list-style: none;
}

.select_list li {
  position: relative;
}

.select_list li a {
  font-size: 14px;
  color: #999999;
  padding: 12px 25px 12px 12px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  border-top: 1px solid #cccccc;
}

.select_arrow {
  border-bottom: 5px solid transparent;
  border-left: 10px solid #333333;
  border-top: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  display: none;
  transform: translateY(-50%);
  margin-top: 1px;
}

.search_list {
  list-style: none;
  box-shadow: 0 0 3px #cec9c9;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.search_list > li {
  padding: 20px;
  border-top: 1px solid #cccccc;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.search_list > li:first-child {
  border: none;
}

.search_list > li.no_results, .contentList2 > li.no_results {
  padding: 20px;
  box-sizing: border-box;
}

.user_display_row {
  display: inline-block;
  width: 100%;
  position: relative;
}

.user_display {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 105px;
  width: 100%;
  word-wrap: break-word;
}

.user_display .img_wp {
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.user_display .img_wp img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.user_display .text_wp {
  padding-left: 66px;
}

.ud_company {
  display: inline-block;
  width: 100%;
}

.ud_company_name {
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-top: -3px;
}

.user_display .vrifdIc {
  background: #ffffff !important;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 100%;
  line-height: 12px;
  float: left;
  margin: 0 6px;
}

.verifas {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-top: 4px;
}

.verifas .vrifdIc {
  margin-left: 0;
}

.search_list .verifas .vrifdIc {
  margin: 4px 6px;
}

.search_list .vrifdIc:before {
  content: "\e92a";
  font-size: 12px;
  color: #84cf20;
}

.ud_company_text {
  font-size: 13px;
  color: #666666;
  flex: 1;
  /*text-overflow: ellipsis; white-space: nowrap; overflow: hidden;*/
  margin-bottom: 3px;
  /*font-style: italic;*/
  padding-right: 20px;
  float: left;
  width: 139px;
  box-sizing: border-box;
}

.ud_company_text_wp {
  display: flex;
  /*justify-content: space-between; flex-wrap: wrap; */
}

.user_display .text_wp .ud_company_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 33.33%;
  box-sizing: border-box;
  width: 100%;
}

.user_display .text_wp .city_country.ud_company_text {
  font-style: normal;
}

.user_display .text_wp .city_country.ud_company_text:before {
  content: "\e97b";
  font-family: 'icomoon';
  font-size: 15px;
  color: #999999;
}

.btn.medium {
  height: 30px;
  line-height: 28px;
  width: auto;
  min-width: inherit;
  padding: 0 10px;
  font-size: 14px;
  min-width: auto;
}

.search_list li .user_display_row .link {
  font-size: 12px;
}

.paragraph_2 {
  font-size: 13px;
  color: #666666;
  margin-top: 7px;
  max-height: 34px;
  overflow: hidden;
}

mark {
  background: rgba(0, 0, 0, 0.3);
  color: #666666;
}

.search_list li .user_display_row .link.store_text:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e915";
  margin-right: 5px;
}

.user_display.var_2 {
  margin-top: 10px;
  padding: 0;
  width: auto;
}

.user_display.var_2 .img_wp {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.user_display.var_2 .text_wp {
  padding-left: 40px;
}

.user_display.var_2 .text_wp .ud_company_text {
  margin-top: -4px;
  padding: 0;
  margin-bottom: 0;
}

.user_display.var_2 .ud_company .keyIc {
  width: 13px;
  height: 13px;
  float: left;
  margin-left: 5px;
}

/*.user_display.var_2 .listIcon{margin:0;}
.user_display.var_2 .listIcon > li{margin-left:5px;}
.user_display.var_2 .listIcon > li .keyIc{width:13px; height:13px;}*/
.result_container .weblink_hd:empty, .result_container .desc_text_v2:empty, .result_container .equal_column_wp:empty, .result_container .paragraph_2:empty {
  display: none;
}

/*p:empty
p::empty {display: none;}
p::blank {display: none;}
p:blank {display: none;}*/
.equal_column_wp {
  padding-top: 15px;
}

.equal_column {
  box-sizing: border-box;
}

.equal_column:first-child {
  padding: 0;
}

.equal_column_heading {
  font-size: 13px;
  color: #666666;
}

/*.search_list > li .equal_column .offLi > li a { cursor: default; }
.search_list > li .equal_column .offLi > li.more a{color:#00abbe; border-color:#00abbe;}*/
/* result_container End*/
/* search result company enhanc 25/05/2018 start */
.equal_column_heading.var_2 {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #333333;
  margin-top: 10px;
}

.search_list > li .offLi.var_4 {
  margin-top: 5px;
}

.search_list > li .offLi.var_4 > li a {
  cursor: default;
  font-size: 11px;
}

.search_list > li .offLi.var_4 > li.more a {
  color: #00abbe;
  border-color: #00abbe;
  cursor: pointer;
  font-weight: 700;
}

.search_list > li .equal_column_wp .equal_column .img_wp {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  float: left;
}

.search_list > li .equal_column_wp .equal_column .img_wp img {
  width: 100%;
}

.count_tag {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #7f7f7f;
  padding: 5px;
}

.text_wp_2 {
  padding-left: 160px;
}

.text_wp_text_1 {
  font-size: 13px;
  color: #333333;
  font-weight: 700;
}

.text_wp_text_2 {
  font-size: 13px;
  color: #666666;
  margin: 3px 0;
}

.text_wp_2 .link {
  font-size: 13px;
  font-weight: 700;
}

/* search result company enhanc 25/05/2018 end */
/* search filter */
.filter_row {
  width: 100%;
}

.filter_ser_res, .filter_label {
  float: left;
  color: #666666;
  font-size: 13px;
  margin-top: 5px;
}

.filter_cont_v2, .filter_inn_cont {
  float: right;
}

.filter_select {
  display: inline-block;
  position: relative;
}

.filter_select > a {
  color: #666666;
}

.filter_downArr {
  width: 0;
  height: 0;
  margin: 0;
  margin-top: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #999999;
  background: none;
  display: inline-block;
  margin-left: 14px;
}

.filter_select.filterAct .filter_downArr {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #333333;
  border-top: inherit;
}

.filter_select.filterAct {
  border-color: #333333;
}

.filter_select.filterAct .filter_sub_hd {
  color: #333333;
}

.fitler_dd {
  padding: 20px;
  display: block;
  display: none;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  overflow-x: inherit !important;
}

.fitler_dd .offLi_v1 {
  margin-top: 10px;
  margin-left: -5px;
}

.fitler_dd .actionList {
  float: right;
  margin-top: 15px;
  margin-bottom: 20px;
}

.fitler_dd .actionList li {
  margin-left: 10px;
}

.fitler_dd .actionList li:first-child, .fitler_dd .actionList li.cancelBtn {
  margin-top: 2px;
}

.fitler_dd .actionList li a {
  font-size: 14px;
  line-height: normal;
}

.fitler_dd .actionList li .btn {
  display: initial;
  float: none;
  height: auto;
  width: auto;
  line-height: normal;
  max-width: auto;
  padding: 2px 10px 3px;
}

.fitler_dd .actionList li .btn.disable {
  pointer-events: none;
  cursor: default;
}

.fitler_dd .actionList li.clearBtn {
  display: none;
}

.fitler_dd.act .actionList li.clearBtn {
  display: block;
}

.fitler_dd.act .actionList li.cancelBtn {
  display: none;
}

.fitler_dd.act .actionList li.cancelBtn {
  display: none;
}

.filter_select.act {
  background-color: #00abbe;
  border-color: #00abbe;
}

.filter_select.act > a, .filter_select.act.filterAct > a {
  color: #ffffff;
}

.filter_select.act .filter_downArr {
  border-top-color: #ffffff;
}

.fitler_dd .checkbox_list {
  /*margin-top: -4px;*/
}

.filter_select.act.filterAct > a .filter_downArr {
  border-top-color: #ffffff;
}

.filter_select.act.filterAct > a .filter_downArr {
  border-bottom-color: #ffffff;
}

.filter_select .filter_sub_hd {
  font-size: 13px;
}

.filter_select.act .clearBtn {
  display: block !important;
}

.filter_select.act .cancelBtn {
  display: none;
}

.fitler_dd .cancelLink {
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
}

.filter_mob {
  display: none;
  float: right;
  margin-top: 6px;
  padding: 5px;
  position: relative;
}

.filter_mob .line {
  width: 17px;
  height: 2px;
  background-color: #00abbe;
  margin: 2px auto 0;
  display: block;
}

.filter_mob .line.medium {
  width: 13px;
}

.filter_mob .line.small {
  width: 5px;
}

.black_dot {
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  right: 0;
}

.hideDeskTab {
  display: none;
}

.choose_link {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
  margin-left: -3px;
}

.plus_icon {
  width: 18px;
  height: 18px;
  border: 1px solid #00abbe;
  text-align: center;
  display: inline-block;
  /*line-height: 19px;*/
  border-radius: 100px;
  margin-right: 5px;
}

.checkbox_list li .input_v2 {
  display: none;
  margin-top: 5px;
}

.checkbox_list li .input_v2_wp {
  display: none;
  position: relative;
}

.checkbox_list li .input_v2_wp .calIc {
  background: none !important;
  width: auto;
  height: auto;
  position: absolute;
  top: 4px;
  right: 5px;
}

.checkbox_list li .input_v2_wp .calIc::before {
  content: "\e912";
  font-size: 20px;
  color: #333333;
}

.checkbox_list li .input_v2_wp .input_v2 {
  display: block;
  padding-right: 30px;
}

.checkbox_list li .radio {
  float: none;
  margin-top: 5px;
}

.checkbox_list li .custmRadio {
  font-size: 14px;
}

.checkbox_list li .custmRadio:before {
  width: 13px;
  height: 13px;
  border: 1px solid #000000;
  border-radius: 100px;
  background: none;
  box-sizing: border-box;
}

.checkbox_list li input[type="radio"]:checked + .custmRadio::before {
  background-color: #000000;
}

.radio_hdr_text {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.checkbox_list li#dateRangeParent .input_v2_wp .input_v2 {
  background: transparent;
  z-index: 2;
  position: relative;
}

/* posts star */
.search_result_tabCont .contentList2 {
  margin-top: 15px;
}

.container_v2 .search_result_tabCont .contentList2.dashboard_v3 > li {
  margin-bottom: 0;
}

.container_v2 .search_result_tabCont .contentList2.dashboard_v3 li .dash_content .action_row .actionList li .cmntIc_fff {
  margin-top: 17px;
}

.container_v2 .search_result_tabCont .contentList2.dashboard_v3 li .dash_content .action_row .actionList li .cmntIc_fff::before {
  color: #777777;
}

.container_v2 .search_result_tabCont .contentList2.dashboard_v3 li .dash_content .action_row .actionList {
  float: left;
  margin-top: 5px;
}

.devider_block {
  width: 2px;
  height: 15px;
  background-color: #666666;
  float: left;
  margin-top: 18px;
  margin-left: 10px;
}

.container_v2 .search_result_tabCont .contentList2.dashboard_v3 li .dash_content .action_row .actionList li:first-child {
  border: none;
}

.search_result_tabCont .dashboard_v3 .action_row .actionList li a {
  line-height: 50px;
  font-size: 14px;
}

.search_result_tabCont .dashboard_v3 .action_row .actionList > li > a > span {
  padding: 0;
}

.search_result_tabCont .dashboard_v3 .action_row .actionList > li .patIc {
  margin-top: 15px;
  margin-left: 10px;
}

.search_result_tabCont .dashboard_v3 .action_row .actionList li.pat .numcnt {
  margin-left: 0;
}

/* posts End */
/* offers start */
.dashboard_v3.contentList2.offers > li {
  padding: 20px;
}

.dashboard_v3.contentList2.offers > li .templet_1 .left {
  width: 278px;
  height: 142px;
  line-height: inherit;
  max-height: inherit;
}

.dashboard_v3.contentList2.offers > li .templet_1 .left img {
  width: 100%;
  height: 100%;
}

.dashboard_v3.contentList2.offers > li .templet_1 .right {
  margin-left: 288px;
}

.dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo {
  padding: 0;
  height: auto;
  line-height: inherit;
  display: inline-block;
}

.dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .logoCnt_3 {
  width: 120px;
  height: 40px;
  line-height: 40px;
  float: left;
}

.dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .logoCnt_3 img {
  max-width: 120px;
  max-height: 40px;
}

.dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .btn {
  margin: 0;
}

.dashboard_v3.contentList2.offers > li .tagSubHdng {
  font-size: 13px;
  margin: 5px 0 0 0;
  color: #666666;
  height: auto;
}

.dashboard_v3.contentList2.offers > li .templet_1 .right .tagHdng {
  height: auto;
  color: #333333;
}

.dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .company_name {
  font-size: 14px;
  font-weight: 700;
  width: 160px;
  float: left;
  height: auto;
}

/* offers End */
/* Serach Event Started */
.box_structure_wp, .box_structure_wp {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.box_structure_wp .col_left_wp {
  width: 110px;
  height: 110px;
  overflow: hidden;
  float: left;
}

.box_structure_wp .col_left_wp img {
  width: 100%;
}

.box_structure_wp .col_right_wp {
  word-wrap: break-word;
}

.box_structure_wp .col_right_wp .event_info_wp {
  width: 100%;
  padding-left: 130px;
  box-sizing: border-box;
}

.box_structure_wp .col_right_wp .event_info_wp + .desc_text_v2 {
  margin-top: 11px;
}

.col_right_wp .result_hd {
  display: inherit;
  margin-top: -3px;
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col_right_wp .result_hd {
  padding-left: 20px;
}

.box_structure_wp .col_right_wp .event_info_wp p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 1px;
}

.box_structure_wp .col_right_wp .desc_text_v2 {
  height: 60px;
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
  line-height: 19px;
  box-sizing: border-box;
}

.bottom_actions_wp {
  width: 100%;
  padding: 3px 0 8px 0;
  display: table;
  box-sizing: border-box;
}

.action_list_text {
  list-style: none;
  display: inline-block;
}

.bottom_actions_wp .action_list_text {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

.bottom_actions_wp .action_list_text > li {
  text-align: center;
  float: right;
  margin-left: 5px;
}

.bottom_actions_wp .action_list_text > li:first-child {
  margin-left: 0;
}

.bottom_actions_wp .action_list_text > li > a {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 12px;
}

.bottom_actions_wp .btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.bottom_actions_wp .show_info_wp {
  width: 70%;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding-left: 9px;
}

.show_info_wp .image_list {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.show_info_wp .show_info_link {
  width: 70%;
  font-weight: 700;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}

/* Serach Event End */
/* Search Group Started */
.box_structure_wp.var_1 .col_left_wp {
  width: 46px;
  height: 46px;
}

.box_structure_wp.var_1 .col_right_wp .result_hd {
  padding-right: 95px;
}

.box_structure_wp .industy {
  font-size: 14px;
  color: #666666;
  line-height: 19px;
}

.col_right_wp .industy {
  width: 100%;
  box-sizing: border-box;
  padding-left: 66px;
}

.text_info_wrap p {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.text_info_wrap p:first-child {
  margin-right: 38px;
}

.col_right_wp .text_info_wrap {
  padding-left: 66px;
  margin-top: 5px;
}

.box_strutr_outer {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

.box_strutr_outer .box_structure_wp {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.box_strutr_outer .desc_text_v2 {
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 19px;
  box-sizing: border-box;
  overflow: hidden;
}

.box_strutr_outer .equal_column_wp {
  padding-top: 3px;
}

.box_strutr_outer .equal_column {
  width: 50%;
  word-wrap: break-word;
  box-sizing: border-box;
  float: left;
}

.equal_column .title {
  /* width:32%; */
  width: 100px;
  float: left;
  font-size: 13px;
  line-height: 19px;
  color: #999999;
}

.equal_column .des_title {
  width: 60%;
  height: 40px;
  overflow: hidden;
  float: left;
  font-size: 13px;
  line-height: 19px;
  color: #666666;
}

.box_strutr_outer .equal_column:first-child .title {
  padding-right: 10px;
}

/* Search Group End */
/* datepicker start */
#dateRangeParent .daterangepicker {
  box-shadow: 0 0 3px #cec9c9;
  width: 502px;
}

#dateRangeParent .daterangepicker .daterangepicker_input {
  display: none;
}

#dateRangeParent .daterangepicker .calendar.left, .daterangepicker .calendar.right {
  border: 1px solid #333333;
  padding-top: 8px;
}

#dateRangeParent .daterangepicker td.active, #dateRangeParent .daterangepicker td.active:hover {
  background-color: #333333;
}

#dateRangeParent .daterangepicker td.start-date.end-date {
  border-radius: 0;
}

#dateRangeParent .daterangepicker .calendar th, #dateRangeParent .daterangepicker .calendar td {
  line-height: 29px;
  border-radius: 0;
}

#dateRangeParent .daterangepicker td.in-range {
  background-color: #333333;
  color: #ffffff;
}

#dateRangeParent .fa-chevron-left::before {
  content: "\e949";
  font-size: 20px;
  color: #333333;
}

#dateRangeParent .fa-chevron-right::before {
  content: "\e948";
  font-size: 20px;
  color: #333333;
}

/*#dateRangeParent .daterangepicker .calendar th.available{padding-top:8px;}*/
#dateRangeParent .daterangepicker.ltr .ranges {
  display: none;
}

/*#dateRangeParent .daterangepicker.ltr .ranges .btn{height: 30px; line-height: 31px; min-width: inherit; padding: 0 10px;} */
#dateRangeParent .daterangepicker .calendar.right {
  border-left: none;
}

#dateRangeParent .daterangepicker .calendar.right .table-condensed tr td.disabled, #dateRangeParent .daterangepicker .calendar.left .table-condensed tr td.disabled, .daterangepicker option.disabled {
  text-decoration: none;
}

/* datepicker End */
.filter_cont_v2 .fitler_dd .ui-autocomplete.ui-menu {
  width: calc( 100% - 40px) !important;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0 !important;
  right: 0 !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
}

.search_form {
  width: 100%;
  display: inline-flex;
}

.dropdown-menu {
  display: none;
}

/* search RHS Start */
.simple_list_wp {
  margin-bottom: 10px;
  padding-left: 10px;
}

.simple_list {
  list-style: none;
}

.simple_list li {
  display: inline-block;
  width: 100%;
}

.simple_list li a {
  font-size: 14px;
  color: #666666;
  padding: 6px 0;
  box-sizing: border-box;
  display: inline-block;
}

.simple_list_wp .simple_list_heading {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  cursor: default;
}

/* search RHS End */
.overlay_v3 {
  z-index: 101;
}

@media only screen and (min-width: 768px) {
  .search_result_tabCont {
    float: left;
    width: 648px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .search_result_tabCont.no_results {
    width: 100%;
    padding: 0;
  }
  .container_v2 .searchV2 {
    width: 929px;
  }
  /* search_v2 */
  .search_inp_wrp {
    padding: 20px 23px 0;
  }
  .searchV2 {
    padding: 15px 15px 0 0;
  }
  .search_inp_row {
    background: #ffffff;
    padding: 10px;
  }
  .search_btn_right {
    width: 128px;
    height: 50px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .search_inp_left {
    float: left;
    width: calc(100% - 128px);
    border: 1px solid #cccccc;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .search_inp_left input {
    margin-left: 5px;
  }
  /* search filter */
  .filter_select {
    background: #ffffff;
    border: 1px solid #999999;
    margin-left: 10px;
  }
  .filter_select .filter_sub_hd {
    padding: 5px 6px 5px;
    display: block;
    cursor: pointer;
  }
  .fitler_dd {
    position: absolute;
    background: #ffffff;
    width: 260px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #c1c1c1;
    top: 28px;
    right: 0;
    max-height: 400px;
    min-height: 150px;
    overflow-y: scroll;
    z-index: 3;
  }
  /* result_container start */
  .result_container {
    margin-top: 15px;
  }
  .select_list_container {
    width: 264px;
    float: left;
    width: 29%;
  }
  .select_list li.act .select_arrow {
    display: block;
  }
  .select_list li.act a {
    font-weight: 700;
    color: #333333;
  }
  .select_list li .count {
    float: right;
  }
  .search_list li .user_display_row .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .search_list li .user_display_row .link {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .equal_column_wp {
    display: flex;
  }
  .equal_column {
    flex-grow: 1;
    padding-left: 10px;
  }
  .user_display.var_2 {
    padding-left: 66px;
  }
  /* result_container End*/
  .search_list > li .equal_column {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .container_v2 .searchV2 {
    width: 734px;
  }
  .search_result_tabCont {
    width: 514px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .filter_cont_v2.var_2 {
    margin-top: 10px;
  }
  /* offers Start */
  .dashboard_v3.contentList2.offers > li .templet_1 .left {
    width: 200px;
    height: 100px;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .right {
    margin-left: 210px;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .company_name {
    width: 125px;
  }
  /* offers End */
  /* Serach Event Started */
  .bottom_actions_wp .show_info_wp {
    width: 65%;
  }
  .bottom_actions_wp .action_list_text {
    width: 35%;
  }
  /* Serach Event End */
  /* Search Group Started */
  /*.equal_column .title { width: 25%;}*/
  .box_strutr_outer .equal_column:first-child .title {
    padding-right: 5px;
  }
  .equal_column .des_title {
    width: 54%;
  }
  /* Search Group End */
  /* search result company enhanc 25/05/2018 start */
  .search_list > li .equal_column_wp .equal_column .img_wp {
    width: 100px;
    height: 100px;
  }
  .text_wp_2 {
    padding-left: 110px;
  }
  /* search result company enhanc 25/05/2018 End */
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container_v2 .searchV2 {
    width: 100%;
  }
  .search_result_tabCont {
    width: 516px;
    padding-left: 10px;
  }
  .daterangepicker.opensright::before {
    left: inherit !important;
    right: 9px;
  }
  .daterangepicker.opensright::after {
    left: inherit !important;
    right: 10px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .search_result_tabCont #srresult {
    margin-top: 0;
  }
  .container_v2 .searchV2 {
    width: 100%;
  }
  /* search_v2 */
  .searchWp {
    width: 94%;
    height: 100%;
    position: relative;
    padding: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
  }
  /* old class in mobile */
  .search_inp_wrp {
    margin-top: 10px;
  }
  .search_inp_row {
    border: 1px solid #000000;
    background-color: #ffffff;
    margin-top: 10px;
  }
  .search_inp_left {
    width: calc(100% - 30px);
    font-size: 14px;
  }
  .search_inp_left input {
    width: 100%;
    padding: 9px 10px 8px 10px;
  }
  .search_btn_right {
    width: auto;
    height: auto;
    min-width: inherit;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 5px;
    background: transparent;
    border: none;
  }
  .search_btn_right .serchIc:before {
    color: #000000;
    font-size: 22px;
  }
  .search_btn_right.btn:before {
    background: transparent;
  }
  .search_btn_right.btn:hover:before {
    background: transparent;
  }
  .recent_res_text .recent_src_hd {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search_inp_wrp .inp_search_wp .serchIc:before {
    font-size: 22px;
  }
  /* search filter */
  .hideDeskTab {
    display: block;
  }
  .hideMob {
    display: none !important;
  }
  .filter_downArr {
    display: none;
  }
  .filter_mob, .fitler_dd {
    display: block;
  }
  .filter_cont_v2 {
    display: none;
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: 11;
    padding-bottom: 40px;
  }
  .filter_row {
    background: #ffffff;
    box-shadow: 0 0 3px #c1c1c1;
    margin-top: 18px;
    padding: 4px 10px 9px;
    box-sizing: border-box;
  }
  .fitler_dd {
    padding: 0;
    z-index: inherit;
  }
  .filter_select {
    width: 100%;
  }
  .filter_sub_hd {
    display: block;
    margin-bottom: 12px;
  }
  .filter_sub_hd span {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
  }
  .filter_select_wrp .filter_select {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 14px;
  }
  .filter_select_wrp .filter_select:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .filter_label {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .filter_label span {
    display: inline-block;
  }
  .filter_cont_v2 .clsBtn_000 {
    margin-top: 3px;
  }
  .filter_select.act {
    border: transparent !important;
  }
  .filter_row .filter_ser_res {
    color: #999999;
    font-size: 12px;
    margin-top: 9px;
  }
  .filter_cont_v2 .filter_label {
    margin-bottom: 11px;
  }
  .filter_cont_v2 .fitler_dd .ui-autocomplete.ui-menu {
    width: 100% !important;
    z-index: 2;
  }
  .filter_cont_v2 .fitler_dd .ui-autocomplete.ui-menu .ui-menu-item {
    padding: 10px;
    font-size: 13px;
  }
  #SrFilterdd.fitler_dd, #SrFilterind.fitler_dd {
    z-index: 5;
    background-color: #ffffff !important;
  }
  /* Calendar Started */
  #dateRangeParent .daterangepicker {
    width: 100%;
  }
  #dateRangeParent .daterangepicker .calendar.left, #dateRangeParent .daterangepicker .calendar.right {
    width: 100%;
  }
  #dateRangeParent .daterangepicker .calendar.right {
    border-left: 1px solid #000000;
  }
  /* Calendar End */
  .search_list > li.no_results, .contentList2 > li.no_results, .search_result_tabCont .search_v2_post .dashboard_v3.contentList2 > li.no_results {
    padding: 10px;
  }
  #srresult.contentList2.dashboard_v3 li .userDisplay, #srresult.contentList2.dashboard_v3 li .single_cont .disc_content {
    padding-left: 0;
    padding-right: 0;
  }
  #srresult.contentList2.dashboard_v3 li .dash_content {
    width: 100%;
  }
  #srresult.contentList2.dashboard_v3 li .single_cont.dash_content .row_v2.action_row {
    width: 100%;
  }
  /* result_container start */
  .result_container {
    margin-top: 10px;
  }
  .select_list_container {
    width: 100%;
  }
  .select_header {
    display: none;
  }
  .select_list li:first-child {
    border-top: none;
  }
  .select_header_v2 {
    position: relative;
  }
  .select_header_v2 a {
    font-size: 14px;
    color: #333333;
    padding: 12px;
    font-weight: 700;
    cursor: pointer;
    display: block;
  }
  .select_header_v2 .down_arrow {
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000000;
    position: absolute;
    top: 17px;
    right: 10px;
  }
  .select_header_v2.act .down_arrow {
    border-bottom: 8px solid #000000;
    border-left: 5px solid  transparent;
    border-right: 5px solid transparent;
    border-top: none;
  }
  .slct_div .count, .select_list li .count {
    margin-left: 10px;
    color: #999999;
  }
  .act .slct_div {
    box-shadow: 1px 1px 10px #acacac;
  }
  .select_list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 3px 8px #acacac;
  }
  .search_list > li {
    padding: 10px;
  }
  .user_display .text_wp {
    padding-left: 56px;
  }
  .user_display {
    padding: 0;
  }
  .user_display.var_2 {
    width: calc(100% - 25px);
  }
  .ud_company {
    position: relative;
  }
  /*.ud_company .vrifdIc{position: absolute; top: -7px; left: -17px; margin: 0;}*/
  .search_list > li .user_display_row .btn {
    float: right;
    background: no-repeat;
    border: none;
    width: auto;
    min-width: auto;
    height: auto;
    line-height: inherit;
    padding: 0;
    margin: 13px 0 0 0;
    width: 23px;
    height: 23px;
    overflow: hidden;
    color: transparent;
  }
  .search_list > li .user_display_row .btn::after {
    content: "\e91d";
    font-size: 23px;
    color: #777777;
    position: absolute;
    top: 0;
    left: 0;
  }
  .search_list > li .user_display_row .btn.invite::after {
    content: "\e90f";
    font-size: 23px;
    color: #777777;
  }
  .search_list > li .user_display_row .btn:hover:before {
    background: none;
  }
  .search_list li .user_display_row .link {
    margin-top: 10px;
    display: block;
  }
  .equal_column_wp .equal_column:first-child {
    margin-bottom: 10px;
  }
  .user_display .vrifdIc {
    left: -22px;
  }
  .ud_company_text {
    width: auto;
    padding: 0;
    margin: 0;
    font-style: inherit;
  }
  .ud_company_text_wp {
    display: inherit;
  }
  .user_display .text_wp .ud_company_text {
    width: 100%;
  }
  .app_platform .user_display .text_wp .ud_company_text {
    white-space: initial;
  }
  .paragraph_2 {
    max-height: inherit;
  }
  .search_list > li .user_display_row .btn, .search_list > li .user_display_row .btn.invite {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* result_container End*/
  /* offers Start */
  .container_v2 .search_result_tabCont .contentList2.dashboard_v3 > li {
    padding: 10px;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .left {
    width: 100%;
    max-height: 300px;
    height: auto;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .right {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .logoCnt_3 {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .right .imgHldrLogo .company_name {
    float: none;
    width: 100%;
    text-align: center;
  }
  .dashboard_v3.contentList2.offers > li .templet_1 .right .tagHdng {
    text-align: center;
  }
  /* offers End */
  /* Serach Event Started */
  .box_structure_wp, .box_structure_wp, .box_strutr_outer {
    padding: 0;
  }
  .box_structure_wp .col_left_wp {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
  }
  .col_right_wp .result_hd {
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    white-space: normal;
    text-overflow: inherit;
  }
  .box_structure_wp .col_right_wp .event_info_wp {
    padding-left: 0;
    float: left;
  }
  .box_structure_wp .col_right_wp .event_info_wp p {
    font-size: 12px;
    line-height: 15px;
  }
  .box_structure_wp .col_right_wp .desc_text_v2 {
    height: auto;
    padding-left: 0;
    float: left;
    font-size: 12px;
    line-height: 15px;
  }
  .bottom_actions_wp {
    float: left;
    width: 100%;
    display: inherit;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .bottom_actions_wp .show_info_wp {
    width: 100%;
    float: left;
    display: inherit;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .show_info_wp .show_info_link {
    width: 65%;
  }
  .show_info_wp .image_list {
    margin-top: 0;
  }
  .bottom_actions_wp .action_list_text {
    width: 100%;
    display: inherit;
    float: right;
    margin-right: -10px;
  }
  /* Serach Event End */
  /* Search Group Started */
  .col_right_wp .industy {
    padding-left: 0;
    float: left;
  }
  .col_right_wp .text_info_wrap {
    padding-left: 0;
    float: left;
  }
  .box_strutr_outer .desc_text_v2 {
    height: auto;
  }
  .box_structure_wp.var_1 .col_right_wp .result_hd {
    padding-right: 0;
  }
  .box_strutr_outer .equal_column {
    width: 100%;
    margin-top: 10px;
  }
  .equal_column .title {
    width: 100%;
    padding-right: 0;
  }
  .equal_column .des_title {
    height: auto;
    width: 100%;
  }
  .bottom_actions_wp .btn {
    position: relative;
    float: right;
    top: inherit;
    right: inherit;
  }
  /* Search Group End */
  .filter_cont_v2, .filter_inn_cont {
    width: 100%;
  }
  .search_result_tabCont .search_v2_post .dashboard_v3.contentList2 > li {
    padding: 13px 10px 0 10px;
  }
  .search_result_tabCont .search_v2_post .dashboard_v3.contentList2 > li .single_cont {
    margin-bottom: 0;
  }
  .search_result_tabCont .search_v2_article .dashboard_v3.contentList2 > li {
    padding: 5px 0 0 0;
  }
  .filter_inn_cont .filter_select .filter_sub_hd {
    pointer-events: none;
    cursor: default;
    padding-left: 6px;
  }
  /* search result company enhanc 25/05/2018 start */
  .search_list > li .equal_column_wp .equal_column .img_wp {
    width: 70px;
    height: 70px;
  }
  .text_wp_2 {
    padding-left: 80px;
  }
  /* search result company enhanc 25/05/2018 End */
}

@media only screen and (min-width: 0) and (max-width: 565px) {
  /* datepicker start */
  .daterangepicker {
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
  }
  .daterangepicker .calendar.left, .daterangepicker .calendar.right {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
  .daterangepicker .calendar.right {
    border-left: 1px solid #000000;
    margin-top: 2px;
  }
  /* datepicker End */
}

/* people start */
.search_list.people > li .ud_company .ud_company_text .at {
  float: left;
  margin: 0 5px 0 0;
}

.search_list.people > li .ud_company .ud_company_text {
  margin-bottom: 5px;
  font-style: inherit;
  margin-top: 5px;
}

.search_list.people > li .ud_company .ud_company_text .verify_company {
  float: left;
  margin-right: 5px;
}

.search_list.people > li .ud_company .ud_company_text .verify_company:before {
  font-size: 16px;
  color: #86ce32;
}

.search_list.people > li .ud_company .ud_company_name {
  margin-top: 0;
}

.search_list.people > li .user_display .text_wp .city_country.ud_company_text:before {
  margin-right: 5px;
}

.search_list.people > li .user_display_row .user_display .text_wp .keyIc {
  width: 15px;
  float: left;
  height: 15px;
  margin-left: 5px;
}

.search_list.people > li .user_display_row .basetxtleft.txt {
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .search_list.people > li .user_display_row .btn_v2 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .user_display_row .link.store_text {
    top: 60px !important;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .search_list.people > li .user_display_row .btn_v2 {
    margin-top: 5px;
  }
}

/* people End */
@media only screen and (min-width: 768px) {
  .dtfilter .fitler_dd {
    overflow: inherit;
  }
}

.box_structure_wp.var_1 .col_right_wp .blue_tick_wrp {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 110px);
  padding-left: 20px;
}

.box_structure_wp.var_1 .col_right_wp .blue_tick_wrp .result_hd {
  float: left;
  padding: 0;
  max-width: calc(100% - 25px);
}

.box_structure_wp.var_1 .col_right_wp .blue_tick {
  float: left;
}

@media only screen and (max-width: 767px) {
  .box_structure_wp.var_1 .col_right_wp .blue_tick_wrp {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .box_structure_wp.var_1 .col_right_wp .blue_tick_wrp .result_hd {
    float: left;
    padding: 0;
    max-width: calc(100% - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .vietnamese_lang_body #search_body .search_inp_row .search_form .search_btn_right {
    width: 136px;
  }
}

/* search category and brands start */
#search_body .result_container .select_list_container {
  box-shadow: none;
}

#search_body .result_container .select_list_container .select_list_container_inner {
  width: 100%;
  box-shadow: 0 0 3px #cec9c9;
}

#listing-filters {
  display: flex;
  flex-flow: column;
}

#listing-filters .lfhd {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  margin-top: 20px;
}

#listing-filters .lfhd.v2 {
  margin: 0;
}

#listing-filters .cb_list {
  list-style: none;
  padding-left: 10px;
  max-height: 300px;
  overflow: auto;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 20px;
}

#listing-filters .cb_list li a, #listing-filters .cb_list li label {
  font-size: 14px;
  color: #666666;
  padding: 5px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .container_main #CONT_SEARCH.container .container_v2 #search_body.colLef.searchV2.boxShdw .search_inp_row .search_form .search_btn_right.btn {
    top: 26px;
    right: 15px;
  }
}

/* search category and brands End */
