:root {
  --main_color: #ED1C24;
  --dark_main_color: #D80500;
  --black_color: #000000;
  --white_color: #fff;
  --box_shadow_1: 0px 9px 25px rgba(0, 0, 0, 0.16);
  --box_shadow_2: 0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  --box_shadow_3: 0px 3px 6px rgba(0, 0, 0, 0.16);
  --box_shadow_4: 0 0 6px rgba(0, 0, 0, 0.05);
  --box_shadow_5: 0px 6px 11px rgba(0, 0, 0, 0.20);

  --color_rating_0_1: #FF0E00;
  --color_rating_0_2: #FF1305;
  --color_rating_0_3: #FF180B;
  --color_rating_0_4: #FF1E11;
  --color_rating_0_5: #FF2316;
  --color_rating_0_6: #FF281C;
  --color_rating_0_7: #FF2E22;
  --color_rating_0_8: #FF3327;
  --color_rating_0_9: #FF382D;
  --color_rating_1_0: #FF3E33;

  --color_rating_1_1: #FF3E33;
  --color_rating_1_2: #FF4E33;
  --color_rating_1_3: #FF5E34;
  --color_rating_1_4: #FF6F35;
  --color_rating_1_5: #FF7F36;
  --color_rating_1_6: #FF9037;
  --color_rating_1_7: #FFA038;
  --color_rating_1_8: #FFB139;
  --color_rating_1_9: #FFC13A;
  --color_rating_2_0: #FFD23B;

  --color_rating_2_1: #FFD23B;
  --color_rating_2_2: #FFCC3B;
  --color_rating_2_3: #FFC63B;
  --color_rating_2_4: #FFC03B;
  --color_rating_2_5: #FFBA3B;
  --color_rating_2_6: #FFB43B;
  --color_rating_2_7: #FFAE3B;
  --color_rating_2_8: #FFA83B;
  --color_rating_2_9: #FFA23B;
  --color_rating_3_0: #FF9D3B;

  --color_rating_3_1: #FF9D3B;
  --color_rating_3_2: #F6A13D;
  --color_rating_3_3: #EDA540;
  --color_rating_3_4: #E4AA43;
  --color_rating_3_5: #db7545;
  --color_rating_3_6: #e46420;
  --color_rating_3_7: #e9813c;
  --color_rating_3_8: #eb7419;
  --color_rating_3_9: #ccda38;
  --color_rating_4_0: #b9dc2d;

  --color_rating_4_1: #AEC553;
  --color_rating_4_2: #86c370;
  --color_rating_4_3: #7fc256;
  --color_rating_4_4: #62c160;
  --color_rating_4_5: #73cd47;
  --color_rating_4_6: #66cb47;
  --color_rating_4_7: #45cc3b;
  --color_rating_4_8: #46b926;
  --color_rating_4_9: #42bd20;
  --color_rating_5_0: #1fc70c;
}

.d_flex {
  display: flex;
}

.d_flex_fdc {
  display: flex;
  flex-direction: column;
}

.d_flex_fww {
  display: flex;
  flex-wrap: wrap;
}

.d_flex_jcc_aic_fdc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.d_flex_jcc_aic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d_flex_jcsb_aic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.width_full {
  width: 100%;
}

.rh-container .rh-container {
  padding: 0px !important;
}


/* Featured Products start */
.sec_widget {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}

.sec_widget_wrraper {
  width: 100%;
}

.df_sec_widget {
  margin-bottom: 30px;
}

.widget_hed {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.widget_hed::after {
  content: '';
  width: 100px;
  height: 5px;
  background: var(--dark_main_color);
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.widget_hed strong {
  font-weight: bold;
}

.widget_hed_link {
  cursor: pointer;
  color: var(--dark_main_color);
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}

.widget_hed_link:hover {
  color: #000;
}

.featured_products_carousel {
  width: calc(100% + 20px);
  margin-left: -1%;
}

.featured_products_item,
.featured_products_item_content {
  width: 100%;
}

.featured_products_item {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 10px;
}

.featured_products_item_content {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.featured_products_item_content:hover {
  box-shadow: var(--box_shadow_5);
}

.featured_products_item_img {
  width: 100%;
  overflow: hidden;
  border-radius: 14px 14px 0px 0px;
}

.featured_products_item_img img {
  width: 100%;
  max-height: 130px;
  min-height: 130px;
  object-fit: fill;
}

.featured_products_item_info {
  gap: 5px;
  padding: 18px 15px;
}

.featured_products_item_brand {
  min-height: 30px;
  display: flex;
  align-items: center;
}

.featured_products_item_brand img {
  width: auto;
  max-height: 30px;
}

.featured_products_item_name {
  font-size: 17px;
  line-height: normal;
  color: var(--black_color);
  width: 100%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec_widget {
    margin-bottom: 30px;
  }

  .widget_hed {
    align-items: flex-start;
  }

  .featured_products_carousel {
    width: calc(100% + 5px);
    margin-left: -5px;
  }

  .featured_products_item {
    padding: 0px 5px;
  }

  .featured_products_carousel .owl-stage {
    padding-left: 0px !important;
  }

  .featured_products_item_img img {
    max-height: none;
    min-height: auto;
  }

}

/* Featured Products end */

/* Searched By Category start */

.searched_category_list_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.searched_category_list_item a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.searched_category_list_icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* border: 2px dotted #aeaeae; */
  border-radius: 100%;
  position: relative;
  /* padding: 12px; */
}

.searched_category_list_icon img {
  max-height: 90px;
}

.searched_category_list_title {
  font-size: 17.5px;
  margin: 0;
  color: #666;
  font-weight: 500 !important;
  font-style: italic;
  line-height: 20px;
}

.searched_category_list_title i {
  color: #333;
  font-size: 14px;
  display: block;
  white-space: break-spaces;
}

/* .searched_category_list_item:hover .searched_category_list_icon {
  border-color: var(--dark_main_color);
  box-shadow: 0px 3px 8px rgba(255, 6, 0, 0.15);
} */

.searched_category_list_item:hover .searched_category_list_title,
.searched_category_list_item:hover .searched_category_list_title i {
  color: var(--dark_main_color);
  font-weight: bold;
}

.searched_category_list_sale_item .searched_category_list_icon {
  background: var(--dark_main_color);
  color: var(--white_color);
  border: 2px solid var(--dark_main_color);
  font-size: 30px;
}

.searched_category_list_icon b {
  font-size: 12px;
  background: var(--black_color);
  padding: 4px 10px;
  border-radius: 25px;
  position: absolute;
  left: -10px;
  top: 10px;
  line-height: normal;
}

.tp_searched_category_list .owl-stage {
  padding-left: 0px !important;
}


@media only screen and (max-width: 767px) {
  .sbc_sec_widget {
    margin-bottom: 35px;
  }

  .searched_category_list_item a {
    gap: 7px;
  }

  .searched_category_list_icon {
    width: 90px;
    height: 90px;
    padding: 0px;
    border: none;
  }

  .searched_category_list_icon img {
    max-height: 90px;
  }

  .searched_category_list_title {
    font-size: 16px;
  }

  .tp_searched_category_list .owl-stage {
    padding-left: 0px !important;
  }

  .searched_category_list_item {
    padding: 0px 10px;
  }
}

/* Searched By Category end */

/* Top Products start */
.top_products_carousel {
  width: 100%;
  width: calc(100% + 20px);
  margin-left: -1%;
}

.top_products_carousel .owl-stage {
  padding-left: 0px !important;
}

.top_products_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 10px;
}

.top_products_item a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top_products_item a {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 6px;
  padding-bottom: 14px;
  text-align: center;
  line-height: normal;
}

.top_products_item a:hover {
  box-shadow: var(--box_shadow_5);
}

.top_products_img {
  margin-bottom: 7px;
}

.top_products_img img {
  border-radius: 10px;
  width: 100%;
  margin: auto;
  min-height: 160px;
  max-height: 160px;
  object-fit: cover;
}

.top_products_content {
  flex-direction: column;
  font-weight: bold;
}

.top_products_brand {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

.top_products_under {
  font-size: 15px;
  color: #5A5A5A;
  font-style: italic;
  text-transform: uppercase;
}

.top_products_rate {
  font-size: 27px;
  color: var(--dark_main_color);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_products_rate span {
  font-size: 18px;
  margin-top: -4px;
}


@media only screen and (max-width: 767px) {

  .top_products_carousel {
    width: calc(100% + 5px);
    margin-left: -5px;
  }

  .top_products_carousel .owl-stage {
    padding-left: 0px !important;
  }

  .top_products_item {
    padding: 0px 5px;
  }

  .top_products_img img {
    min-height: 0px;
    max-height: 143px;
  }
}

/* Top Products end */

/* Hot Deals start */
.hd_sec_widget .widget_hed {
  margin-bottom: 18px;
}

/* tabs start */
.hotdeals_tab_main {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.hotdeals_tab_list {
  width: 100%;
  margin-bottom: 25px;
}

.hotdeals_tab_list ul {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 0px !important;
}

.hotdeals_tab_list ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.hotdeals_tab_list ul::-webkit-scrollbar-track {
  background: #DFDFDF;
}

.hotdeals_tab_list ul::-webkit-scrollbar-thumb {
  background: var(--dark_main_color);
  background: none;
}

.hotdeals_tab_list ul li {
  list-style: none !important;
  margin: 0px !important;
}

.hotdeals_tab_link {
  font-size: 13.45px;
  font-weight: 500;
  padding: 3px 8px;
  color: #BFBFBF;
  cursor: pointer;
  position: relative;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
}

.hotdeals_tab_link.hotdeals_tab_link_active,
.hotdeals_tab_link:hover {
  color: var(--dark_main_color);
  border-color: var(--dark_main_color);
  background: #FFDEDE;
}

.hotdeals_tab_content_list {
  position: relative;
}

.hotdeals_tab_content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.hotdeals_tab_content.hotdeals_tab_content_active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

/* tabs end */
.hotdeals_tab_content_list {
  min-height: 298px;
}

.hotdeals_carousel {
  width: 100%;
  width: calc(100% + 20px);
  margin-left: -1%;
}

.hotdeals_carousel .owl-stage {
  padding-left: 0px !important;
}

.hotdeals_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 10px;
}

.hotdeals_item_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
  line-height: normal;
  border: 1px solid #DBDBDB;
  border-radius: 14px;
  padding: 20px 12px 15px 12px;
  min-height: 282px;
  position: relative;
}

.hotdeals_item_box:hover {
  box-shadow: var(--box_shadow_5);
}

.hotdeals_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 160px;
}

.hotdeals_img img {
  object-fit: contain;
  max-height: 160px;
  margin: auto;
  object-fit: contain;
}

.hotdeals_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotdeals_name {
  font-size: 18px;
  color: var(--black_color);
  width: 100%;
  min-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

.hotdeals_rate {
  font-size: 22px;
  color: var(--dark_main_color);
  width: 100%;
  display: flex;
  gap: 3px;
  justify-content: center;
  line-height: normal;
  font-weight: 600;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.hotdeals_rate span {
  font-size: 13px;
  margin-top: 4px;
}

.d_offer_widget {
  font-size: 11px;
  line-height: normal;
  padding: 2px 10px;
  background: #eee;
  color: #333;
  position: absolute;
  left: 12px;
  top: 12px;
  font-weight: 500;
  border-radius: 10px;
}

.d_score_widget {
  font-size: 9px;
  line-height: 12px;
  padding: 3px 3px 4px 3px;
  background: #ff0e00;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-radius: 5px;
  min-height: 0px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
}

.d_score_widget span {
  font-size: 12px;
  font-weight: bold;
  min-height: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .hotdeals_tab_content_list {
    min-height: 295px;
  }

  .hotdeals_carousel {
    width: calc(100% + 5px);
    margin-left: -5px;
  }

  .hotdeals_carousel .owl-stage {
    padding-left: 0px !important;
  }

  .hotdeals_item {
    padding: 0px 5px;
  }

  .d_offer_widget {
    left: 10px;
    top: 10px;
  }

  .d_score_widget {
    right: 10px;
    top: 10px;
    font-size: 8px;
    width: 38px;
    height: 34px;
  }

  .d_score_widget span {
    font-size: 10px;
  }

  .hotdeals_item_box {
    padding: 16px 10px;
    min-height: 280px;
  }

  .top_products_brand {
    font-size: 14.5px;
  }

  .top_products_under {
    font-size: 14px;
  }

  .top_products_rate {
    font-size: 25px;
  }

  .hotdeals_tab_link {
    color: #555555;
  }

}

/* Hot Deals end */

/* Rating Color Code start */
.digit_rating_main.performance_0_0 {
  background: var(--color_rating_0_1);
}

.digit_rating_main.performance_0_1 {
  background: var(--color_rating_0_1);
}

.digit_rating_main.performance_0_2 {
  background: var(--color_rating_0_2);
}

.digit_rating_main.performance_0_3 {
  background: var(--color_rating_0_3);
}

.digit_rating_main.performance_0_4 {
  background: var(--color_rating_0_4);
}

.digit_rating_main.performance_0_5 {
  background: var(--color_rating_0_5);
}

.digit_rating_main.performance_0_6 {
  background: var(--color_rating_0_6);
}

.digit_rating_main.performance_0_7 {
  background: var(--color_rating_0_7);
}

.digit_rating_main.performance_0_8 {
  background: var(--color_rating_0_8);
}

.digit_rating_main.performance_0_9 {
  background: var(--color_rating_0_9);
}

.digit_rating_main.performance_1_0 {
  background: var(--color_rating_1_0);
}

.digit_rating_main.performance_1_1 {
  background: var(--color_rating_1_1);
}

.digit_rating_main.performance_1_2 {
  background: var(--color_rating_1_2);
}

.digit_rating_main.performance_1_3 {
  background: var(--color_rating_1_3);
}

.digit_rating_main.performance_1_4 {
  background: var(--color_rating_1_4);
}

.digit_rating_main.performance_1_5 {
  background: var(--color_rating_1_5);
}

.digit_rating_main.performance_1_6 {
  background: var(--color_rating_1_6);
}

.digit_rating_main.performance_1_7 {
  background: var(--color_rating_1_7);
}

.digit_rating_main.performance_1_8 {
  background: var(--color_rating_1_8);
}

.digit_rating_main.performance_1_9 {
  background: var(--color_rating_1_9);
}

.digit_rating_main.performance_2_0 {
  background: var(--color_rating_2_0);
}

.digit_rating_main.performance_2_1 {
  background: var(--color_rating_2_1);
}

.digit_rating_main.performance_2_2 {
  background: var(--color_rating_2_2);
}

.digit_rating_main.performance_2_3 {
  background: var(--color_rating_2_3);
}

.digit_rating_main.performance_2_4 {
  background: var(--color_rating_2_4);
}

.digit_rating_main.performance_2_5 {
  background: var(--color_rating_2_5);
}

.digit_rating_main.performance_2_6 {
  background: var(--color_rating_2_6);
}

.digit_rating_main.performance_2_7 {
  background: var(--color_rating_2_7);
}

.digit_rating_main.performance_2_8 {
  background: var(--color_rating_2_8);
}

.digit_rating_main.performance_2_9 {
  background: var(--color_rating_2_9);
}

.digit_rating_main.performance_3_0 {
  background: var(--color_rating_3_0);
}

.digit_rating_main.performance_3_1 {
  background: var(--color_rating_3_1);
}

.digit_rating_main.performance_3_2 {
  background: var(--color_rating_3_2);
}

.digit_rating_main.performance_3_3 {
  background: var(--color_rating_3_3);
}

.digit_rating_main.performance_3_4 {
  background: var(--color_rating_3_4);
}

.digit_rating_main.performance_3_5 {
  background: var(--color_rating_3_5);
}

.digit_rating_main.performance_3_6 {
  background: var(--color_rating_3_6);
}

.digit_rating_main.performance_3_7 {
  background: var(--color_rating_3_7);
}

.digit_rating_main.performance_3_8 {
  background: var(--color_rating_3_8);
}

.digit_rating_main.performance_3_9 {
  background: var(--color_rating_3_9);
}

.digit_rating_main.performance_4_0 {
  background: var(--color_rating_4_0);
}

.digit_rating_main.performance_4_1 {
  background: var(--color_rating_4_1);
}

.digit_rating_main.performance_4_2 {
  background: var(--color_rating_4_2);
}

.digit_rating_main.performance_4_3 {
  background: var(--color_rating_4_3);
}

.digit_rating_main.performance_4_4 {
  background: var(--color_rating_4_4);
}

.digit_rating_main.performance_4_5 {
  background: var(--color_rating_4_5);
}

.digit_rating_main.performance_4_6 {
  background: var(--color_rating_4_6);
}

.digit_rating_main.performance_4_7 {
  background: var(--color_rating_4_7);
}

.digit_rating_main.performance_4_8 {
  background: var(--color_rating_4_8);
}

.digit_rating_main.performance_4_9 {
  background: var(--color_rating_4_9);
}

.digit_rating_main.performance_5_0 {
  background: var(--color_rating_5_0);
}

/* Rating Color Code end */


/* Loader Start*/
.loader_widget {
  position: absolute;
  display: none;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  min-height: 317px;
  z-index: 1;
  /* background: rgb(255 255 255 / 50%); */
}

.loader_widget_active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.loader {
  border: 4px solid rgba(216, 5, 0, 0.2);
  border-top: 4px solid #D80500;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Loader End*/



/* New Design Start */

/* digit Finder start */
.df_sec_widget {
  width: 100%;
}

.topWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px 0px 0px;
  justify-content: space-between;
}

.digitFinder {
  display: flex;
  flex-direction: column;
  padding: 25px 22px 30px 22px;
  background: #fff url("../images/digitAIFinderBg.png") no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 73%;
  justify-content: center;
  gap: 25px;
  margin: 0px;
}

.digitFinderLogo {
  text-align: center;
}

.digitFinderLogo img {
  max-height: 55px;
}

.search_icon img {
  filter: brightness(0) saturate(100%) invert(40%);
  max-height: 20px;
  width: auto;
}

.ai_submit_icon {
  position: absolute;
  right: 1px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: none;
  border: none;
  outline: none;
}
.ai_submit_icon img {
  width: auto;
  max-height: 16px;
}

.cat_tab_main {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.cat_tab_list {
  margin-bottom: 20px;
}

.cat_tab_list ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  gap: 45px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cat_tab_list ul::-webkit-scrollbar {
  height: 0px;
}

.cat_tab_list ul::-webkit-scrollbar-track {
  background: none;
}

.cat_tab_list ul::-webkit-scrollbar-thumb {
  background: none;
}

.cat_tab_link {
  cursor: pointer;
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
  position: relative;
  border-bottom: 3px solid transparent;
  position: relative;
}

.cat_tab_link.cat_tab_link_active {
  color: #D80500;
  font-weight: 600;
  border-bottom: 3px solid #D80500;
}

.cat_tab_content_list {
  position: relative;
  width: 100%;
}

.cat_tab_content {
  display: none;
}

.cat_tab_content.cat_tab_content_active {
  display: block;
}

.searchbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  gap: 45px;
  position: relative;
}

.search_input {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 14px;
  position: relative;
}

.search_input input {
  padding: 9px 10px;
  background: none #fff;
  transition: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none !important;
  outline: none !important;
  color: #000;
  font-style: normal;
  background: none;
}

.search_input_list {
  position: absolute;
  top: 47px;
  z-index: 9;
  margin: auto;
  background: #fff;
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 25px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-right: 15px;
  max-height: 300px;
}

.search_input_list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search_input_list ul li {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.budget_dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
}

.budget_dropdown select {
  min-width: 150px;
  border: none;
  color: #999;
  background: none;
  box-shadow: none;
  outline: none;
  font-size: 15px;
  padding: 10px 0px;
  cursor: pointer;
}

.budget_dropdown select option {
  padding: 10px;
  line-height: 50px;
  margin: 40px;
}

.budget_icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #E50019;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_btn {
  background: #E50019;
  border: 1px solid #E50019;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  min-height: 50px;
  min-width: 160px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.search_btn:hover {
  background: #fff;
  color: #E50019;
}

.trending_searches {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}

.trending_searches_head {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.trending_searches_head img {
  width: auto;
  max-height: 29px;
  flex-shrink: 0;
}

.trending_searches_head h2 {
  font-size: 16px;
  font-weight: bold !important;
  margin: 0px;
}

.trending_searches_list {
  padding: 5px 0px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.trending_searches_list ul {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.trending_searches_list ul li a {
  font-size: 13px;
  padding: 7px 15px;
  color: #7D7D7D;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.trending_searches_list ul li a:hover {
  border: 1px solid #D80500;
  background: #FFDEDE;
  color: #434343;
}

.trending_searches_list::-webkit-scrollbar {
  height: 0px;
}

.trending_searches_list::-webkit-scrollbar-track {
  background: none;
  border: none;
}

.trending_searches_list::-webkit-scrollbar-thumb {
  background: none;
}

@media only screen and (max-width: 767px) {

  .cat_tab_link {
    color: #555555;
  }

  .trending_searches_list ul li a {
    color: #555555;
  }
}

/* digit Finder End */


/* Listing News Start */

.listing_news_item_box {
  width: 25.5%;
  display: flex;
  flex-direction: column;
}

.listing_news_item {
  width: 100%;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 14px;
  overflow: hidden;
}

.listing_news_item:hover {
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.212);
}

.listing_news_item_img {
  position: relative;
}

.listing_news_item_img img {
  max-height: 152px;
  width: 100%;
  object-fit: cover;
}

.listing_share_icon {
  position: absolute;
  right: 12px;
  top: 12px;
}

.listing_news_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  background: #e50019;
  border-radius: 0 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing_news_item_img .listing_share_icon img,
.listing_news_item_img .listing_news_icon img {
  width: auto;
  object-fit: contain;
}

.share_icons_main {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

.share_icons_main img {
  width: auto;
  object-fit: contain;
  max-height: 20px;
}

.share_icon {
  box-shadow: none;
  border: none;
  padding: 0px;
  background: none;
  outline: none;
  cursor: pointer;
}

.share_icons_box {
  display: none;
  padding: 6px 10px;
  gap: 12px;
  align-items: center;
  position: relative;
  border-radius: 4px;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgb(255 255 255 / 80%);
  box-shadow: 0px -2px 6px #00000029;

}

.share_icons_box::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  content: '';
  top: -5px;
  right: 10px;
}

.share_icons_box a {
  display: flex;
  align-items: center;
  min-height: 16px;
  min-width: 16px;
}

.share_icons_active .share_icons_box {
  display: flex;
}



.listing_news_item_content {
  padding: 10px 10px 13px 10px;
}

.listing_news_item_head {
  color: #E50019;
  font-size: 13px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

.listing_news_item_head a {
  color: #E50019;
  text-decoration: none;
}

.digit_lock_icon img {
  max-height: 19px;
}

.listing_news_item_info {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #000;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  padding-right: 13px;
}

.listing_news_item_info a {
  color: #000;
  text-decoration: none;
}

.listing_news_item_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 6px;
  font-size: 13px;
  font-style: italic;
}

.listing_news_item_detail a,
.listing_news_item_detail span {
  color: #000;
  text-decoration: none;
  padding: 4px 0px;
}



.listing_news_item_list {
  width: 73%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.listing_news_item_list .listing_news_item {
  width: calc(33.33% - 11px);
}

@media only screen and (max-width: 767px) {
  .listing_news_item_list .listing_news_item {
    width: 100%;
  }
}

/* Listing News End */


/* Ad start */
.bottomWrapper .adbox {
  width: 25.5%;
}

.adbox {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  max-width: 306px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
}

.adbox_head {
  font-size: 11px;
  color: #000;
  padding: 6px;
  text-align: center;
}

.adbox_body {
  width: 100%;
  display: flex;
}

.adbox_full {
  max-width: 728px;
  margin: auto;
}
.adbox_fullsize {
  max-width: 980px;
  margin: auto;
}
.adbox_fullsize .adbox_body {
  min-height: 0px;
}

.full_adbox {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

.full_adbox .adbox_body {
  justify-content: center;
  align-items: center;
}

.mt_mb_40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt_mb_30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb_10px {
  margin-bottom: 10px;
}

.mtb_25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Ad End */




/* Latest Review start */

.btm_cat_tab_main .cat_tab_list {
  margin-bottom: 18px;
}

.btm_cat_tab_main .cat_tab_list ul {
  justify-content: flex-start;
}

.btm_cat_tab_main .cat_tab_list ul .cat_tab_link {
  border: none;
  padding: 0px;
}

.all_hover_carousel {
  width: 100%;
  width: calc(100% + 20px);
  margin-left: -1%;
}

.all_hover_carousel .owl-stage {
  padding-left: 0px !important;
}

.carousel_item {
  margin-bottom: 15px;
  padding: 0 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .all_hover_carousel {
    width: calc(100% + 7px);
    margin-left: -7px;
  }

  .all_hover_carousel .owl-stage {
    padding-left: 0px !important;

  }

  .carousel_item {
    margin-bottom: 15px;
    padding: 0 7px;
  }
}

/* Latest Review end */


/* Featured Stories Start */
.fs_tab_content_list {
  background: #000;
  padding: 35px 0px 35px 25px;
  height: 290px;
  overflow: hidden;
}

.space_right_carousel .owl-stage {
  padding-left: 0px !important;
}

.fs_item,
.fs_item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  align-content: flex-start;
  background: #fff;
  position: relative;
}

.fs_item_img {
  width: 100%;
  position: relative;
}

.fs_item_img img {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
}

.fs_item_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
}

.fs_item_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #E50019;
  top: 10px;
  right: 10px;
  padding: 2px;
  border-radius: 1px;
}

.fs_item_icon img {
  width: auto;
  max-height: 15px;
  filter: brightness(0) invert(1);
}

.fs_item_content {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 12px;
}

.fs_item_cat {
  background: #E50019;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 1px 5px 2px 5px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.fs_item_title {
  color: #fff;
  min-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 500;
}

/* Featured Stories end */


/* Discover Product Range start */
.dpr_widget_wrraper {
  display: flex;
  gap: 16px;
  width: 100%;
}

.dpr_head {
  width: 100%;
  max-width: 260px;
  background: #FFEBEE;
  background: linear-gradient(180deg, rgb(255, 235, 238) 0%, rgba(255, 209, 219, 0.3) 28%, rgb(255, 193, 202) 60%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  min-height: 345px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 14px;
  flex-shrink: 0;
  margin-top: 44px;
}

.dpr_head strong {
  font-size: 40px;
  line-height: 40px;
  max-width: 90%;
  font-weight: bold;
}

.dpr_head p {
  font-size: 18px;
  line-height: 24px;
  max-width: 90%;
  font-style: italic;
}


.dpr_carousel_main {
  width: calc(100% - 276px);
}


.dpr_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 44px 8px 15px 8px;
}

.dpr_item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 14px;
  text-align: center;
  line-height: normal;
  padding: 10px;
  background: #FFEBEE;
  background: linear-gradient(180deg, rgb(255, 235, 238) 0%, rgba(255, 209, 219, 0.3) 28%, rgb(255, 193, 202) 60%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  min-height: 345px;
  background: url(https://static.digit.in/DPR_bg.png) bottom center;
  background-size: cover;
}

.dpr_item_img_box {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  background-image: url(https://static.digit.in/DPR_box_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dpr_item_img {
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  min-height: 276px;
  width: 100%;
  vertical-align: middle;
}

.dpr_item_img img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 246px;
  max-height: 280px;
  height: 280px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.dpr_item_title {
  display: flex;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.25px;
  font-weight: normal;
}

/* Discover Product Range end */



/* Monsoon Essentials start */
.me_sec_widget {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 0px 40px 0px;
  position: relative;
  margin: 0px !important;
  background-size: 100% !important;
}

/* .me_sec_widget::before {
  content: "";
  background: url(https://static.digit.in/Monsoon_BG_Desktop.png) no-repeat top center #e4f7fe;
  background: url(https://static.digit.in/Monsoon_BG_Mobile.png) no-repeat top center #e4f7fe;
  background: url("../images/Monsoon_BG_Desktop.png") no-repeat top center #e4f7fe;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70%;
  min-height: 350px;
} */

.me_sec_widget .widget_hed {
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-bottom: none;
}

.me_sec_widget .widget_hed::after {
  content: none;
}

.me_sec_widget .btm_cat_tab_main .cat_tab_list {
  margin-bottom: 23px;
}

.me_sec_widget .btm_cat_tab_main .cat_tab_link {
  color: #000000;
}

.me_sec_widget .btm_cat_tab_main .cat_tab_link.cat_tab_link_active {
  color: #004B68;
}


.me_item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.me_item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFF;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  text-align: center;
  line-height: normal;
  overflow: hidden;
  gap: 10px;
  padding: 18px 8px 15px 8px;
}

.me_item a:hover {
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.212);
}

.me_item_img {
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.1) 100%) 0% 0% no-repeat;
  border-radius: 10px;
  padding: 0px 18px 18px 18px;
}

.me_item_img img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 192px;
}

.fme_item_item_brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.fme_item_item_brand img {
  width: auto;
  height: auto;
  max-height: 30px;
  object-fit: contain;
}

/* Monsoon Essentials end */


/* Top Picks You Can’t Miss start */
.tp_sec_widget {
  background: #F9F9F9;
  padding: 40px 0px;
  margin: 0px !important;
}

/* Top Picks You Can’t Miss end */


/* Digit Binge start */
.db_sec_widget {
  background: #1b1f34;
  padding: 50px 0px 50px 0px;
  position: relative;
  margin: 0px !important;
}

.db_sec_widget::before {
  content: "";
  background: url(https://static.digit.in/digit_binge_bg.jpg) repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.db_sec_widget .widget_hed_link {
  color: #fff;
}

.db_sec_widget .btm_cat_tab_main .cat_tab_list {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.35);
}

.db_sec_widget .btm_cat_tab_main .cat_tab_link {
  color: #A7A7A7;
}

.db_sec_widget .btm_cat_tab_main .cat_tab_link.cat_tab_link_active {
  color: #fff;
}

.db_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFF;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  text-align: center;
  line-height: normal;
  overflow: hidden;
  gap: 10px;
  padding: 8px;
}

.db_item a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
}

.db_item_img_box {
  max-height: 215px;
  min-height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.db_item_img {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  height: 100%;
}

.db_item_img img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.db_item_info {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0%;
  color: #fff;
  padding: 8px;
  gap: 3px;
}

.db_item_info h3 {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.25px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.db_item_info p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.db_item_content {
  display: flex;
  align-items: center;
  background: #000000;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.5607843137);
  border-radius: 16px;
  min-height: 31px;
}

.db_item_rating_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(180deg, #E05B32 0%, #C4535E 100%) 0% 0%;
  border-radius: 16px;
  min-height: 31px;
  min-width: 50%;
  position: relative;
}

.db_item_rating_img img {
  width: auto;
  height: auto;
  max-height: 18px;
  object-fit: contain;
}

.db_item_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  padding: 0px 8px;
  font-size: 15px;
  gap: 5px;
}

.db_item_rating .db_star {
  font-size: 15px;
  color: #FEB024;
}

.db_item_rating_num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}

.db_item_rating_num span {
  font-size: 10px;
}

.db_rating {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.db_rating_num {
  background: rgb(0 0 0 / 75%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.db_rating .db_rating_img img {
  max-height: 20px;
}

/* Digit Binge end */


/* Our Latest Editions start */
.ole_sec_widget {
  padding: 50px 0px;
  position: relative;
  margin: 0px !important;
}

.ole_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFF125;
  border-radius: 10px;
  text-align: center;
  line-height: normal;
  overflow: hidden;
  padding: 0px;
}

.ole_item a:hover {
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.212);
}

.ole_item_img {
  max-height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.ole_item_img img {
  width: auto;
  height: auto;
}

.ole_item_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  gap: 2px;
  color: #000;
  overflow: hidden;
}

.ole_item_content h3 {
  position: relative;
  margin: 0px;
  font-size: 18px;
  line-height: normal;
  position: relative;
  font-weight: 700 !important;
}

.ole_item_content h3 span {
  display: inline-flex;
  background: #FFF125;
  padding: 1px 8px;
  overflow: hidden;
  height: 27px;
  justify-content: center;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; */
  position: relative;
  width: 90%;
}

.ole_item_content h3::before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: 5px;
  background: #fff;
  top: 11px;
  left: -10px;

}

.ole_item_content p {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* Our Latest Editions end */



/* Digit Shop Ad start */

.dsa_wrraper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.dsa_box {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #F05D6F;
  background: linear-gradient(180deg, #f05d6f 0%, #ec1d2e 100%);
  padding-right: 30px;
  width: 100%;
  max-width: 88%;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover !important;
  min-height: 185px;
}

.dsa_box img {
  width: auto;
  height: auto;
}

.dsa_percentage {
  position: relative;
}

.dsa_percentage::before,
.dsa_percentage::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 24px;
  background: #ffffff;
  border-radius: 100%;
  right: -7px;
  top: -12px;
}

.dsa_percentage::after {
  top: auto;
  bottom: -12px;
}

.dsa_percentage img {
  max-height: 185px;
}

.dsa_product img {
  max-height: 165px;
}

.dsa_logo img {
  max-height: 55px;
}

.dsa_info {
  display: flex;
  gap: 15px;
}

.dsa_content {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}

.dsa_content h3 {
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 10%, #b0cc84 60%, #b0cc84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.dsa_content p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
  margin: 4px 0px 8px 0px;
}

.dsa_usecode {
  background: #b0cc84;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 500;
}

.dsa_usecode strong {
  font-weight: 700;
}

/* Digit Shop Ad end */


/* Sticky Menu start */
.sticky_menu_btm {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgb(255 255 255 / 95%);
  box-shadow: 0px -2px 6px #00000029;
  height: 59px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px 15px 0px 0px;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.sticky_container {
  padding: 0px 15px;
  margin: auto;
  width: 100%;
}

.sticky_wrraper {
  width: 100%;
}

.sticky_wrraper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

.sticky_wrraper ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  min-width: 53px;
}

.sticky_wrraper ul li a:hover {
  color: #DA0500;
}

.sticky_wrraper ul li a img {
  width: auto;
  height: auto;
  max-height: 25px;
  min-height: 25px;
  object-fit: contain;
}

.sticky_wrraper ul li.sticky_topten_menu {
  position: relative;
  top: -12px;
  background: #eee;
  padding: 4px;
  border-radius: 100%;
  margin: 0px !important;
}

.sticky_wrraper ul li.sticky_topten_menu a {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: #DA0500;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
  justify-content: center;
}

.sticky_wrraper ul li.sticky_topten_menu a img {
  max-height: 58px;
}

/* Sticky Menu end */


/* Only for desktop start */
.home_mobile_show,
.mobile_show,
.sticky_menu_btm {
  display: none;
  opacity: 0;
}

/* Only for desktop end */

.listing_news_icon img {
  filter: brightness(0) invert(1);
}

.listing_news_icon img {
  max-height: 12px;
}

@media only screen and (max-width: 767px) {

  .sec_widget .rh-container,
  .listing_section .rh-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec_widget .rh-container .rh-container,
  .listing_section .rh-container .rh-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Only for mobile start */
  .budget_dropdown_hide_device,
  .home_desktop_show,
  .desktop_show,
  .search_btn_hide_device {
    display: none;
    opacity: 0;
  }

  .home_mobile_show,
  .mobile_show,
  .sticky_menu_btm {
    display: flex;
    opacity: 1;
  }


  /* Only for mobile end */

  /* Featured Article Start */
  .widget_hed {
    font-size: 20px;
  }

  .hometopWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* Featured Article End */

  /* digit Finder Start */
  .digitFinder {
    padding: 15px 15px 20px 15px;
    width: 100%;
    gap: 8px;
    border-radius: 13px;
    background: #f9f9f9;
    min-height: 253px;
  }

  .digitFinderLogo {
    text-align: left;
  }

  .digitFinderLogo img {
    max-height: 36px;
  }

  .cat_tab_list ul {
    justify-content: start;
    gap: 35px;
  }

  .digitFinder .cat_tab_list {
    margin-bottom: 15px;
  }

  .digitFinder .cat_tab_list ul {
    border-bottom: 1px solid #d5d5d5;
  }

  .digitFinder .cat_tab_link {
    border-bottom: 4px solid transparent;
  }

  .digitFinder .cat_tab_link.cat_tab_link_active {
    border-bottom: 4px solid #D80500;
  }



  .trending_searches {
    margin-top: 2px;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .trending_searches_head {
    min-height: 30px;
  }

  .trending_searches_head img {
    min-height: 29px;
  }

  .trending_searches_list {
    padding: 0px;
  }

  .trending_searches_list ul {
    gap: 13px;
  }

  .searchbox {
    padding: 5px 5px 5px 18px;
    border-radius: 25px;
    min-height: 40px;
  }

  .search_input {
    gap: 0px;
  }

  .search_input input {
    padding: 6px 10px;
    font-size: 13px;
    min-height: 30px;
  }

  .search_icon img {
    max-height: 16px;
    min-height: 16px;
  }


  /* digit Finder End */


  /* Discover Product Range start */
  .dpr_sec_widget .rh-container {
    padding-right: 0px;
  }

  .dpr_head {
    width: 37%;
    max-width: unset;
    padding: 35px 16px;
    margin-top: 38px;
    min-height: 230px;
  }

  .dpr_head strong {
    font-size: 22px;
    line-height: 24px;
  }

  .dpr_head p {
    font-size: 13px;
    line-height: 16px;
  }

  .dpr_widget_wrraper {
    gap: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .dpr_carousel_main {
    width: 62%;
    flex-shrink: 0;
  }

  .dpr_item_img_box {
    min-height: 154px;
  }

  .dpr_item_img {
    min-height: 200px;
  }

  .dpr_item_img img {
    max-width: 150px;
    max-height: 200px;
    height: 200px;
  }

  .dpr_item {
    padding: 38px 5px 15px 5px;
  }

  .dpr_item a {
    padding: 6px;
    border-radius: 10px;
    min-height: 230px;
  }

  .dpr_item_title {
    font-size: 13px;
    margin-top: 12px;
    font-weight: 500;
  }

  /* Discover Product Range end */

  /* Featured Stories start */
  .fs_sec_widget {
    margin: 0px;
  }

  .fs_tab_content_list {
    padding: 30px 0px 30px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    height: auto;
    min-height: 200px;
  }

  /* Featured Stories end */


  /* Featured Stories end */
  .me_sec_widget {
    padding-bottom: 20px;
  }

  .fs_item_img img {
    min-height: auto;
    max-height: 165px;
  }

  /* Featured Stories end */

  /* Top Picks You Can’t Miss start*/
  .tp_sec_widget {
    padding: 35px 0px;
  }

  /* Top Picks You Can’t Miss end*/

  /* Digit Binge start*/
  .db_sec_widget {
    padding: 35px 0px;
  }

  /* Digit Binge end*/

  /* Our Latest Editions start*/

  .ole_sec_widget {
    padding: 35px 0px;
  }

  /* Our Latest Editions end*/


  /* digit shop Ad start*/

  .dsa_box {
    max-width: 100%;
    padding-right: 10px;
    min-height: 86px;
  }

  .dsa_percentage {
    flex-shrink: 0;
  }

  .dsa_percentage img {
    max-height: 86px;
  }

  .dsa_product {
    flex-shrink: 0;
  }

  .dsa_product img {
    max-height: 70px;
  }


  .dsa_info {
    flex-direction: column;
    gap: 3px;
    align-items: flex-end;
  }

  .dsa_logo {
    display: flex;
  }

  .dsa_logo img {
    max-height: 18px;
  }

  .dsa_content h3 {
    font-size: 15.5px;
    line-height: 15.5px;
  }

  .dsa_content p {
    font-size: 7px;
    line-height: 7px;
    margin: 2px 0px 5px 0px;
  }

  .dsa_usecode {
    font-size: 9.5px;
    padding: 3px 6px;
    border-radius: 4px;
  }

  .dsa_percentage::before,
  .dsa_percentage::after {
    width: 8px;
    height: 12px;
    right: -4px;
    top: -6px;
  }

  .dsa_percentage::after {
    top: auto;
    bottom: -6px;
  }

  /* digit shop Ad end*/

  /* Featured Article Start */

  #featured_article_carousel_1.all_hover_carousel .owl-stage {
    padding-left: 50px !important;
  }

  .fa_sec_widget {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  #featured_article_carousel_1.all_hover_carousel {
    width: 100%;
    margin-left: 0px;
    min-height: 300px;
  }

  #featured_article_carousel_1 .carousel_item {
    padding: 0px;
    min-height: 255px;
  }
  #featured_article_carousel_1 .active .carousel_item{min-height: 283px;}

  #featured_article_carousel_1 .owl-item .item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: .4s ease all;
  }

  #featured_article_carousel_1 .active .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .4s ease all;
  }


  /* Featured Article End */

  /* Hand Picked News Start */

  #HPN_carousel_1.all_hover_carousel {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  #HPN_carousel_1.all_hover_carousel .owl-stage {
    padding-left: 50px !important;
  }

  #HPN_carousel_1 .carousel_item {
    padding: 0px;
  }

  #HPN_carousel_1 .owl-item .item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: .4s ease all;
  }

  #HPN_carousel_1 .active .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .4s ease all;
  }

  #HPN_carousel_1 .owl-theme .owl-dots {
    margin: 0px !important;
  }

  /* Hand Picked News End */


  /* Latest Reviews start */

  .lr_sec_widget .cat_tab_content_list {
    width: calc(100% + 15px);
  }

  /* Latest Reviews End */


  .hpn_sec_widget {
    margin-bottom: 30px;
  }

  .wordp-sticky {
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    bottom: 75px !important;
  }

  .adbox {
    max-width: 100%;
    padding-bottom: 8px;
    border-radius: 8px;
    min-height: 287px;
  }

}


.sec_widget ul,
.sticky_wrraper ul {
  margin: 0px !important;
}

.sec_widget ul li,
.sticky_wrraper ul li {
  list-style: none !important;
  margin: 0px !important;
}

.sticky_wrraper ul li {
  margin-top: 8px !important;
}

.AlreadyExists {
  padding: 10px;
  text-align: center;
  background: #D80500;
  color: #fff;
  width: 100%;
}



.sec_widget {
  margin-bottom: 35px;
}

.df_sec_widget,
.sbc_sec_widget,
.fs_sec_widget,
.dsa_sec_widget {
  margin-bottom: 50px;
}


.digitFinder .cat_tab_content_list {
  min-height: 60px;
}

.lr_sec_widget .cat_tab_content_list {
  height: 330px;
  overflow: hidden;
}

.me_sec_widget .cat_tab_content_list {
  min-height: 297px;
  overflow: hidden;
}

.db_sec_widget .cat_tab_content_list {
  height: 248px;
  overflow: hidden;
}

.crousel_ad_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.crousel_ad_wrapper .cat_tab_content_list {
  width: 72%;
}

.crousel_ad_wrapper .crousel_lhs_sec {
  width: 73%;
}

.crousel_ad_wrapper .adbox {
  width: 25.5%;
}


.digitFinder .digitAIFinderLogo {
  text-align: center;
  font-size: 33px;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
.digitFinder h1.digitAIFinderLogo, .digitFinder h2.digitAIFinderLogo{
  font-weight: 700 !important;
}

.digitAIFinderLogo img {
  max-height: 55px;
  width: auto;
  height: auto;
}

.daifl_text_rhs {
  margin-left: -2px;
}

.daifl_img {
  padding: 0px 0px 0px 4px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.daifl_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 40%, rgb(255 255 255 / 70%) 10%, transparent 60%);
  background-size: 120%;
  /* transform: skew(150deg); */
  /* animation: shimmerMove 3s linear infinite alternate; */
  /* animation: shimmerMove 3s linear 6 alternate;
  animation-fill-mode: forwards; */
  transform: translateX(-70%) skew(150deg);
  animation: shimmerMove 3s linear infinite alternate;
  will-change: transform;
}

/* @keyframes shimmerMove {
  0% {
    left: -70%;
  }

  100% {
    left: 70%;
  }
} */

@keyframes shimmerMove {
  0% {
    transform: translateX(-70%) skew(150deg);
  }

  100% {
    transform: translateX(70%) skew(150deg);
  }
}

#desktop_main_loader, #mobile_main_loader {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
}

#desktop_main_loader .loader_widget, #mobile_main_loader .loader_widget {
  top: -30px;
  min-height: 120px;
}



@media only screen and (max-width: 767px) {

  .df_sec_widget .rh-container {
    min-height: 568px;
  }
  .df_sec_widget .rh-container .rh-container {
    min-height: 0px;
  }

  .df_sec_widget .fa_sec_widget {
    min-height: 300px;
  }

  .df_sec_widget .adbox {
    margin-bottom: 20px;
  }

  .sec_widget {
    margin-bottom: 30px;
  }

  .df_sec_widget,
  .sbc_sec_widget,
  .fs_sec_widget,
  .dsa_sec_widget {
    margin-bottom: 25px;
  }

  .sbc_sec_widget {
    margin-bottom: 15px;
  }

  .fa_sec_widget {
    margin-bottom: 15px;
  }

  .dpr_sec_widget {
    margin-bottom: 15px;
  }

  .fp_sec_widget {
    margin-bottom: 20px;
  }

  .lr_sec_widget {
    margin-bottom: 20px;
  }

  .hd_sec_widget {
    margin-bottom: 20px;
  }

  .custom_footer {
    padding-bottom: 145px !important;
  }


  .tp_sec_widget,
  .ole_sec_widget {
    padding: 35px 0px 20px 0px;
    margin-bottom: 0px !important;
  }


  .digitFinder .cat_tab_content_list {
    min-height: 40px;
  }


  .crousel_ad_wrapper .cat_tab_content_list,
  .crousel_ad_wrapper .crousel_lhs_sec {
    width: 100%;
  }

  .crousel_ad_wrapper .adbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .digitFinder .digitAIFinderLogo {
    font-size: 24px;
    min-height: 40px;
  }

  .digitAIFinderLogo img {
    max-height: 40px;
  }

  .daifl_img{min-height: 40px; min-width: 45px;}

  .lr_sec_widget .cat_tab_content_list {
    height: auto;
    min-height: 300px;
  }

  .me_sec_widget .cat_tab_content_list {
    height: auto;
    min-height: 282px;
  }

  .db_sec_widget .cat_tab_content_list {
    height: auto;
    min-height: 248px;
  }

  .adbox.home_mobile_show {
    margin-bottom: 20px;
  }

  .rh-container.home_mobile_show {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rh-container.home_mobile_show .adbox {
    margin-bottom: 25px;
  }

  .tp_sec_widget+.rh-container.home_mobile_show .adbox {
    margin-top: 25px;
  }

  .homeMain{
    padding-top: 10px;
  }
  .home_adhide_device{
    display: none !important;
  }

}




/* Listing Page Start */

.main_heading {
  border-bottom: 4px solid #D80500;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.main_heading h1 {
  font-size: 30px;
  color: #000;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}

.listing_carousel_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.listing_carousel_item_img {
  position: relative;
  width: 100%;
  max-height: 400px;
}

.listing_carousel_item_img img {
  width: 100%;
}

.listing_carousel_item_img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(49, 49, 49, 0.85) 50%, rgba(84, 84, 84, 0) 100%);
}

.listing_carousel_item_content {
  position: absolute;
  bottom: 80px;
  color: #fff;
  padding: 0px 80px;
  width: 100%;
}

.listing_carousel_item_content a {
  color: #fff;
}

.listing_carousel_item_content_info {
  max-width: 700px;
  margin-bottom: 15px;
}

.listing_carousel_item_content_info .lc_category_name {
  font-size: 14px;
}

.listing_carousel_item_content_info h2 {
  font-size: 35px;
  line-height: 36px;
  max-width: 585px;
  margin: 15px 0px;
}

.listing_carousel_item_content_info p {
  font-size: 16px;
  line-height: 25px;
  max-width: 680px;
}

.listing_carousel_item_content_social {
  display: flex;
  align-items: center;
  float: right;
  font-size: 15px;
}

.lc_social,
.lc_social a {
  display: flex;
  align-items: center;
}

.lc_social a,
.lc_update_time {
  gap: 10px;
}

.lc_author_name img,
.lc_update_time img {
  filter: invert(1) brightness(2);
}

.lc_author_name {
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px solid #C8C8C8;
}

.lc_update_time {
  margin-right: 35px;
}

.lc_like {
  margin-right: 22px;
}

.share_icons_main.lc_share {
  position: relative;
  top: auto;
  right: auto;
}

.share_icons_main.lc_share .share_icons_box {
  position: absolute;
  top: 28px;
  right: -10px;
  background: rgb(255 255 255 / 95%);
}

.listing_crousel.owl-theme .owl-dots {
  margin: 0px !important;
  width: auto;
  position: absolute;
  bottom: 80px;
  left: 80px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.listing_crousel.owl-theme .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: #7e7e7e;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.listing_crousel.owl-theme .owl-dots .owl-dot.active {
  width: 56px;
  border-radius: 10px;
  background: #7e7e7e;
}

.listing_crousel.owl-theme .owl-dots .owl-dot span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width linear;
  border-radius: inherit;
  border: none;
  opacity: 1;
  margin: 0px;
}


.listing_crousel.owl-theme .owl-dots .owl-dot.active span,
.listing_crousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.listing_space_btm_45 {
  margin-bottom: 45px;
}

.listing_news_items_main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 23px;
  padding: 0px 15px;
  margin-top: -39px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.top_pos_cat_tab_main .cat_tab_list {
  margin: 0px;
  position: absolute;
  right: 0px;
  top: -58px;
}

.listing_fs_wrapper .top_pos_cat_tab_main .cat_tab_list {
  right: -37%;
}

.top_pos_cat_tab_main .cat_tab_list ul {
  justify-content: end;
}

.listing_fs_main,
.listing_lr_main {
  width: 100%;
}

.listing_fs_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listing_fs_wrapper .cat_tab_main {
  width: 73%;
}

.listing_fs_wrapper .desktop_ad_sec {
  width: 25.5%;
}

.listing_fs_wrapper .cat_tab_content_list {
  background: #000;
  padding: 40px 60px;
  min-height: 212px;
}

.listing_lr_main .widget_hed {
  margin-bottom: 10px;
}

.fs_listing_crousel.owl-carousel .owl-nav button.owl-prev {
  left: -42px;
}

.fs_listing_crousel.owl-carousel .owl-nav button.owl-next {
  right: -42px;
}

.listing_lr_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.129);
  min-height: 236px;
}

.listing_lr_item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
}

.listing_lr_item:hover {
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.212);
}

.listing_lr_img {
  position: relative;
}

.listing_lr_img img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.listing_yt_icon {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 33px;
  height: 24px;
}

.listing_lr_img .listing_yt_icon img {
  object-fit: contain;
  width: auto;
  height: auto;
  border-radius: 5px;
}

.listing_lr_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 12px;
}

.listing_lr_content strong {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listing_lr_content span {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* breadcrumbs start */
.aioseo-breadcrumbs a,
.aioseo-breadcrumbs span {
  font-size: 12px;
}

.aioseo-breadcrumbs a,
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  color: #000;
}

.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0px 2px;
}

/* breadcrumbs end */


/* pagination start */
ul.page-numbers {
  border: none;
}

ul.page-numbers li {
  border: none;
  border: none;
  margin: 0px 5px;
}

ul.page-numbers li a,
ul.page-numbers li span {
  border: 1px solid rgba(112, 112, 112, 0.30);
  color: #D2D2D2;
  background: none;
  min-width: 32px;
  min-height: 32px;
}

/* pagination end */
ul.page-numbers li span.current,
ul.page-numbers li a:hover,
ul.page-numbers li.active a,
.page-link>span:not(.page-link-title) {
  color: #8F8F8F;
  background: none;
}

ul.page-numbers li.next_paginate_link a {
  background: #8f8f8f;
  border: 1px solid #8f8f8f;
  color: #fff;
}


@media only screen and (max-width: 767px) {
  .main_heading {
    padding-bottom: 6px;
    margin-bottom: 18px;
  }

  .main_heading h1 {
    font-size: 26px;
  }

  .listing_crousel_sec {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .listing_carousel_item_img {
    max-height: none;
    height: 300px;
  }

  .listing_carousel_item_img img {
    height: 100%;
    object-fit: cover;
  }

  .listing_carousel_item_img::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(49, 49, 49, 0.90) 50%, rgba(84, 84, 84, 0.35) 100%);
  }

  .listing_carousel_item_content {
    padding: 0px 30px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .listing_carousel_item_content_info h2 {
    font-size: 21px;
    line-height: 25px;
    max-width: none;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .listing_carousel_item_content_info p {
    display: none;
  }

  .listing_carousel_item_content_social {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .share_icons_main.lc_share .share_icons_box {
    right: 0px;
  }

  .lc_author_name {
    display: none;
  }

  .lc_update_time {
    display: none;
  }


  .listing_crousel.owl-theme .owl-dots {
    bottom: 90px;
    left: 30px;
  }

  .listing_ad_top {
    width: 100%;
    padding: 0px 15px;
    margin-top: -50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  .listing_news_items_main {
    margin: 0px;
    padding: 0px;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
    row-gap: 15px;
    margin-bottom: 30px;
  }

  .listing_news_items_main .listing_news_item_img img {
    max-height: none;
  }

  .listing_news_items_main .listing_news_item_img .listing_news_icon img {
    max-height: 12px;
  }

  .top_pos_cat_tab_main .cat_tab_list {
    position: relative;
    right: auto;
    top: auto;
  }

  .listing_fs_wrapper .top_pos_cat_tab_main .cat_tab_list {
    right: auto;
  }

  .top_pos_cat_tab_main .cat_tab_list {
    margin-bottom: 18px;
  }

  .listing_lr_main .top_pos_cat_tab_main .cat_tab_list {
    margin-bottom: 15px;
  }

  .top_pos_cat_tab_main .cat_tab_list ul {
    justify-content: flex-start;
  }

  .top_pos_cat_tab_main .cat_tab_list ul .cat_tab_link {
    border: none;
    padding: 0px;
  }

  .listing_fs_wrapper .cat_tab_main {
    width: 100%;
  }

  .listing_fs_wrapper .cat_tab_content_list {
    padding: 35px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    min-height: 207px;
  }

  .listing_lr_main .widget_hed {
    margin-bottom: 15px;
  }

  .listing_space_btm_45 {
    margin-bottom: 30px;
  }

  .listing_fs_wrapper .owl-carousel .owl-stage {
    padding-top: 5px;
    padding-left: 0px !important;
  }

  .listing_lr_item {
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.10);
  }

}

button#digit_finder_button_mobile {border: none;background:#fff;}

/* Listing Page End */

/* New Design End */