/*==============Necessary css started here=================*/
@charset "utf-8";

@font-face {
  font-family: "segoe_ui";
  src:
    url("../font/segoeuithibd-webfont.woff2") format("woff2"),
    url("../font/segoeuithibd-webfont.woff") format("woff"),
    url("../font/segoeuithibd-webfont.svg#segoe_ui_thisbold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "segoe_ui";
  src:
    url("../font/segoeuithis-webfont.woff2") format("woff2"),
    url("../font/segoeuithis-webfont.woff") format("woff"),
    url("../font/segoeuithis-webfont.svg#segoe_ui_thisregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  font-family: "segoe_ui";
  background: #ffffff;
  font-size: 14px;
  color: #3e3e3e;
  overflow-x: hidden;
}

.scroll-off {
  overflow-y: hidden;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
/* iframe, */
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: "segoe_ui";
}

.MuiAccordionSummary-content {
  font-family: "segoe_ui" !important;
}

*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "segoe_ui";
}

a {
  text-decoration: none !important;
  color: #694e70;
  display: inline-block;
  font-family: "segoe_ui";

  cursor: pointer;
}

a:hover {
  color: #321839;
}

label {
  font-weight: normal !important;
}

b,
strong {
  font-family: "segoe_ui";
  font-weight: 700;
}

.btn:focus {
  background: none;
}

u {
  text-decoration: underline;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

p {
  color: #495867;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

/*============== Necessary css ends here=================*/

/*==============Top Header css started here=================*/
.top-header {
  padding: 7px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  min-height: 47px;
  display: flex;
  align-items: center;
  z-index: 10;
  background: #fff;
}

.top-social {
  display: inline-block;
}

.logo-bx {
  display: inline-block;
}

.logo-bx img {
  max-width: 100px;
}

.top-social li {
  display: inline-block;
}

.top-social li a {
  color: #495867;
  font-size: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.top-social li a:hover {
  color: #fe918a;
}

.top-social li+li {
  margin-left: 14px;
}

.language-bx {
  display: inline-block;
  margin-left: 40px;
}

.currency-bx {
  display: inline-block;
  margin-left: 34px;
}

.dropdown.select-box .dropdown-select {
  position: relative;
  background: transparent;
  padding-right: 16px;
  font-family: "segoe_ui";
  font-weight: 600;
  color: #495867;
  outline: none;
  cursor: pointer;
  font-size: 12px;
}

.dropdown.select-box .dropdown-select span {
  margin-right: 12px;
  display: inline-block;
  vertical-align: inherit;
}

.dropdown.select-box .dropdown-select span img {
  display: block;
}

.dropdown.select-box .dropdown-select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8px;
  height: 5px;
  background: url(../images/down-icon.svg) no-repeat;
  background-size: cover;
  opacity: 0.6;
}

.dropdown.select-box .dropdown-menu {
  padding: 5px 0;
  min-width: 91px;
}

.dropdown.select-box .dropdown-menu li {
  font-size: 12px;
  font-family: "segoe_ui";
  font-weight: 400;
  cursor: pointer;
  padding: 4px 10px;
}

.dropdown.select-box .dropdown-menu li:hover,
.dropdown.select-box .dropdown-menu li.active {
  background: #f5f5f5;
}

.dropdown.select-box .dropdown-menu li span {
  margin-right: 5px;
}

.language-bx .dropdown.select-box .dropdown-menu li span {
  vertical-align: text-bottom;
  display: inline-block;
}

.language-bx .dropdown.select-box .dropdown-menu li span img {
  display: block;
}

.top-right-anchor {
  text-align: right;
}

.search-toggle-btn {
  display: inline-block;
  vertical-align: middle;
  color: #249ee4;
  cursor: pointer;
}

.top-right-anchor ul {
  display: inline-block;
}

.top-right-anchor ul li {
  display: inline-block;
}

.top-right-anchor ul li span {
  display: inline-block;
  vertical-align: inherit;
  margin-right: 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  top: 0px;
}

.top-right-anchor ul li span.user-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  background: #485868;
}

.top-right-anchor ul li span img {
  display: block;
  height: 16px;
  width: auto;
}

.top-right-anchor ul li span.user-icon img {
  display: inline-block;
  /* filter: brightness(0) invert(1); */
  width: 100%;
  border-radius: 70px;
  height: 100%;
  object-fit: cover;
}

.top-right-anchor ul li a {
  font-size: 14px;
  color: #495867;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-family: "segoe_ui";
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.top-right-anchor ul li a:hover {
  color: #000;
}

.top-right-anchor ul li+li {
  margin-left: 31px;
}

.onSearchClick-content {
  display: none;
  background: #ffffff;
  z-index: 99;
}

.onSearchClick-content .logo-bx-search img {
  display: none;
}

.onSearchClick-content.onSearchClick-fixed .logo-bx-search img {
  display: block;
  max-width: 130px;
}

.header-body {
  padding: 18px 0;
}

.logo-bx-outer {
  max-width: 287px;
}

.header-search-bx {
  max-width: 668px;
  margin: 0 auto;
}

.header-search-bx h2 {
  font-size: 16px;
  color: #495867;
  font-weight: 800;
  margin-bottom: 6px;
  text-align: center;
}

.header-search-bx p {
  font-size: 14px;
  color: #495867;
  font-weight: 600;
  text-align: center;
}

.header-search-inner-bx {
  margin-top: 10px;
  display: flex;
}

.header-input {
  border: 2px solid #249ee4;
  height: 37px;
  padding: 0 16px;
  font-size: 13px;
  color: #666666;
  width: 100%;
  border-radius: 0;
  background: #ffffff;
}

.header-input::placeholder {
  color: #999999;
}

.br-btm {
  border-bottom: 2px solid #249ee4;
}

.header-search-fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  z-index: 999;
  border-bottom: 2px solid #249ee4;
  padding: 15px;
}

.header-search-fixed .header-search-inner-bx {
  max-width: 668px;
  margin: 0 auto;
}

.header-search-fixed p {
  display: none;
}

.onSearchClick-fixed {
  display: block !important;
}

.search-and-location {
  display: flex;
  width: 624px;
}

.search-and-location .header-input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-and-location .MuiAutocomplete-inputRoot {
  padding: 0 !important;
}

.search-and-location .MuiAutocomplete-inputRoot input {
  padding: 8px 16px !important;
  height: 37px !important;
  box-sizing: border-box;
}

.icons_messager {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  font-size: 15px;
}

.icons_messager:hover {
  color: #fff;
}

.header-input-icon {
  position: relative;
}

select.header-input {
  cursor: pointer;
  padding-right: 24px;
}

.header-input-icon:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/down-arrow-icon.png);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.location-input {
  /* max-width: 170px; */
  border-left: 0;
}

.search-btn {
  margin-left: 7px;
}

.search-btn button {
  width: 37px;
  height: 37px;
  line-height: 0;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #249ee4;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

.search-btn button:hover {
  opacity: 0.9;
}

.main-menu-bx {
  background-color: #249ee4;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

/*.main-menu-bx ul{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}*/
/*.main-menu-bx ul li{-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}*/
.main-menu-bx ul li {
  display: inline-block;
  margin-left: auto;
}

.main-menu-bx ul li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 15px 20px;
  font-family: "segoe_ui";
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 100%;
  text-align: center;
}

.main-menu-bx ul li a:hover,
.main-menu-bx ul li.active a {
  background: #495867 !important;
}

/*============Top Header css ends here====================*/

/*============Live Auction section css started here====================*/
.low-margin {
  margin: 0 -10px;
  padding: 8px 10px 0;
}

.low-margin div[class*="col"] {
  padding: 0 10px;
}

.repeat-section {
  padding: 40px 0;
}

.repeat-section.live-auction-section {
  padding-top: 40px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: center;
}

.section-heading h2 {
  font-size: 25px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
  text-transform: capitalize;
}

/* Mobile: Section heading h2 - 20px */
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 20px;
  }
}

.see-all-btn {
  font-size: 14px;
  color: #495867;
  font-family: "segoe_ui";
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

/* Live Auction Section - Single Line Only */
.live-auction-section .section-heading {
  flex-wrap: nowrap;
}

.live-auction-section .section-heading h2 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.live-auction-section .see-all-btn {
  white-space: nowrap;
  flex-shrink: 0;
}

.see-all-btn:hover {
  color: #249ee4;
}

.see-all-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ebebeb;
  margin-top: 5px;
}

.see-all-btn i {
  font-size: 14px;
  color: #249ee4;
  margin-left: 3px;
}

/* Featured Product Carousel - Horizontal Scroll */
.featured-product-carousel .item {
  padding: 10px 5px;
}

.featured-product-carousel .product-outer-bx {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-product-section .last-child-p {
  padding-bottom: 30px;
}

/* Similar Products Carousel - Horizontal Scroll */
.similar-products-carousel .item {
  padding: 10px 5px;
}

.similar-products-carousel .product-outer-bx {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.similar-products-bx .section-heading h2 {
  margin: 0;
}

.product-outer-bx>a {
  display: block;
  width: 100%;
}

.product-img-bx {
  /* min-height: 200px; */
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.listside_newperent .product-listing-product .product-img-bx {
  display: block;
}

.listside_newperent .product-img-bx img {
  min-height: 200px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.latest-product-minH .product-outer-bx.productBig-outer-bx .product-name-bx h4 {
  justify-content: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-product-minH .productBig-outer-bx .product-img-bx {
  display: block;
  align-items: unset;
}

.product-img-bx a {
  width: 100%;
}

.product-outer-bx:hover .product-img-bx {
  box-shadow:
    -5px 0px 0 -1px #249ee4,
    0 0 7px rgba(0, 0, 0, 0.1);
  border-left-color: #249ee4;
}

.product-img-bx img {
  width: 100%;
  /* min-height: 200px; */
  /* max-height: 200px; */
  background: #fff;
  object-fit: cover;
  aspect-ratio: 2 / 2;
}

.last-child-p .product-img-bx img {
  /* min-height: 200px;
  max-height: 200px; */
  aspect-ratio: 2 / 1.6;
}

.live-tag {
  display: inline-block;
  padding: 5px 8px;
  background: #495867;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.live-tag i {
  font-size: 7px;
  color: #249ee4;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.pre-bid-tag {
  display: inline-block;
  padding: 5px 10px;
  background: #249ee4;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.pre-bid-tag i {
  font-size: 12px;
  color: #ffffff;
  position: relative;
  top: 0;
  margin-right: 5px;
}

.pre-bid-btn {
  background: #249ee4 !important;
  border: none !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
}

.pre-bid-btn:hover {
  background: #249ee4 !important;
}

.pre-bid-modal .modal-body {
  padding: 20px;
}

.pre-bid-modal .form-group {
  margin-bottom: 15px;
}

.pre-bid-modal .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}

.pre-bid-modal .form-control-plaintext {
  padding: 10px 0;
  font-weight: 500;
}

.product-name-bx {
  text-align: center;
  padding: 10px;
  margin-top: 8px;
  min-height: 91px;
}

.product-outer-bx.productBig-outer-bx .product-name-bx h4 {
  justify-content: left;
  padding-right: 150px;
  max-width: 300px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-name-bx h4 {
  font-size: 16px;
  justify-content: center;
  color: #495867;
  display: flex;
  font-weight: bold;
  transition: 0.3s;
  align-items: center;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.product-outer-bx:hover h4 {
  color: #249ee4;
}

.product-name-bx p {
  font-size: 14px;
  color: #495867;
  font-weight: 300;
  margin-top: 3px;
}

.product-name-bx h6 {
  font-size: 20px;
  color: #495867;
  font-weight: 500;
  margin-top: 3px;
}

.product-name-bx h6 span {
  font-size: 20px;
  color: #249ee4;
  font-family: "segoe_ui";
  font-weight: 700;
  white-space: nowrap;
}

.upcoming-live-auction-bx>h2 {
  font-size: 16px;
  color: #ffffff;
  display: block;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #249ee4;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.upcoming-live-auction-colum {
  display: flex;
  padding: 10px 10px 10px 0;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
}

.upcoming-live-auction-colums {
  gap: 15px;
  display: flex;
  padding: 10px 10px 10px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  /* align-items: center; */
  margin-bottom: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

/*.upcoming-live-auction-colum:hover{border-color: #fe655b;}*/
.upcoming-live-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77px;
  flex: 0 0 77px;
  max-width: 77px;
  text-align: center;
  margin-top: 3px;
}

/* .upcoming-live-img img {
  max-width: 45px;
} */
.upcoming-live-img img {
  max-width: 100%;
  border-radius: 5px;
}

.upcoming-live-name {
  position: relative;
  padding: 6px 0;
  width: 100%;
}

.upcoming-live-name time {
  font-size: 12px;
  color: #249ee4;
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
}

.upcoming-live-name h5 {
  font-size: 14px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 170px;
}

.upcoming-live-name h6 {
  font-size: 12px;
  color: #495867;
  font-weight: 500;
  margin-top: 3px;
}

.upcoming-live-name h6 span {
  color: #249ee4;
  font-weight: 600;
  font-size: 14px;
}

.reminder-btn {
  position: absolute;
  right: 0;
  top: -5px;
  background: transparent;
  color: #249ee4;
  cursor: pointer;
  font-size: 16px;
  outline: none !important;
}

.bg-light-dark {
  background: #f7f7ff;
}

.flash-sale-timer {
  display: inline-block;
  margin-left: 54px;
  vertical-align: bottom;
}

.flash-sale-timer h5 {
  font-size: 17px;
  color: 495867;
  display: inline-block;
  font-family: "segoe_ui";
  font-weight: 400;
}

.flash-sale-timer span {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  font-family: "segoe_ui";
  font-weight: 600;
  margin: 0 7px;
  color: #ffffff;
  background-color: #249ee4;
}

.flash-sale-timer i {
  font-size: 20px;
  font-family: "segoe_ui";
  font-weight: 600;
  font-style: inherit;
  color: #249ee4;
}

.productBig-outer-bx .product-img-bx {
  /* height: 100%; */
  /* max-height: 200px; */
}

.productBig-outer-bx .product-img-bx img {
  /* width: 100% !important; */
}

.productBig-outer-bx .product-name-bx h4 {
  font-size: 16px;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  /* text-align: center; */
  padding-right: 0 !important;
}

.productBig-outer-bx .product-name-bx p {
  font-size: 16px;
}

.productBig-outer-bx .product-name-bx h6 span {
  font-size: 16px;
}

.discount-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 6px;
  width: 67px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-family: "segoe_ui";
  font-weight: 600;
  text-align: center;
  background: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

.owl-carousel .owl-stage-outer {
  padding: 0 5px;
}

.owl-nav {
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 -25px;
  pointer-events: none;
}

.owl-nav button {
  pointer-events: initial;
  outline: none;
}

.owl-nav button span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #249ee4;
}

.owl-nav button span:hover {
  opacity: 0.8;
}

.owl-nav button span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 14px;
  background: url(../images/left-right-arrow.png) no-repeat top center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.owl-nav button.owl-next span:after {
  background-position: bottom center;
}

/* 
.latest-product-container {
  margin-top: 75px;
} */

.latest-product-categories {
  display: inline-block;
  margin-left: 50px;
  vertical-align: bottom;
  white-space: nowrap;
  overflow-x: auto;
  /* width: 70%; */
  scroll-behavior: smooth;
  padding-bottom: 10px;
  /* Extra space for shadow */
}

/* Custom scrollbar for Webkit browsers */
.latest-product-categories::-webkit-scrollbar {
  height: 6px;
}

.latest-product-categories::-webkit-scrollbar-track {
  background: #c0bfba;
  border-radius: 10px;
}

.latest-product-categories::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.latest-product-categories::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.latest-product-categories li {
  display: inline-block;
  margin-right: 8px;
}

.latest-product-categories li a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: #495867;
  border: 1px solid #cccccc;
  border-radius: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-family: "segoe_ui";
  font-weight: 400;
}

.latest-product-categories li a:hover,
.latest-product-categories li a.active {
  border-color: #495867;
  background: #495867;
  color: #ffffff;
}

#popular-categories-slider,
#featured-brand-slider {
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
}

.popular-categories-bx {
  text-align: center;
}

.popular-categories-img {
  margin-bottom: 10px;
  min-height: 175px;
}

.popular-categories-bx h2 {
  font-size: 16px !important;
  font-weight: 500;
  color: #495867;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.popular-categories-bx:hover h2 {
  color: #249ee4;
}

.owl-dots {
  text-align: center !important;
  margin-top: 40px !important;
}

.owl-dots button {
  display: inline-block !important;
  margin: 0 4px !important;
  outline: none !important;
}

.owl-dots button span {
  width: 9px !important;
  height: 9px !important;
  display: inline-block !important;
  background: #bdd5ea !important;
  border-radius: 50% !important;
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  margin: 0 !important;
}

.owl-dots button.active span {
  width: 43px !important;
  border-radius: 30px !important;
  background: #249ee4 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

.brand-promotion-bx {
  background: #f7f7ff;
  position: relative;
}

.brand-promotion-bx:after {
  content: attr(data-title);
  font-size: 126px;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  letter-spacing: 10px;
  line-height: 1;
  left: -7px;
  top: -14px;
  pointer-events: none;
}

.brand-promotion-txt,
.brand-promotion-img {
  position: relative;
  z-index: 1;
}

.kitchen-appliances .brand-promotion-txt {
  padding: 24px 0 35px 40px;
  max-width: 332px;
}

.kitchen-appliances {
  margin-bottom: 80px;
}

.brand-promotion-txt h6 {
  font-size: 20px;
  color: #249ee4;
  font-family: "segoe_ui";
  font-weight: 600;
}

.brand-promotion-txt h2 {
  font-size: 30px;
  color: #495867;
  font-weight: 600;
  line-height: 1.4;
  margin: 15px 0 10px 0;
}

.brand-promotion-txt h2 span {
  color: #249ee4;
}

.brand-promotion-txt p {
  font-size: 15px;
  color: #495867;
  font-family: "segoe_ui";
  font-weight: 400;
  margin-bottom: 10px;
}

.brand-promotion-img {
  position: absolute;
  pointer-events: none;
}

.kitchen-appliances .brand-promotion-img {
  right: -20px;
  bottom: -32px;
}

.electric-bicycle .brand-promotion-txt {
  padding: 35px 46px 35px 0;
  max-width: 274px;
  margin-left: auto;
  text-align: right;
}

.electric-bicycle .brand-promotion-img {
  left: -52px;
  bottom: -15px;
}

.brand-promotion-bx.zenWatch {
  max-width: 403px;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.zenWatch .brand-promotion-txt {
  padding: 125px 46px 0 0;
  max-width: 227px;
  margin-left: auto;
  text-align: left;
}

.zenWatch .brand-promotion-txt .see-all-btn {
  margin-top: 120px;
  position: relative;
  left: -36px;
}

.zenWatch.brand-promotion-bx:after {
  letter-spacing: initial;
  font-size: 120px;
}

.zenWatch .brand-promotion-img {
  left: 30px;
  top: -28px;
}

.m-p-0-row {
  margin: 0;
}

.m-p-0-row div[class*="col"] {
  padding: 0;
}

.featured-brand-img {
  min-height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-brand-img img {
  width: auto !important;
}

/* Removed old grid CSS - Now using OwlCarousel for horizontal scroll */

.brand-services-outer {
  padding: 45px 0 150px 0;
  border-top: 1px solid #ebebeb;
}

.brand-services-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-services-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47px;
  flex: 0 0 47px;
  max-width: 47px;
}

.brand-services-txt h2 {
  font-size: 15px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.brand-services-txt p {
  font-size: 15px;
  color: #495867;
  font-weight: 300;
}

.site-footer {
  background: #495867;
}

.newsletter-bx {
  padding: 20px 80px;
  background: #ffffff url(../images/newsletter-bg.jpg) no-repeat -30px center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #ebebeb;
  position: relative;
  top: -54px;
  margin: auto;
}

.newsletter-bx .col-lg-5 h2 {
  font-size: 33px;
  color: #495867;
  margin-bottom: 10px;
  font-weight: 600;
}

.newsletter-bx .col-lg-5 p {
  font-size: 17px;
  color: #495867;
  font-family: "segoe_ui";
  font-weight: 400;
}

.newsletter-input {
  position: relative;
}

.newsletter-input input {
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #6d7985;
  padding: 0 40px 0 8px;
  font-size: 15px;
  color: #333333;
  font-family: "segoe_ui";
  font-weight: 400;
  height: 35px;
  border-radius: 0;
}

.newsletter-input input::placeholder {
  color: #999999;
}

.newsletter-input button {
  position: absolute;
  right: 8px;
  top: 5px;
  color: #249ee4;
  line-height: 1;
  font-size: 23px;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.newsletter-input p {
  padding-left: 8px;
  margin-top: 10px;
  font-size: 12px;
  color: #495867;
  font-family: "segoe_ui";
  font-weight: 400;
}

.ftr-logo {
  margin-bottom: 20px;
}

.ftr-about-bx * {
  color: #ffffff;
}

.ftr-logo p {
  margin-top: 25px;
  font-family: "segoe_ui";
  font-weight: 400;
  line-height: 1.4;
  max-width: 300px;
  font-size: 14px;
}

.contact-ul li {
  display: block;
  margin-bottom: 12px;
}

.contact-ul li span {
  width: 34px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.contact-ul li p {
  display: inline-block;
  font-size: 18px;
  color: #249ee4;
}

.contact-ul li p small {
  display: block;
  font-size: 12px;
  color: #ffffff;
}

.contact-ul li a {
  text-decoration: underline !important;
}

.ftr-menu-row .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 40px;
}

.ftr-menu-bx h2 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
}

.ftr-menu-bx h2:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: #249ee4;
  margin-top: 14px;
}

.ftr-menu-bx ul li+li {
  margin-top: 12px;
}

.ftr-menu-bx ul li a {
  font-size: 14px;
  color: #ffffff;
  font-family: "segoe_ui";
  font-weight: 400;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.ftr-menu-bx ul li a:hover {
  color: #249ee4;
}

.ftr-menu-bx ul li a i {
  width: 15px;
  text-align: center;
  margin-right: 8px;
  color: #249ee4;
}

.copyright-bx {
  padding: 30px 0;
  border-top: 1px solid #7d868f;
  display: flex;
  justify-content: space-between;
}

.copyright-txt {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.privacy-bx a {
  color: #ffffff;
  font-size: 14px;
  font-family: "segoe_ui";
  font-weight: 400;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.privacy-bx a:hover {
  color: #249ee4;
}

.privacy-bx span {
  color: #ffffff;
  margin: 0 14px;
}

.download-btn {
  background: #ffffff;
  color: #333333;
  position: relative;
  padding: 12px 30px 12px 56px;
  text-align: left;
  font-size: 14px;
  text-transform: initial;
  line-height: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-weight: 600;
  border-radius: 100px;
  display: block;
  margin-bottom: 10px;
}

.download-btn:hover {
  color: #ffffff;
  background: #249ee4;
}

.download-btn i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #333333;
}

.download-btn:hover i {
  color: #ffffff;
}

.download-btn i:before {
  font-size: 33px;
}

.GooglePlay i:before {
  font-size: 28px;
}

.download-btn small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.7;
}

.mobile-stuff {
  display: none;
}

#filter-toggler,
#filter-closer {
  display: none;
}

/*===================product listing page css===============*/
.product-header {
  padding: 15px 0;
}

.breadcrumb-bx h2 {
  font-size: 16px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 10px;
}

.breadcrumb-bx-inner {
  display: flex;
  align-items: center;
}

.breadcrumb {
  padding: 0;
  background: transparent;
}

.breadcrumb li {
  font-weight: 600;
  color: #495867;
  font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-size: 10px;
  padding: 0 4px;
}

.product-header .form-group {
  max-width: 166px;
  margin-left: auto;
}

.btnx {
  padding: 5px 15px;
  font-size: 12px;
  color: #495867;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}

.btnx i {
  margin-right: 4px;
  /* color: white !important; */
  transition: 0.3s;
  line-height: normal;
}

.btn-primaryx:hover {
  background: #495867;
  color: #ffffff !important;
  border-color: #495867;
}

.btn-primaryx:hover i {
  color: #ffffff;
}

.form-control-line {
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #6d7985;
  padding: 0 8px 0 8px;
  font-size: 14px !important;
  color: #333333;
  font-family: "segoe_ui";
  font-weight: 600;
  height: 35px;
}

.row.radioMain {
  margin: 0 240px;
}

ul.radioList {
  display: flex;
  margin-left: 24px;
}

select.form-control-line {
  padding-right: 20px;
  cursor: pointer;
  padding-left: 5px;
}

.form-group-icon-bx {
  position: relative;
}

.form-group-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 1;
}

.form-group-icon img {
  display: block;
}

.product-listing-main-bx {
  padding-bottom: 200px;
}

.sideBar-choose-distance {
  display: flex;
}

.sideBar-choose-distance .form-group-icon-bx {
  padding-right: 11px;
  width: calc(100% - 37px);
  float: left;
}

.sideBar-choose-distance .form-group-icon-bx .form-group-icon {
  right: 16px;
}

.sideBar-choose-distance .go-btn {
  display: inline-block;
  float: left;
}

.go-btn {
  width: 37px;
  height: 37px;
  line-height: 0;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  outline: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 14px;
  background-color: #249ee4;
}

.go-btn:hover {
  opacity: 0.8;
}

.product-listing-sideBar {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div#side-bar-fixed.scroll-to-fixed-fixed {
  margin-top: 70px;
}

.product-listing-sideBar-colum {
  padding: 20px 23px;
  border-bottom: 1px solid #e5e5e5;
}

.product-listing-sideBar-colum:last-child {
  border-bottom: 0;
}

.product-listing-sideBar-colum>h2 {
  font-size: 16px;
  color: #495867;
  font-weight: 600;
  /* margin-bottom: 15px; */
}

.product-listing-sideBar-colum .form-control-line {
  border-bottom-width: 1px;
  border-color: #c5c5c5;
  font-size: 12px;
}

ul.toggle-bx {
  /*display: none;*/
}

.product-listing-sideBar-colum ul {
  margin-top: 15px;
}

.sideBar-category li+li {
  margin-top: 5px;
}

.sideBar-category li a {
  color: #495867;
  font-size: 14px;
}

.innerfilt_topcat_perent a {
  margin-top: -4px;
}

.sideBar-category li a i {
  font-size: 10px;
  margin-right: 3px;
}

.sideBar-category li.active a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #249ee4;
  font-family: "segoe_ui";
  font-weight: 800;
}

.sideBar-category li a:hover {
  color: #249ee4;
}

.show-more-btn {
  margin-top: 15px;
}

.toggle-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.toggle-category i {
  color: #249ee4;
  font-size: 15px;
}

.other-option {
  border: none;
}

/*.check-box{margin-bottom: 10px;}*/
.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 16px;
  color: #495867;
  padding-left: 24px;
  cursor: pointer;
}

.check-box label:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #586573;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 2px;
}

.check-box label:before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../images/check.svg);
  background-size: cover;
  position: absolute;
  left: 3px;
  top: 6px;
  display: none;
}

.check-box input:checked+label:before {
  display: block;
}

.all-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.all-listing-bx li {
  display: inline-block;
}

.all-listing-bx li a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: #495867;
  border: 1px solid #cccccc;
  border-radius: 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-family: "segoe_ui";
  font-weight: 400;
}

.all-listing-bx li a:hover,
.all-listing-bx li.active a {
  border-color: #249ee4;
  background: #249ee4;
  color: #ffffff;
}

.showing-result * {
  display: inline-block;
  margin-left: 5px;
}

.showing-result span {
  font-size: 12px;
  color: #495867;
  font-family: "segoe_ui";
  font-weight: 400;
}

.showing-result a {
  color: #000000;
  cursor: pointer;
}

.showing-result a.active {
  color: #249ee4;
}

.showing-result a:last-child {
  margin-left: 0;
}

.product-listing-product {
  background: #ffffff;
  margin-bottom: 25px;
  height: 100%;
  border: 1px solid #efeff2;
  border-radius: 10px;
}

.product-listing-product .product-img-bx {
  border: none;
  /* min-height: 200px; */
}

.product-listing-product .product-name-bx {
  text-align: left;
  position: relative;
  /* margin-right: 15px; */
  margin-top: 0;
  padding: 15px;
}

.product-listing-product .product-name-bx time {
  display: block;
  font-size: 12px !important;
  font-weight: 600;
  margin-bottom: 0px;
  color: #249ee4;
  margin-left: 2px;
  margin-right: 2px;
}

.product-listing-product .product-name-bx>a {
  display: block;
}

.product-listing-product .product-name-bx h4 {
  font-size: 16px;
}

.product-listing-product .product-name-bx h5 {
  font-size: 14px;
  color: #495867;
  font-weight: 500;
  margin: 10px 0;
}

.product-listing-product .product-name-bx h5 span {
  font-weight: 600;
}

.product-listing-product .product-name-bx p {
  margin-top: 15px;
}

.add-to-wishlist {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 25px;
  color: #249ee4;
  outline: none;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}

.loading-bx {
  text-align: center;
}

.loading-bx button {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 40px;
  color: #249ee4;
  background: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
}

.loading-bx button i {
  margin-right: 5px;
}

/*==================product details page css==============*/

.product-detail-main-bx {
  padding-bottom: 125px;
  /* padding-bottom: 150px; */
  padding-top: 30px;
}

.product-detail-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: baseline;
}

.product-detail-heading h2 {
  font-size: 17px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.product-detail-heading p {
  font-size: 14px;
  color: #495867;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-box;
  /* max-width: 400px; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-detail-heading h4 {
  font-size: 20px;
  color: #249ee4;
  font-family: "segoe_ui";
  font-weight: 800;
  min-width: 190px;
  text-align: right;
}

.product-tab-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.nav.nav-tabs.my-custom-tab {
  gap: 9px;
}

.product-tab-bx p {
  font-size: 12px;
  color: #495867;
  font-weight: 600;
  max-width: 250px;
}

.nav-tabs.my-custom-tab {
  border-bottom: none;
}

.nav-tabs.my-custom-tab .nav-link {
  border: 0;
  border-bottom: 0;
  /* border-radius: 10px 10px 0 0; */
  font-size: 12px;
  color: #495867;
  /* margin-right: 10px; */
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  /* background-color: #fff; */
  border-radius: 0;
  /* border: 2px solid #fff; */
}

.nav-tabs.my-custom-tab .nav-link.active {
  /*background: #ffffff; */
  /* border-color: #ffffff; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  color: #249ee4;
  background-color: transparent;
  /* border-top: 2px solid #249ee4; */
  border-bottom: 2px solid #249ee4 !important;
  border-color: transparent;
  border-radius: 0;
}

.product-image-slider-outer {
  position: relative;
}

.zoom-product-img {
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #959595;
  border-radius: 10px;
  background: transparent;
  outline: none;
  color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}

.zoom-product-img:hover {
  border-color: #ffffff;
}

#product-image-slider li img {
  width: 100%;
  height: 413px;
  object-fit: cover;
  border-radius: 0 10px 10px 10px;
}

.lSPager.lSGallery {
  margin-top: 20px !important;
}

.lSPager.lSGallery li {
  border-radius: 10px !important;
  overflow: hidden;
  opacity: 0.7;
}

.lSPager.lSGallery li.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.slider-btnProduct,
.alice-carousel__prev-btn .alice-carousel__prev-btn-item,
.alice-carousel__next-btn .alice-carousel__next-btn-item,
#product-image .lSAction>a {
  width: 47px;
  height: 47px;
  background: #249ee4;
  border-radius: 50%;
  opacity: 1;
  /* background: -moz-linear-gradient(
    270deg,
    rgba(254, 140, 132, 1) 0%,
    rgba(254, 98, 88, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(254, 140, 132, 1)),
    color-stop(100%, rgba(254, 98, 88, 1))
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(254, 140, 132, 1) 0%,
    rgba(254, 98, 88, 1) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(254, 140, 132, 1) 0%,
    rgba(254, 98, 88, 1) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(254, 140, 132, 1) 0%,
    rgba(254, 98, 88, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(254, 140, 132, 1) 0%,
    rgba(254, 98, 88, 1) 100%
  ); */

  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

#product-image .lSAction>a:hover {
  opacity: 0.8;
}

.alice-carousel__next-btn-item:after,
.alice-carousel__prev-btn-item:after,
.product-detailslider .lSprev:after,
.product-detailslider .lSNext:after,
#product-image .lSAction>a:after {
  content: "";
  background: url(../images/left-right-arrow.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 11px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.alice-carousel__next-btn-item:after {
  background-position: bottom center;
}

.product-detailslider .lSprev:after,
#product-image .lSAction>a.lSNext:after {
  background-position: bottom center;
}

/* ==========================product-detailslider================================ */

.product-detailslider [data-rmiz-wrap="visible"] {
  width: 100%;
}

.product-detailslider .carousel .slide {
  text-align: left;
}

.product-detailslider .carousel .slide img {
  border-radius: 8px;
}

.product-detailslider ul li.thumb:hover {
  border: 0;
}

.product-detailslider .carousel .thumbs-wrapper {
  margin: 10px 0px;
}

.product-detailslider ul li.thumb.selected,
.product-detailslider .carousel .thumbs li.selected {
  opacity: 1 !important;
  border: 0;
  background: #f7f7ff !important;
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
}

.product-detailslider ul.thumbs {
  margin: 0;
  padding: 0;
  border: 0;
}

.product-detailslider ul.thumbs li {
  opacity: 0.7;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.product-detailslider ul li.thumb img {
  border-radius: 8px;
}

.product-map-bx {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}

/* .product-map-bx iframe {
  width: 100% !important;
  max-width: 100%;
} */

.product-detail-owner-bx {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ececec;
}

.detail-owner-header {
  padding: 17px 25px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.detail-owner-header>div {
  flex: 1;
  -ms-flex: 1;
}

.detail-owner-header h2 {
  font-size: 16px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 10px;
}

.detail-owner-header p {
  font-size: 12px;
  color: #495867;
  font-weight: 400;
  display: block;
  margin-top: 7px;
}

.detail-owner-header time {
  font-size: 12px;
  color: #495867;
  font-weight: 400;
  display: inline-block;
  margin-top: 7px;
}

.detail-owner-name-bx {
  /* padding: 20px 10px 20px 25px; */
}

.detail-owner-img {
  width: 100px;
  position: relative;
  display: inline-block;
  float: left;
  max-width: 100px;
}

.live-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  background: #249ee4;
  border-radius: 50%;
  bottom: 8px;
  right: 0px;
}

.detail-owner-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.detail-owner-name {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
  padding-left: 25px;
}

.detail-owner-name h2 {
  font-size: 16px;
  color: #495867;
  font-weight: 600;
}

.detail-owner-name p {
  font-size: 12px;
  color: #495867;
  font-weight: 500;
  margin: 5px 0 15px 0;
}

.detail-owner-name p span {
  color: #249ee4;
}

.number-reveal-btn {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #495867;
  background-color: transparent;
}

.number-reveal-btn span {
  border-bottom: 2px solid #ebebeb;
}

.number-reveal-btn i,
.number-reveal-btn img {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.contact-bx {
  text-align: center;
  padding: 10px 15px 20px 15px;
  border-bottom: 1px solid #f1f1f1;
}

.video-chat-btn {
  padding: 12px 27px;
  padding-left: 73px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 25px;
  cursor: pointer;
}

.video-chat-btn span {
  position: absolute;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #249ee4;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

.video-chat-btn:hover {
  border-color: #249ee4;
  color: #249ee4;
}

.contact-bx .number-reveal-btn {
  margin: 0 15px;
}

.safety-tips-bx {
  padding: 28px 25px;
}

.safety-tips-bx h2 {
  font-size: 16px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 10px;
}

.safety-tips-bx ul {
  display: block;
}

.safety-tips-bx ul li {
  font-size: 14px;
  color: #495867;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.safety-tips-bx ul li span {
  font-weight: 600;
}

.safety-tips-bx ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #249ee4;
}

.safety-tips-bx ul li+li {
  margin-top: 12px;
}

.detail-owner-btn {
  display: flex;
}

.detail-owner-btn>a {
  width: 50%;
  padding: 14px 15px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0 0 0 10px;
  background: #249ee4;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

.detail-owner-btn>a span {
  margin-right: 10px;
  font-size: 16px;
}

.detail-owner-btn .dropdown {
  width: 50%;
}

.detail-owner-btn .dropdown-toggle {
  width: 100%;
  padding: 14px 15px;
  text-align: center;
  font-size: 16px;
  color: #495867 !important;
  font-weight: 600;
  border: 1px solid #efefef;
  background: transparent !important;
  border-radius: 0 0 10px 0;
  box-shadow: none !important;
  outline: none !important;
  border-bottom-color: transparent;
  flex: 1;
  -ms-flex: 1;
}

.detail-owner-btn .dropdown-toggle span {
  color: #249ee4;
  font-size: 16px;
  margin-right: 10px;
}

.share-bx {
  background: #ffffff;
  border: 1px solid #eeeef0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 25px;
  margin-top: 30px;
}

.share-bx p {
  font-size: 16px;
  color: #495867;
  font-weight: 500;
  margin-bottom: 10px;
}

.share-bx ul li {
  display: inline-block;
  padding-right: 5px;
}

.share-bx ul li:last-child {
  padding-right: 0;
}

.share-bx ul li a {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  margin: 0 3px;
  transition: 0.3s;
}

.share-bx ul li a:hover {
  opacity: 0.8;
}

.share-bx ul li a.facebook-btn {
  background: #1976d2;
}

.share-bx ul li a.twitter-btn {
  background: #03a9f4;
}

.share-bx ul li a.insta-btn {
  background: #1976d2;
  background: -moz-linear-gradient(45deg,
      rgba(254, 144, 19, 1) 0%,
      rgba(191, 51, 127, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear,
      left bottom,
      right top,
      color-stop(0%, rgba(254, 144, 19, 1)),
      color-stop(100%, rgba(191, 51, 127, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg,
      rgba(254, 144, 19, 1) 0%,
      rgba(191, 51, 127, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg,
      rgba(254, 144, 19, 1) 0%,
      rgba(191, 51, 127, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(45deg,
      rgba(254, 144, 19, 1) 0%,
      rgba(191, 51, 127, 1) 100%);
  /* ie10+ */
  background: linear-gradient(45deg,
      rgba(254, 144, 19, 1) 0%,
      rgba(191, 51, 127, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf337f', endColorstr='#fe9013', GradientType=1);
  /* ie6-9 */
}

.share-bx ul li a.email-btn {
  background: #249ee4;
}

.product-all-detail-tab .nav-tabs.my-custom-tab .nav-link {
  font-size: 16px;
  padding: 15px 30px;
  position: relative;
}

.product-all-detail-tab .nav-tabs.my-custom-tab .nav-link.active:after {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 1px;
  background: #ffffff; */
  bottom: -1px;
  left: 0;
}

.product-all-detail-tab .nav-tabs.my-custom-tab .nav-link.active,
.product-all-detail-tab .nav-tabs.my-custom-tab .nav-link:hover {
  box-shadow: 0 -7px 10px -4px rgba(0, 0, 0, 0.1);
}

.product-all-detail-tab .tab-content {
  background: #ffffff;
  padding: 35px 40px;
  border: 1px solid #f0f0f3;
  border-radius: 10px;
}

.product-all-detail-tab .col-lg-3.paddingrigt_none_Cfilter .sidebarleft_newinner {

  padding-top: 18px;
}

.customer-review-bx>h2 {
  font-size: 20px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 30px;
}

.rating-row {
  margin-left: 0;
  margin-right: 0;
}

.rating-row+.rating-row {
  margin-top: 10px;
}

.rating-row .col {
  padding-left: 0;
  padding-right: 0;
}

.rating-row .star {
  font-size: 13px;
  color: #e3e4e6;
}

.rating-row .star .fas {
  color: #4f4f4f;
}

.rating-row .star i {
  margin-left: 5px;
}

.rating-row .star span {
  font-size: 16px;
  color: #495867;
  vertical-align: middle;
}

.rating-row .rating-text {
  max-width: 60px;
}

.rating-row .rating-text h4 {
  font-size: 16px;
  color: #495867;
}

.star-txt {
  font-size: 16px;
  color: #495867;
  min-width: 55px;
}

.rating-view {
  padding: 0 15px !important;
  max-width: 155px;
}

.rating-view .progress {
  background: #e3e4e6;
  height: 7px;
}

.rating-view .progress .progress-bar {
  background-color: #4ccf13;
  border-radius: 8px;
}

.rating-view .progress .progress-bar.star-4 {
  background-color: #a5e789;
}

.rating-view .progress .progress-bar.star-3 {
  background-color: #fb7e04;
}

.rating-view .progress .progress-bar.star-2 {
  background-color: #fa564a;
}

.rating-view .progress .progress-bar.star-1 {
  background-color: #fe1200;
}

.start-txt-min {
  min-width: 150px;
}

.line-divider {
  width: 100%;
  clear: both;
  height: 1px;
  background: #efefef;
  margin: 35px 0;
}

.customer-review-profile .detail-owner-name-bx {
  padding: 0;
  display: flex;
  align-items: center;
}

.customer-review-profile .detail-owner-name p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.rated-customer-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rated-customer-bx-inner h2 {
  word-break: break-word;
  font-size: 14px;
  color: #495867;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px;
}

.rated-customer-bx-inner p {
  font-size: 12px;
  color: #495867;
  font-weight: 500;
}

.rated-star i {
  color: #249ee4;
  font-size: 14px;
}

.rated-star span {
  /* font-size: 15px;
  color: #495867; */
  /* margin-left: 5px; */
  font-weight: 500;
}

.same-bx-heading {
  font-size: 20px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 14px;
}

.product-sub-heading {
  font-size: 20px;
  color: #495867;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}

p.product-specs {
  font-size: 16px;
  color: #666666;
  font-family: "segoe_ui";
  font-weight: 400;
  margin-bottom: 12px;
  word-break: break-word;
}

.product-discription p {
  font-size: 16px;
  color: #666666;
  font-family: "segoe_ui";
  font-weight: 400;
  line-height: 1.4;
}

.product-discription p+p {
  margin-top: 12px;
}

.similar-products-bx {
  margin-top: 56px;
  margin-bottom: 75px;
}

.write-review {
  max-width: 1100px;
  margin: 0 auto;
}

.write-review>h2 {
  font-size: 25px;
  margin-bottom: 35px;
}

.write-review .form-group {
  margin-bottom: 30px;
}

.write-review .form-control-line {
  font-weight: 500;
  font-size: 16px;
}

textarea.form-control-line {
  height: 100px;
  resize: none;
}

.btn-secondaryx {
  background-color: #249ee4;
  padding: 12px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

.btn-inactive {
  background-color: #ffffff !important;
  color: #249ee4 !important;
}

.btn-secondaryx.active {
  color: #ffffff;
  background-color: #249ee4;
  padding: 12px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

.btn-secondary-sm {
  color: #ffffff;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background-color: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  /* ie6-9 */
}

.btn-secondaryx:hover {
  opacity: 0.8;
}

.transparent-layer {
  display: none;
}

.video-chat-header {
  padding: 15px 0;
  text-align: right;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  z-index: 998;
  background: #ffffff;
  display: none;
}

.video-chat-header a {
  vertical-align: middle;
  font-size: 12px;
}

.video-chat-header .video-chat-btn {
  margin-bottom: 0;
  padding-left: 56px;
}

.video-chat-header .video-chat-btn span {
  width: 49px;
  height: 49px;
}

.video-chat-header .video-chat-btn span img {
  width: 26px;
}

.video-chat-header-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  top: 99px;
  display: block;
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
} */

/*01-11-2020*/
/*ad-post*/

.white_box {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 30px 35px;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  border-radius: 10px;
}

.white_box h4 {
  display: block;
  font-size: 20px;
  color: #495867;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "segoe_ui";
}

.white_box h5 {
  display: block;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 600;
  font-family: "segoe_ui";
}

.white_box h6 {
  display: block;
  font-size: 22px;
  color: #495867;
  line-height: 1.4;
  font-weight: 600;
  font-family: "segoe_ui";
}

.white_box h4 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.white_box p {
  font-size: 16px;
  font-weight: 500;
}

.white_box.bg-green {
  background: #495867;
}

.category_ul .breadcrumb-item a {
  font-size: 16px;
  font-weight: 600;
}

.category_ul .breadcrumb-item+.breadcrumb-item::before {
  padding: 0 9px;
}

.number-reveal-btn.right_img img {
  margin-left: 6px;
  margin-right: 0;
  margin-top: -8px;
}

.number-reveal-btn.right_img i {
  color: white;
}

.select_box {
  position: relative;
}

.select_box:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/down-arrow-icon.png);
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}

.select_box.Price:after {
  background: url(../images/price-icon.png);
  height: 18px;
}

.white_box.Upload_box {
  border-style: dashed;
}

.file_upload_btn input[type="file"] {
  display: none;
}

.file_upload_btn .number-reveal-btn {
  font-weight: 600 !important;
  cursor: pointer;
  position: static;
}

.drop_file {
  display: block;
}

.drop_file h3 {
  color: #c8cdd1;
  font-size: 20px;
  font-weight: 600;
}

.you_tube_link span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 21px;
}

.you_tube_link input {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}

.custom_cheak ul li {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
}

.check-box.big label:after {
  width: 16px;
  height: 16px;
}

.check-box.big label:before {
  width: 9px;
  height: 9px;
  left: 4px;
  top: 6.6px;
}

.check-box.big label {
  font-size: 16px;
}

.icon_input {
  position: relative;
}

.icon_input:after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.icon_input.calender:after {
  background: url(../images/calender-icon.png) no-repeat;
}

.icon_input.Location:after {
  background: url(../images/location-icon.png) no-repeat;
}

.icon_input.Price:after {
  background: url(../images/price-icon.png) no-repeat;
  left: 8px;
}

.icon_input.Price input {
  padding-left: 30px;
}

.ad_box {
  margin-top: 20px;
}

.ad_box ul li {
  border-bottom: 2px solid #eceef0;
  padding: 15px 0;
}

.ad_box ul li a {
  display: inline-block;
  color: #249ee4;
}

.ad_box ul li .badge {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 500;
}

.ad_box ul li label {
  margin-bottom: 0;
  font-weight: 600 !important;
}

.ad_box ul li:last-child {
  /*  border-bottom: none; */
}

.badge-primary {
  background: #495867;
}

.badge-info {
  background: #249ee4;
}

.badge-danger {
  background: #dc3545;
}

.post_an {
  margin-bottom: 60px;
}

/*== extra ==*/
.header-search-fixed-three .headno_three {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

.header-search-fixed-three {
  padding-top: 53px;
}

.rated-star span strong {
  color: #249ee4;
}

.Jtaballp_content02 {
  display: none;
}

.intrro01 .Jtaballp_content02 {
  display: block;
}

.intrro01 .Jtaballp_content {
  display: none;
}

.Jtaballp_content02 {
  display: none;
}

.intrro02 .Jtaballp_content02 {
  display: block;
}

.intrro02 .Jtaballp_content {
  display: none;
}

.Jcompny_allprod .showing-result a {
  cursor: pointer;
  font-size: 22px;
}

.Jcompny_allprod .showing-result a:nth-of-type(1) {
  color: #249ee4;
}

.Jcompny_allprod.intrro01 .showing-result a:nth-of-type(2) {
  color: #249ee4;
}

.Jcompny_allprod.intrro01 .showing-result a:nth-of-type(1) {
  color: #000000;
}

.product-listing-main-bx .Jcompny_allprod {
  padding-top: 15px;
}

.col-sm-12.actionpage_list {
  /* padding-left: 0px; */
  padding-right: 0px;
}

.tablistOn ul.nav li a.active {
  border-color: #249ee4;
  background: #249ee4;
  color: #ffffff;
}

.tablistOn ul.nav li+li {
  margin-left: 4px;
}

.auctionplist_upcomming .upcoming-live-auction-bx>h2 {
  margin-right: 15px;
}

.auctionplist_upcomming .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.onlyformob_upcom {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.auctionplist_upcomming .mCustomScrollBox {
  padding-right: 15px;
}

.forborderbot {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #fd7a72;
}

/*== Drop down menu ==*/
.mainh_manudrop ul.dropdown-menu li a {
  color: #ffffff;
  font-family: "segoe_ui";
  font-weight: 600;
  font-size: 14px;
}

.mainh_manudrop ul.nav {
  position: relative;
}

.mainh_manudrop ul.dropdown-menu {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  background: #495867;
  padding: 10px 15px;
}

.mainh_manudrop li.dropdown {
  position: initial;
  overflow: visible;
}

.main-menu-bx .mainh_manudrop .dropdown-menu li {
  width: 24%;
  text-align: left;
  vertical-align: top;
}

.main-menu-bx .mainh_manudrop .dropdown-menu li a {
  text-align: left;
}

.main-menu-bx .mainh_manudrop .dropdown-menu li a:hover {
  opacity: 0.7;
}

.main-menu-bx .mainh_manudrop .dropdown-menu li a {
  padding: 12px 9px;
}

.main-menu-bx .mainh_manudrop .dropdown-toggle::after,
.top-right-anchor .dropdown-toggle::after {
  display: none;
}

.downcustom {
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 18px;
  opacity: 0;
  visibility: hidden;
}

/* .postiondrop_cstm{position: relative;}

.onhver01:hover #demo01{display: block !important;} */

/*== Chat Page ==*/
.chatmainS {
  padding-bottom: 50px;
}

.chatandlist {
  display: flex;
}

.chatboxL {
  flex: 1;
  box-shadow: -3px 1px 10px rgba(0, 0, 0, 0.1);
}

.chatbox_head {
  display: flex;
  padding: 10px 20px;
  border-radius: 10px 0px 0px 0px;
  background: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.chatleftH_title h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "segoe_ui";
}

.chatleftH_title h6 span {
  font-size: 9px;
  display: inline-block;
  padding-left: 10px;
}

.chatleftH_title {
  flex: 1;
  padding-right: 15px;
  align-self: center;
}

.chatclose {
  width: 90px;
  text-align: right;
}

/* .chatingbx {min-height: 200px; background: #ffffff; padding: 30px 100px; text-align: center;} */
.chatingbx {
  min-height: 220px;
  background: #ffffff;
  padding: 0px 0px;
  text-align: center;
  max-height: 220px;
}

.chatingbx>.chatingbx {
  padding-right: 10px;
}

.chatingbx>.chatingbx .chatmain_perent {
  padding-right: 0px;
}

.chatingbx>.chatingbx .mCSB_inside>.mCSB_container {
  margin-right: 10px;
}

.chatingbx p {
  font-size: 14px;
  color: #495867;
  font-family: "segoe_ui";
}

.start_conversation {
  max-width: 248px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.chatbox_footer {
  padding: 10px 20px;
  border-radius: 0px 0px 0px 10px;
  background: #f7f7ff;
}

.chatingF_flex {
  display: flex;
}

.chaingF_icon {
  width: 60px;
}

.chaingF_icon a:nth-of-type(2) {
  margin-left: 15px;
}

.chaingF_fuild {
  flex: 1;
}

.smily_ico {
  position: absolute;
  bottom: 8px;
  left: 0;
}

.chaingF_fuild .newsletter-input input {
  padding-left: 20px;
}

.rightchat_list {
  width: 266px;
  /* background-color: #fff;
  border-left: 1px solid #f9f9ff; */
  background-color: #fff;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px 10px 0 0;
}

.chatTeam_head {
  display: flex;
  padding: 10px 20px;

  border-radius: 0px 10px 0px 0px;
  background: -moz-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(254, 140, 132, 1)),
      color-stop(100%, rgba(254, 98, 88, 1)));
  background: -webkit-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -o-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -ms-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: linear-gradient(180deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.listleftH {
  flex: 1;
}

.listleftH span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "segoe_ui";
  margin-left: 8px;
}

.listrightH {
  width: 80px;
  text-align: right;
}

.icons_messager {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
}

.chatteammem_bx {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 0px;
  position: relative;
  background-color: transparent;
  padding-bottom: 10px;
  margin: 0px 10px 0px 0px;
}

/* .chatteammem_bx:last-child {
  border-bottom: 1px solid transparent;
} */

.onhovelink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.chat_teambx {
  background: #ffffff;
  padding: 0px 15px;
  padding-right: 0;
}

.chatuser {
  position: relative;
  width: 40px;
}

.userimgC {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 100px;
  display: inline-block;
}

.userimgC img {
  width: 100%;
  height: 100%;
}

.livestats {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #28b91e;
  border: 2px solid #ffffff;
  position: absolute;
  bottom: 5px;
  right: 4px;
}

.chatusername {
  flex: 1;
  padding: 0px 10px;
  font-size: 13px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
  text-transform: capitalize;
}

.chatu_time {
  color: #495867;
  font-family: "segoe_ui";
  font-size: 11px;
  font-weight: 600;
  width: 30px;
  text-align: right;
}

.chatusername,
.chatu_time {
  align-self: center;
}

.schedule_side {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.schedule_header {
  display: flex;
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
  background: -moz-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(254, 140, 132, 1)),
      color-stop(100%, rgba(254, 98, 88, 1)));
  background: -webkit-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -o-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -ms-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: linear-gradient(180deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.schedule_left {
  flex: 1;
  align-self: center;
}

.schedule_right {
  width: 87px;
}

.schedule_left h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "segoe_ui";
}

.schedule_left h6 span {
  font-size: 9px;
  display: inline-block;
  padding-left: 10px;
}

.schedule_body {
  background: #ffffff;
  padding: 30px 30px;
  display: inline-block;
  border-radius: 0px 0px 10px 10px;
}

.chat_teambx {
  max-height: 400px;
  overflow-y: auto;
  padding-bottom: 40px;
}

.chat_teambx.mini-message_block {
  max-height: 280px;
  overflow-y: auto;
  padding-bottom: 40px;
}

.chat_teambx .mCSB_scrollTools .mCSB_draggerContainer {
  right: 15px;
}

.searchlst_fuild {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.43;
  align-items: center;
  background: #fff;
  border: 1px solid #bec0c2;
  border-radius: 0;
  color: #0e1724;
  overflow: hidden;
  padding: 4px 15px 4px 30px;
  transition: all 0.2s ease-out;
}

.searhbx_list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.inputfuild_list {
  position: relative;
}

.searchic_list {
  position: absolute;
  top: 11px;
  left: 10px;
}

.chattop_main {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 790px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.showmain_chat .chattop_main {
  display: block;
  opacity: 1;
  visibility: visible;
}

.closeleft_chat_hide .chatboxL {
  display: none;
}

.closeleft_chat_hide .chattop_main {
  width: auto;
}

.closeright_chatl_hide .rightchat_list {
  display: none;
}

.closeright_chatl_hide .chattop_main {
  width: auto;
}

.closeright_chatl_hide .chatboxL {
  width: 524px;
}

.schedule_body {
  display: none;
}

.shadule_content {
  display: none;
}

.closeright_chatstart_tab .shadule_content {
  display: block;
}

.closeright_chatstart_tab .start_conversation {
  display: none;
}

/*===================*/
.top-right-anchor li:last-child a {
  display: inline-block;
  vertical-align: baseline;
}

.writesomt_full input:focus::placeholder {
  color: transparent;
}

/*== New Chat ==*/
.chatleftH_title h6 .catbbss_titl {
  font-size: 14px;
}

.chatleftH_title h6 p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-family: "segoe_ui";
  padding-left: 29px;
}

.chatleftH_title h6 p span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-family: "segoe_ui";
  padding-left: 0px;
}

.pagemain_chat02 .chatbox_head {
  border-radius: 10px 10px 0px 0px;
}

.writesomt_full {
  display: flex;
}

.writesomt_full input {
  width: 100%;
  padding: 0px 15px;
  line-height: 1.6;
  height: 60px;
  border: 1px solid rgb(109 121 133 / 38%);
  border-right: 0px;
  border-left: 0px;
}

.pagemain_chat02 .chatbox_footer {
  padding: 0px;
}

.writesomt_full_send {
  display: flex;
  padding: 15px;
}

.fulsend_left {
  flex: 1;
}

.fulsend_right {
  width: 30px;
}

.fulsend_right button {
  color: #249ee4;
  line-height: 1;
  font-size: 23px;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.fulsend_right button:hover {
  color: #694e70;
}

.fulsend_left a {
  margin-left: 7px;
  font-size: 18px;
  cursor: pointer;
}

.fulsend_left a:hover {
  color: #249ee4;
}

.pagemain_chat02 .chatingbx {
  min-height: 340px;
  padding: 30px 15px;
  max-height: 340px;
}

.pagemain_chat02 .chat_teambx {
  min-height: calc(100% - 47px);
  max-height: 400px;
  padding-bottom: 0px;
  margin: 0 7px;
  margin-left: 0;
}

.pagemain_chat02 .chatboxL {
  margin-left: 15px;
}

.chatnewmotor_second {
  flex-direction: column;
}

.pagemain_chat02 .safety-tips-bx {
  border-top: 1px solid #f1f1f1;
  margin-top: 24px;
}

.downserch input {
  width: 100%;
  height: 40px;
  border: 1px solid #c7ccd0;
  color: #000000;
  font-size: 14px;
  padding: 0px 15px;
}

.downserch {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.pagemain_chat02 .chatTeam_head {
  position: relative;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
}

.down_filtdrop select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  padding-right: 15px;
}

.pagemain_chat02 .detail-owner-name-bx {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
}

.pagemain_chat02 .detail-owner-img {
  float: none;
  margin: auto;
}

.pagemain_chat02 .detail-owner-name {
  float: none;
  width: calc(100%);
  padding-left: 0;
  text-align: center;
}

.chatdeskfull_rig {
  padding-right: 0px;
}

.pagemain_chat02 .detail-owner-header {
  padding: 15px 10px;
}

.pagemain_chat02 .safety-tips-bx {
  padding: 18px 10px;
  margin-top: 0px;
}

.pagemain_chat02 .safety-tips-bx ul li+li {
  margin-top: 10px;
}

.chatmain_perent {
  margin: 0 auto 4px;
  width: 98%;
  background: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}

.sent_sidemain {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  /* margin-top: -7px; */
  /* padding: 7px 15px 15px 15px; */
}

.sent_sidemain-top {
  max-height: 191px;
  min-height: 191px;
  overflow: auto;
  margin-top: 20px;
}

.chatboc_imgg {
  height: 32px;
  width: 32px;
  border-radius: 100px;
  display: inline-block;
  overflow: hidden;
}

.chatboc_imgg img {
  display: block;
  flex: 0 0 auto;
  position: relative;
  margin-right: 4px;
  height: 32px;
  width: 32px;
}

.chat_textdesc {
  background-color: #f0f0f0;
  margin-left: 13px;
  border-radius: 0 8px 8px 8px;
  font-size: 13px;
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
  max-width: 100%;
  padding: 8px;
  text-align: left;
}

.chat_hello {
  font-size: 13px;
  line-height: 1.2;
}

.time_ofchat {
  font-size: 11px;
  line-height: 1.45;
  color: #4d525b;
  margin-bottom: 4px;
  margin-top: 20px;
  text-align: center;
  display: block;
}

.myside_chat .chat_textdesc {
  border-radius: 8px;
  background-color: #249ee4;
  font-size: 13px;
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
  max-width: 75%;
  padding: 8px;
  text-align: left;
}

.myside_chat .chat_hello {
  color: #f7f7f7;
}

.myside_chat {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.btnunique_mess {
  color: #ffffff;
  font-size: 12px;
  padding: 6px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background: -moz-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(254, 140, 132, 1)),
      color-stop(100%, rgba(254, 98, 88, 1)));
  background: -webkit-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -o-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -ms-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: linear-gradient(180deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.btnunique_mess:hover,
.btnunique_mess:focus {
  color: #ffffff;
  background: -moz-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(254, 140, 132, 1)),
      color-stop(100%, rgba(254, 98, 88, 1)));
  background: -webkit-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -o-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -ms-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: linear-gradient(180deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.backonlymes_chatmob {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.mesagebt_mobS {
  display: none;
}

.pagemain_chat02 {
  height: calc(100vh - 206px);
  min-height: 640px;
  /* overflow-y: auto; */
}

.fuladd_postlist .custom_cheak ul li {
  display: block;
  width: 100%;
}

.bsercfuildc_bottmful {
  display: flex;
  margin-top: 30px;
  justify-content: flex-end;
}

.discountt {
  display: inline-block;
  font-size: 10px;
  color: #ffffff;
  background: #f60;
  padding: 1px 4px;
  border-radius: 4px;
  margin-left: 8px;
  margin-top: -2px;
  vertical-align: middle;
}

.specialtags {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.black_special {
  background: #495867;
}

.specialtags span {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 10px;
}

.green_special {
  background: #52a744;
}

.red_special {
  background: #fe5f55;
}

/* .maplocat_adpost iframe {
  width: 100%;
  height: 250px;
} */

.upload_manyclear {
  padding-top: 15px;
}

.select_box.nairacurrency::after {
  background: url(../images/naira.png);
  height: 18px;
}

.special_makead_stand .row {
  border-bottom: 2px solid #eceef0;
}

.special_makead_stand .row:last-child {
  border-bottom: 0px solid #eceef0;
}

.special_makead_stand .row ul li {
  border-bottom: 0px solid #eceef0;
}

.special_makead_stand .row .form-group {
  margin-bottom: 0px;
}

.special_makead_stand .row .col-sm-4 {
  display: flex;
  justify-content: flex-end;
  align-self: center;
}

.special_makead_stand .row .form-group .form-control-line {
  padding-right: 30px;
}

.specialc_link {
  color: #007fb0;
}

.white_box.special_total_perent {
  padding: 10px 35px;
}

.white_box.special_total_perent h5 {
  font-weight: 500;
}

.byselectingside p a {
  color: #007fb0;
}

.lastbottom_byselect {
  background: #f7f7ff;
  border: 0px solid #ececec;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.byselectingside {
  background: #ffffff;
  border: 0;
  padding: 15px 15px;
}

@media screen and (max-width: 850px) {
  .byselectingside {
    border: 6px solid #22b14c;
    border-top: 2px solid #22b14c;
  }
}

.trectorside_index {
  margin-left: 50px;
}

.trectorside_index.kitchen-appliances .brand-promotion-img {
  right: -100px;
  bottom: 16px;
}

.trectorside_index.kitchen-appliances {
  margin-bottom: 0px;
}

.newjeet_indexPproduct .col-lg-5 {
  align-self: flex-end;
}

.addnenew_electric {
  padding-left: 52px;
}

.addnenew_electric .electric-bicycle .brand-promotion-img {
  left: -52px;
  bottom: 50px;
}

.lastbottom_byselect .row {
  padding-bottom: 200px;
}

.postanadd_main_ofallsec {
  padding-top: 0px;
}

.selling-banner {
  background: #495867;
  border-radius: 8px;
  padding: 30px;
  margin: 20px 0;
  border: 1px solid #495867;
}

.selling-banner-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.selling-banner-text {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

.selling-banner-link {
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.selling-banner-link:hover {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: underline;
}

.forsalepage_listing.product-listing-main-bx .Jcompny_allprod {
  padding-top: 0px;
}

body .new_placetab_icon .showing-result a {
  font-size: 22px;
}

/*.new_placetab_icon .showing-result a:nth-of-type(1) {
    color: #249ee4;
}*/

body.intrro02 .new_placetab_icon .showing-result a:nth-of-type(2) {
  color: #249ee4;
}

body.intrro02 .new_placetab_icon .showing-result a:nth-of-type(1) {
  color: #000000;
}

body.intrro02 .Jtaballp_content {
  display: none;
}

body.intrro02 .Jtaballp_content02 {
  display: block;
}

.new_placetab_icon {
  display: flex;
  justify-content: flex-end;
}

.new_placetab_icon .showing-result {
  margin-left: 30px;
}

.totlimg_qt {
  display: inline-block;
  padding: 4px 10px;
  background: rgb(0 0 0 / 63%);
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}

.totlimg_qt:hover {
  color: #ffffff;
  background: rgb(0 0 0 / 75%);
}

.totalimg_sectab {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.btnnew_used {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 10px;
  cursor: pointer;
  background: #249ee4;
  border-radius: 4px;
  font-weight: 600;
  vertical-align: bottom;
}

.btnnew_used:hover,
.btnnew_used:focus {
  display: inline-block;
  color: #ffffff;
  background: #249ee4 !important;
}

.usednew_button {
  position: absolute;
  /* bottom: 10px; */
  right: 15px;
}

.forsalepage_listing .product-listing-product .product-name-bx p {
  padding-right: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.margin_premiumf_sale {
  margin-bottom: 30px;
}

.abouttop_banner {
  border-top: 1px solid rgb(183 187 204 / 37%);
  background: #199de2;
  /* background: #fe675e; */
  max-height: 550px;
  height: 550px;
  display: flex;
  justify-content: center;
  position: relative;
}

.help_page_banner {
  max-height: 200px;
  height: 200px;
}

.help_page_banner::after {
  height: 200px !important;
  background-position: right bottom !important;
}

.help_page_banner .image_abtbanner-2 {
  padding-top: 0;
  display: flex;
  align-items: center;
}

.image_abtbanner {
  padding-top: 46px;
  position: relative;
  z-index: 1;
}

.image_abtbanner-2 {
  padding-top: 400px;
  position: relative;
  z-index: 1;
}

.aboutbcont {
  position: absolute;
  bottom: 0;
  min-width: 410px;
  max-width: 450px;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -132px);
  -moz-transform: translate(-50%, -132px);
  -webkit-transform: translate(-50%, -132px);
}

.image_abtbanner img {
  max-height: 344px;
}

.abouttop_banner .image_abtbanner img {
  max-height: initial;
}

.aboutbcont p {
  margin-bottom: 10px;
  color: #495867;
  font-size: 16px;
}

.bannerheading {
  font-size: 30px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 15px;
}

.abouttop_banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  background: url(../images/about-shape.png) no-repeat;
  width: 100%;
  z-index: 0;
  height: 550px;
  background-position: right top;
}

.sectionhead {
  font-size: 30px;
  color: #495867;
  font-weight: 600;
  margin-bottom: 15px;
}

.abouttop_sectwo p,
.abouttop_sectwo li {
  margin-bottom: 10px;
  color: #495867;
  font-size: 16px;
}

.abouttop_sectwo .row:nth-of-type(1) {
  margin-bottom: 30px;
}

ul.listabout li {
  position: relative;
  color: #495867;
  font-size: 16px;
  margin-bottom: 10px;
}

ul.listabout {
  padding-left: 16px;
}

ul.listabout li::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 2px solid #000;
  display: inline-block;
}

.rowfirst_about img {
  background: rgb(189 213 234 / 34%);
  border-radius: 12px;
}

.rowsec_about img {
  background: rgb(189 213 234 / 34%);
  border-radius: 12px;
}

.rowsec_about {
  padding-bottom: 150px;
}

.leftbar_filt {
  pointer-events: none;
  display: block;
  margin-top: 40px;
}

.leftbar_filt h2 {
  font-size: 15px;
  color: #495867;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.leftbar_filt h2 i {
  color: #249ee4;
  font-size: 15px;
}

.sidebarleft_newinner {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.otheroption_cheperent {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
}

.otheropt_newcls {
  padding: 0px;
}

.otheropt_newcls h2 {
  padding: 15px 25px;
}

.new_perenttop_forspecals .product-listing-sideBar {
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.Jtaballp_content02.auctionplist_main .col-sm-12.actionpage_list .row .col-sm-3 {
  padding: 0 10px;
}

.product-name-bx h6 .btnnew_used {
  margin-right: 10px;
}

.col-lg-12.listside_newperent .col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.col-lg-9.subtab_secondmain {
  padding-right: 0;
}

.col-lg-12.listside_newperent .col-md-9 {
  padding-left: 10px;
}

.col-lg-12.listside_newperent .col-md-3 .product-img-bx {
  /* min-height: 100%; */
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  height: 100%;
  padding: 10px;
}

.col-lg-12.listside_newperent .col-md-9 .product-outer-bx.productBig-outer-bx {
  height: 100%;
  background: #ffffff;
  padding: 15px;
  padding-bottom: 15px;
  border: 1px solid #efeff2;
  border-radius: 10px;
}

.col-lg-12.listside_newperent .product-listing-product {
  background: none;
  border: 0px solid #efeff2;
  border-radius: 0px;
  /* background-color: #fff; */
}

.col-lg-12.listside_newperent .product-listing-product .product-name-bx p {
  margin-top: 8px;
  margin-bottom: 0px;
}

.col-lg-12.listside_newperent .product-listing-product .product-name-bx h5 {
  margin: 7px 0;
  padding-right: 90px;
  line-height: 22px;
}

.col-lg-12.listside_newperent .product-listing-product .product-name-bx .product_name_block a {
  padding-right: 90px;
}

.aboutheader {
  background: -moz-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(254, 140, 132, 1)),
      color-stop(100%, rgba(254, 98, 88, 1)));
  background: -webkit-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -o-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -ms-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: linear-gradient(180deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.aboutheader .logo-bx a img {
  filter: brightness(0) invert(100);
  -moz-filter: brightness(0) invert(100);
  -webkit-filter: brightness(0) invert(100);
}

.aboutheader .top-right-anchor ul li a {
  color: #ffffff;
}

.aboutheader .top-right-anchor a span img {
  filter: brightness(0) invert(100);
  -moz-filter: brightness(0) invert(100);
  -webkit-filter: brightness(0) invert(100);
}

.useract_imgname {
  display: flex;
}

.userimgneme_second {
  align-self: center;
  padding-left: 10px;
  white-space: nowrap;
}

.userimgneme_second strong span {}

.actionpag_tabmess_newperent .listtclick li a {
  height: 63px;
  padding: 9px 3px;
  text-align: center;
  line-height: 40px;
}

.actionpag_tabmess_newperent ul.listtclick {
  margin-bottom: -4px;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.prodctdetil_newtitles {
  /* max-width: 585px; */
  margin-bottom: 15px;
}

#selectedvid {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -mox-object-fit: cover;
}

/*== LearnSell page ==*/
.learnlistbox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 10px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.learnbx_content {
  padding-top: 30px;
}

.learnbx_content h2 {
  font-size: 20px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
}

.button_learn {
  padding-top: 20px;
}

.button_learn .btn-secondaryx:hover,
.button_learn .btn-secondaryx:focus {
  background-color: #249ee4;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
  color: #ffffff;
}

.learn_imgbx {
  overflow: hidden;
  max-height: 260px;
  border-radius: 12px;
}

.learn_imgbx img {
  transition: all 0.3s cubic-bezier(0.54, -0.03, 0.41, 1.07);
  -webkit-transition: all 0.3s cubic-bezier(0.54, -0.03, 0.41, 1.07);
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.learnlistbox:hover .learn_imgbx img {
  transform: scale(1.1);
}

.newrigh_ppris h6 {
  color: #495867;
  font-weight: 500;
  font-family: "segoe_ui";
  font-size: 14px;
}

ul.toggletab-bx {
  display: none;
  border-bottom: 0px;
}

.sectionmainhead {
  position: relative;
  top: -15px;
}

.sectionmainhead::after {
  content: "";
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
  background: #249ee4;
  height: 10px;
  transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
}

.sectionmainhead span {
  z-index: 1;
  position: relative;
  background: #ffffff;
  padding: 0px 20px;
  font-size: 20px;
  color: #495867;
  font-weight: 600;
  border-radius: 10px;
}

.content_tabmulti_First {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

.multilable {
  /* background: #f7f7ff; */
  font-size: 20px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
  /* padding: 12px 15px; */
  border-radius: 6px;
}

.multi_regularcont p {
  margin-bottom: 10px;
  color: #495867;
  font-size: 16px;
}

.multi_regularcont {
  margin-top: 15px;
}

.multi_regularcont h6 {
  font-size: 20px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
}

.multi_regularcont {
  margin-bottom: 15px;
  margin-top: 10px;
}

.multi_regularcont ul li {
  list-style: disc;
}

.multi_regularcont ul li {
  /* list-style: decimal; */
  margin-bottom: 6px;
}

.multi_regularcont ul {
  margin: 10px 0px;
  padding-left: 15px;
}


.learnmultipal_secns {
  padding-top: 20px;
}

.learnmultipal_secns::last-child {
  padding-bottom: 150px;
}

.learnmultipal_secns .product-listing-sideBar-colum:nth-of-type(2) ul.toggletab-bx {
  display: block;
}

.learntop_sectwo {
  padding: 20px 0px;
}

.learnmultipal_secns .sideBar-category li a {
  padding: 0px;
  border: 0px;
  font-size: 14px;
}

.learnmultipal_secns ul.toggletab-bx li a.active {
  color: #249ee4;
}

.learnmultipal_secns .sideBar-category li a:hover {
  border: 0px;
}

.jproductdmainbx {
  padding-top: 0px;
}

.livestriming_lsec {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.joinleft_lsec {
  align-self: center;
  font-size: 17px;
  color: #495867;
  font-weight: 600;
  padding-right: 10px;
}

.timeonjardion time {
  color: #249ee4;
}

.livestriming_lsec.page-6striming {
  flex-direction: column;
  justify-content: start;
}

.livestriming_lsec .joinleft_lsec {
  align-self: auto;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.dotspan {
  width: 8px;
  height: 8px;
  border-radius: 25px;
  background: #249ee4;
  display: inline-block;
  position: absolute;
  left: -2px;
  top: -4px !important;
}

.alert_head {
  position: relative;
  cursor: pointer;
}

.new_forspac_bott {
  margin-bottom: 30px;
}

/*notifications*/
.notification-box-cover {
  display: block;
  position: absolute;
  width: 300px;
  border-radius: 10px;
  box-shadow: 6px 4px 12px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 6px 4px 12px rgb(0 0 0 / 10%);
  background: #ffffff;
  z-index: 2;
  top: 100%;
  right: 50%;
  margin-top: 9px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  transform: translate(50%, 0px);
  margin-right: -125px;
}

.event-list-box-cover {
  max-height: 350px;
}

.event-list-box {
  max-height: 280px;
  overflow: auto;
  background: #ffffff;
  padding: 0px 5px 20px 15px;
}

.event-name h4 {
  display: block;
  font-size: 16px;
  color: #495867;
  font-weight: 600;
}

.notification-box-cover .event-name .clear-all {
  display: block;
  font-size: 14px;
  color: #ffb500;
  font-weight: 600;
  padding: 0;
}

.event-name .clear-all:hover {
  color: #000;
}

.event-list-box {
  display: block;
  width: 100%;
}

.event-list {
  display: block;
  margin: 0;
  width: 100%;
  margin-right: 0 !important;
}

.event-list li {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
}

.event-list li+li {
  margin-left: 0 !important;
}

.notification-box-cover .event-list li .overlay-a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  display: block;
  z-index: 1;
}

.event-list li .col-profile,
.event-list li .col.time {
  max-width: 45px;
}

.event-list li .col-profile div {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 100px;
  position: relative;
}

.event-list li .col-profile div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-list li h5 a {
  font-size: 16px;
  color: #b2b2b2;
}

.event-list li .notififaction-test {
  padding: 0 15px;
  line-height: 22px;
  text-align: left;
}

.event-list li .notififaction-test p {
  font-size: 12px;
  font-weight: 400;
  color: #605f5f;
  text-align: left;
  line-height: 1.3;
}

.event-list li .notififaction-test p strong {
  font-weight: 600;
  color: #000;
}

.event-list li:hover .notififaction-test p,
.event-list li:hover .notififaction-test p strong {
  /* color: #ff8023 */
}

.event-list li.yesterday,
.event-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-list li .col-profile,
.event-list li .col.time {
  max-width: 30px;
}

.event-name {
  padding: 20px 20px;
  background: #f7f7ff;
}

.event-list li .col-profile div .live-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  background: #249ee4;
  border-radius: 50%;
  top: 18px;
  right: -6px;
}

.notififaction-test strong {
  color: #249ee4;
  font-size: 14px;
}

.event-list-box .mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.event-list li .col-profile h6 {
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
}

.contact-bx.Jcontec_bx .livestriming_lsec .joinleft_lsec {
  align-self: center;
  margin-bottom: 0px;
}

.onscroll_striming {
  display: flex;
  justify-content: flex-end;
}

.renavelnum_new {
  align-self: center;
  padding-left: 15px;
}

.onscroll_striming .livestriming_lsec .joinleft_lsec {
  align-self: center;
  margin-bottom: 0px;
}

.Jcompny_actin .nav-tabs .nav-link {
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  transition: 0.3s;
  outline: none;
}

.page_6tabmain_top .nav-tabs .nav-item {
  margin-bottom: 0;
}

.Jcompny_actin .nav-tabs .nav-link img {
  filter: initial;
  -webkit-filter: initial;
  height: 16px;
}

.Jcompny_actin .nav-tabs {
  border-bottom: 0px;
}

.Jcompny_actin .nav-tabs .nav-link:focus,
.Jcompny_actin .nav-tabs .nav-link:hover {
  border: 0px;
}

.subtab_prodlist_NEW .toggle-bx {
  display: block;
  width: 100%;
}

.subtab_prodlist_NEW .search-btn {
  margin-left: 0px;
}

.col-lg-3.subtab_firstmain {
  padding-left: 0px;
  padding-right: 10px;
}

.subtab_prodlist_NEW .col-lg-6.subtab_secondmain {
  padding-left: 10px;
}

.listofsubtabbx li {
  display: inline-block;
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.listofsubtabbx li span {
  padding-left: 10px;
  color: #249ee4;
  font-weight: 600;
  font-size: 12px;
}

.listofsubtabbx li strong {
  color: #495867;
  font-size: 14px;
}

ul.listofsubtabbx {
  margin-top: 10px;
  padding-bottom: 0px;
}

.subtab_prodlist_NEW .product-listing-product .col-md-9 {
  padding-right: 0px;
}

.labltable {
  display: inline-block;
  font-weight: 400;
  border-radius: 3px;
  padding: 4px 6px;
  color: #ffffff;
  font-size: 12px;
  width: 115px;
}

.lablesct {
  background: #249ee436;
  border-radius: 28px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 69px;
  text-align: center;
  color: #4c4c4c;
  width: 115px;
}

.lablesct_red {
  background: #249ee4;
  border-radius: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

/* .subtab_edit {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 15px;
} */

.subtab_edit {
  display: flex;
  flex-direction: column;
  /* position: absolute; */
  /* top: 0px;
	right: 15px; */
}

.subtab_editlabl a {
  margin-left: 8px;
  margin-bottom: 10px;
}

.subtab_editlabl {
  text-align: right;
}

.Jcompny_actin ul.nav.nav-tabs {
  margin-bottom: 0px;
}

.subtab_tabcont.tab-content {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.browse_bycate_motor .popular-categories-img {
  min-height: 126px;
}

.Jcompny_actin ul.nav.nav-tabs span {
  font-size: 13px;
  color: #495867;
  font-weight: 400;
  border: 0px;
}

.Jcompny_actin ul.nav.nav-tabs .active span {
  color: #ffffff;
  border-bottom: 0px solid #495867;
}

.fororange_colorbg.nav-tabs .active img {
  filter: brightness(0) invert(100);
  -webkit-filter: brightness(0) invert(100);
}

.Jcompny_actin ul.nav.nav-tabs .nav-link.active,
.Jcompny_actin ul.nav.nav-tabs .nav-link:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #249ee4;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.Jcompny_actin ul.nav.nav-tabs .nav-link.active span,
.Jcompny_actin ul.nav.nav-tabs .nav-link:hover span {
  color: #ffffff;
}

.Jcompny_actin ul.nav.nav-tabs .nav-link:hover img {
  filter: brightness(0) invert(100);
  -webkit-filter: brightness(0) invert(100);
}

.fororange_colorbg {
  width: 100%;
}

.new_ctab_inntab li {
  display: inline-block;
  text-align: center;
}

.new_ctab_inntab li+li,
.new_ctab_inntab02 li+li,
.new_ctab_inntab03 li+li {
  margin-left: 25px;
}

.new_ctab_inntab02 li,
.new_ctab_inntab03 li {
  display: inline-block;
  text-align: center;
}

.jproductdmainbx .row.customer-review-profile .col-lg-6 {
  align-self: center;
}

.jproductdmainbx .row.customer-review-profile .col-lg-6 .rated-customer-bx {
  margin-top: 15px;
}

#contact_sec .content_tabmulti_First {
  margin-bottom: 0px;
}

.onlyforlearn_sectionpa .learnbx_content h2 {
  min-height: 68px;
}

.page_6tabmain_top .product-all-detail-tab .tab-content {
  padding: 0px;
  background: transparent;
  border: 0px;
}

.subtab_prodlist_NEW_forpadd {
  padding: 20px 15px;
}

.page_6tabmain_top .top_rated_sec {
  margin-bottom: 80px;
}

.onlyfor_acutionprdP .newrigh_ppris {
  margin-bottom: -15px;
}

.onlyfor_acutionprdP .prodctdetil_newtitles {
  max-width: 585px;
}

.alert_notifi div {
  text-align: center;
  line-height: 29px;
}

.alert_notifi span.live-dot {
  display: none;
}

.fororange_colorbg {
  padding: 10px 28px;
  background: #ffffff;
  border: 1px solid #f0f0f3;
  border-radius: 0px 10px 10px 10px;
}

.new_ctab_inntab li+li {
  margin-left: 97px;
}

.mobilebtn_togg {
  margin: 4px 0 2px 0;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.new_ctab_inntab04 li+li {
  margin-left: 120px;
}

.new_ctab_inntab03 li+li {
  margin-left: 140px;
}

.new_ctab_inntab02 li+li {
  margin-left: 162px;
}

.mobilebtn_togg {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.ondesktop_topnon {
  padding-top: 0px;
}

.subtab_prodlist_NEW.allprod_adverts .toggle-bx {
  display: none;
}

.itsfor_mobuse {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.mostrecent_allprod_tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mostrecent_allprod_tab .showing-result {
  align-self: flex-end;
}

.allpeod_adstitle h4 {
  font-family: "segoe_ui";
  font-size: 22px;
  color: #495867;
  font-weight: 600;
}

.allpeod_adstitle {
  padding-left: 25px;
  height: 35px;
  margin-bottom: 20px;
}

.allprod_latestperent .product-outer-bx p {
  padding-right: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.allprod_latestperent .col-lg-12.listside_newperent .col-9 {
  padding-right: 10px;
}

.privacy_ply .bannerheading {
  color: #ffffff;
}

.privacy_ply {
  padding-top: 20px;
}

.subcateleft_imgsec img {
  background: #249ee4;
  border-radius: 12px;
  height: 320px;
  width: 100%;
}

.this_subwishlist .product-outer-bx p {
  padding-right: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.this_subRecentlyviewed .product-outer-bx p {
  padding-right: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.onlyclo_rectview {
  position: absolute;
  top: 36px;
  right: 20px;
}

.cuttan_newimg .nav-item a img {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.new_ctab_inntab.cuttan_newimg .nav-item a img {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.new_ctab_inntab02.cuttan_newimg .nav-item a img {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.new_ctab_inntab03.cuttan_newimg .nav-item a img {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.privacy_ply .btn-secondaryx:hover,
.privacy_ply .btn-secondaryx:focus {
  color: #ffffff;
  background: #1f81b9;
}

body.scrollhard,
html.scrollhard {
  scroll-behavior: initial;
}

.product-listing-product:hover .product-img-bx {
  box-shadow:
    -5px 0px 0 -1px #249ee4,
    0 0 7px rgb(0 0 0 / 10%);
  border-left: 0px;
  border-left-color: #249ee4 !important;
}

.header_InPage_fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

#subtab_firstfixed.scroll-to-fixed-fixed,
#subtab_secondfixed.scroll-to-fixed-fixed,
#subtab_thirdfixed.scroll-to-fixed-fixed,
.pagsix_padd_top .scroll-to-fixed-fixed {
  margin-top: 70px;
}

#subtab_firstfixed .product-listing-sideBar-colum.sideBar-category {
  border-bottom: 0px;
}

.learnsel_faqtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.learnsel_faqtab li.nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.learnsel_faqtab.nav-tabs .nav-item.show .nav-link,
.learnsel_faqtab.nav-tabs .nav-link.active {
  color: initial;
  background-color: transparent;
  border-color: transparent;
}

.learnsel_faqtab.nav-tabs .nav-item.show .nav-link .learnlistbox,
.learnsel_faqtab.nav-tabs .nav-link.active .learnlistbox {
  background-color: #fff;
}

.learnsel_faqtab.nav-tabs {
  border: 0px;
}

.learnsel_faqtab.nav-tabs .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px;
}

.learnsel_faqtab.nav-tabs .nav-link:hover {
  border: 0px;
}

.learnsel_faqtab.nav-tabs .nav-link:hover .learnlistbox {
  background-color: #fff;
}

.learnsel_faqtabperent .mainperent_tabcontent.tab-content {
  padding-bottom: 150px;
}

.withbg_white {
  background: #ffffff;
}

.formof_contdetails .col-lg-9.subtab_secondmain {
  padding-right: 0px;
}

.contdetail_group {
  display: flex;
  margin-bottom: 20px;
}

.contact_label {
  font-size: 16px;
  width: 30%;
  letter-spacing: 1px;
  color: #495867;
  font-weight: 500;
  font-family: "segoe_ui";
  margin-bottom: 0px;
  text-transform: capitalize;
}

.social_red_fuild {
  width: 100%;
  background: transparent;
  border: 1px solid #cccccc;
  padding: 0 8px 0 8px;
  font-size: 16px;
  color: #495867;
  font-family: "segoe_ui";
  font-weight: 600;
  height: 35px;
}

.cont_fuild {
  flex: 1;
  padding-left: 10px;
}

.formcontdetail_inner {
  /*  padding: 30px 40px;*/
  border-radius: 10px;
}

.contact_label sup {
  color: rgba(254, 98, 88, 1);
}

.fuild_tworinrow {
  display: flex;
}

.fuildtwo_cell {
  width: 50%;
  padding-right: 7px;
}

.fuildtwo_cell:nth-of-type(2) {
  padding-right: 0px;
  padding-left: 7px;
}

.selectbx_perent {
  overflow: hidden;
  position: relative;
}

.selectbx_perent {
  flex: 1;
  padding-left: 10px;
}

.fuildtwo_cell .selectbx_perent {
  padding-left: 0px;
}

.dwnaro {
  position: absolute;
  height: 35px;
  line-height: 35px;
  right: 5px;
  z-index: 1;
  color: #cccccc;
  pointer-events: none;
  cursor: pointer;
}

.textarea_heit {
  min-height: 200px;
  resize: none;
}

.bottonsend {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.bottonsend .btn-secondaryx:hover,
.bottonsend .btn-secondaryx:focus {
  display: inline-block;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.socialnetywiork_inner {
  padding: 30px 50px;
}

.socialnetw_bx {
  display: flex;
  justify-content: space-between;
}

.socialnetw_bx+.socialnetw_bx {
  margin-top: 30px;
}

.leftsocial span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
  padding-left: 40px;
}

.leftsocial i {
  color: #249ee4;
  font-size: 20px;
}

.righttsocial,
.leftsocial {
  align-self: center;
}

.righttsocial .bottonsend {
  margin-top: 0px;
}

.righttsocial .bottonsend .btn-secondaryx {
  /* background: transparent;
  color: #495867;
  border: 1px solid #495867; */
}

.righttsocial .bottonsend .btn-secondaryx:hover {
  /* color: #ffffff;
  opacity: 1;
  border-color: transparent;
  background: #249ee4; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.Jcompny_actin .number_btn_logout.btn-secondaryx span {
  color: #ffffff !important;
}

.Jcompny_actin .number_btn_logout.btn-secondaryx img {
  filter: brightness(0) invert(100);
  -webkit-filter: brightness(0) invert(100);
}

/*-- Page-6 My Details Days Checkbox  --*/
.listcheck_days {
  display: flex;
  justify-content: space-between;
}

.listcheck_days li {
  display: inline-block;
}

.custom_cheak_wday .check-wday input[type="checkbox"].myClass {
  display: none;
}

.custom_cheak_wday .check-wday input[type="checkbox"].myClass+label {
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
  font-size: 18px;
  padding: 10px 10px;
  letter-spacing: 1px;
  color: #495867;
  font-weight: bold !important;
  font-family: "segoe_ui";
  border-radius: 6px;
  margin-bottom: 0px;
  text-align: center;
}

.custom_cheak_wday .check-wday input[type="checkbox"].myClass:checked+label {
  opacity: 1;
  color: #ffffff;
  cursor: pointer;
  background: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

/*-- END Page-6 My Details Days Checkbox  --*/

.border-radius {
  border-radius: 10px;
}

/*=== style On Off Button ===*/
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #249ee4;
}

input[type="checkbox"]:checked+.slider {
  background-color: #249ee4;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.on {
  display: none;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: "segoe_ui";
}

input:checked+.slider .on {
  display: block;
}

input:checked+.slider .off {
  display: none;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*=== END style On Off Button ===*/
.titleof_tbasec {
  font-size: 16px;
  margin-bottom: 30px;
}

.buttonon_off {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btnoff_onlable {
  font-size: 16px;
  color: #495867;
  font-family: "segoe_ui";
  /* width: 30%; */
  line-height: 31px;
  font-weight: 500;
}

.btnoff_onlableRight {
  flex: 1;
  text-align: right;
}

.repeatSec_innerr {
  padding: 30px 50px;
  border-bottom: 1px solid #cccccc;
}

.border_bott_none {
  border-bottom: 0px;
}

.contact_label p {
  font-size: 14px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
}

.statuslabb {
  font-size: 8px;
  color: #ffffff;
}

.Go_online {
  color: #249ee4;
}

/*-- 22-feb-2021 --*/
.marbottom_postmotor .marbottom_nonemotor {
  margin-bottom: 0px;
}

.motordetail_review {
  margin-top: 50px;
}

.margin_bottonnone {
  margin-bottom: 0px;
}

.product-listing-sideBar-colum.sideBar-category.padding_leftsubcat_Inner {
  padding: 8px 0px;
  padding-left: 7px;
}

.product-listing-sideBar-colum.sideBar-category.padding_leftsubcat_Inner h2.toggle-category {
  font-size: 12px;
}

.col-lg-3.paddingrigt_none_Cfilter {
  padding-right: 0px;
}

.toggle-categoryy {
  font-size: 14px;
  color: #249ee4;
  font-weight: 500;
  font-family: "segoe_ui";
}

.goclass01 {
  cursor: pointer;
}

.goclass01:hover {
  color: #249ee4 !important;
}

.clicked .fa-heart:before {
  content: "\f004";
  color: #249ee4;
  font-weight: bold;
}

.tremsuse_banner .image_abtbanner img,
.pripolicy_bannersec .image_abtbanner img {
  max-height: 360px;
}

.subtab_firstmain .sidebarleft_newinner .header-input {
  border-radius: 4px;
}

.Jcompny_actin .number_btn_meaage span,
.Jcompny_actin .number_btn_logout span {
  color: #ffffff !important;
}

.number_btn_meaage:focus,
.number_btn_logout:focus {
  color: #ffffff !important;
  background: -moz-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(254, 140, 132, 1)),
      color-stop(100%, rgba(254, 98, 88, 1)));
  background: -webkit-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -o-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: -ms-linear-gradient(270deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  background: linear-gradient(180deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.Jcompny_actin .number_btn_meaage.btn-secondaryx img {
  filter: brightness(0) invert(100);
  -webkit-filter: brightness(0) invert(100);
  margin-right: 3px;
}

.Jcompny_actin .number_btn_meaage.btn-secondaryx {
  padding: 10px 20px;
}

.Jcompny_actin .number_btn_meaage.btn-secondaryx span {
  color: #ffffff !important;
}

.padding_bottom150 {
  padding-bottom: 150px;
}

.margin_bottomnone_similarproduct {
  margin-bottom: 0px;
}

/*== 25/02/2021 ==*/
.innerfilt_topcat_perent {
  font-size: 15px;
  color: #495867;
  font-weight: 600;
  margin-top: 10px;
}

ul.innerfilt_topcat li a {
  font-weight: 500;
  font-size: 14px;
  padding-left: 15px;
}

.overheight_scroll {
  max-height: 268px;
}

.loading-bx p {
  font-size: 12px;
}

.loading-bx .progress-bar {
  background-color: #495867;
}

.loading-bx .progress {
  border-radius: 100px;
  height: 4px;
  max-width: 200px;
  margin: auto;
  margin: 4px auto 15px;
  background-color: #dadada;
}

/*==scroll top ==*/
#butto_top {
  display: inline-block;
  background-color: #249ee4;
  width: 50px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #ffffff;
  font-size: 24px;
}

#butto_top:hover {
  cursor: pointer;
  background-color: #495867;
}

#butto_top:active {
  background-color: #495867;
}

#butto_top.show {
  opacity: 1;
  visibility: visible;
}

.allprod_pageonlyy {
  display: none;
}

.atlistingside_new .content_gobottom_new p {
  bottom: -18px;
}

.atlistingside_new .content_gobottom_new .usednew_button {
  bottom: -13px;
}

#subtab01 .atlistingside_new .content_gobottom_new .usednew_button {
  bottom: 8px;
}

#subtab01 .atlistingside_new .content_gobottom_new ul.listofsubtabbx {
  bottom: 0;
  position: relative;
}

.validation-span,
.validation-error {
  color: #ff0000;
}

/*================= New Custom  =================*/

/* .show_more>ul>li button {
    font-family: 'Poppins', sans-serif !important;
    color: #495867 !important;
    padding: 12px 30px !important;
    border-radius: 12px !important;
    border: none;
    cursor: pointer !important;
    border: 1px solid #495867 !important;
    width: 100% !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
}


.show_more>ul>li button:hover {
    background: #495867 !important;
    color: #fff !important;
} */

.show_more>ul>li button {
  width: 100% !important;
  padding: 0px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "segoe_ui";
  font-style: normal !important;
  border: 1px solid #dedede !important;
  text-transform: capitalize !important;
  box-shadow: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  border-radius: 35px !important;
  height: 47px;
}

.show_more>ul>li button span {
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "segoe_ui";
}

.show_more>ul>li button div,
.show_more>ul>li button span {
  padding: 0 !important;
}

.show_more>ul>li button div {
  padding-left: 10px;
}

.show_more ul li.TwitterLogin svg {
  width: 100%;
}

.show_more ul li.TwitterLogin rect {
  width: calc(100% - 1px);
}

.show_more ul li.TwitterLogin svg path {
  transform: translateX(20%);
}

/*==================== Loader START ===================*/

.loader-wrapper {
  background: rgba(255, 255, 255, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  cursor: wait;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
    0px -20px 50px -35px rgb(0 0 0),
    0px 20px 50px -35px rgb(0 0 0);
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.material-spinner {
  border-radius: 100px;
  border: 5px transparent solid;
  -webkit-animation: material-spinner 4s infinite;
  animation: material-spinner 4s infinite;
  position: absolute;
  border-top: 5px solid #249ee4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@keyframes material-spinner {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(360deg);
  }

  50% {
    transform: rotate(720deg);
  }

  75% {
    transform: rotate(1080deg);
  }

  100% {
    transform: rotate(1440deg);
  }
}

/*==================== Loader END ===================*/

.uploadGalleryBox {
  padding: 0;
  border-radius: 5px;
  display: inline-block;
  margin-right: 29px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
  margin: 25px 9px;
  width: calc(100% / 5 - 18px);
}

.uploadGalleryBox .upload-img-wall {
  border-radius: 0;
}

.uploadGalleryBox .upload-img-wall img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  background: #f5f5f5;
}

.uploadGalleryBox:nth-child(5n) {
  margin-right: 0px;
}

.uplodadGallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 19px;
  margin-bottom: 27px;
  background: #fff;
}

.live-auction-minH {
  min-height: 361px;
}

.live-auction-minH.live-auction-no-minH {
  min-height: auto;
}

.weeklydeal-minH {
  min-height: 417px;
}

/* .latest-product-minH {
  min-height: 340px;
} */

.popular-categories-minH {
  min-height: 240px;
}

.featured-brand-minH {
  min-height: 99px;
}

.HoverEffect {
  padding: 0;
}

.HoverEffect img {
  transition: 0.3s;
}

.HoverEffect:hover img {
  transform: scale(1.035);
}

.menu_hide_icon {
  position: absolute !important;
  z-index: 9999;
  height: 20px;
  right: 0;
  top: unset !important;
  bottom: -30px;
}

@media (max-width: 991.98px) {
  .uploadGalleryBox {
    width: calc(100% / 4 - 12px);
  }

  .uploadGalleryBox:nth-child(5n) {
    margin-right: 15px;
  }

  .uploadGalleryBox:nth-child(4n) {
    margin-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .top-right-anchor .usermenu_drop a.dropdown-item {
    padding: 16px 15px;
  }

  .usermenu_drop .dropdown-menu.show {
    left: 5px !important;
    transform: translate3d(0px, 27px, 0px) !important;
    position: fixed !important;
    top: 17px !important;
    width: calc(100% - 10px);
  }

  .uploadGalleryBox {
    width: calc(100% / 3 - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .uploadGalleryBox:nth-child(5n) {
    margin-right: 10px;
  }

  .uploadGalleryBox:nth-child(4n) {
    margin-right: 10px;
  }

  .uploadGalleryBox:nth-child(3n) {
    margin-right: 0;
  }
}

.customer-review-profile .line-divider {
  width: 100%;
  clear: both;
  height: 1px;
  background: #efefef;
  margin: 20px 0;
}

.selectStatus_btns .selectStatus_box:not(:last-child) {
  margin-right: 15px;
}

.selectStatus_box {
  position: relative;
}

.selectStatus_box label {
  margin: 0;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  padding: 10px 23px 10px 30px;
  min-width: 104px;
  text-align: left;
  position: relative;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 14px;
}

.selectStatus_box input {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.selectStatus_box label:before {
  content: "\f058";
  font-family: Font-Awesome-5-Pro;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  color: #d1d1d1;
}

.selectStatus_box input:checked+label:before {
  color: #ffffff;
}

.selectStatus_box input:checked+label {
  background-color: #249ee4;
  color: #ffffff;
  border-color: #249ee4;
}

.selectStatus_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
}

.ogOrder_badge {
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: capitalize;

  display: inline-block;
  padding: 7px 6px;
  color: #ffffff;
  border-radius: 70px;
  min-width: 86px;
  text-align: center;
  position: relative;
}

.ogOrder_badge.badge-info {
  background-color: #5bc0de;
}

.btnoff_onlable .dropdown button {
  background: none;
  font-size: 17px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
}

.border-bottom_1 {
  border-bottom: 1px solid #cccccc;
}

.customRadio_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
}

.customRadio_bx {
  flex: 1;
  -ms-flex: 1;
  display: flex;
  justify-content: flex-end;
}

.customRadio_row label {
  font-family: "segoe_ui";
  font-weight: 600 !important;
  color: #333333;
  position: relative;
}

.customRadio_bx label {
  font-family: "segoe_ui";
  font-weight: 600 !important;
  color: #333333;
  position: relative;
  padding-left: 24px;
  margin: 0;
}

.customRadio {
  position: relative;
}

.customRadio input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  height: 100%;
}

.customRadio label:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #586573;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
}

.customRadio_bx .customRadio:not(:first-child) {
  margin-left: 20px;
}

.customRadio label:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #586573;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 50%;
  display: none;
}

.customRadio input:checked+label:before {
  display: block;
}

.payment-btn {
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  display: table;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  padding: 14px 20px;
  min-width: 250px;
  margin: 30px auto 40px;
  background: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.chatBottom_parent {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}

.chatBottom_parent .chat_teambx {
  padding-right: 10px;
  padding-bottom: 10px;
}

.chatBottom_parent .chatbox_head {
  border-radius: 10px 10px 0 0;
}

.chatBottom_parent .rightchat_list {
  margin-right: 20px;
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.chatBottom_parent .rightchat_list.active,
.chatBottom_parent .chatboxL.active {
  transform: translateY(calc(100% - 42px));
}

.chatBottom_parent .chatboxL {
  position: absolute;
  right: 330px;
  background-color: #fff;
  bottom: 0;
  width: 480px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.chatBottom_parent .chatingbx {
  overflow-y: auto;
  min-height: 114px;
  max-height: 114px;
}

.chatBottom_parent .chatbox_footer {
  position: relative;
  padding: 0;
  border-radius: 0;
}

.chatBottom_parent .writesomt_smiley,
.chatBottom_parent .fulsend_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.chatBottom_parent .writesomt_smiley {
  left: 15px;
}

.chatBottom_parent .fulsend_right {
  right: 15px;
}

.chatBottom_parent .writesomt_full input {
  padding-left: 40px;
  background-color: transparent;
}

.orseparate {
  margin: 0 auto;
  display: table;
  font-size: 20px;
}

.badge-red {
  background: #dc3545;
}

.Streaming_heading span {
  color: #249ee4;
}

.Streaming_heading {
  text-align: center;
  font-weight: 600;
}

.Streaming_text h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
}

.MuiLinearProgress-colorPrimary {
  background-color: #e3e4e6 !important;
}

.h_text {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 700;
}

.Streaming_text .text_para {
  font-size: 13px;
  margin-bottom: 15px;
  color: #666;
}

.Streaming_text .txt {
  border-bottom: rgb(51 51 51 / 30%) solid 1px;
  margin-bottom: 15px;
}

.Streaming_text .txt:last-child {
  border-bottom: 0;
}

.Streaming_text {
  max-width: 553px;
  margin: 0 auto;
}

.Schedule_live .Schedule_live_heading {
  font-weight: 600;
}

.profile_input.header-input {
  border: 2px solid #249ee4;
  height: 37px;
  padding: 0 16px;
  font-size: 14px;
  color: #666666;
  width: 100%;
  border-radius: 0;
  background: #ffffff;
  max-width: 292px;
}

.header-input-icon.header-input-icon_block:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/arrow.png);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Schedule_date_time {
  height: 40px;
  display: flex;
  border: #3333 solid 1px;
  border-radius: 8px;
  padding: 0px 10px;
  min-width: 210px;
  margin-right: 15px;
  align-items: center;
}

.Schedule_date_time i {
  font-size: 22px;
  padding: 14px;
}

.Schedule_live.Schedule_live_block {
  max-width: 430px;
  margin: 0 auto;
}

.live_Video {
  font-size: 14px;
  font-weight: 500;
}

.note_block {
  color: #495867;
  font-size: 14px;
  font-weight: 500;
}

.note_block a {
  color: #f03;
  display: contents;
  padding: 0 4px;
}

.next_block .Schedule_live_heading {
  font-size: 16px;
  font-weight: 600;
  color: #495867;
  padding: 0 0px 20px 20px;
}

.sent_sidemain_block .chatu_time {
  padding-left: 46px;
  width: 100%;
  text-align: left;
  margin-top: 7px;
}

.no-content-message {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.chat_name {
  font-size: 13px;
  padding-left: 11px;
  margin-bottom: 10px;
}

.popular-categories-img img {
  border: rgb(51 51 51 / 20%) solid 1px;
  border-radius: 50%;
  background: #ddd;
}

.chat_textdesc {
  background-color: #f0f0f0;
  margin-left: 4px;
  border-radius: 0 8px 8px 8px;
  font-size: 13px;
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
  max-width: 75%;
  padding: 8px;
  text-align: left;
}

.mCustomScrollBox {
  position: relative;

  max-width: 100%;
  outline: none;
  direction: ltr;
}

.sent_sidemain-top::-webkit-scrollbar,
.sent_sidemain-top1::-webkit-scrollbar {
  width: 4px;
  background: #e3e3e3;
  border-radius: 10px;
}

.chat_teambx::-webkit-scrollbar,
.channel-list::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}

.chat_teambx::-webkit-scrollbar-track .sent_sidemain-top::-webkit-scrollbar-track,
.sent_sidemain-top1::-webkit-scrollbar-track,
.mCustomScrollBox::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 10px;
}

.chat_teambx::-webkit-scrollbar-thumb,
.sent_sidemain-top::-webkit-scrollbar-thumb,
.sent_sidemain-top1::-webkit-scrollbar-thumb,
.channel-list::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
}

.chat_teambx::-webkit-scrollbar-thumb:hover,
.sent_sidemain-top::-webkit-scrollbar-thumb:hover,
.sent_sidemain-top1::-webkit-scrollbar-thumb:hover,
.channel-list::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}

.file-upload-button_btn a {
  position: absolute;
  left: 30px;
}

.file-upload-button_btn input {
  opacity: 0;
}

.chat_hello a {
  color: #f7f7f7;
}

.mini-message_block {
  margin: 0 11px;
  margin-left: 0;
}

.livestats_useroffline {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 5px solid #ffffff;
  background: #e32d2d;
  border-radius: 50%;
  bottom: 8px;
  right: 5px;
}

.livestats_useronline {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 5px solid #ffffff;
  background: #249ee4;
  border-radius: 50%;
  bottom: 8px;
  right: 5px;
}

.livestats_online {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #fe6f65;
  border: 2px solid #ffffff;
  position: absolute;
  bottom: 5px;
  right: 4px;
}

.my_profile_Weekly_deal input {
  width: 100%;
  background: transparent;
  border: 1px solid #cccccc;
  padding: 0 8px 0 8px;
  font-size: 16px;
  color: #333333;
  font-family: "segoe_ui";
  font-weight: 600;
  height: 35px;
  border-radius: 4px;
}

.my_profile_Weekly_deal .table_cell a {
  color: #f03;
  padding-left: 10px;
}

.my_profile_Weekly_deal .table_cell {
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
}

.my_profile_Weekly_deal .addDiscountOption {
  background: #fe6b62;
  color: #fff;
  padding: 6px 6px;
  border-radius: 5px;
}

.my_profile_Weekly_deal .rmdp-container {
  width: 100%;
}

/* .product-sideBar-parent.new_perenttop_forspecals {
  margin-top: 20px; 
} */

.cal_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.cal_icon i {
  color: #fe6f65;
}

/* .my_profile_Weekly_deal.date_pic{     max-width: 199px;} */

.livestats_offline {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #e32d2d;
  border: 2px solid #ffffff;
  position: absolute;
  bottom: 5px;
  right: 4px;
}

.my_profile_Weekly_deal input {
  width: 100%;
  background: transparent;
  border: 1px solid #cccccc;
  padding: 0 8px 0 8px;
  font-size: 16px;
  color: #333333;
  font-family: "segoe_ui";
  font-weight: 600;
  height: 35px;
  border-radius: 4px;
}

.my_profile_Weekly_deal .table_cell a {
  color: #f03;
  padding-left: 10px;
}

.my_profile_Weekly_deal .table_cell {
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
}

.my_profile_Weekly_deal .addDiscountOption {
  background: #fe6b62;
  color: #fff;
  padding: 6px 6px;
  border-radius: 5px;
}

.my_profile_Weekly_deal .rmdp-container {
  width: 100%;
}

/* .product-sideBar-parent.new_perenttop_forspecals {
  margin-top: 20px;
} */
.cal_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.cal_icon i {
  color: #fe6f65;
}

.customer-review-profile_block {
  border: rgb(51 51 51 / 5%) solid 1px;
  overflow: hidden;
  border-radius: 18px;
  padding: 20px 15px;
  padding-bottom: 0 !important;
  margin-top: 20px;
}

.review_mess .review_reply {
  padding-left: 20px;
}

.review_mess {
  /* background: #f7f7ff; */
  margin-right: -15px;
  margin-left: -15px;
}

.customer-review-profile_block .live-dot {
  position: absolute;
  text-align: left;
  width: 13px;
  height: 13px;
}

.reply_img_b {
  width: 70px;
}

.customer-review-profile_block .review_reply .detail-owner-img img {
  width: 70px;
  height: 70px;
}

.flex-g {
  flex-grow: 1;
  text-align: right;
}

.flex-g .rated-star {
  display: inline-block;
  text-align: left;
}

.flex-g .form-group {
  display: inline-block;
}

.customer-review-profile_block .detail-owner-name-bx {
  padding: 10px 0px 10px 0px;
}

.review_block {
  border: rgb(51 51 51 / 5%) solid 1px;
  border-radius: 18px;
  /* margin-bottom: 30px; */
  padding: 10px 20px;
  margin-bottom: 15px;
}

.h-20px {
  height: 40px !important;
}

.h-30px {
  height: 70px !important;
}

.review_reply {
  padding-left: 100px;
  padding-right: 20px;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.detail-owner-name-bx .detail-owner-img {
  width: 70px;
  position: relative;
  display: inline-block;
  float: left;
}

.orange_text {
  color: #249ee4;
}

.detail-owner-name-bx .detail-owner-img img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #eee;
  object-fit: cover;
}

.detail-owner-name-bx {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.customer-review-profile_block .rated-star {
  text-align: left;
}

.product-outer-bx.productBig-outer-bx {
  background: #fff;
  border-radius: 10px;
  /* padding: 0px 25px; */
  /* max-height: 280px; */
  height: 100%;
}

.profile.review_mess {
  background: #f7f7ff;
  margin-right: -15px;
  margin-left: -15px;
  box-shadow: inset -1px -1px 0px 0px rgb(51 51 51 / 20%);
}

.customer-review-profile_block .top_bar {
  font-size: 13px;
}

.customer-review-profile_block .rated-star span {
  /* font-size: 15px;
  color: #495867; */
  margin-left: 0px;
  font-weight: 500;
  margin-right: 5px;
}

.pro_myown p {
  margin-right: 100px;
}

.p_new_btn {
  position: absolute;
  background: linear-gradient(180deg,
      rgba(254, 140, 132, 1) 0%,
      rgba(254, 98, 88, 1) 100%);
  bottom: -80px;
  display: inline-block;
  color: #fff;
  height: 32px;
  padding: 0 10px;
  font-size: 15px;
  border-radius: 6px;
  line-height: normal;
  right: 0;
  bottom: 30px;
}

.or_text {
  color: #249ee4;
}

.myowe_sec.top_rated_sec .detail-owner-name p {
  font-size: 16px !important;
  color: #495867 !important;
  font-weight: 500 !important;
}

.myowe_sec.top_rated_sec .detail-owner-name h2 {
  font-size: 16px !important;
  color: #495867;
  font-weight: 600;
}

.chat_icon {
  display: inline-block;
  margin-bottom: 10px;
  text-align: right;
}

.chat_icon img {
  width: 30px;
}

.myowe_sec .video-chat-btn {
  font-size: 13px;
}

.right_owe_tabs .nav-link {
  display: inline-block;
  color: #249ee4;
  font-size: 13px;
  padding: 6px 10px;
  border: #249ee4 1px solid;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 10px;
  /* border: 0; */
  vertical-align: bottom;
}

.right_owe_tabs .nav-link:hover {
  border: #249ee4 1px solid;
  color: #249ee4;
}

.right_owe_tabs .nav-link.active {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 10px;
  background: #249ee4;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 0px;
  border: 0;
  vertical-align: bottom;
}

.right_owe_tabs .nav.nav-tabs {
  justify-content: center;
  gap: 10px;
}

.right_owe_tabs .nav-tabs .nav-item {
  margin: 0;
}

.right_owe_tabs .subtab_tabcont.tab-content {
  overflow: hidden;
}

.right_owe_tabs .follow_list {
  padding: 20px;
  text-align: center;
  max-height: 300px;
  overflow-y: auto;
}

.right_owe_tabs .follow_list ul li {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
}

.right_owe_tabs .follow_list ul li:last-child {
  margin-right: 0;
}

.review_author h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.right_owe_tabs .detail-owner-img img {
  width: 100%;
  height: 60px;
  border-radius: 50%;
  padding: 4px;
  text-align: center;
  object-fit: cover;
}

.right_owe_tabs .detail-owner-img {
  width: 60px;
  position: relative;
  display: inline-block;
  border: rgb(51 51 51 / 40%) solid 1px;
  float: left;
  max-width: 60px;
}

.right_owe_tabs .live-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid #ffffff;
  background: #249ee4;
  border-radius: 50%;
  bottom: 8px;
  right: 0px;
}

.review-error-profile {
  color: red;
}

.live_s_tab .listtclick li a {
  padding: 16px 10px;
}

.w-auto {
  width: auto;
}

.Streaming_name {
  color: #ea9f6d;
  font-size: 13px;
  font-weight: 600;
}

.live_s_tab .main_tabmessage_bx {
  height: 373px;
}

.live_s_tab .live_action {
  width: auto;
  background: #000;
  height: auto;
  padding: 20px;
}

.live_s_tab .live_action .img_block img {
  width: 100%;

  text-align: center;
  margin: 0 auto;
}

.live_s_tab .action_icon {
  text-align: center;
  padding: 11px 5px;
  background: #1f1f1f;
}

.live_s_tab .action_icon a:last-child {
  margin-right: 0px;
}

.live_s_tab .action_icon a {
  background: #666;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-right: 8px;
  text-align: center;
  border-radius: 70px;
}

.live_s_tab .action_icon a i {
  color: #fff;
  font-size: 16px;
}

.live_action .cont_bx {
  border-radius: 15px;
  overflow: hidden;
}

.userimgneme_second strong {
  font-weight: 600;
}

.video_modal .modal-header {
  position: relative;
}

.video_modal .action_icon a:hover i {
  color: #249ee4;
}

.video_modal .action_icon a:hover {
  background: #fff;
}

.video_modal .modal-header button {
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  right: 6px;
  color: #fff;
  z-index: 99;
  top: 6px;
  width: 30px;
  line-height: 22px;
  opacity: 1;
  padding: 5px;
  font-weight: 400;
  background: #249ee4;
  height: 30px;
  border-radius: 70px;
}

.video_modal .other_user {
  position: absolute;
  top: 10px;
  right: 10px;
}

.video_modal .action_icon a:last-child {
  margin-right: 0px;
}

.video_modal .action_icon a {
  width: 40px;
  cursor: pointer;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  border-radius: 70px;
  background: #333;
  line-height: 40px;
}

.video_modal .action_icon {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
  right: 0;
}

.video_modal .action_icon i {
  color: #fff;
}

.video_modal .live_action .cont_bx {
  position: relative;
}

.video_modal .live_action .img_block video {
  width: 100%;
}

.other_user video {
  max-width: 150px;
}

@media (min-width: 576px) {
  .video_modal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

.video_modal_income .modal-header {
  position: relative;
}

.video_modal_income .modal_nclose {
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  right: 6px;
  color: #fff;
  z-index: 99;
  top: 6px;
  width: 30px;
  line-height: 22px;
  opacity: 1;
  padding: 5px;
  font-weight: 400;
  background: #249ee4;
  height: 30px;
  border-radius: 70px;
}

.income_heading h3 {
  padding: 10px 0;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}

.backonlymes_chatmob i {
  color: #fff;
}

#popular-categories-slider,
#featured-brand-slider,
.featured-brand-minH .owl-carousel,
.popular-categories-minH .owl-carousel {
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
}

.featured-brand-minH .owl-nav {
  display: none;
}

.follow_list .orange_text {
  font-weight: 600;
}

.alert-danger {
  color: #249ee4;
  background-color: rgb(189 231 255);
  border-color: rgb(147 203 235);
  border-radius: 10px;
  padding: 10px 20px;
  height: 35px;
  line-height: 15px;
  margin: 0 15px;
  white-space: nowrap;
  text-align: center;
}

/* .review_block .detail-owner-name {     padding-left: 0;} */

.view-more-review b {
  font-weight: 600;
}

.customer-review-profile_block .review-share svg {
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.review_mess .review_reply .MuiRating-root .MuiRating-iconEmpty {
  color: #4f4f4f;
}

/* .customer-review-profile_block .detail-owner-name-bx path.star {
  fill: #249ee4 !important;
} */

.top_rated_sec.onlypage06 .rated-star span {
  margin-left: 0px;
}

.review_mess .form-control-line {
  padding: 0 8px 0 0px;
  font-size: 16px;
}

.product-detail-owner-bx .detail-owner-name p span {
  font-weight: 600;
}

.customer-review-profile_block .review_mess .mess-sender-name h2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.Jvideo_cus_perent .chat_icon {
  text-align: center;
}

.Jvideo_cus_perent .chat_icon i {
  font-size: 18px;
  color: #249ee4;
  margin-right: 5px;
}

.ownlevel-reviews {
  margin-bottom: 20px;
}

/* .ownprofilepage .product-img-bx {
  max-height: 100%;} */

/* .ownprofilepage .product-img-bx{max-height: 190px;} */

.ownprofilepage .product-img-bx {
  height: 100%;
  max-height: 100%;
}

.Jcompny_actin.tab_Jcompny {
  margin-bottom: 10px;
}

.Jcompny_actin.tab_Jcompny .nav-tabs .nav-link {
  padding: 10px 9px;
  margin-right: 5px;
  font-size: 12px;
}

.Jcompny_allprod_st .specialtags span {
  display: flex;
  padding: 6px 10px;
  align-items: center;
}

.Jcompny_allprod_st .specialtags .live-tag i {
  font-size: 7px;
  color: #249ee4;
  position: relative;
  top: 0px;
  margin-right: 3px;
}

.top-right-anchor ul li span {
  position: relative;
}

.top-right-anchor ul li span .live_dot_bell {
  position: absolute !important;
  width: 8px;
  height: 9px;
  /* border: 5px solid #ffffff; */
  background: #249ee4;
  border-radius: 50%;
  top: -3px !important;
  right: -10px;
}

.top-right-anchor ul li span .live_dot_bell.message_notification {
  right: unset;
  left: -2px;
}

.weeklydeal_homep .product-outer-bx.productBig-outer-bx {
  max-height: 100%;
  height: 100%;
}

.weeklydeal_homep .productBig-outer-bx .product-img-bx {
  /* height: 200px; */
}

.weeklydeal_homep .productBig-outer-bx .product-img-bx img {
  /* min-height: auto; */
  /* max-height: 200px; */
}

.productBig-outer-bx img {
  aspect-ratio: 3 / 2;
}

.product-detail-owner-bx .detail-owner-name p {
  margin: 5px 0 5px 0;
}

.musr_img img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.breadcrumb-bx-inner a.btnx {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.product-image-slider-outer .alice-carousel__prev-btn-item span::after,
.product-image-slider-outer .alice-carousel__next-btn-item span::after {
  display: none;
}

.product-image-slider-outer .alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 100% !important;
  padding: 10px 5px;
  top: 50%;
  padding: 10px 10px !important;

  transform: translateY(-50%);
  position: absolute;
}

.product-image-slider-outer .alice-carousel__prev-btn {
  text-align: left !important;
}

.product-image-slider-outer .alice-carousel__next-btn {
  text-align: right !important;
}

.alice-carousel__stage-item * {
  border-radius: 7px;
  width: 100%;
}

.product-detailslider .carousel .slide img {
  width: 100%;
  vertical-align: top;
  object-fit: contain;
  max-height: 380px;
  height: 380px;
  height: 100%;
  border: 0;
}

.product-detailslider [data-rmiz-wrap="visible"] {
  width: 100%;
  height: 100%;
}

.product-detailslider ul li.thumb img {
  border-radius: 8px;
  object-fit: cover;
  height: 70px;
}

.Jcompny_actin.tab-themeB {
  justify-content: flex-end;
}

.popular-categories-minH .owl-carousel .owl-item img {
  width: 160px;
  height: 160px;
  margin: auto;
}

.new_placetab_icon2 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.withdraw-btn {
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  display: table;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  padding: 14px 20px;
  min-width: 250px;
  margin: 30px auto 40px;
  background: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.select_bx select.custom-select {
  border-radius: 70px;
  background-color: #5bc0de !important;
  font-size: 14px;
  border: #5bc0de solid 1px;
  padding: 7px 27px 9px 16px;
  background-size: 13px !important;
  /* background: url('data:image/png;base64,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') no-repeat right 10px center; */
  color: #fff;
  background: url("data:image/png;base64,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") no-repeat right 10px center;
}

.select_bx select.custom-select option {
  background-color: #fff;
  color: #333;
}

/* .detailslider_New .carousel .slide img {
  max-height: 200px;
} */

.auctionaminim_livestreaming {
  display: block;
  background: transparent;
  border: 0;
}

.auctionaminim_livestreaming .product-detailslider ul.thumbs {
  display: flex;
  align-items: center;
}

body .MuiFormLabel-root {
  color: rgb(117, 117, 117);
  font-weight: 600 !important;
  padding: 0 8px 0 8px;
  font-size: 14px;
  font-family: "segoe_ui", sans-serif;
}

body .MuiInput-underline:before {
  border-bottom: 2px solid #6d7985;
}

#add-ads-form .file_upload_btn {
  justify-content: end;
}

.my-productColBg {
  padding: 10px 20px 0;
  margin: 0;
  border: 1px solid #efeff2;
  border-radius: 10px;
  background: #fff;
}

.my-productColBg .product-name-bx {
  margin-top: 0;
}

.productColBg_Row .product-img-bx {
  border: 1px solid #f1f1f1 !important;
}

.low-margin div[class*="col"].alert-danger {
  padding: 10px 20px;
}

.cartpdetail_tab ul.listtclick {
  gap: 15px;
}

.sharesocial .socilss li {
  margin-right: 7px;
}

.sharesocial .socilss li :last-child {
  margin-right: 0px;
}

.actionpag_tabmess_newperent .listtclick li a.active {
  font-weight: 400;
}

#customers-reviews {
  background-color: #fff;
}

.progress__number .muserim_perent {
  justify-content: center;
}

.react-date-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: none !important;
}

.react-date-picker {
  display: inline-flex;
  position: relative;
  width: 100% !important;
}

.contentBodyHeightJustify {
  min-height: calc(100vh - 143px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contentBodyHeight {
  min-height: calc(100vh - 143px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ftr-menu-bx {
  padding-right: 5px;
}

/* ** new style of 13-09-2022 */

.shipModal {
  width: 100%;
  z-index: 69;
  transform: unset !important;
  max-width: 500px;
  margin: 140px auto 0 !important;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  position: relative;
  inset: unset !important;
}

.shipCloseBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #249ee4;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  right: 15px;
  font-size: 16px;
  font-weight: 300;
  top: 5px;
  right: 5px;
}

.protectionModalIcon {
  color: #409b7f;
  margin-right: 15px;
  font-size: 20px;
}

.viewAddressPopup {
  padding-right: 15px;
}

.btn.themeBtn {
  background: #249ee4;
  color: #fff;
}

.prdNewRow_row {
  display: flex;
  flex-wrap: wrap;
}

.newPrdList_col-1 {
  flex: 0 0 calc(100% - 130px);
  padding-right: 15px;
  max-width: calc(100% - 130px);
}

.subtab_edit.newPrdList_col-2 {
  position: unset;
  flex: 0 0 0;
  /* flex: 0 0 130px; */
}

.labltable.bg-danger {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  font-size: 11px;
  line-height: 16px;
  background-color: #dc35453d !important;
}

.newPrdList_col-2 .select_bx select.custom-select {
  height: calc(27px + 2px);
  padding: 3px 27px 3px 13px;
  background-size: 10px !important;
  font-size: 12px;
}

.accept-theme {
  background: #249ee4;
  color: #fff;
}

.reject-theme {
  background: #dc3545;
  color: #fff;
}

.__PrivateStripeElement {
  border: #333 solid 1px !important;
  padding: 10px 15px !important;
  height: 40px !important;
}

.StripeElement .iframe {
  height: 50px;
}

.heading_modalBlock {
  background: #249ee4;
  padding: 13px 20px;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 5px;

  border-top-right-radius: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}

.stripePaymentModal {
  padding: 0 !important;
}

.sr_img img {
  max-width: 53%;
  margin-bottom: 25px;
}

.stripePaymentModal textarea.form-control-line {
  height: 100px;
  padding: 8px 10px;
  resize: none;
  border: rgb(51 51 51 / 21%) solid 1px;
}

.StripeElement {
  height: 40px;
  padding: 8px 10px;
  margin-bottom: 15px;
  border: rgb(51 51 51 / 21%) solid 1px;
}

.last-child-p {
  padding-bottom: 140px;
}

.displayInlineTime time {
  display: inline !important;
  margin-right: 50px;
}

.produc-grid-product .product-name-bx time {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #249ee4;
}

.d-content {
  width: 150px;
}

.star-filter {
  cursor: pointer;
}

/* 
.star-filter:hover {
  border: 1px solid #d4d4d7;
  padding-bottom: 0;
  height: fit-content;
} */

/* 22-12-2022 css */

.main_div_crd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subtab_edit.mt-2.coustom_right_block {
  position: relative;
  right: 0;
}

.subtab_editlabl.btn_div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 10px;
  justify-content: flex-end;
}

.product-outer-bx.productBig-outer-bx.all_p {
  padding: 15px;
  border: 1px solid #f1f1f1;
}

.main_div_left {
  flex: 0 0 60%;
}

select.custom-select.form-control.select_drop {
  background-color: #249ee4 !important;
  border-color: #249ee4;
  width: 115px;
}

.main_div_right {
  flex: 0 0 40%;
}

.product-img-bx.br_box {
  border: 1px solid #f1f1f1;
  height: 100%;
}

span.labltable.lablesct.view_btn {
  background: #ffffff;
  color: black;
  border: 1px solid #cccccc;
  border-radius: 28px;
  transition: 0.3s;
  width: fit-content;
}

span.labltable.lablesct.view_btn:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #249ee4;
}

.subtab_edit.newPrdList_col-2.blankspace {
  flex: 0 0 auto;
}

span.labltable.lablesct.Accepted {
  background: #c7f7b3;
}

span.labltable.lablesct.Rejected {
  background-color: #dc35453d !important;
}

.sidebarleft_newinner .filter-clear {
  text-align: right;
  padding: 15px 23px;
  padding: 15px 23px 0;
}

.sidebarleft_newinner .filter-clear button {
  background: #249ee4;
  color: #fff;
  font-size: 14px;
}

.auctionplist_main .product-name-bx {
  text-align: left;
}

.auctionplist_main .musr_img {
  width: 32px;
  height: 32px;
}

.Jtaballp_content02 .product-outer-bx .product-name-bx h4 {
  justify-content: left;
}

.Jtaballp_content02 .product-outer-bx .product-name-bx h3 {
  margin-bottom: 12px;
  margin-top: 8px;
  line-height: 1.4;
}

.Jtaballp_content02 .product-outer-bx {
  min-height: 200px;
  display: flex;
  /* align-items: center; */
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 100%;
}

.Jtaballp_content02 .product-outer-bx .product-img-bx {
  border: 0;
  padding: 0;
}

.Jtaballp_content02 .product-outer-bx .product-name-bx {
  margin-top: 0;
  padding: 10px;
}

.Jtaballp_content02 .product-outer-bx:hover .product-img-bx {
  box-shadow: none;
}

.Jtaballp_content02 .product-outer-bx:hover {
  box-shadow:
    -5px 0px 0 -1px #249ee4,
    0 0 7px rgb(0 0 0 / 10%);
  border-left-color: #249ee4;
}

.Jtaballp_content02 .product-outer-bx .product-name-bx .star-svg {
  width: 22px;
  height: 22px;
  padding: 10px;
}

/* 17-10-2023 css start */
.vedio_chat_btn {
  margin: 15px 0px;
  text-align: center;
}

.chat_btn {
  background-color: #249ee4;
  padding: 7px 15px;
  color: white;
  font-size: 15px;
  border-radius: 7px;
  border: 1px solid #249ee4;
}

.chat_btn:hover {
  background-color: #fff;
  color: #249ee4;
}

.listing_card {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  border-top: 7px solid #249ee4;
}

.box_heading {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 17px;
  border-bottom: 1px solid #b8b8b8;
}

.chat_list_box {
  padding: 0;
  margin: 0;
}

.chat_list_box li {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
}

.user_name {
  font-size: 15px;
  font-weight: 600;
  color: #666666;
}

.right_block_details {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}

.accept_denied_btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.accept_denied_btn a {
  padding: 2px 7px;
  background-color: #4caf50;
  font-size: 13px;
  border-radius: 3px;
  color: #fff;
}

.accept_denied_btn a.denied_btn {
  background-color: red;
}

.btn_drop {
  position: absolute;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #070707;
}

.btn_drop::after {
  display: none;
}

/* 17-10-2023 css end */

/* 18-10-23 */
.ReactModalPortal .ReactModal__Overlay--after-open {
  z-index: 9999;
}

.ReactModal__Content--after-open {
  max-width: 370px;
  text-align: center;
}

.ReactModal__Content--after-open .income_heading h3 {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}

.ReactModal__Content--after-open .btn-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ReactModal__Content--after-open .react-date-picker__button {
  padding: 4px 2px;
}

.ReactModal__Content--after-open .Schedule_date_time {
  min-width: 150px;
}

.ReactModal__Content--after-open .btn-primary {
  background-color: #249ee4;
  border: 1px solid #249ee4;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 14px;
}

.ReactModal__Content--after-open .btn-primary:focus {
  color: #000;
}

.ReactModal__Content--after-open .react-date-picker__calendar {
  inset: 130% auto 100% 0px !important;
}

.ReactModal__Content--after-open {
  max-width: 370px;
  text-align: center;
  height: auto;
  max-height: 500px;
  min-height: 210px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #ebebeb !important;
}

.ReactModal__Content--after-open.shipModal.fixCalendar {
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  border-radius: 4px;
  outline: none;
  margin: 0 !important;
  padding: 20px;
  margin-right: -50%;
  transform: translate(-50%, -50%) !important;
  inset: 50% auto auto 50% !important;
}

/* 19-10-23 */
body.ReactModal__Body--open {
  overflow: hidden !important;
}

/* body.active_chat {
    overflow: hidden;
  } */
.ReactModal__Content--after-open h4 {
  font-weight: 600;
  font-size: 20px;
}

.ReactModal__Content--after-open.shipModal.fixCalendar .react-date-picker__calendar--open {
  max-width: 300px;
}

.chat_list_box {
  overflow: auto;
  max-height: 250px;
  padding-right: 20px;
}

.pagemain_chat02 {
  height: 100%;
}

.chatmainS {
  padding-bottom: 130px;
}

.chat_list_box::-webkit-scrollbar {
  width: 4px;
  background: #e3e3e3;
  border-radius: 10px;
}

.chat_list_box::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  height: 4px;
}

.chat_list_box::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 10px;
}

.chat_list_box::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
}

.chat_list_box::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}

.btn-success:focus,
.btn-danger:focus {
  color: #000;
}

.call_optn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.call_optn .video_icon {
  width: 30px;
  height: 30px;
  background-color: #cccccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call_optn .video_icon i {
  color: #999999;
}

.call_optn .video_cut_icon {
  background-color: #ff443d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call_optn .video_cut_icon i {
  color: #fff;
  transform: rotate(225deg);
}

.ReactModal__Content--after-open .modal-content {
  border: none;
}

.chat_list_box .dropdown {
  position: absolute;
  top: 10px;
  right: 0;
}

.chat_list_box .dropdown .btn_drop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}

.chat_list_box li {
  align-items: center;
}

.accept_label {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 7px;
  font-size: 13px;
}

.btn-danger {
  background-color: red;
}

.right_block_details {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  color: #495867;
  font-size: 13px;
  font-weight: 600;
}

.ReactModal__Content--after-open .modal-body {
  padding: 0;
}

.video_modal_income .btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px;
}

.video_modal_income .btn-block .incoming_call_btns {
  display: inline-block;
  color: #000;
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
}

.video_modal_income .btn-block {
  margin-top: 10px;
}

.video_modal_income .btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}

.ReactModal__Content--after-open .modal-dialog {
  margin: 0;
}

.chat_list_box .right_block_details {
  flex: 0 0 120px;
  width: 120px;
}

@media (max-width: 480px) {

  /* .ReactModal__Content--after-open {
    max-width: 290px;
    transform: unset !important;
    inset: unset !important;
  } */
  .ReactModal__Content--after-open {
    max-width: 100%;
    width: 95% !important;
  }

  .ReactModal__Content--after-open h4 {
    font-size: 18px;
  }

  .ReactModal__Content--after-open .income_heading h3 {
    font-size: 15px;
  }
}

.contact_labels {
  font-size: 16px;
  letter-spacing: 1px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
  margin-bottom: 0px;
}

.cont_fuilds {
  margin-bottom: 10px;
}

.location-icon {
  position: absolute;
  right: 10px;
  top: 7px;
}

.location-box {
  position: relative;
}

.modal-title {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.or-box {
  position: relative;
  text-align: center;
  isolation: isolate;
}

.or-title {
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
}

.or-title::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #49586787;
  left: 0;
  top: 9px;
  z-index: -1;
}

.By-continu-title {
  text-align: center;
  font-size: 13px;
  color: #495867;
  font-weight: 600;
  padding-bottom: 15px;
}

.By-continu-title a {
  color: #249ee4;
}

.popup-info {
  text-align: center;
  padding-bottom: 15px;
}

.info-header {
  font-size: 18px;
  font-weight: 500;
  color: #1f252a;
}

/* 02-02-2023 css start */

.checkout_card {
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background: white;
}

.checkout_card_two {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background: white;
}

.seller_name {
  line-height: 20px;
}

.seller_name p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.img_user img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}

.user_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.left_user_details {
  display: flex;
  gap: 15px;
  align-items: center;
}

.product_name h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.right_prise p {
  font-weight: 600;
}

.other_details {
  display: flex;
  gap: 15px;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #7a7a7a;
}

.delivery_option_block {
  padding: 20px;
  border-bottom: 1px solid #d1d1d1;
}

.delivery_option_block span {
  font-size: 16px;
  padding-bottom: 15px;
  display: block;
  text-transform: capitalize;
}

.delivery_option_block h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
}

.message_to_seller p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.message_to_seller p a {
  color: #999999;
}

.message_to_seller p a img {
  margin-right: 5px;
}

.from_order {
  font-size: 16px;
  color: #000;
}

.form_card_pills .card-header .title {
  font-size: 17px;
  color: #000;
}

.form_card_pills .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.form_card_pills .card-header {
  cursor: pointer;
  background: transparent;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0px;
}

.form_card_pills .card {
  border: 0;
}

.form_card_pills .card-body {
  border-top: 0;
  padding: 15px 0px;
}

.form_card_pills .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.form_card_pills {
  padding-top: 20px;
}

.address_form_block .form-control {
  width: 100%;
  background: transparent;
  border: 1px solid #cccccc;
  padding: 0 8px 0 8px;
  font-size: 15px;
  color: #333333;
  font-family: "segoe_ui";
  font-weight: 600;
  height: 35px;
  border-radius: 4px;
}

.address_form_block .form-control:focus {
  box-shadow: none;
}

.address_form_block .form-group {
  position: relative;
}

.address_form_block .dropicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.right_inner_details button {
  width: 100%;
  padding: 8px 0px;
  background: #249ee4;
  font-size: 18px;
  color: #fff;
  border: 1px solid #249ee4;
  margin-top: 15px;
}

.right_inner_details button:hover {
  background: transparent;
  color: #249ee4;
  border: 1px solid #249ee4;
}

.right_inner_details button:focus {
  box-shadow: none;
  color: #249ee4;
}

.right_inner_details h4 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  padding-bottom: 15px;
}

.right_inner_details ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.right_inner_details ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
  font-size: 16px;
  margin-bottom: 15px;
}

.right_inner_details ul li:last-child {
  font-weight: 600;
  margin-bottom: 0px;
}

.right_inner_details ul li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #848484;
  color: #848484;
  margin-left: 5px;
  font-size: 12px;
}

.right_inner_details ul li a:hover {
  color: #249ee4;
  border: 1px solid #249ee4;
}

.left_order_detail {
  width: 70%;
}

.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
}

.head_form_label {
  font-size: 16px;
  width: 50%;
  letter-spacing: 1px;
  color: #495867;
  font-weight: 600;
  font-family: "segoe_ui";
  margin-bottom: 0px;
}

.btnaddmoretext {
  font-size: 13px;
  font-weight: 600;
  color: #495867;
}

.botton_addmore_send {
  display: block;
  width: 100%;
}

.btnaddmore {
  padding: 12px 30px;
  border-radius: 6px;
  cursor: pointer;
  border: solid 1px #e8e3e3;
}

.spanaddmore {
  padding: 12px 30px;
  border-radius: 6px;
  /* cursor: pointer; */
  display: inline-block;
  min-width: 318px;
  border: solid 1px #e8e3e3;
}

.iconStyle {
  color: #249ee4;
  margin-left: 40px;
  cursor: pointer;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.sent_sidemain-live-message-top {
  max-height: 390px !important;
  min-height: 390px !important;
}

.senderBlock {
  font-size: 11px;
  color: #4d525b;
  margin-bottom: 4px;
  text-align: right;
  display: block;
}

.receiverBlock {
  font-size: 11px;
  color: #4d525b;
  margin-bottom: 4px;
  text-align: left;
  display: block;
}

/* 02-02-2023 css end */

/* 28-02--2023  start*/
ul.other_tab_block {
  gap: 0px !important;
}

.other_tab_block li a {
  width: 80px;
}

/* a.custom_a {
  width: 140px !important;
} */

.subtab-edit-inner {
  position: relative;
}

.form-group {
  position: relative;
}

.control-label {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

input:focus+.control-label,
input.has-value+.control-label,
select.has-value+.control-label {
  top: 0px;
  font-size: 14px;
  left: 30px;
  background-color: #fff;
  display: inline-block;
}

textarea:focus+label,
textarea.has-value+label {
  top: 30px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.group-input {
  position: relative;
}

.form-control:checked {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.form-control:focus~.control-label,
.form-control:not([value=""]):valid~.control-label,
.form-control:not([value=""])~.control-label {
  top: 0px;
  font-size: 14px;
  left: 30px;
  left: 12px;
  background-color: #fff;
}

.note_auction {
  font-size: 10px;
  color: #737d8d;
}

#dropdownAdActionButton i {
  cursor: pointer;
}

.durationTime time {
  display: inline-block !important;
  color: #495867 !important;
}

.popupModal {
  width: 100%;
  z-index: 69;
  /* transform: unset!important;
  margin: 140px auto 0!important; */
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  position: relative;
  /* inset:unset!important; */
  padding: 15px !important;
}

.ReactModal__Overlay {
  z-index: 999;
  background-color: rgb(213 213 213 / 75%) !important;
}

.scrollblePopUp::-webkit-scrollbar-thumb {
  background: rgb(153 153 153);
  border-radius: 15px;
}

.scrollblePopUp::-webkit-scrollbar {
  width: 7px;
}

.scrollblePopUp {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

.decrement,
.increment {
  position: absolute;
  left: 0px;
  font-size: 30px;
  font-weight: 200;
  cursor: pointer;
  color: #fff;
  background-color: #495867;
  padding: 0 15px;
}

.increment {
  right: 0px;
  left: auto;
}

.placebidcont:nth-of-type(1) {
  position: relative;
}

/* .profile-tabs .listtclick li,
.profile-tabs .listtclick li a {
  width: 100%;
} */

.profile-tabs-perent .listtclick li a.active {
  color: #249ee4;
  background-color: transparent;
  border-bottom: 2px solid #249ee4 !important;
  border-color: transparent;
  border-radius: 0;
  font-weight: 600;
}

.profile-tabs-perent .listtclick li a {
  border-bottom: 0;
  font-size: 12px;
  width: auto;
  color: #495867;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  font-family: "segoe_ui";
  padding-inline: 12px;
}

.profile-tabs-perent .listtclick {
  margin-bottom: 0px !important;
  gap: 0 !important;
}

.durationTime {
  color: #495867 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.popupModal .col-lg-12.listside_newperent .product-listing-product {
  border: 1px solid #efeff2 !important;
  border-radius: 10px;
}

.auction_tooltip {
  display: flex;
  place-content: space-between;
}

.posRelative {
  position: relative;
}

.tableCross {
  position: absolute;
  color: white !important;
  top: -12px;
  right: -10px;
  padding: 5px 10px;
  background: red;
  border-radius: 50%;
}

.dateOnPreAuction {
  color: #495867;
  font-weight: 600;
  display: flex;
  font-size: 12px;
}

.dateOnPreAuction time {
  color: #495867;
  font-weight: 600;
  margin-left: 2px;
  font-size: 12px;
}

.hammer_icon {
  background-color: #249ee4;
  height: 55px;
  width: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.joinright_lsec:hover {
  border-color: #249ee4;
}

.hammer_icon svg {
  height: 40px;
  width: 40px;
}

.joinright_lsec {
  border: 2px solid #ddd;
  border-radius: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 200px;
  gap: 12px;
}

.joinright_lsec a {
  color: #495867;
  font-weight: 600;
  font-size: 16px;
}

.Bids_btn {
  font-size: 18px;
  margin-bottom: 12px !important;
  display: block;
}

.Bids_btn:hover {
  color: #249ee4;
}

.product-outer-live {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 9px 18px;
}

.like_sec {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 10px;
}

.text_col_blue {
  color: #249ee4;
}

.text_col_grey {
  color: #495867;
}

.p_note {
  font-weight: 600 !important;
  color: #249ee4;
}

.auctionNotify {
  color: red;
  font-weight: 600;
  font-size: 26px;
  padding: 25px;
}

.streaming_price_label {
  vertical-align: middle;
  padding: 15px 0px;
}

.streaming_price_label .badge {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 500;
}

.already_paid {
  background: #798185;
  width: fit-content;
  padding: 0px 12px;
  color: #fff;
  margin-left: 30px;
  white-space: nowrap;
}

.listside_newperent .cardImg .product-img-bx img {
  height: 100%;
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  object-position: center;
}

.ownprofilepage .cardImg .product-img-bx {
  flex-direction: column;
}

.cardImgBtn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

.bb-0 {
  border-radius: 10px 10px 0 0;
}

.product-listing-product.cardImg:hover .product-img-bx {
  box-shadow: none;
}

.cardImg .product-img-bx {
  border-radius: 0 0 10px 10px;
}

.cardImgBtn a {
  font-weight: 600;
}

.text-color-sky {
  color: #249ee4;
  font-weight: 600;
}

.search-and-location .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot {
  padding-right: 0;
  margin-top: 0;
}

.search-and-location .MuiInputLabel-formControl {
  transform: translate(0, 9px) scale(1);
  padding: 0 !important;
}

.search-and-location .MuiInputLabel-shrink {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}

body .search-and-location .MuiInput-underline:before {
  border-bottom: 0px solid #6d7985;
}

body .search-and-location .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: none !important;
}

.search-and-location .MuiInput-underline:after {
  border-bottom: 0px solid #3f51b5;
}

.search-and-location .MuiAutocomplete-inputRoot[class*="MuiInput-root"] .MuiAutocomplete-input:first-child {
  padding: 13px 0;
  font-size: 13px;
}

.search-and-location .MuiAutocomplete-endAdornment {
  top: calc(50% - 17px);
}

.category-type li.active a {
  font-size: 14px;
  color: #249ee4;
  font-family: "segoe_ui";
  font-weight: 800;
}

.MuiAutocomplete-popupIndicator {
  display: none !important;
}

.mainh_manudrop li.dropdown:first-child {
  margin-left: 0 !important;
}

.star-ratings {
  vertical-align: middle;
  margin-left: 2px;
}

.star-ratings svg {
  width: 14px !important;
  height: 14px !important;
}

.listside_newperent .cardImg .product-img-bx div.fancy a img {
  height: 100%;
  width: 100%;
  max-height: 350px;
  object-fit: unset;
  object-position: center;
}

.fancy {
  width: 100%;
}

button:disabled,
button[disabled] {
  background-color: #cccccc;
  color: #666666;
  cursor: alias;
}

.businesstype {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.ftr-menu-bxx ul li a i {
  width: 15px;
  text-align: center;
  margin-right: 8px;
  color: #249ee4;
}

.ftr-menu-bxx ul {
  display: flex;
}

.call_btn {
  display: flex;
  gap: 1px;
}

.call_btn .chatbox_head {
  border-radius: 0 !important;
}

.helpComponent {
  min-height: 500px;
}

.navClass {
  margin-bottom: 40px;
  margin-top: 20px;
}

.action-select-box {
  max-width: fit-content;
  margin-left: auto;
}

.categoryBox {
  gap: 10px;
}

.categoryBox li {
  margin-left: 0 !important;
}

/*  */

.newUpcoming-live.upcoming-live-auction-colum {
  padding: 0;
  height: 100%;
  overflow: hidden;
  gap: 13px;
  align-items: stretch;
}

.newUpcoming-live .upcoming-live-img {
  align-self: stretch;
}

.newUpcoming-live a {
  height: 100%;
}

.newUpcoming-live .upcoming-live-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  flex-basis: 30%;
}

.newUpcoming-live .upcoming-live-name {
  padding: 11px 0;
}

.newUpcoming-live .reminder-btn {
  right: 8px;
  top: 3px;
}

.fullImgBox .product-img-bx {
  align-items: unset;
}

.fullImgBox .product-img-bx img {
  object-fit: cover;
}

.delete_btn {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 32px;
  width: 32px;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 18%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.delete_btn i {
  color: #ff0000;
  font-size: 19px;
}

.bottom-navigation {
  display: none;
}

/* ========videochat css======== */
.videochat-btn-group .video-chat-btn span {
  left: -30px;
}

.videochat-btn-group .video-chat-btn {
  padding-left: 40px;
}

/* Media query to hide bottom navigation on screens larger than 768px */
@media (min-width: 600px) {
  .mob-text {
    font-weight: 500;
  }

  .display-icon {
    display: none;
  }

  /* .bottom-navigation {
    display: none;
  } */
}

@media (max-width: 540px) {
  .mob-icon-center {
    justify-content: center !important;
  }

  .display-contact {
    display: none !important;
  }
}

/* ========videochat css======== */
.productBlock h4 {
  min-height: 40px;
}

.productBlock h3 {
  min-height: 30px;
}

.sideTabMenu .MuiPaper-root:last-child .MuiAccordionDetails-root {
  border-bottom: 0px solid #e5e5e5 !important;
}

.subtab_prodlist_NEW .sideTabMenu .toggle-bx {
  border: 0;
}

.product-listing-sideBar-title {
  border-bottom: 1px solid #e5e5e5 !important;
}

.MuiAccordionDetails-root {
  border-bottom: 1px solid #ffffff !important;
  padding: 0px 16px 0px !important;
}

/* ================ */
.viewAddressPopupTrack h5 {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.viewAddressPopupTrack h5 span {
  display: block;
  font-size: 18px;
  padding-bottom: 6px;
  font-weight: 600;
}

.right_section .labltable.bg-danger {
  padding: 9px 5px;
  font-size: 12px;
  min-width: 130px;
  max-width: 130px;
}

.right_section .subtab_editlabl {
  text-align: left;
}

.right_section .labltable.lablesct {
  max-width: 130px;
  min-width: 130px;
}

.full-page-height {
  min-height: calc(100vh - 120px);
}

.productDetails_box {
  position: relative;
  display: block;
}

.share_social_media {
  display: none;
}

.bottom-navigation {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1023;
  bottom: 0;
  border-top: 1px solid #edf2fa;
}

.bottom-navigation .bottom_nav {
  display: flex;
  justify-content: space-around;
}

.nav_icon_box {
  display: block;
  line-height: 0;
}

.bottom-navigation .nav-item {
  width: 25%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.bottom-navigation .nav-item:not(:last-child):after {
  content: "";
  position: absolute;
  height: 80%;
  background-color: #edf2fa;
  width: 2px;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-navigation .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.bottom-navigation .nav-item.active {
  background: #249ee4;
}

.bottom-navigation .nav-item.active .nav-link {
  color: #fff;
}

.bottom-navigation .nav-item.active .nav-link .nav_icon_box svg {
  color: #fff;
}

.product_list_table {
  overflow: auto;
  max-height: 200px;
}

.listing_product_modal .lablesct {
  width: 75px;
}

.listing_product_modal .product-outer-bx.productBig-outer-bx {
  margin-top: 36px;
}

.listing_product_modal .subtab_edit {
  top: -16px;
}

.listing_product_modal .product-img-bx img {
  object-fit: contain;
}

.max_width {
  max-width: 80%;
  margin: auto;
}

.Jvideo_cus_block {
  align-items: baseline;
}

.Jvideo_cus_block .number-reveal-btn {
  margin-top: 0px;
}

.Jvideo_cus_block .Jvideochat_cus {
  width: 170px;
}

.rating_section {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
}

.rating_section .star-filter:hover {
  border: 0;
}

.sliderBox .owl-nav {
  margin: 0 30px !important;
  top: 50%;
  transform: translateY(-50%);
}

.btn_group_box .newPrdList_col-1 {
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
}

.position_unset {
  position: unset;
}

.modal_box {
  min-height: auto !important;
  padding: 10px 0 5px 0;
  max-width: calc(100% - 20px);
}

.modal_box .share-bx {
  padding: 0 15px;
  margin-top: 0;
}

.modal_box .share-bx.share_modal {
  align-items: baseline;
}

.productDetails_box {
  margin-top: 12px;
}

.mobile_fillter {
  display: none;
}

.other_title {
  color: #495867 !important;
}

.mobile_view {
  display: none;
}

.upcomingModal {
  height: 400px;
}

.product_card_box .product-img-bx img {
  /* max-height: 200px; */
  /* object-position: center left; */
  aspect-ratio: 2 / 2.1;
}

.product_card_box .product-name-bx h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 6px 0;
  min-height: unset;
}

.product_card_box .product-name-bx h6 {
  margin: 6px 0;
}

.product_card_box .product-name-bx h4 {
  margin: 6px 0;
  min-height: unset;
}

.product_card_box .product-name-bx {
  min-height: 150px;
}

/* .auction_card_height .product-name-bx {
  min-height: 210px;
} */

.followers_modal_pareant {
  display: none;
}

.notification_box {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  bottom: -150%;
  transition: all 0.4s;
}

.show_notification {
  bottom: 0;
  padding: 20px 15px;
}

.my-custom-tab-mobile {
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap !important;
}

.my-custom-tab-mobile .nav-item.specialshap_item {
  width: auto;
  max-width: fit-content !important;
  flex: none;
}

.desktop_none {
  display: none !important;
}

.sell_btn {
  background: #249ee4;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 12px;
}

.bidingBlock_section {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
}

.buyer_protection_items {
  font-size: 13px;
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.dot {
  background-color: #249ee4;
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
}

.modal_icon {
  display: contents;
}

.protection_track {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
}

.biding_Main_box .product-name-bx {
  text-align: left;
  padding: 18px 10px 18px 10px;
  margin-top: 0;
}

.protection_price_track {
  display: flex;
  align-items: center;
  gap: 12px;
}

.biding_Main_box .product-img-bx img {
  min-height: 200px;
  max-height: 200px;
}

.popular_categories_box {
  min-height: auto;
}

.featured-product-section {
  padding: 60px 0 0;
  /* padding: 0; */
}

.rating_box {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

.followers_count {
  display: none;
}

/* Followers  Count css  start */

.followers_count {
  display: inline-block;
  color: #249ee4;
  font-size: 14px;
  padding: 5px 10px;
  border: #249ee4 1px solid !important;
  border-radius: 4px;
  font-weight: 600;
  display: block;
  vertical-align: bottom;
  background: transparent;
}

.right_owe_tabs .nav-link {
  padding: 5px 10px;
  margin-right: 0;
}

.right_owe_tabs .nav-link.active .followers_count.following {
  background-color: #249ee4;
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 4px;
}

.followers_tab_block a.number-reveal-btn.nav-link.active,
.followers_tab_block a.number-reveal-btn.nav-link {
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  gap: 5px;
  padding: 6px 0px;
}

.followers_tab_block a.number-reveal-btn.nav-link.active span {
  background-color: #249ee4;
  color: #fff;
}

.tab_title_track {
  display: inline-block;
  color: #249ee4;
  font-size: 14px;
  padding: 6px 10px;
  border: #249ee4 1px solid !important;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 0px;
  vertical-align: bottom;
  background: transparent;
}

/* Followers  Count css  end */

.weeklydeal_homep {
  padding: 40px 0;
}

.about_heading {
  font-size: 20px;
}

.photo_img {
  width: 100px;
}

.photo_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.photo_section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact_label.mailLabel {
  width: unset !important;
}

.top-right-anchor ul li span.cross_icon {
  display: none;
}

.breadcrumb-bx-inner .breadcrumb {
  align-items: end;
}

#panel1a-content ul.toggletab-bx.nav-tabs .nav-item:last-child {
  border: none;
}

.btnoff_onlable.status_services {
  font-weight: 500;
}

.select_box select.form-control-line {
  font-weight: 500;
  min-width: 100px;
}

.product-discription {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #666666;
}

.New_foralignV p {
  font-size: 16px;
}

.product_detail_main .newrigh_ppris p {
  font-size: 14px;
  margin-bottom: 0;
}

.rated-star {
  font-size: 14px;
}

.bid_time {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.bid_time span {
  font-size: 16px;
  font-weight: 600;
}

#add-ads-form .file_upload_btn span {
  font-size: 14px;
}

.list_btn {
  font-size: 16px;
}

.select_box .form-control-line {
  font-size: 16px;
}

.arrow_remove::after {
  content: none;
}

.product-detail-main-bx .top_rated_sec .profile-user-name,
.product-detail-main-bx .top_rated_sec .profile-user-location {
  font-size: 14px !important;
}

.member_box {
  font-size: 14px;
}

.star-filter span {
  font-size: 14px;
}

.font-size-16,
.font-size-16::placeholder {
  font-size: 16px !important;
}

.subtab_tabcont .top_rated_sec .detail-owner-name .font-size-14,
.font-size-14 {
  font-size: 14px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.rating_row_main_box {
  display: flex;
  align-items: baseline;
  overflow-x: auto;
  padding-bottom: 5px;
  gap: 30px;
}

.otheropt_newcls .check-box label {
  font-size: 14px;
}

.user__name {
  font-size: 16px !important;
}

.user-withiItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.review_reply .btn-secondaryx {
  font-size: 16px;
}

/*  */
.product-listing-product .product-name-bx h4 {
  font-size: 16px;
  font-weight: 500;
}

.productBoxBid .protection_track {
  font-size: 14px;
}

.priv_policy p a {
  vertical-align: unset;
}

.priv_policy p {
  font-size: 14px !important;
}

.color-theme {
  color: #249ee4;
}

.subtab_edit.h-row-btn {
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}

.subtab_edit.h-row-btn #dropdownAdActionButton i {
  cursor: pointer;
  margin-top: 10px;
}

.MuiAccordionDetails-root .toggle-bx li a {
  font-size: 14px;
  color: #495867 !important;
}

.subtab_prodlist_NEW .sideTabMenu .toggle-bx {
  border: 0;
  min-height: 49px;
  padding: 8px;
  text-align: left;
  margin-left: 0;
  padding-left: 16px;
}

.listofsubtabbx time {
  font-size: 14px !important;
}

#myownlevel .productBig-outer-bx .product-name-bx p {
  font-size: 14px;
}

.noti_enable.repeatSec_innerr.border-0 {
  font-size: 20px;
}

.noti_enable.repeatSec_innerr.border-0>div:nth-child(2) {
  font-size: 16px;
}

.checkout_card .right_inner_details button {
  font-size: 20px;
}

.header-search-inner-bx .MuiAutocomplete-popper {
  margin-top: 40px;
}

.safety-tips-bx ul li.delivery_itesm {
  font-weight: 500;
}

.delivery_status_track {
  color: #03a9f4;
  font-weight: 600 !important;
}

.chat_buy_message {
  font-size: 16px;
}

.font-weight-light ul li {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.customer_review_track {
  font-weight: 400 !important;
  word-break: break-word;
}

.durationTime {
  /* display: flex;
  flex-wrap: wrap; */
}

.durationTime time {
  width: fit-content !important;
}

/* ===== */
/* .upcoming_auction_section .productDetails_box{
    justify-content: end;
} */
.upcoming_product_price_track {
  color: #495867 !important;
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: end;
}

.upcoming_product_price_track b {
  color: #249ee4 !important;
}

.bold-text {
  font-weight: 600 !important;
}

.addaadd input.MuiInputBase-input {
  font-size: 14px;
  font-family: "segoe_ui";
}

.fon-size-12 {
  font-size: 12px !important;
}

.weekly_deals_block .Schedule_live_heading {
  font-weight: 400;
}

.weekly_deals_block .MuiChip-label {
  font-size: 16px;
  font-weight: 600;
  font-family: "segoe_ui";
}

.photo_img>div {
  height: 100%;
  width: 100%;
}

.online_status {
  color: #249ee4;
}

.height-fit {
  height: fit-content !important;
}

.totalimg_sectab .totlimg_qt {
  height: fit-content !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.about_section {
  max-width: 980px;
  margin: 0 auto;
}

.productDetails_bx .product-detailslider .carousel .slide img {
  max-height: 400px;
}

/* 
.productDetails_box .product_title {
  max-width: 250px;
} */

.btnoff_onlable_card {
  color: #495867;
  font-family: "segoe_ui";
  line-height: 31px;
  font-weight: 500;
}

.product_price {
  font-size: 16px !important;
}

/* 11-12-24 */
.productDetails_box h2 {
  line-height: 1.5;
}

.font-size-20 {
  font-size: 20px !important;
}

.live-productName h4 {
  white-space: normal !important;
}

/* 11-12-24 */

p a {
  color: #249ee4;
  margin-bottom: 5px;
}

p a:hover {
  color: #249ee4;
}

.dropdown-menu-2 {
  position: absolute;
  background: #fff;
  width: 160px;
  left: 0px;
  top: 35px;
  border: rgb(51 51 51 / 20%) solid 1px;
  border-radius: 4px;
}

.dropdown-menu-2 a.dropdown-item:last-child {
  border-bottom: 0;
}

.dropdown-menu-2 a.dropdown-item {
  text-align: left;
  padding: 11px 15px;
  font-size: 14px !important;
  border-bottom: rgb(51 51 51 / 10%) solid 1px;
}

.dropdown-menu-2 a.dropdown-item:hover {
  background-color: #f5f5f5;
}

.dropdown-menu-2 .dropdown-menu {
  padding: 0;
}

.live-productName h4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}

.productName_track {
  font-size: 16px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}

.myfollowersBox {
  align-items: flex-start;
  padding-top: 0;
}

.myfollowersBox .detail-owner-img {
  width: 100px;
}

.myfollowersBox .star-ratings {
  display: flex !important;
}

.amount-error-message {
  padding-left: 70px;
  font-weight: 600;
}

.modal-btn-box {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.share-modal-list li {
  padding: 6px 0;
}

.popular-categories-section {
  min-height: 400px;
}

.chatingbx {
  height: 400px;
  overflow-y: auto;
}

.lastMessage-track {
  font-size: 14px;
  font-weight: 400;
}

.messageBack-btn {
  background: #3e3e3e !important;
  color: #fff !important;
  padding: 10px 25px;
}

.selling-banner-link {
  color: #249ee4 !important;
}

/*============Hero Banner Section css started here====================*/
/* .hero-banner-section {
  background: #495867;
  padding: 0 0;
  position: relative;
  margin-bottom: 0;
}

.hero-banner-content {
  padding: 20px 0;
}

.hero-banner-heading {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'segoe_ui';
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-banner-subtext {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'segoe_ui';
  line-height: 1.5;
  margin: 0;
}

.hero-banner-subtext-red {
  color: #fe918a;
  font-weight: 600;
}

.hero-banner-image {
  text-align: center;
  padding: 20px 0;
}

.hero-banner-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.hero-banner-placeholder {
  background: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 60px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.hero-banner-placeholder i {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.hero-banner-placeholder p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.hero-info-strip {
  background: #f5f5f5;
  padding: 9px 0;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 40px;
  max-height: 50px;
  width: 100%;
}

.hero-info-strip .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-info-strip .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.hero-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  transition: opacity 0.3s ease;
}

.hero-info-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
}

.hero-info-icon i {
  font-size: 24px;
  color: #333333;
  display: block;
  line-height: 1;
  vertical-align: middle;
}

.hero-info-text {
  flex: 1;
  min-width: 0;
}

.hero-info-text p {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  font-family: 'segoe_ui', sans-serif;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}

.hero-info-text p i {
  margin-right: 8px;
  font-size: 18px;
  color: #333333;
  vertical-align: middle;
}

.hero-info-text i {
  margin-right: 8px;
  font-size: 18px;
  color: #333333;
  vertical-align: middle;
}

.hero-info-item.verified-sellers-item {
  background-color: #404F5C;
}

.hero-info-item.verified-sellers-item .hero-info-text p,
.hero-info-item.verified-sellers-item .hero-info-text p i {
  color: #ffffff;
}

@media (max-width: 991px) {
  .hero-banner-section {
    padding: 40px 0;
  }

  .hero-banner-heading {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .hero-banner-subtext {
    font-size: 18px;
  }

  .hero-info-strip {
    padding: 9px 0;
    max-height: 50px;
  }

  .hero-info-item {
    padding: 8px 8px;
  }

  .hero-info-text p {
    font-size: 13px;
  }

  .hero-info-text p i {
    font-size: 16px;
    margin-right: 6px;
  }

  .hero-info-text i {
    font-size: 16px;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .hero-banner-heading {
    font-size: 28px;
  }

  .hero-banner-subtext {
    font-size: 16px;
  }

  .hero-banner-image {
    margin-top: 30px;
  }

  .hero-info-strip {
    padding: 9px 0;
    max-height: 50px;
  }

  .hero-info-item {
    padding: 6px 5px;
  }

  .hero-info-text p {
    font-size: 12px;
  }

  .hero-info-text p i {
    font-size: 14px;
    margin-right: 5px;
  }

  .hero-info-text i {
    font-size: 14px;
    margin-right: 5px;
  }
}

/*============Hero Banner Section css ends here====================*/

/*============Home Image Slider Section css started here====================*/
.home-image-slider-section .home-slider {
  position: relative;
}

.home-image-slider-section .home-slider .owl-stage-outer {
  padding: 0 !important;
}

.home-image-slider-section .home-slider .owl-item {
  max-height: 400px;
}

.home-image-slider-section .slider-image-item {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  max-height: 400px;
  display: block;
  position: relative;
}

.home-image-slider-section .slider-image-item img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}

.home-image-slider-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}

.home-image-slider-section .owl-nav button {
  pointer-events: all;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.home-image-slider-section .owl-nav button:hover {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.home-image-slider-section .owl-nav button span {
  font-size: 24px;
  color: #333;
  line-height: 1;
}

.home-image-slider-section .owl-dots {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.home-image-slider-section .owl-dots button {
  display: inline-block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent !important;
  cursor: pointer;
}

.home-image-slider-section .owl-dots button span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #ccc !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0;
}

.home-image-slider-section .owl-dots button.active span,
.home-image-slider-section .owl-dots button.owl-dot.active span {
  width: 30px;
  height: 12px;
  border-radius: 6px;
  background: #249ee4 !important;
}

@media (max-width: 768px) {
  .home-image-slider-section {
    margin: 0;
    padding: 10px 40px;
    margin-bottom: 0;
  }

  .home-image-slider-section .container {
    padding: 0;
    max-width: 100%;
  }

  .home-image-slider-section .home-slider {
    margin: 0;
  }

  .home-image-slider-section .home-slider .owl-stage-outer {
    border-radius: 8px;
    overflow: hidden;
  }

  .home-image-slider-section .home-slider .owl-item {
    max-height: 400px;
  }

  .home-image-slider-section .slider-image-item {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    max-height: 400px;
    display: block;
    position: relative;
  }

  .home-image-slider-section .slider-image-item img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
  }

  .home-image-slider-section .owl-nav {
    display: none;
  }

  .home-image-slider-section .owl-dots {
    margin-top: 12px;
    gap: 6px;
    padding: 0 15px;
  }

  .home-image-slider-section .owl-dots button span {
    width: 8px;
    height: 8px;
  }

  .home-image-slider-section .owl-dots button.active span,
  .home-image-slider-section .owl-dots button.owl-dot.active span {
    width: 20px;
    height: 8px;
  }

  .slider-skeleton-wrapper {
    height: 400px !important;
    border-radius: 8px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .home-image-slider-section {
    padding: 8px 10px;
  }

  .home-image-slider-section .home-slider .owl-item {
    max-height: 400px;
  }

  .home-image-slider-section .slider-image-item {
    max-height: 400px;
    border-radius: 8px;
  }

  .home-image-slider-section .slider-image-item img {
    max-height: 400px;
  }

  .home-image-slider-section .owl-dots {
    margin-top: 10px;
    gap: 5px;
    padding: 0 10px;
  }

  .home-image-slider-section .owl-dots button span {
    width: 6px;
    height: 6px;
  }

  .home-image-slider-section .owl-dots button.active span,
  .home-image-slider-section .owl-dots button.owl-dot.active span {
    width: 18px;
    height: 6px;
  }

  .slider-skeleton-wrapper {
    height: 400px !important;
    border-radius: 8px;
  }
}

.hero-info-text {
  padding: 10px;
}

.home-hero-strip {
  background-color: #495867;
}

/* Hero Info Strip - Desktop and Mobile Versions */
.desktop-hero-strip {
  display: flex;
}

.mobile-hero-strip {
  display: none;
  background: #f5f5f5;
}

.hero-info-slider {
  margin: 0;
  background: #f5f5f5;
  border-radius: 0;
}

.hero-info-slider .owl-stage-outer {
  padding: 0;
}

.hero-info-slider .owl-item {
  padding: 0 5px;
}

.hero-info-slider .hero-info-item {
  width: 100%;
  padding: 10px 15px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.hero-info-slider .owl-dots {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hero-info-slider .owl-dots button {
  display: inline-block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent !important;
  cursor: pointer;
}

.hero-info-slider .owl-dots button span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #ccc !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0;
}

.hero-info-slider .owl-dots button.active span,
.hero-info-slider .owl-dots button.owl-dot.active span {
  width: 20px;
  height: 8px;
  border-radius: 6px;
  background: #249ee4 !important;
}

@media (max-width: 767px) {
  .dropdown_arrow svg {
    width: 13px;
  }

  .desktop-hero-strip {
    display: none !important;
  }

  .mobile-hero-strip {
    display: block;
  }

  section.hero-info-strip.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 40px;
    max-height: 40px;
    height: 40px;
    background: #f5f5f5;
  }

  .hero-info-strip .container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    width: 100%;
  }

  .hero-info-slider {
    background-color: #495867;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .hero-info-slider .owl-stage-outer {
    height: 40px;
  }

  .hero-info-slider .owl-item {
    height: 40px;
    display: flex;
    align-items: center;
  }

  .hero-info-slider .hero-info-item {
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-info-slider .hero-info-text {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
  }

  .hero-info-slider .hero-info-text p {
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-info-slider .hero-info-text p i {
    margin-right: 8px;
    font-size: 18px;
  }

  .hero-info-slider .hero-info-text i {
    margin-right: 8px;
    font-size: 18px;
  }

  .hero-info-slider .owl-dots {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

/*============Home Image Slider Section css ends here====================*/

/* li.slide.selected.previous {
  background-color: #f7f7ff;
} */
li.slide.selected.previous,
li.slide {
  background-color: #fff;
}

/* .carousel .slide {
  min-width: 101% !important;
} */

.hero-info-strip {
  margin-bottom: 20px;
}

.hero-info-text {
  color: #249ee4;
}

.popular-categories-section {
  padding: 0px 0 !important;
}

.product-detailslider {
  margin-top: 20px;
}

.product-detailslider .carousel .slider-wrapper .slider .slide>a {
  width: 100%;
}

.similar-pro .product-outer-bx:hover .product-img-bx {
  box-shadow: unset;
  border-left-color: #ffff;
}

.similar-pro .owl-carousel .owl-stage-outer {
  padding: 0;
}

.similar-pro .product-outer-bx {
  background: #fff;
  border-radius: 14px;
}

.similar-pro .owl-nav button span {
  width: 48px;
  height: 48px;
}

.similar-pro .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  font-size: 0;
}

.similar-pro .owl-theme .owl-nav {
  top: 50%;
  margin-top: 0 !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .popular-categories-section {
    min-height: unset;
    padding-bottom: 80px !important;
  }

  .similar-pro .owl-theme .owl-nav {
    width: 100vw;
    margin: 0 auto 0 -15px;
  }

  .similar-pro .owl-nav button span {
    width: 38px;
    height: 38px;
  }

  .similar-pro .owl-nav button span::after {
    width: 17px;
    height: 10px;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .top_rated_sec {
    padding: 20px;
  }

  .detail-owner-name-bx {
    padding: 0 !important;
    margin: 0;
    gap: 13px;
  }

  .detail-owner-name {
    text-align: left !important;
    padding-left: 0 !important;
  }

  .Jvideo_cus_perent {
    display: flex;
    padding: 8px 0 0 83px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }

  .Jvideochat_cus {
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 29px;
  }

  .detail-owner-name-bx .detail-owner-img {
    width: 70px;
    flex: 0 0 70px;
    max-width: unset;
  }
}

@media screen and (max-width: 567px) {
  .onSearchClick-content.onSearchClick-fixed .logo-bx-search img {
    max-width: 93px;
  }

  .detail-owner-name-bx .detail-owner-img {
    width: 50px;
    flex: 0 0 50px;
    max-width: unset;
  }

  .Jvideo_cus_perent {
    padding: 20px 0 0 63px;
  }
}

.product-detail-owner-bx .detail-owner-name-bx {
  padding: 20px 10px !important;
  margin: 0 auto;
  justify-content: center;
  max-width: 250px;
  width: 100%;
}

.dropdown-item {
  font-size: 15px;
}

.upcoming-live-name>a {
  width: 100%;
}

body .MuiInput-underline::before {
  border-bottom: 0;
}

.live_Video.mobile-center {
  text-align: left;
}

.Schedule_live.Schedule_live_block .profile_input.header-input {
  height: 40px;
  font-size: 14px;
  color: #666666;
  width: 100%;
  background: transparent;
  /* max-width: 292px; */
  border: #3333 solid 1px;
  max-width: 100%;
  border-radius: 8px;
  padding: 0px 10px;
}

.auctionaminim .product-detailslider {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .similar-products-bx {
    margin-top: 14px;
  }

  .detail-owner-name-bx .detail-owner-img {
    width: 50px;
    flex: 0 0 50px;
    max-width: unset;
  }

  .Jvideo_cus_perent {
    position: relative;
    display: flex;
    padding: 8px 0 0 63px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }

  .last-child-p {
    padding-bottom: 80px;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {

  .low-margin.mobile_fillter div[class*="col"],
  .featured-product-section div[class*="col"],
  .three-in1 div[class*="col"] {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}

.progress_bar_main .desktop_view>div {
  margin: 0 auto;
}

.rated-customer-bx-inner.w-auto {
  width: auto !important;
}

.breadcrumb-bx-inner .btnx {
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sharelst {
    padding: 15px 13px;
    width: 293px;
  }
}


.product-listing-sideBar-colum.other-option.otheropt_newcls {
  padding: 0 !important;
}


.top_rated_sec.onlypage06.myowe_sec.myowe_sec_box {
  box-shadow: unset;
}

/* Custom Auction Styles */
.container-auction {
  max-width: 1280px !important;
}

.produc-grid-product, .Jtaballp_content .product-outer-bx {
 margin-bottom: 16px !important;
}
